Nicholas Malaya
0c26ea8c72
[cantera]: moving some folders around
2012-02-03 23:41:00 +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
Nicholas Malaya
5298d6989c
[cantera]: fixing a bug where two .cpp files attempted compile/linkage.
2012-02-03 00:09:46 +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
5efce48bca
[cantera]: fixing build that was broken in previous update, continuing with transport model additions
2012-02-01 21:14:09 +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
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
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
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
de7d58805e
Removed unused variables identified by compiler warnings
2012-01-17 23:58:38 +00:00
Ray Speth
310dec47f0
Supress warnings in externally-supplied code (f2c, cvode)
2012-01-17 23:58:33 +00:00
Nicholas Malaya
0f98d7a5fa
[cantera]: adding blas support
2012-01-17 23:16:34 +00:00
Nicholas Malaya
8e14ca5535
[cantera]: as previous checkin, working with limited stability here
2012-01-17 22:58:11 +00:00
Nicholas Malaya
bdcd10b9ab
[cantera]: server is going up and down, committing to save what i have
2012-01-17 22:53:51 +00:00
Nicholas Malaya
f9f8879122
[cantera]: adding a missing makefile.am
2012-01-17 22:38:14 +00:00
Nicholas Malaya
0516439d68
[cantera]: removing these directories, not sure why we need them, and they are counter to the common cantera organizing structure
2012-01-17 22:11: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
Nicholas Malaya
cd2948d139
[cantera]: relocating for a moment, saving what i have here
2012-01-05 19:56:22 +00:00
Nicholas Malaya
2e697b3223
[cantera]: few more modifications to trunk of our tools, to enable regression testing with make check
2012-01-05 18:54:50 +00:00
Nicholas Malaya
0308bf9ab6
[cantera]: adding ext makefile.am to get an example going
2012-01-05 17:16:05 +00:00
Ray Speth
8045e68d86
Added .gitignore files
...
Helpful for git-svn users
2011-12-16 16:22:15 +00:00
Ray Speth
8e1cdc4ce4
Fixed attempt to link against libm with MSVC
2011-12-15 00:04:08 +00:00
Ray Speth
2cf75e969e
Fixed linking order for libm when building arithchk
2011-12-14 19:41:28 +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
2f7fdd5066
Fix for building system-dependent headers in f2c_libs
...
SCons couldn't resolve dependencies on files created by CopyNoPrefix,
so now the paths to these headers are specified relative to the
project root.
2011-12-14 19:36:36 +00:00
Ray Speth
ef617af524
Fixed compilation issues when compiling without Sundials
...
ctnumerics and the included CVODE had been broken
2011-12-14 19:34:10 +00:00
Ray Speth
60a00546dc
Added include directory for f2c code
...
Most f2c code needs the "f2c.h" file, which is only in the
ext/f2c_libs directory, but this error doesn't usually show up
because it is also in /usr/include on most Unix systems.
2011-12-14 19:34:04 +00:00
Ray Speth
098501cbe4
Fixed several platform-dependent preprocessor defines to work with Windows
2011-12-14 19:33:53 +00:00
Ray Speth
99a0dc5f0f
Removed incomplete CMake build scripts
2011-12-14 03:54:19 +00:00
Ray Speth
2d8b1f4431
SCons install target now copies header files to the installation directory
2011-12-14 03:52:26 +00:00
Ray Speth
702ae7251d
Added SCons installation targets for libraries and binaries
2011-12-14 03:52:19 +00:00
Ray Speth
53cfa84670
SCons now builds the Python module
2011-12-14 03:04:18 +00:00
Ray Speth
b6bfca8e94
SCons now builds the Cantera kernel
2011-12-14 03:03:57 +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
b9c9f81761
Made the BandMatrix class and SquareMatrix inherit from a common
...
parent so that they can be used interchangeably in other software.
Removed PsuedBinaryVPSSTP in favor of MolarityIonicVPSSTP
2011-10-19 20:45:06 +00:00
Harry Moffat
198ab18640
Added a needed function
2011-05-02 16:13:03 +00:00
Harry Moffat
ac660e53c0
Added cholesky decomp routines.
2011-04-29 23:07:27 +00:00
Harry Moffat
24ac9bd133
Added in condition number routines for triangular matrices
2011-04-28 20:56:02 +00:00
Harry Moffat
36b44fd278
Fixed a Makefile error.
2011-04-18 16:46:40 +00:00
John Hewson
4b2b215da9
File named dlantr.o was misnamed in Makefile.in
...
--This line, and those dlantrbelow, will be ignored--
M Makefile.in
2011-04-11 21:08:08 +00:00