Arne Morten Kvarving
Arne Morten Kvarving
This adds clang support and static analysis support to the build system. In general: You execute the tests by ``` ctest -C analyze|cppcheck|clang-check ``` analyze configuration executes both analyzers. To...
these are hard requirements now. Downstream of https://github.com/OPM/opm-common/pull/1129
These are required changes to enable float support in opm-simulators. I only open the PR to give visibility to those who want to test with float. You are free to...
Sits on top of https://github.com/OPM/opm-common/pull/3278 Waiting for https://github.com/OPM/opm-common/pull/3246 I realize this may be controversial, and that it might have runtime implications (which we need to benchmark) but; This replaces what...
Sits on top of https://github.com/OPM/opm-common/pull/3278 Sits on top of https://github.com/OPM/opm-common/pull/3289 Waiting for https://github.com/OPM/opm-common/pull/3246
Sits on top of https://github.com/OPM/opm-common/pull/3278 Sits on top of https://github.com/OPM/opm-common/pull/3289 Waiting for https://github.com/OPM/opm-common/pull/3246
Replacing SFINAE, void ptr and repeated switch statements. Sits on top of https://github.com/OPM/opm-common/pull/3278 Waiting for https://github.com/OPM/opm-common/pull/3246
Replacing SFINAE, void ptr and repeated switch statements. Sits on top of https://github.com/OPM/opm-common/pull/3278 Waiting for https://github.com/OPM/opm-common/pull/3246
Sits on top of https://github.com/OPM/opm-common/pull/3281 Waiting for https://github.com/OPM/opm-common/pull/3246 this allows us to break the circular dependency between WaterPvtThermal and WaterPvtMultiplexer which forces us to use pointer semantics. dropping the pointer...
Sits on top of https://github.com/OPM/opm-common/pull/3280 Waiting for https://github.com/OPM/opm-common/pull/3246 this allows us to break the circular dependency between OilPvtThermal and OilPvtMultiplexer which forces us to use pointer semantics. dropping the pointer...