Commit graph

878 commits

Author SHA1 Message Date
Harry Moffat
ccfeb489a9 Compile fixes for DEBUG_MODE 2008-01-14 22:33:18 +00:00
Harry Moffat
bcdec010ed Replaced misc. debug #ifdefs with the single #ifdef block DEBUG_MODE.
This block is turned on/off by the configure options in the autoconf
setup process.
2008-01-14 22:24:10 +00:00
Dave Goodwin
d08fc24fb0 *** empty log message *** 2008-01-11 20:59:09 +00:00
Dave Goodwin
a22145b832 *** empty log message *** 2008-01-09 13:43:26 +00:00
Harry Moffat
7b1746c781 Eliminated a solaris warning 2008-01-07 23:00:18 +00:00
Harry Moffat
785de7f42c Solaris 64 bit port modifications 2008-01-07 21:53:22 +00:00
Harry Moffat
59d198cf50 Doxygen update to WaterProps 2008-01-06 22:38:54 +00:00
Dave Goodwin
26de212fb9 *** empty log message *** 2008-01-05 04:10:04 +00:00
Harry Moffat
f6a7ad1a26 Added an id block 2008-01-05 00:50:20 +00:00
Harry Moffat
8c7d0248c1 Doxygen update 2008-01-05 00:49:43 +00:00
Harry Moffat
f3bef443d5 Doxygen update -> still working on it 2008-01-05 00:47:40 +00:00
Harry Moffat
92f7795609 Doxygen update: commented routines 2008-01-05 00:36:15 +00:00
Harry Moffat
e3feb4c113 Doxygen update. Eliminated some warnings 2008-01-05 00:22:51 +00:00
Harry Moffat
5606f613ac took out all references to cantera/kernel and kernel in include paths.
It was getting too confusing and counterproductive
2008-01-04 23:07:24 +00:00
Harry Moffat
d96c4a119c Added support for use as an CANTERA_APP 2008-01-04 00:19:35 +00:00
Harry Moffat
c96226700e got the Linear programming routines to work within the Cantera
directory. I had forgot to include several files. You can now turn
these on via a Makefile flag
2008-01-03 21:38:25 +00:00
Harry Moffat
ebfcec09b7 fixed mismatch between declaration and definition
added std:: statements.
2008-01-03 18:49:54 +00:00
Harry Moffat
9d61a69886 Addes std:: modifiers 2008-01-03 18:49:03 +00:00
Harry Moffat
9c4b02c455 Fixed mismatch between declaration and definition 2008-01-03 18:48:26 +00:00
Harry Moffat
95e519ad30 Added pragmas 2008-01-03 18:47:33 +00:00
Harry Moffat
77cf587371 Added some std:: modifiers 2008-01-03 18:46:46 +00:00
Harry Moffat
656d24bf00 changed include directory path statements. 2008-01-03 18:45:47 +00:00
Harry Moffat
a9f7827dd0 Added a missing namespace statement 2008-01-03 18:44:48 +00:00
Harry Moffat
4fd64203c2 added pragmas to get rid of warnings. 2008-01-03 18:44:05 +00:00
Harry Moffat
ba841a1929 Got rid of strcasecmp
added pragmas
changed ifdefs around
2008-01-03 18:43:22 +00:00
Harry Moffat
15f0a7d6ba Added pragrams to get rid of msft vc warnings. 2008-01-03 18:42:39 +00:00
Harry Moffat
f84634b2f3 Changed the ifdef blocks around 2008-01-03 18:41:15 +00:00
Harry Moffat
2b69c44881 updates due to msft vc8 port 2008-01-03 18:40:09 +00:00
Harry Moffat
566f9ef846 compiler errors in an alternate ifdef block. 2008-01-02 23:35:27 +00:00
Harry Moffat
9dee9afb8b Added pragmas to reduce warnings. 2008-01-02 22:41:36 +00:00
Harry Moffat
e8343d8d9b Took strcasecmp out of code, since it's not in VC++ 2008-01-02 22:39:35 +00:00
Harry Moffat
0a0dd2482e Added more pragma disables for removing VC++ compiler warnings. 2008-01-02 18:22:42 +00:00
Harry Moffat
889257b89c Added WITH_ELECTROLYTES in several places. Haven't checked to see whether
the code compiles with Electrolytes off yet, however.
2008-01-02 17:01:05 +00:00
Harry Moffat
618aeba69f Added new dependencies. 2008-01-01 19:16:04 +00:00
Harry Moffat
ebdb0b4094 Added more dependencies. 2008-01-01 19:14:33 +00:00
Harry Moffat
5c08be7011 Added more dependencies 2008-01-01 19:13:06 +00:00
Harry Moffat
376f8d5dc2 Added more dependency checking. Object files now depend on Makefile. 2008-01-01 19:11:21 +00:00
Harry Moffat
771b03e646 Doxygen addition to elim a doxygen warning. 2008-01-01 19:09:39 +00:00
Harry Moffat
27dce94a67 Addition to the %.d dependencies:
I'm adding Makefile and %.o to the dependency for %.d.  This alleviates somes problems with .o files not being rebuilt when they should have been. Adding in the Makefile means that .d files are remade whenever configure is run. This isn't a total solution for what happens when defines change. However, it's a start. Adding in %.o captures changes in .h files that the .cpp files depends on.
2008-01-01 17:13:56 +00:00
Harry Moffat
4f16af26ce Fixed an error in a depends rule. 2008-01-01 16:51:34 +00:00
Dave Goodwin
5b7b233630 *** empty log message *** 2007-12-30 04:19:37 +00:00
Harry Moffat
23415dbe55 Changed the pypath() routine to reflect its own documentation. If
it fails to find PYTHON_CMD in the environment, it will now return
the string python, and not throw an error. WIth this change PYTHON_CMD
doesn't have to be set in the user's environment. Instead Cantera will
fall back to using the user's default path to find the executable,
python.
2007-12-28 02:16:09 +00:00
Harry Moffat
d455ff7d7b Added .d files 2007-12-28 01:00:27 +00:00
Harry Moffat
ec03df32ad Added .d files 2007-12-28 00:51:57 +00:00
Harry Moffat
9c5bc9b6e0 Made the depends rule like the cxx rule. 2007-12-28 00:43:41 +00:00
Harry Moffat
9f79fe420b Made the depends rule like the cxx rule 2007-12-28 00:23:47 +00:00
Harry Moffat
08de89e14e Made the depends rule like the cxx rule. 2007-12-28 00:16:15 +00:00
Harry Moffat
37e22e2e55 Made the depends rule the same as the cxx rule. 2007-12-28 00:15:02 +00:00
Harry Moffat
a3306ab5c6 Changed the depends rule to be like the cxx rule 2007-12-28 00:10:32 +00:00
Harry Moffat
2bebd03307 Made depends rule like the cxx rule. 2007-12-28 00:06:04 +00:00