Commit graph

3550 commits

Author SHA1 Message Date
Ray Speth
3648bfef39 Use of deprecated functions generates compiler warnings 2012-02-27 18:11:39 +00:00
Ray Speth
f1e807d314 Moved global variables from tpx namespace into class Substance
This fixes failures in the pureFluid test on OSX with certain
compilier optimizations enabled.
2012-02-27 18:11:28 +00:00
Nicholas Malaya
69614a021b [cantera]: updating configure.ac so I can start migrating and re-merging branch into spiffy new cantera master project 2012-02-27 18:07:21 +00:00
Ray Speth
8c23a12152 Removed attempt to get PYTHON_CMD from setup_cantera
This code didn't work because changes in the environment of the
system(...) call aren't propagated back to the caller.
2012-02-24 03:17:39 +00:00
Ray Speth
f7a4e3de64 diamondSurf and min_python/diamond tests now use the same code 2012-02-23 21:25:27 +00:00
Ray Speth
1ece5bcc3d Some changes to make SCons faster 2012-02-23 21:25:20 +00:00
Ray Speth
b6376f1e00 Include Sundials in the Cantera Python module when necessary 2012-02-23 21:25:13 +00:00
Ray Speth
9bcc42b758 Fixed PYTHONPATH when running tests 2012-02-23 21:25:09 +00:00
Ray Speth
35007e0fc9 Combined negATest and min_python/negATest to use the same code 2012-02-23 21:25:03 +00:00
Ray Speth
e5fe4fff9c Fixed negative array indexing errors in negAtest 2012-02-23 21:24:58 +00:00
Ray Speth
db8e338e52 Fixed size_t issues in CVodesIntegrator 2012-02-23 21:24:53 +00:00
Ray Speth
ee0fe68e16 Fixes for building shared libraries on OS X. 2012-02-23 21:24:48 +00:00
Ray Speth
b203b88085 IDA_Solver requires Sundials 2.4 2012-02-23 21:24:42 +00:00
Ray Speth
bbb3b4cbfa Fixed module include directory for old versions of gfortran 2012-02-23 21:24:38 +00:00
Ray Speth
a0802e3ad0 Fixed some problems building with Fortran sources for BLAS, LAPACK, etc. 2012-02-23 21:24:32 +00:00
Ray Speth
6c181a92fe Removed manual specification of PIC flag
This is already handled in a platform-independent way by SCons
2012-02-23 21:24:27 +00:00
Ray Speth
c7078a311a Replaced "inList" with std::find 2012-02-22 00:17:50 +00:00
Ray Speth
d910af2e0f Fixed python-diamond test that was failing because of an incorrect path 2012-02-22 00:17:46 +00:00
Ray Speth
bd3adf4afe Fixed blessed output for HMW_test_1 to correspond to DEBUG_MODE being undefined 2012-02-22 00:17:37 +00:00
Ray Speth
16e82a3ab0 Remove unused definitions of the function pAtable from test_problems 2012-02-22 00:17:30 +00:00
Ray Speth
de32aba15d All Debye-Huckel tests use a shared copy of the test executable 2012-02-22 00:17:12 +00:00
Ray Speth
ce5abaca0e All tests using class fileLog now use a shared copy 2012-02-22 00:17:01 +00:00
Ray Speth
01e63f004e All tests using TemperatureTable.h now use a shared copy 2012-02-22 00:16:48 +00:00
Ray Speth
437294ae00 Removed previously-deprecated array_fp typedef 2012-02-22 00:16:22 +00:00
Ray Speth
18bce3bc62 Fixed lines ending with doubled semicolon. 2012-02-22 00:16:10 +00:00
Ray Speth
055b6e5710 Fixed issues compiling with MinGW using SCons 2012-02-21 16:06:07 +00:00
Ray Speth
7b96fa73c4 Fixed an implicit standard library dependency
This was preventing some of the tests from compiling
2012-02-21 16:06:02 +00:00
Ray Speth
28270820a5 Use std::swap instead of homegrown alternatives 2012-02-21 16:05:53 +00:00
Ray Speth
35429de71c Fixed a bunch of spelling errors in the documentation and comments 2012-02-21 16:04:09 +00:00
Ray Speth
fe8a5d49a8 Use std::min and std::max instead of homegrown alternatives 2012-02-21 16:03:32 +00:00
Ray Speth
30d233474a Use std::min and std::max instead of preprocessor macros 2012-02-21 16:03:09 +00:00
Ray Speth
9eb0f440a5 Added deprecation messages for numarray, numeric, and old Sundials versions 2012-02-21 16:03:01 +00:00
Ray Speth
ccd0f01584 Fixed a python-distutils problem with the Windows SDK 2012-02-17 20:30:15 +00:00
Ray Speth
36c5d0ff96 Fixed more compiler warnings (MSVC 9.0) 2012-02-17 20:30:03 +00:00
Ray Speth
f74abb48f0 Fixed GCC warnings 2012-02-17 20:29:50 +00:00
Ray Speth
e8b04fb2b4 Fixed numerous compiler warnings from MSVC 2012-02-17 20:29:10 +00:00
Ray Speth
708b78f68b Replaced incorrect manual memory management with std::vector 2012-02-17 20:28:58 +00:00
Ray Speth
e2ac2afad5 Updated svn:ignore 2012-02-16 00:05:27 +00:00
Ray Speth
4d3814d1cf Fixed a bug with Python Distutils and relative source paths 2012-02-15 23:31:37 +00:00
Ray Speth
8d9ecb68ad Removed empty directories 2012-02-15 22:56:33 +00:00
Ray Speth
9bc4a261c7 Fixed a bunch of GCC warnings 2012-02-15 20:28:08 +00:00
Ray Speth
af602fd33a Updated .gitignore (for git-svn users) 2012-02-15 18:07:01 +00:00
Ray Speth
4f600c048e Fixed compilation of the C++ and Fortran sample programs 2012-02-15 18:06:55 +00:00
Ray Speth
f65da5d277 Fixed compilation of the Fortran 90 module 2012-02-15 18:06:50 +00:00
Ray Speth
b8ac7f9ccb Added SCons options for propagating environment variables 2012-02-15 01:01:40 +00:00
Ray Speth
46c4baeb8c Updated the C++ samples so that they compile and (mostly) run 2012-02-15 01:01:30 +00:00
Ray Speth
855f2ec77b Eliminated the unnecessary Cantera.h header from sample code 2012-02-15 01:01:15 +00:00
Ray Speth
0b8d2ec223 Removed includes of Cantera.h from the regression tests 2012-02-15 01:00:46 +00:00
Ray Speth
a942657698 Removed obsolete header selection logic from regression tests 2012-02-13 23:44:20 +00:00
Ray Speth
76c54f4546 Rewrote instructions for compiling Cantera
These instructions reflect the adoption of SCons as the build system
for Cantera on all platforms.
2012-02-13 23:24:29 +00:00