Ray Speth
d3c09984d0
Fixed some preprocessor directives for MinGW
...
The purpose of these changes is to make the distinction between
compiling under Windows (in which case _WIN32 is defined) and
compiling with the Microsoft compiler (in which case _MSC_VER is
defined). These changes are from the patch submitted by David
Fronczek.
2012-01-19 20:30:26 +00:00
Ray Speth
9c2ec3862b
Fixes for MSVC warnings C4273 and C4996
...
C4273 - (inconsistent dll linkage) generated by multiple declarations of isatty
C4996 - deprecated POSIX function names need to be prefixed with "_"
2012-01-17 04:12:15 +00:00
Ray Speth
4babd5898b
Fixing compiler warnings, part 1
2012-01-17 04:10:08 +00:00
Ray Speth
e960f715b7
Fixed a bunch of compiler warnings (MSVC) in the f2c code
2012-01-17 04:09:58 +00:00
Ray Speth
453576f0ad
Removed MSVC-specific compiler warning suppression
2012-01-17 04:09:18 +00:00
Ray Speth
8045e68d86
Added .gitignore files
...
Helpful for git-svn users
2011-12-16 16:22:15 +00:00
Ray Speth
71588d307d
Remove files for Autotools and Visual Studio build systems
2011-12-14 19:38:10 +00:00
Ray Speth
99a0dc5f0f
Removed incomplete CMake build scripts
2011-12-14 03:54:19 +00:00
Ray Speth
2c4623e336
SCons can now build the contents of the 'ext' directory
2011-12-14 02:41:29 +00:00
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
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
Dave Goodwin
7b179cb44f
*** empty log message ***
2008-02-18 04:04:06 +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
Dave Goodwin
6723d332d8
re-added
2008-01-12 16:46:35 +00:00
Harry Moffat
c113e07e52
Added dependency on Makefile
2008-01-01 19:25:54 +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
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
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
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