What's Changed
- bump version to 2026.04-pre by @akva2 in #409
- Move Wave Speed Function to Separate Translation Unit by @bska in #413
- separate cloning from building in jenkins pipeline by @akva2 in #414
- add static analysis by @akva2 in #415
- allow overriding base of opm repositories in jenkins build scripts by @akva2 in #416
- add support for absolute revisions by @akva2 in #417
- Removing Boost system by @daavid00 in #418
- quell deprecation warnings with boost 1.71 by @akva2 in #316
- remove C99 package by @akva2 in #419
- bump minimum cmake version to 3.23 by @akva2 in #420
- changed: directly construct parser keyword by @akva2 in #421
- rename hook to project specific name by @akva2 in #422
- Boost: make sure to use config mode where appropriate by @akva2 in #423
- Use hooks by @akva2 in #424
- CMakeLists_files.cmake is now processed in OpmLibMain by @akva2 in #425
- policies are now set by OpmInit by @akva2 in #426
- replace std::transform with std::ranges::transform where appropriate by @akva2 in #427
- replace std::sort with std::ranges::sort where appropriate by @akva2 in #428
- replace std::copy with std::ranges::copy where appropriate by @akva2 in #429
- replace std::fill with std::ranges::fill where appropriate by @akva2 in #430
- replace std::find_if with std::ranges::find_if where appropriate by @akva2 in #431
- replace std::min_element with std::ranges::min_element where appropriate by @akva2 in #432
- replace std::max_element with std::ranges::max_element where appropriate by @akva2 in #433
- replace std::reverse with std::ranges::reverse where appropriate by @akva2 in #434
- disable building the relperm benchmark for boost < 1.67 by @akva2 in #435
- move fortran setup to targets hook by @akva2 in #437
- setup FCMacros.h through FortranCInterface in the language hook by @akva2 in #438
- prereqs is now included by OpmLibMain by @akva2 in #439
- adjust to removed HAVE_ECL_(IN|OUT)PUT options by @akva2 in #436
- rely on policy for forcing config mode for boost by @akva2 in #440
- Use targets for all dependencies by @akva2 in #441
- Prefer Std::Numbers::PI by @bska in #442
- HAVE_SUITESPARSE_UMFPACK: this is now a property of the target by @akva2 in #443
- Use defines from target and update prereqs to check for links by @akva2 in #444
- fixed: missing .* in absolute revision jenkins re by @akva2 in #445
Full Changelog: release/2025.10/final...release/2026.04/final