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
Ray Speth
e5d4b58e2a
Fix MSVC warning C4290 by removing exception specifications
2012-01-17 04:12:19 +00:00
Ray Speth
453576f0ad
Removed MSVC-specific compiler warning suppression
2012-01-17 04:09:18 +00:00
Ray Speth
9e1fdfe39a
Eliminated CVS keyword cruft
2012-01-09 17:32:01 +00:00
Harry Moffat
e2fb5d3483
Fixed compilation errors on solaris.
2010-02-09 19:57:02 +00:00
Harry Moffat
9c6080e3c9
Turned on keyword substitution in the cpp files.
2009-12-09 17:50:27 +00:00
Harry Moffat
70647c85ed
Initial Import
2009-07-27 23:17:19 +00:00
Harry Moffat
adf53b7dcc
WIN32 specific changes implemented.
2009-03-27 00:39:43 +00:00
Harry Moffat
08cc65d5d4
Made the CanteraError exception inherit from std::exception
...
Added in mdp_allo package. It's not really linked in anywhere except
for applications, so call it provisional.
2009-02-11 19:55:56 +00:00