Ray Speth
33c866447d
Added scons options to use a specific version of MSVC
...
The default is to use the same one as the copy of Python
used by SCons, which is required to build the Python module.
2012-02-02 17:18:27 +00:00
Ray Speth
ffb4093bf2
Include 'config.h' when installing header files
2012-02-02 17:18:23 +00:00
Nicholas Malaya
f13b925f8b
[cantera]: adding tests for HWM graph cpvt
2012-02-02 17:16:07 +00:00
Ray Speth
38f6ebd76b
Added unit tests for the NasaPoly1 class
2012-02-01 23:35:01 +00:00
Ray Speth
1a84d21efb
Imported source code for googletest
2012-02-01 23:34:40 +00:00
Nicholas Malaya
7b8bec8bae
[cantera]: also now adding makefile update for test
2012-02-01 23:24:45 +00:00
Nicholas Malaya
f4aae71d13
[cantera]: forgot configure.ac update
2012-02-01 23:22:53 +00:00
Nicholas Malaya
cb86c440be
[cantera]: adding a cathermo test
2012-02-01 23:20:23 +00:00
Nicholas Malaya
91273bddee
[cantera]: adding a few more files to the thermodynamics library
2012-02-01 23:04:04 +00:00
Nicholas Malaya
5efce48bca
[cantera]: fixing build that was broken in previous update, continuing with transport model additions
2012-02-01 21:14:09 +00:00
Nicholas Malaya
f6f2e8f691
[cantera]: several edits to make a few tests work and streamline the build system. also adding transport models
2012-02-01 20:42:08 +00:00
Ray Speth
cd4f40fa0d
Fixed a problem with the case of a directory name
2012-02-01 19:47:07 +00:00
Ray Speth
1304da2eab
Improved comparison of floating point values in test output
...
Values are only compared up to the printed precision, so rounding
errors will no longer result in failing tests. This also fixes
differences in floating point output formats on different platforms.
2012-01-27 19:31:43 +00:00
Ray Speth
d5e500d3cc
Install python module in the staging directory
2012-01-27 19:31:39 +00:00
Ray Speth
51a7fc1278
Fixed namespace issues with the Fortran module
2012-01-27 19:31:35 +00:00
Ray Speth
3625c733ea
Fixed environment variables used for compiling the Python extension
2012-01-26 18:31:47 +00:00
Ray Speth
1cdec7a851
Fixed Matlab extension compilation
...
Added missing namespace qualifiers after removing
"using namespace std" in a previous commit.
2012-01-26 18:31:41 +00:00
Nicholas Malaya
8de3340b3a
[cantera]: adding reference doc
2012-01-25 16:44:47 +00:00
Harry Moffat
fdd37f5f2d
Added addNamedFloat Array() to ctml. Easy way to read and write float arrays.
...
volt and coulomb added to units
added depth argument to several xml calls.
2012-01-23 20:59:38 +00:00
Ray Speth
32afe97ebd
Removed 'using namespace Cantera' from all header files
2012-01-23 03:37:08 +00:00
Ray Speth
c708682e56
Removed 'using namespace std' from all header files
2012-01-23 03:36:42 +00:00
Ray Speth
ffec1b052a
Combined CanteraZeroD and CanteraSpectra namespaces with Cantera
2012-01-23 03:36:13 +00:00
Ray Speth
d832f32625
Eliminated the Cantera_CXX namespace
2012-01-23 03:35:46 +00:00
Ray Speth
cea05ab5a5
Fixed signed/unsigned/size_t warnings in the Matlab toolbox
2012-01-20 23:14:12 +00:00
Ray Speth
f23bb0365a
Fixed more signed/unsigned/size_t warnings
...
These were warnings that showed up when compiling with the Microsoft
Platform SDK.
2012-01-20 23:13:54 +00:00
Ray Speth
ea2c3b977c
Removed some vector functions that duplicated built-in functionality
2012-01-20 23:13:44 +00:00
Ray Speth
f922a9c348
Removed unnecessary TRUE and FALSE macros
...
Replaced with built-in true and false values, and the variables
these were assigned to have been converted from int to bool.
2012-01-20 23:13:32 +00:00
Ray Speth
4e2a48c4e5
Fixed erroneous inequality comparisons between size_t and 0
2012-01-20 23:13:17 +00:00
Ray Speth
db2b9636bb
Removed straggling instance of TYPENAME_KEYWORD
2012-01-19 20:45:23 +00:00
Ray Speth
cd4d4f01b6
Removed some unused preprocessor definitions
2012-01-19 20:30:38 +00:00
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
6798f18c4e
Removed #ifdef for TYPENAME_KEYWORD
...
This definition was used to remove the "typename" qualifier from some
declarations when using MSVC, but the use of the "typename" keyword in
the contexts where it is used in Cantera are allowed in all versions
of Visual Studio since (at least) VS.NET 2003.
2012-01-19 20:30:16 +00:00
Ray Speth
afdf3fb2d1
Removed some empty comment lines
2012-01-19 20:30:04 +00:00
Ray Speth
79c0f4afdc
Added a script to simplify running coverage tests
2012-01-19 03:53:08 +00:00
Ray Speth
4ab232da44
Allow optional collection of code coverage information with gcc
2012-01-18 23:44:57 +00:00
Ray Speth
cf80213e6b
Added ipdb() function to help debug SCons scripts
2012-01-18 23:44:54 +00:00
Ray Speth
6589eb7f7c
Removed some unused numerical integration utilities
2012-01-18 23:44:50 +00:00
Ray Speth
d17ba8fbcb
Removed an accidentally-added file
2012-01-18 23:44:48 +00:00
Nicholas Malaya
8eb439f294
[cantera]: relocating, saving progress
2012-01-18 23:31:14 +00:00
Nicholas Malaya
020a18fa07
[cantera]: fixing cxx library build
2012-01-18 20:15:05 +00:00
Nicholas Malaya
00b631a310
[cantera]: removing a few files we dont need to compile
2012-01-18 19:00:11 +00:00
Nicholas Malaya
6de0d5e7f4
[cantera]: updating from includes to AM_CPPFLAGS
2012-01-18 17:39:12 +00:00
Nicholas Malaya
2fd3ae6598
[cantera]: forgot an important macro
2012-01-18 17:21:07 +00:00
Nicholas Malaya
187fb69c19
[cantera]: adding ax_enable_builddir to enable builddir creation
2012-01-18 17:15:12 +00:00
Nicholas Malaya
4538e19768
[cantera]: removing makefile.in
2012-01-18 16:52:47 +00:00
Nicholas Malaya
43767fab35
[cantera]: update from hacking last night, adding f2c lib
2012-01-18 15:59:22 +00:00
Ray Speth
e887d2fbbc
Eliminated "sortAlgoritms" from the tests in favor of std::sort
2012-01-18 03:42:57 +00:00
Ray Speth
4cdac9a90f
Eliminated "heapsort" function in favor of using std::sort
2012-01-18 03:42:52 +00:00
Ray Speth
1ff7c23860
Fixed signed/unsigned equality comparisons
2012-01-17 23:58:48 +00:00
Ray Speth
de7d58805e
Removed unused variables identified by compiler warnings
2012-01-17 23:58:38 +00:00