Commit graph

244 commits

Author SHA1 Message Date
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
Harry Moffat
62af5826ea Added a lapack routine 2011-04-07 15:58:01 +00:00
Harry Moffat
2abd551d71 Took out all using namespace calls from headers. 2011-03-28 21:12:25 +00:00
Harry Moffat
d1bc1e273c Took out namespaces in headers. 2011-03-28 19:51:35 +00:00
Harry Moffat
144c6b23bd Another delta on the dogleg implementation of the nonlinear solver.
Added lapack routines for calculation of condition number and to 
fill out the QR factorization capability.
2011-02-19 00:08:29 +00:00
Harry Moffat
367d1f90b0 Small changes that I found improved things 2010-10-02 04:51:00 +00:00
Harry Moffat
35f32314b9 Modifications to beat down the compiler warnings. Merged from the
liquidTransportDevelop
2009-12-29 03:01:18 +00:00
Harry Moffat
ee68428951 Added parenthesis to avoid warning messages. 2009-12-21 17:56:40 +00:00
Harry Moffat
44dc8c9084 Added parentheses to avind warning messages. 2009-12-21 17:53:44 +00:00
Harry Moffat
5c644ca58f Adding parenthesis to reduce warnings 2009-12-21 17:45:29 +00:00