Ray Speth
|
79c0f4afdc
|
Added a script to simplify running coverage tests
|
2012-01-19 03:53:08 +00:00 |
|
Ray Speth
|
4ab232da44
|
Allow optional collection of code coverage information with gcc
|
2012-01-18 23:44:57 +00:00 |
|
Ray Speth
|
cf80213e6b
|
Added ipdb() function to help debug SCons scripts
|
2012-01-18 23:44:54 +00:00 |
|
Ray Speth
|
6589eb7f7c
|
Removed some unused numerical integration utilities
|
2012-01-18 23:44:50 +00:00 |
|
Ray Speth
|
d17ba8fbcb
|
Removed an accidentally-added file
|
2012-01-18 23:44:48 +00:00 |
|
Nicholas Malaya
|
8eb439f294
|
[cantera]: relocating, saving progress
|
2012-01-18 23:31:14 +00:00 |
|
Nicholas Malaya
|
020a18fa07
|
[cantera]: fixing cxx library build
|
2012-01-18 20:15:05 +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
|
2fd3ae6598
|
[cantera]: forgot an important macro
|
2012-01-18 17:21:07 +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
|
e887d2fbbc
|
Eliminated "sortAlgoritms" from the tests in favor of std::sort
|
2012-01-18 03:42:57 +00:00 |
|
Ray Speth
|
4cdac9a90f
|
Eliminated "heapsort" function in favor of using std::sort
|
2012-01-18 03:42:52 +00:00 |
|
Ray Speth
|
1ff7c23860
|
Fixed signed/unsigned equality comparisons
|
2012-01-17 23:58:48 +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
|
2d441139de
|
[cantera]: adding another library link to examples
|
2012-01-17 23:01:13 +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
|
bc259b91d0
|
[cantera]: adding a library to the examples makefile depends
|
2012-01-17 22:41:26 +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
|
d4b4cec673
|
Fixed signed/unsigned comparison warnings in VCS Equilibrium solver
|
2012-01-17 04:13:11 +00:00 |
|
Ray Speth
|
45eb5702e6
|
Fixing signed/unsigned comparison warnings in equil (not vcs)
|
2012-01-17 04:13:09 +00:00 |
|
Ray Speth
|
aeb16e0bc9
|
Fixed some signed/unsigned comparison warnings
|
2012-01-17 04:13:04 +00:00 |
|
Ray Speth
|
c2372197de
|
Fixing signed/unsigned comparison warnings in clib
|
2012-01-17 04:12:58 +00:00 |
|
Ray Speth
|
905117a3e4
|
Fixing signed/unsigned comparison wartings in Kinetics
|
2012-01-17 04:12:54 +00:00 |
|
Ray Speth
|
55684b6591
|
Fixing signed/unsigned comparison warnings in ZeroD
|
2012-01-17 04:12:49 +00:00 |
|
Ray Speth
|
cfbd76ac02
|
Fixing signed/unsigned comparison warnings in OneD
|
2012-01-17 04:12:45 +00:00 |
|
Ray Speth
|
c0dfd33480
|
Fixed signed/unsigned comparisions in Transport
|
2012-01-17 04:12:38 +00:00 |
|
Ray Speth
|
9439615c71
|
Fixed signed/unsigned comparison warnings in Thermo
|
2012-01-17 04:12:27 +00:00 |
|
Ray Speth
|
e8d895ac26
|
Fixed MSVC warning LNK4221 by removing a few "empty" source files
|
2012-01-17 04:12:23 +00:00 |
|
Ray Speth
|
e5d4b58e2a
|
Fix MSVC warning C4290 by removing exception specifications
|
2012-01-17 04:12:19 +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
|
bc9ec48516
|
Fixing compiler warnings, part 5
|
2012-01-17 04:11:51 +00:00 |
|
Ray Speth
|
e030345e8b
|
Fixed an error in the Python extension introduced by the int -> size_t conversion
|
2012-01-17 04:11:46 +00:00 |
|
Ray Speth
|
f2bf17e1b7
|
Fixed some problems with the tests caused by the int to size_t conversion
|
2012-01-17 04:11:40 +00:00 |
|
Ray Speth
|
9470103bb2
|
Fixing compiler warnings, part 4
|
2012-01-17 04:11:20 +00:00 |
|
Ray Speth
|
255f1f9b9f
|
Fixing compiler warnings, part 3
|
2012-01-17 04:10:43 +00:00 |
|
Ray Speth
|
69bffa3800
|
Fixing compiler warnings, part 2
|
2012-01-17 04:10:26 +00:00 |
|
Ray Speth
|
7a30bfc9fd
|
Pass the VS*COMNTOOLS environment variable when building the Python module
|
2012-01-17 04:10:23 +00:00 |
|
Ray Speth
|
604028d586
|
Fixed doubly-used index variables in HMWSoln::read methods
|
2012-01-17 04:10:21 +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 |
|
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 |
|