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
453576f0ad
Removed MSVC-specific compiler warning suppression
2012-01-17 04:09:18 +00:00
Ray Speth
9e1fdfe39a
Eliminated CVS keyword cruft
2012-01-09 17:32:01 +00:00
Ray Speth
8b699082c8
Removed cantera/kernel from include path
...
The "cantera/kernel" directory is now part of the include path only
when building the Cantera kernel. All other modules include files in
this directory as "kernel/header.h".
This fixes a problem distinguishing between kernel/Kinetics.h and
kinetics.h on Windows.
2012-01-09 17:31:21 +00:00
Ray Speth
4b114f020e
Add stage_dir config option
...
This option stages "installed" files in a local directory which can
then be used to generate installation packages while $prefix still
references the final installed location.
2011-12-14 19:41:21 +00:00
Ray Speth
71588d307d
Remove files for Autotools and Visual Studio build systems
2011-12-14 19:38:10 +00:00
Ray Speth
ec0c45d8fb
Removed some unused files
2011-12-14 19:35:40 +00:00
Ray Speth
e2176738cc
SCons builds and installs the C++, Python and Fortran demos and examples
2011-12-14 03:52:41 +00:00
Ray Speth
d742f7d9e6
SCons now installs the fortran .mod files in the include directory
2011-12-14 03:52:31 +00:00
Ray Speth
702ae7251d
Added SCons installation targets for libraries and binaries
2011-12-14 03:52:19 +00:00
Ray Speth
39d46d1f28
SCons now builds the C, C++ and Fortran interfaces
2011-12-14 03:04:08 +00:00
Harry Moffat
039696dcc6
More changes for solaris compile
2010-02-09 20:39:03 +00:00
Harry Moffat
70647c85ed
Initial Import
2009-07-27 23:17:19 +00:00
Harry Moffat
5262bc22a4
Added LCXX_END_LIBS to calc
2009-07-24 01:59:22 +00:00
Harry Moffat
a826141bd8
Reblessed solution
2009-07-24 01:52:02 +00:00
Harry Moffat
d6ebf7b799
Added a compiler option that gets utilized for solaris
2009-07-23 23:24:22 +00:00
Harry Moffat
860aea6090
Added std:: to some string declarations.
...
added using namespace std to a cpp file
2009-07-23 17:03:04 +00:00
Harry Moffat
c82fa6fff2
Fixed an interface for fortran
2009-07-23 16:59:32 +00:00
Harry Moffat
a29c1238da
Added std:: to some string calls
2009-07-23 16:56:48 +00:00
Harry Moffat
2115e4b0d5
Added more clean rules.
2009-04-04 03:23:32 +00:00
Harry Moffat
291d51af83
Fixed permissions on installed files.
2009-03-17 01:40:00 +00:00
Harry Moffat
cf41ef91f3
Fixed a couple of rules.
2009-03-17 01:37:11 +00:00
Harry Moffat
156bb4ca2c
Fixed an error in the depends rule.
2009-03-17 01:26:12 +00:00
Harry Moffat
2c3c88d3cc
Revamped the fortran demos, adding in tests of the output
2009-03-17 01:02:07 +00:00
Harry Moffat
420e3421b9
Added an include that's needed for ubuntu
2009-01-23 16:03:51 +00:00
Harry Moffat
b2cf384cea
Added PURIFY option to makefiles
2008-12-30 21:49:41 +00:00
Dave Goodwin
a2bb5e8135
removed old files
2008-02-09 02:55:08 +00:00
Dave Goodwin
eb2f05874e
*** empty log message ***
2007-12-18 03:04:49 +00:00
Dave Goodwin
97b4c08a56
added cantera_iface
2007-12-18 02:41:05 +00:00
Dave Goodwin
e581fe0d85
*** empty log message ***
2007-12-17 22:56:07 +00:00
Dave Goodwin
c438d5846f
added spectroscopy support
2007-12-15 17:15:46 +00:00
Harry Moffat
116756ddc5
added a file
2007-08-23 21:53:24 +00:00
Harry Moffat
7dc1e89be3
Fixed a compile problem that occurred on solaris
2007-07-13 16:52:18 +00:00
Harry Moffat
b3a24249b2
Added an all: rule.
2007-07-12 19:44:46 +00:00
Dave Goodwin
7183da1ad4
*** empty log message ***
2007-05-12 14:49:12 +00:00
Dave Goodwin
9ec5f81be1
minor bug fixes
2007-05-10 20:22:36 +00:00
Dave Goodwin
fea8c985f5
reorganized source tree, changed include files, etc.
2007-05-04 15:18:40 +00:00
Harry Moffat
dfc7e71f5b
Solaris 10 update
...
Forgot the template specialization on the static storage declaration.
Thus, previous commit wouldn't compile on linux. This fixes the
problem.
2007-03-20 22:42:17 +00:00
Harry Moffat
b23a49c1f2
Solaris 10 updates
...
Added declarations of static member storage for templated classes.
2007-03-20 21:58:27 +00:00
Dave Goodwin
f50e48e54f
updated equilibrate to use 2-character string rather than an integer.
2007-02-10 13:54:30 +00:00
Harry Moffat
271f6edbe9
solaris port
...
Added the @CXX_DEPENDS@ variable.
2006-12-14 18:42:19 +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
Harry Moffat
9568195dec
Fixed the Makefile that gets used in the install directories.
...
autoconf variables needed updating.
2006-10-02 16:38:09 +00:00
Harry Moffat
ea8ef700c6
Added SunWS_cache
2006-04-30 22:23:10 +00:00
Harry Moffat
2b90d6827f
Solaris: SunWS_cache handling
2006-04-30 22:15:06 +00:00
Dave Goodwin
9e54a6857e
*** empty log message ***
2005-07-22 04:02:05 +00:00
Dave Goodwin
9bd690ae04
Prerelease_1_6_0_branch merged into trunk
2005-06-18 16:58:39 +00:00
Dave Goodwin
488f84970e
changed f90 mod file handling in Makefiles
2004-11-15 02:33:21 +00:00
Dave Goodwin
1a6678a7b6
*** empty log message ***
2004-10-19 10:48:59 +00:00
Dave Goodwin
b21ad9c412
*** empty log message ***
2004-10-12 12:56:32 +00:00