Commit graph

117 commits

Author SHA1 Message Date
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
Dave Goodwin
ec04dbe060 *** empty log message *** 2006-07-11 18:12:06 +00:00
Dave Goodwin
ca65c77427 *** empty log message *** 2006-07-11 16:07:46 +00:00
Dave Goodwin
d2c8924533 misc 2006-05-17 17:43:53 +00:00
Harry Moffat
6bf46ea0ba Solaris changes. 2006-04-30 23:11:52 +00:00
Harry Moffat
61da0ad0ab Added recipes to clean directories. 2006-04-30 22:33:54 +00:00
Harry Moffat
5e63e71f55 Took out duplicates. 2006-04-30 22:32:55 +00:00
Harry Moffat
864b585535 Uses the build_f2c_lib variable. 2006-04-30 20:21:37 +00:00
Dave Goodwin
c48da0d14f *** empty log message *** 2006-04-23 06:02:35 +00:00
Harry Moffat
7d8179686d Added a ldemulation arg to the strip command. This is necessary
when compiling 32 bit on a 64 bit linux box.
2006-04-19 20:44:22 +00:00
Harry Moffat
bb2e6897d7 solaris warned about string literals being assigned to char *.
So, I changed it so that the species name is storred within the
object.
2006-03-03 23:21:06 +00:00
Harry Moffat
253244be01 Took duplicate out of F77FLAGS statement. 2006-03-03 22:44:09 +00:00