Commit graph

3681 commits

Author SHA1 Message Date
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
Harry Moffat
8c98b3560e Added an index lookup up capability.
Added a depth gauge to findByAttr.
2012-01-14 02:20:48 +00:00
Harry Moffat
8e1563b07d Added a recursive limit to the writes. 2012-01-13 02:24:48 +00:00
Harry Moffat
8c39c0307b Clarified the API for addChild. The function always mallocs a
new copy of the child. Added a new function, mergeAsChild(XML_Node &), for
the case where a malloc is not wanted.

Made setRoot() a recursive function, as it should be.
2012-01-09 22:32:55 +00:00
Ray Speth
32bcd0314f Removed a few unused files from the regression tests 2012-01-09 17:35:51 +00:00
Ray Speth
b6fa3d9701 Made results of 'cxx_ex' test consistent 2012-01-09 17:35:43 +00:00
Ray Speth
b88846e5e0 Fixed C++ tests that were failing under Windows
Visual Studio defaults to 3-digit exponents when printing in scientific
notation. The tests now use a MSVC-specific function to change this
behavior when necessary.
2012-01-09 17:35:28 +00:00
Ray Speth
7ac1cb4dd4 Removed required input from 'rankine_democxx' test 2012-01-09 17:35:14 +00:00
Ray Speth
8955a9f701 Fixed illegal access to empty vectors in falloff reaction handling 2012-01-09 17:35:10 +00:00
Ray Speth
85c34049b6 Added support for running single tests with SCons
Run the 'foo' test with 'scons test-foo'.
Also simplified the names for many tests.
2012-01-09 17:35:06 +00:00
Ray Speth
53eaae006a Fixed illegal access to empty vector in MultiPhaseEquil constructor 2012-01-09 17:35:02 +00:00
Ray Speth
0bd3a247bf Update .gitignore
Added files generated when working with Eclipse and Visual Studio
2012-01-09 17:34:57 +00:00
Ray Speth
9e1fdfe39a Eliminated CVS keyword cruft 2012-01-09 17:32:01 +00:00
Ray Speth
8b699082c8 Removed cantera/kernel from include path
The "cantera/kernel" directory is now part of the include path only
when building the Cantera kernel. All other modules include files in
this directory as "kernel/header.h".

This fixes a problem distinguishing between kernel/Kinetics.h and
kinetics.h on Windows.
2012-01-09 17:31:21 +00:00
Ray Speth
f7f1c4e434 Added Matlab toolbox to Wix installer 2012-01-09 17:31:10 +00:00
Ray Speth
0b9d912239 Fixed a segfault caused by an unprotected call to getenv() 2012-01-09 17:31:04 +00:00
Ray Speth
060f0b6268 Build Matlab extension with debug symbols when optimize=False 2012-01-09 17:30:59 +00:00
Ray Speth
11540f024a Fixed illegal access to empty vectors in VPSS::initPtrs() 2012-01-09 17:30:54 +00:00
Ray Speth
b6f80caadf Fixes to get the Matlab toolbox compiling in Windows 2012-01-09 17:30:39 +00:00
Harry Moffat
5f9c515e03 Added a new function getNamedStringValue 2012-01-09 16:12:23 +00:00
Ray Speth
a5f865439e Disable Wix builder when Wix is not available 2012-01-05 22:22:33 +00:00
Ray Speth
b27b0daf0e Removed CANTERA_DATA from config.h
The CANTERA_DATA definition is used only in misc.cpp, so defining it
only when compiling this file reduces the amount of recompilation
required when the definition of CANTERA_DATA is changed.
2012-01-05 22:22:28 +00:00
Ray Speth
3062ddf621 Added 'scons clean' target 2012-01-05 22:22:23 +00:00
Ray Speth
f40e5e352e Check registry for location of Cantera data files 2012-01-05 22:22:19 +00:00
Ray Speth
89a405006b Fixed problem with embedding manifests in Windows binaries 2012-01-05 22:22:13 +00:00
Ray Speth
fc57f75da7 WiX now generates a 64-bit MSI when appropriate 2012-01-05 22:22:08 +00:00
Ray Speth
c8e1f291fa Added installation options to WiX installer 2012-01-05 22:22:03 +00:00
Ray Speth
f645c4248c Fixes for building with the MS Platform SDK 2012-01-05 22:21:58 +00:00
Ray Speth
0df15021a2 Fix for using empty Python configuration variables 2012-01-05 22:21:54 +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
4b4fb7f3e1 [cantera]: adding cxx example for regression testing 2012-01-05 18:53:52 +00:00
Nicholas Malaya
0308bf9ab6 [cantera]: adding ext makefile.am to get an example going 2012-01-05 17:16:05 +00:00
Nicholas Malaya
035a270118 [cantera]: removing a few files and chaning some library paths 2012-01-04 05:49:44 +00:00
Nicholas Malaya
92abf1f919 [cantera]: changing relative directory of all generated libraries to build directory, in keeping with cantera 1.8 standard. Next: make working 'make check'! 2012-01-04 00:42:46 +00:00
Ray Speth
11f277b71b Python installer now requires correct Python version 2012-01-03 23:08:32 +00:00
Ray Speth
82bc960575 SCons builds a very basic Windows installer 2012-01-03 23:08:25 +00:00
Ray Speth
a650168f3e SCons 'msi' target builds an installer for the Python module 2012-01-03 23:08:18 +00:00
Ray Speth
03546b04a6 Moved wxsgen.py into the site_scons directory 2012-01-03 23:08:11 +00:00
Ray Speth
a7402d0094 Added functions to automatically add files to windows install 2012-01-03 23:08:05 +00:00
Ray Speth
084666bef3 First steps toward developing a Windows installer 2012-01-03 23:07:58 +00:00
Harry Moffat
b605f1e049 Forgot to take out the definitions from one file. 2012-01-03 17:09:08 +00:00
Harry Moffat
34d3ad6a69 Added some comments to this file. 2012-01-03 17:05:28 +00:00
Harry Moffat
89497de369 Moved the getActivityConcentration() function and related
functions up to the parent level, GibbsExcessVPSSTP
2012-01-03 16:59:02 +00:00
Harry Moffat
701bcc53b1 Added a print statement. 2012-01-03 16:24:09 +00:00
Harry Moffat
267ac5b0e7 another trial 2012-01-03 15:51:02 +00:00
Ray Speth
5343eea5f1 Added sane default compiler options for the Intel compiler 2011-12-23 16:48:33 +00:00
Ray Speth
c3ba91ca6f Fixed SCons compatibility with the Intel compiler
Still not working with the Python module.
2011-12-23 02:14:58 +00:00
Harry Moffat
12a7f447fc Added a missing #endif 2011-12-21 22:47:50 +00:00