Ray Speth
e8d895ac26
Fixed MSVC warning LNK4221 by removing a few "empty" source files
2012-01-17 04:12:23 +00:00
Ray Speth
453576f0ad
Removed MSVC-specific compiler warning suppression
2012-01-17 04:09:18 +00:00
Ray Speth
8b699082c8
Removed cantera/kernel from include path
...
The "cantera/kernel" directory is now part of the include path only
when building the Cantera kernel. All other modules include files in
this directory as "kernel/header.h".
This fixes a problem distinguishing between kernel/Kinetics.h and
kinetics.h on Windows.
2012-01-09 17:31:21 +00:00
Ray Speth
71588d307d
Remove files for Autotools and Visual Studio build systems
2011-12-14 19:38:10 +00:00
Ray Speth
ec0c45d8fb
Removed some unused files
2011-12-14 19:35:40 +00:00
Ray Speth
99a0dc5f0f
Removed incomplete CMake build scripts
2011-12-14 03:54:19 +00:00
Harry Moffat
9c6080e3c9
Turned on keyword substitution in the cpp files.
2009-12-09 17:50:27 +00:00
Harry Moffat
70647c85ed
Initial Import
2009-07-27 23:17:19 +00:00
Harry Moffat
0badf5e19c
Got rid of the matlab write.cpp routine. It was causing linking problems
...
on the pc.
Cleaned up the comments on loggers and interfaces.
2009-07-06 23:52:40 +00:00
Harry Moffat
b2cf384cea
Added PURIFY option to makefiles
2008-12-30 21:49:41 +00:00
Dave Goodwin
7b179cb44f
*** empty log message ***
2008-02-18 04:04:06 +00:00
Dave Goodwin
543e73af3b
*** empty log message ***
2008-02-14 04:56:48 +00:00
Dave Goodwin
4a1d303fe4
put all C++ interface code in the Cantera_CXX namespace
2008-02-14 04:37:43 +00:00
Dave Goodwin
12650d695a
*** empty log message ***
2008-02-13 06:43:25 +00:00
Dave Goodwin
a2bb5e8135
removed old files
2008-02-09 02:55:08 +00:00
Harry Moffat
07d7b4ff80
Fixed an error in the Makefile.in
2008-01-07 22:05:33 +00:00
Harry Moffat
024d88b9e4
Added Makefile dep on object files.
2008-01-01 19:31:57 +00:00
Harry Moffat
0108fa53e9
Added .d files
2007-12-28 00:38:00 +00:00
Harry Moffat
0a976c661c
Made depends rule like the cxx rule.
2007-12-28 00:37:39 +00:00
Harry Moffat
c5f28afd19
Made the report function a virtual function within the ThermoPhase
...
class. This means that the function can be modified depending on the
inheritance. This allows for the printout of molalities and
pH's for liquid phases where appropriate.
Took out a duplicate function, report(), in the Cantera namespace.
There was one in cxxutils.cpp and one in phasereport.cpp.
2007-12-21 02:58:41 +00:00
Dave Goodwin
9ec5f81be1
minor bug fixes
2007-05-10 20:22:36 +00:00
Harry Moffat
8068945ce7
forgot a file.
2007-05-05 00:30:57 +00:00
Harry Moffat
910a2abf86
Fixed an error that occurred during linking of applications.
...
There were multiple definitions of importPhase(string, string),
one per application file.
I moved the definition of importPhase to libctxx.a as it had
to be in an object file, and I retained the declaration within
importPhase.h. I also added declarations for the other
functions in libctxx.a into importPhase.h, as they weren't
declared anywhere in the interface.
2007-05-05 00:29:49 +00:00
Dave Goodwin
fea8c985f5
reorganized source tree, changed include files, etc.
2007-05-04 15:18:40 +00:00
Harry Moffat
05e16e8e35
Added in the PIC autoconf variable, that already existed, into most
...
of the Makefiles in the code. This variable will now be used
to specify the position independent code compiler option within
Cantera. Note, this bug fix was needed for a 64 bit full python compile
on linux.
2007-04-13 22:39:15 +00:00
Harry Moffat
271f6edbe9
solaris port
...
Added the @CXX_DEPENDS@ variable.
2006-12-14 18:42:19 +00:00
Dave Goodwin
ce73f8bacd
removed using namespace statements from Cantera header files, and fully qualified most members of std (string, vector< >, etc.) in header files. User programs may need to have "using namespace" statements added.
2006-11-27 21:43:30 +00:00
Harry Moffat
9dcc35e491
Solaris changes SunWS_cache handling
2006-04-30 22:10:37 +00:00
Dave Goodwin
f5ffa16a48
changed from using ctvector to using std::vector. Required replacing v.begin() in many places by &v[0]. Macro DATA_PTR(v) defined for readability.
2006-04-28 17:22:23 +00:00
Dave Goodwin
9bd690ae04
Prerelease_1_6_0_branch merged into trunk
2005-06-18 16:58:39 +00:00
Dave Goodwin
cb27d211e3
merged changes from branch
2005-01-07 10:26:43 +00:00
Dave Goodwin
5b0d673428
*** empty log message ***
2004-10-15 23:12:28 +00:00
Dave Goodwin
2959b2735e
cleanup
2004-08-03 11:16:20 +00:00
Dave Goodwin
efdfdf83cd
*** empty log message ***
2004-07-14 11:24:12 +00:00
Dave Goodwin
f1a15f0e69
*** empty log message ***
2004-05-13 16:58:29 +00:00
Harry Moffat
551584b261
Added a small demo.
...
Added comments.
2004-04-22 19:42:08 +00:00
Dave Goodwin
f13477c71b
initial import
2004-01-01 23:41:38 +00:00
Dave Goodwin
e9b38d1ed5
innitial import
2004-01-01 23:13:12 +00:00