Andreas Lauser
|
d6fa31b452
|
convert users of the ASSERT and the ASSERT2 macros to standard assert()
|
2013-09-05 13:04:37 +02:00 |
|
Andreas Lauser
|
cb76a0fd7f
|
convert THROW to OPM_THROW
|
2013-09-05 13:04:37 +02:00 |
|
Andreas Lauser
|
5893b9324e
|
replace boost::array by std::array
GCC 4.4 supports std::array, so there is not much point in keeping
compatibility with ancient compilers...
|
2013-07-30 17:46:32 +02:00 |
|
Markus Blatt
|
b5db3e0713
|
Changed std::tr1 occurences to boost.
std::tr1 might not be supported by all compilers and will eventually
be dropped by others. Using boost instead makes this more
portable.
|
2013-07-04 16:04:35 +02:00 |
|
Andreas Lauser
|
40fe2abf04
|
make config.h the first header to be included in any compile unit
this is required for consistency amongst the compile units which are
linked into the same library and seems to be forgotten quite
frequently.
|
2013-04-10 12:56:14 +02:00 |
|
Atgeirr Flø Rasmussen
|
b73a33f4af
|
Adapt include statements to moved headers.
|
2013-03-14 10:29:42 +01:00 |
|
Atgeirr Flø Rasmussen
|
4fb45f0e64
|
Moved fluid -> props and subdirs.
This is a non-compiling commit.
|
2013-03-14 09:56:48 +01:00 |
|