Commit Graph
2346 Commits
Author SHA1 Message Date
Arne Morten Kvarving 1b9280a31e replace std::min_element with std::ranges::min_element where appropriate
the c++-20 constrained algorithm is safer and code is more readable
2026-02-23 15:06:08 +01:00
Bård Skaflestad 928a7888ef Merge pull request #430 from akva2/use_ranges_fill
replace std::fill with std::ranges::fill where appropriate
2026-02-23 12:11:14 +01:00
Bård Skaflestad a971ca5d04 Merge pull request #429 from akva2/use_ranges_copy
replace std::copy with std::ranges::copy where appropriate
2026-02-23 10:49:24 +01:00
Arne Morten Kvarving f48114abf8 replace std::fill with std::ranges::fill where appropriate
the c++-20 constrained algorithm is safer and code is more readable
2026-02-23 10:25:03 +01:00
Arne Morten Kvarving f0a67a1fa2 replace std::copy with std::copy_n where appropriate
more expressive
2026-02-23 08:41:31 +01:00
Arne Morten Kvarving 961cf4a616 replace std::copy with std::ranges::copy where appropriate
the c++-20 constrained algorithm is safer and code is more readable
2026-02-23 08:21:17 +01:00
Bård Skaflestad e427c7e490 Merge pull request #428 from akva2/use_ranges_sort
replace std::sort with std::ranges::sort where appropriate
2026-02-20 15:40:52 +01:00
Arne Morten Kvarving 421957920b replace std::sort with std::ranges::sort where appropriate
the c++-20 constrained algorithm is safer and code is more readable
2026-02-20 14:22:34 +01:00
Bård Skaflestad 420b9245b2 Merge pull request #427 from akva2/use_ranges_transform
replace std::transform with std::ranges::transform where appropriate
2026-02-20 14:07:45 +01:00
Arne Morten Kvarving 42a742ab87 replace std::transform with std::ranges::transform where appropriate
the c++-20 constrained algorithm is safer and code is more readable
2026-02-20 13:34:13 +01:00
Bård Skaflestad d841d20927 Merge pull request #426 from akva2/policies_in_init
policies are now set by OpmInit
2026-02-13 16:11:53 +01:00
Arne Morten Kvarving e0ef83482d policies are now set by OpmInit
and remove duplicate OpmInit include
2026-02-13 15:15:56 +01:00
Bård Skaflestad 188f41c372 Merge pull request #425 from akva2/cmakelists_files_official
CMakeLists_files.cmake is now processed in OpmLibMain
2026-02-11 10:58:15 +01:00
Arne Morten Kvarving 62ad0e32e1 CMakeLists_files.cmake is now processed in OpmLibMain 2026-02-11 09:16:13 +01:00
Arne Morten Kvarving ed7662b31d Merge pull request #424 from akva2/use_hooks
Use hooks
2026-02-06 11:37:10 +01:00
Arne Morten Kvarving c503316cdd move usage of EmbedCases macros into main CMakeLists.txt
improves visibility
2026-02-06 11:29:00 +01:00
Arne Morten Kvarving d5167cb39d restructure and move code into hooks 2026-02-06 11:29:00 +01:00
Arne Morten Kvarving d95e08940d tab scrub 2026-02-06 11:12:38 +01:00
Bård Skaflestad 059d65aa94 Merge pull request #423 from akva2/boost_unit_test_centralize
Boost: make sure to use config mode where appropriate
2026-02-04 13:42:40 +01:00
Arne Morten Kvarving 5d7bb3a0f7 Boost: make sure to use config mode where appropriate
no need to look for unit_test_framework for the main module
2026-02-03 14:59:21 +01:00
Bård Skaflestad 8d3a51cfa0 Merge pull request #422 from akva2/hooks_cleanup
rename hook to project specific name
2026-02-03 09:06:21 +01:00
Arne Morten Kvarving 18f6935e12 rename hook to project specific name
remove unused hooks and noop openmp variable assignment
2026-02-03 08:10:34 +01:00
Arne Morten Kvarving c1615f23d4 Merge pull request #421 from akva2/kw_direct_no_json
changed: directly construct parser keyword
2026-01-26 13:05:01 +01:00
Arne Morten Kvarving 6f26fe2a4c changed: directly construct parser keyword
avoid going through json
2026-01-26 11:39:08 +01:00
Arne Morten Kvarving 85e8de00c2 Merge pull request #420 from akva2/bump_cmake_3.23
bump minimum cmake version to 3.23
2026-01-22 14:15:18 +01:00
Arne Morten Kvarving 6ac027c4f2 bump minimum cmake version to 3.23
common build system now uses file sets
2026-01-22 12:49:43 +01:00
Bård Skaflestad 87eb152085 Merge pull request #419 from akva2/bump_c11
remove C99 package
2026-01-21 13:15:38 +01:00
Arne Morten Kvarving 9fe2681e2b remove C99 package 2026-01-21 11:46:07 +01:00
Markus Blatt e2f406452f Merge pull request #316 from akva2/quell_dep_warning_boost_1.71
quell deprecation warnings with boost 1.71
2026-01-19 16:45:15 +01:00
Bård Skaflestad 9eaa1001f8 Merge pull request #418 from daavid00/boost
Removing Boost system
2026-01-06 12:09:25 +01:00
David Landa Marban e64361cb36 Removing Boost system 2026-01-05 14:19:43 +01:00
Bård Skaflestad 171dec402d Merge pull request #417 from akva2/absolute_revs
add support for absolute revisions
2026-01-05 10:57:23 +01:00
Arne Morten Kvarving 2ea7b9ba41 add support for absolute revisions 2026-01-05 09:17:43 +01:00
Bård Skaflestad e3466e7227 Merge pull request #416 from akva2/override_repo_root
allow overriding base of opm repositories in jenkins build scripts
2026-01-02 17:09:23 +01:00
Arne Morten Kvarving a4a2c76ee3 allow overriding base of opm repositories
set environment variable OPM_REPO_ROOT
2026-01-02 14:35:27 +01:00
Arne Morten Kvarving af3a54334b Merge pull request #415 from akva2/jenkins_add_sca
add static analysis
2025-12-18 14:25:41 +01:00
Arne Morten Kvarving 48665e99e1 add static analysis 2025-12-18 08:56:57 +01:00
Arne Morten Kvarving d4269eeb86 Merge pull request #414 from akva2/jenkins_sep_clone
separate cloning from building in jenkins pipeline
2025-12-17 14:57:24 +01:00
Arne Morten Kvarving 989c7634cf separate cloning from building in jenkins pipeline 2025-12-17 13:00:39 +01:00
Bård Skaflestad 9e141901cb Merge pull request #413 from bska/no-inline-wave-speed-fn
Move Wave Speed Function to Separate Translation Unit
2025-12-01 12:57:22 +01:00
Bård Skaflestad 2920d59b20 Move Wave Speed Function to Separate Translation Unit
This function doesn't need to be inline so rather than adding an
'inline' specifier to guard against multiple definitions, just make
it a regular function defined in an implementation file and added
to the normal library.
2025-11-18 17:14:18 +01:00
David Landa-Marbán 9506304078 Merge pull request #409 from akva2/bump_2026.04
bump version to 2026.04-pre
2025-10-09 19:09:06 +02:00
David Landa-Marbán f9d6e673c7 Merge pull request #410 from daavid00/gitignore
Extending .gitignore
2025-10-09 09:00:54 +02:00
David Landa Marban 60730e54ff Extending .gitignore 2025-10-09 08:24:22 +02:00
Arne Morten Kvarving 53990808f5 bump version to 2026.04-pre 2025-10-06 11:31:42 +02:00
Bård Skaflestad 6d978d44be Merge pull request #408 from daavid00/whitespaces
Removing trailing spaces and adding eol at eof
2025-10-02 14:57:07 +02:00
David Landa Marban a7fde98608 Removing trailing spaces and adding eol at eof 2025-10-02 12:54:58 +02:00
Bård Skaflestad 21fea7f599 Merge pull request #407 from akva2/janitoring_doxy
Janitoring: fix doxy issues
2025-09-16 18:51:14 +02:00
Arne Morten Kvarving 326dca48cc fix doxy issues 2025-09-16 12:25:44 +02:00
Arne Morten Kvarving 1934607c9e Merge pull request #405 from akva2/fix_serial_build
fix build without MPI
2025-09-09 11:05:15 +02:00