Commit graph

1613 commits

Author SHA1 Message Date
Ray Speth
a16d56a637 Fixed some spelling errors 2012-06-22 22:36:15 +00:00
Nicholas Malaya
8d57c11eac [cantera2.0]: fixing build order in kinetics, and adding correct configure.ac setup for tpx 2012-06-19 16:15:52 +00:00
Nicholas Malaya
4a80712846 [cantera2.0]: more makefile.am fixes--very close to compiling regression tests, now 2012-06-18 15:14:58 +00:00
Nicholas Malaya
d5432c4f8d [cantera2.0]: updating makefile.am, still more work on libexec to be done 2012-06-18 04:46:51 +00:00
Nicholas Malaya
ece7e870b6 [cantera2.0]: fixing all the missing lapack files 2012-06-18 03:06:58 +00:00
Nicholas Malaya
255c1453db [cantera2.0]: more makefile.am adjustments... cantera autotools version is very nearly functioning now 2012-06-18 02:56:59 +00:00
Nicholas Malaya
92c5f5c57f [cantera2.0]: updating a few makefiles for the autotools version. Not yet working without link errors, but getting close 2012-06-18 02:29:29 +00:00
Nicholas Malaya
9eb6f72f88 [cantera]: fixing kinetic makefile include line 2012-06-18 00:33:18 +00:00
Nicholas Malaya
f353fcbc16 [cantera]: adding patch that adds support for two methods in C++ to fortran, both getMixDiffCoeffs{Mass,Mole} 2012-06-15 18:53:39 +00:00
Nicholas Malaya
724baced8b [cantera]: fixing up the build system in prep for the 2.0 release. Should be shiny. 2012-06-14 23:00:58 +00:00
Ray Speth
0f04aaf0be Updated documentation to resolve some Doxygen warnings 2012-06-14 21:06:30 +00:00
Ray Speth
e72524218d Fixed setting of LIBPATH when linking the Python module
This resolves some problems when building with non-default Python
installations.
2012-06-14 21:06:18 +00:00
Ray Speth
ae572058e0 Python module files are also uninstalled with 'scons uninstall' 2012-06-12 22:49:05 +00:00
Ray Speth
5e8cf5bd66 Fixed installation of man pages 2012-06-12 22:48:55 +00:00
Ray Speth
584b9fe6f5 Replaced hard-coded values of physical constants with named constants 2012-06-12 22:48:38 +00:00
Ray Speth
2806907060 Fixed size_t conversion warnings related to class Adsorbate 2012-06-05 19:56:46 +00:00
Ray Speth
6cddd8a87a Fixed 'unused variable' warninings when compiling without thread safety 2012-06-05 19:56:42 +00:00
Ray Speth
1fb14fc86a Skip building/installing some targets when layout=debian
Do not build the shared library.
Do not build csvdiff.
Do not install install_tsc
Do not install man pages (handled by debhelper)

Skip csvdiff for Debian package

More things not installed with Debian
2012-06-05 19:56:34 +00:00
Ray Speth
ec1abb55a1 Added debian file layout option 2012-06-05 19:56:30 +00:00
Ray Speth
3ffaaeae4f Remove debug symbols from Python extension when not in debug mode 2012-06-05 19:56:24 +00:00
Ray Speth
02fdb22b2e Fixed Matlab extension name on 32-bit platforms 2012-05-31 14:58:11 +00:00
Ray Speth
9f6c79eaf8 Fixed thread safety of TransportFactory 2012-05-31 14:58:03 +00:00
Ray Speth
2970e0c693 Added a ScopedLock typedef that can be used without requiring extra any #ifdefs 2012-05-31 14:57:54 +00:00
Ray Speth
cc042e088f Enabled class Adsorbate 2012-05-31 14:57:49 +00:00
Ray Speth
6011f24b38 Removed unnecessary WITH_FEATURE configuration options 2012-05-31 14:57:32 +00:00
Ray Speth
f24f8f6d3b Fixed update logic for temperature-dependent properties in MultiTransport 2012-05-30 16:02:35 +00:00
Ray Speth
d3e98fe5a8 Corrected a bunch of spelling errors 2012-05-29 21:21:47 +00:00
Ray Speth
79af932b9a Fixed timeouts that could cause cti->ctml conversions to stall 2012-05-29 18:03:39 +00:00
Ray Speth
b411f513ae Resolved the namespace collision between the two classes named "Gaussian"
This was causing problems on MinGW builds where Gaussian "function" objects
were being misinterpreted as Gaussian "line broadeners" and returning
incorrect results.
2012-05-29 18:03:22 +00:00
Ray Speth
88a1f64466 Fixed list of libraries specified when linking the Matlab extension 2012-05-29 18:03:18 +00:00
Ray Speth
31ffb5e400 Added support for Sundials 2.5 2012-05-25 23:13:51 +00:00
Ray Speth
3df5c60e8f Eliminated trailing commas from some CSV files used in regression tests 2012-05-25 23:13:42 +00:00
Ray Speth
9b2d97f41e Fixed some compiler warnings 2012-05-25 23:13:18 +00:00
Ray Speth
5a8b97e38e Removed a 'goto' statement 2012-05-24 16:30:08 +00:00
Ray Speth
15755c1447 Pruning some dead code 2012-05-24 16:30:04 +00:00
Ray Speth
5ef6a024a9 Fixed some case statements that were missing a 'break' 2012-05-24 16:29:55 +00:00
Ray Speth
bb358e812f Removed unnecessary manual memory management from equilibrate driver 2012-05-24 16:29:52 +00:00
Ray Speth
7cc9a15c33 Fixed a compiler warning when building a 32-bit Matlab extension with MSVC 2012-05-24 16:29:46 +00:00
Ray Speth
5af70f3db8 Removed keyword-substitution cruft 2012-05-24 16:29:29 +00:00
Ray Speth
ee746bf895 Fixed a size_t-related error that caused Reactor walls to behave incorrectly 2012-05-24 16:29:20 +00:00
Ray Speth
d70507ad79 Fixed deletion of a bad pointer in CVodesIntegrator
m_fdata was not initialized to 0, so if the integrator was deleted before
initialize() was called, the destructor would attempt to delete it using the
uninitialized value.
2012-05-24 16:29:16 +00:00
Ray Speth
754faa3b13 Added option to ignore third-body efficiencies for undeclared species
To enable this option, in the phase definition, add
'skip_undeclared_third_bodies' to the list passed as the 'options'
argument.
2012-05-18 22:41:58 +00:00
Ray Speth
1d94cd39e3 Fixed compilation when setting "with_html_log_files=n" 2012-05-17 21:15:09 +00:00
Ray Speth
cbae64b079 Removed (broken) support for MPThreads (Mac OS 9) 2012-05-17 21:15:05 +00:00
Ray Speth
021e11456e Fixed building with thread safety 2012-05-17 21:15:01 +00:00
Ray Speth
cc2ed9b751 Fixed some small problems with GasTransport 2012-05-13 22:41:20 +00:00
Ray Speth
6167a724e5 Added functions for computing alternate mixture-averaged diffusion coefficients 2012-05-11 15:27:56 +00:00
Ray Speth
49b631d346 Merged mixture-averaged diffusion coefficient calculations in GasTransport 2012-05-11 15:27:50 +00:00
Ray Speth
f8308d5853 Merged viscosity calculations from MixTransport and MultiTransport 2012-05-11 15:27:44 +00:00
Ray Speth
74e9fa050b Removed a layer of indirection in MultiTransport property updaters 2012-05-11 15:27:38 +00:00