Commit graph

140 commits

Author SHA1 Message Date
Harry Moffat
35f32314b9 Modifications to beat down the compiler warnings. Merged from the
liquidTransportDevelop
2009-12-29 03:01:18 +00:00
Harry Moffat
e1dc08c48d Deleting .cvsignore files. 2009-07-28 18:34:16 +00:00
Harry Moffat
70647c85ed Initial Import 2009-07-27 23:17:19 +00:00
Harry Moffat
183b600572 Eliminated warning messages on vc++ 2009-07-13 18:37:34 +00:00
Harry Moffat
b5404d5907 Got rid of warnings on windows. 2009-04-22 00:40:31 +00:00
Harry Moffat
a8ade32602 Took out some files that are created during the compilation process 2009-04-20 14:26:53 +00:00
Harry Moffat
7cbe564d61 Fixed an error in the Makefile 2009-03-28 19:10:17 +00:00
Harry Moffat
7d7a9315fa General commit due to windows port. 2009-03-27 21:32:32 +00:00
Harry Moffat
7fc902373e Fix for a possible ubuntu problem. Will have to check with users to
see if this works.
2009-03-13 03:08:59 +00:00
Harry Moffat
c731d5a03c Added PIC flags to c compile statement. They were left out in
some places.
2009-01-12 19:34:14 +00:00
Harry Moffat
bcdfcc46d6 Changes to PURIFY. Doesn't take g77 as an option, so not instrumenting
the fortran routines.
2008-12-30 21:58:10 +00:00
Harry Moffat
b2cf384cea Added PURIFY option to makefiles 2008-12-30 21:49:41 +00:00
Harry Moffat
92450201d1 Fixed a compile error that was found on a mac build using intel's 10.1
compilers.
2008-06-27 15:16:32 +00:00
Dave Goodwin
7b179cb44f *** empty log message *** 2008-02-18 04:04:06 +00:00
Dave Goodwin
12650d695a *** empty log message *** 2008-02-13 06:43:25 +00:00
Dave Goodwin
c90f7e9fbe *** empty log message *** 2008-02-13 06:10:50 +00:00
Dave Goodwin
a2bb5e8135 removed old files 2008-02-09 02:55:08 +00:00
Dave Goodwin
73bebe4768 cmake files 2008-02-05 23:36:07 +00:00
Harry Moffat
56e023a88b Took out FOBJ 2008-01-15 17:23:39 +00:00
Dave Goodwin
6723d332d8 re-added 2008-01-12 16:46:35 +00:00
Harry Moffat
7dc52b45b1 Added dependency on makefile 2008-01-01 19:27:08 +00:00
Harry Moffat
c113e07e52 Added dependency on Makefile 2008-01-01 19:25:54 +00:00
Harry Moffat
1ac8f7508f Added dependencies on Makefile. 2008-01-01 19:25:14 +00:00
Harry Moffat
b479220927 Took out unused variables. 2008-01-01 19:24:44 +00:00
Harry Moffat
ebdb0b4094 Added more dependencies. 2008-01-01 19:14:33 +00:00
Harry Moffat
b1f41ab6de added more dependency checks 2008-01-01 19:08:08 +00:00
Harry Moffat
ef16f4242c Made CFLAGS take the PIC_FLAG argument, just as CXXFLAGS does. 2007-12-27 23:35:43 +00:00
Harry Moffat
6ceff256b4 These files are autogenerted during the makefile process. Therefore,
they don't need to be in the cvs system.
2007-10-28 19:08:51 +00:00
Harry Moffat
bdbe4b2d41 Added -c command to the @INSTALL@. It doesn't matter unless the
install command is config/install-sh. For the later, it
changes mv to a cp command.
2007-07-12 00:58:39 +00:00
Dave Goodwin
7f570c79ca bug fixes 2007-05-12 12:55:25 +00:00
Dave Goodwin
b571729262 bug fixes 2007-05-11 19:29:35 +00:00
Dave Goodwin
9ec5f81be1 minor bug fixes 2007-05-10 20:22:36 +00:00
Dave Goodwin
ba5928083f added thread safety option 2007-05-10 03:28:30 +00:00
Dave Goodwin
93be5e02fe *** empty log message *** 2007-04-25 00:27:59 +00:00
Dave Goodwin
6221d28fe0 *** empty log message *** 2007-04-25 00:14:36 +00:00
Dave Goodwin
92eb3d250e ; 2007-04-25 00:08:59 +00:00
Dave Goodwin
b30a0ee8f1 *** empty log message *** 2007-04-25 00:08:11 +00:00
Harry Moffat
a15b30e7ba Fixed an error in the test suite. Changed some files around in
caThermo so that requesting the ideal solution option but
not the electrochemistry option will now pass the test suite.
2007-04-17 21:10:14 +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
dc094b2338 Solaris 10 Updates:
Changed CXX_FLAGS to CFLAGS in a bunch of ext directories.
2007-03-20 22:00:11 +00:00
Harry Moffat
6545937948 Changed the WaterTP class to WaterSSTP, which now inherits from SingleSpeciesTP,
as it should
Fixed an error in pressure calculation within  WaterSSTP.
Added more function calls to the test problem for WaterSSTP.
2007-03-15 22:56:59 +00:00
Dave Goodwin
c20ccb4023 removed old unused files 2007-02-20 14:37:42 +00:00
Dave Goodwin
a1191dd9be *** empty log message *** 2007-02-17 17:31:16 +00:00
Dave Goodwin
616eaba372 added debug flag 2007-02-17 10:48:09 +00:00
Harry Moffat
3bd04e58ff solaris port
CXX_DEPENDS variable addition
2006-12-14 18:46:00 +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
Dave Goodwin
3b2065d2a6 minor cleanup 2006-11-13 19:55:36 +00:00
Dave Goodwin
20483b95b4 minor changes 2006-11-13 16:39:29 +00:00
Dave Goodwin
5e79dc9d89 minor cleanup 2006-11-13 04:23:33 +00:00
Dave Goodwin
9de14b2b6a *** empty log message *** 2006-11-09 21:01:15 +00:00