Nicholas Malaya
dbf089e1db
[cantera]: edits to make shared libraries build
2012-02-04 00:44:10 +00:00
Nicholas Malaya
704336024c
[cantera]: removing math dir
2012-02-04 00:37:06 +00:00
Nicholas Malaya
300a2b5185
[cantera]: removing deprecated lapack
2012-02-04 00:36:40 +00:00
Nicholas Malaya
cf336ff305
[cantera]: removing deprecated blas dir
2012-02-04 00:36:22 +00:00
Nicholas Malaya
eaeb49c22e
[cantera]: back to where we started
2012-02-04 00:23:34 +00:00
Nicholas Malaya
0c26ea8c72
[cantera]: moving some folders around
2012-02-03 23:41:00 +00:00
Ray Speth
7e6b232978
Workaround for char16_t definition when using Matlab2010a and VS2010
2012-02-03 22:54:33 +00:00
Nicholas Malaya
6b357c3d2c
[cantera]: creating single library output
2012-02-03 21:28:48 +00:00
Nicholas Malaya
b53f21cec7
[cantera]: fixing up a makefile
2012-02-03 20:48:05 +00:00
Nicholas Malaya
7075be19cd
[cantera]: cleaning up a small error thats been propagated through the code
2012-02-03 20:38:05 +00:00
Ray Speth
bd2bc32689
Fixed a bug in SConstruct with using system BLAS and LAPACK
2012-02-03 19:28:56 +00:00
Ray Speth
1618de5a24
Added explicit dependency for Matlab extension on clib headers
2012-02-03 19:28:49 +00:00
Nicholas Malaya
5298d6989c
[cantera]: fixing a bug where two .cpp files attempted compile/linkage.
2012-02-03 00:09:46 +00:00
Nicholas Malaya
67ad9b11d7
[cantera]: removing these makefile.ins
2012-02-02 22:22:48 +00:00
Nicholas Malaya
a3f16ff596
[cantera]: done with tests in cathermo
2012-02-02 22:18:30 +00:00
Ray Speth
93eb3cf033
Quote include and library paths when building Matlab extension
2012-02-02 19:55:35 +00:00
Nicholas Malaya
e0eeb3825f
[cantera]: adding error codes to runtest scripts
2012-02-02 19:28:34 +00:00
Nicholas Malaya
d84133fc9f
[cantera]: all HMW tests functioning
2012-02-02 17:41:31 +00:00
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