Commit graph

128 commits

Author SHA1 Message Date
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
Dave Goodwin
b88572545c install Makefiles for python demos 2006-11-08 23:58:50 +00:00
Dave Goodwin
5c13ab25c6 *** empty log message *** 2006-11-08 01:15:13 +00:00
Dave Goodwin
eee9f3023d *** empty log message *** 2006-11-07 23:35:59 +00:00
Dave Goodwin
1481f13b94 modified for cygwin 2006-10-30 19:30:59 +00:00
Dave Goodwin
6e59414bd6 *** empty log message *** 2006-10-25 22:23:43 +00:00
Dave Goodwin
1276dda28c *** empty log message *** 2006-10-23 00:58:28 +00:00
Harry Moffat
cb83425e34 Added a directory. 2006-08-19 18:15:29 +00:00
Harry Moffat
e66a46130a Added some comments about a particular problem on old solaris systems. 2006-08-19 18:14:16 +00:00
Harry Moffat
e67f5e4fa4 Eliminated an ld warning by setting a local variable as static. 2006-08-19 18:13:40 +00:00
Harry Moffat
a4059279f1 Made these two files compatible, so that there would be no confusion.
Changed the logical definition, which wasn't being used, to int from long int.
2006-08-15 23:36:47 +00:00
Harry Moffat
44dd5972a7 Fixed an error in a Makefile. 2006-08-14 22:53:58 +00:00
Harry Moffat
2bbf07909e Fixed a make clean rule in ext/cvode 2006-08-14 22:01:37 +00:00