This project is mirrored from https://:*****@gitlab.opengeosys.org/ogs/ogs.git.
Pull mirroring updated .
- Aug 22, 2024
-
-
Karsten Rink authored
asdf
-
Tom Fischer authored
This saves almost 40% of run time.
-
Karsten Rink authored
-
- Jan 02, 2024
-
-
Dmitri Naumov authored
-
- Sep 17, 2023
-
-
Dmitri Naumov authored
-
- Jul 12, 2023
-
-
Dmitri Naumov authored
This unifies the doxygen headers. If the (doxygen) header is not starting with \file, the following documentation is attributed to a different entity resulting is multiple copyright blocks and the like in the doxygen's html files.
-
- Jun 21, 2023
-
-
Tom Fischer authored
-
- May 12, 2023
-
-
Tom Fischer authored
md
-
- Jan 19, 2023
-
-
Karsten Rink authored
-
- Jan 11, 2023
-
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
- Jan 10, 2023
-
-
Karsten Rink authored
-
Karsten Rink authored
-
- Jan 05, 2023
-
-
Karsten Rink authored
-
- Jan 03, 2023
-
-
Karsten Rink authored
-
Dmitri Naumov authored
-
- Oct 24, 2022
-
-
Christoph Lehmann authored
-
- Jan 09, 2022
-
-
Dmitri Naumov authored
-
- Nov 26, 2021
-
-
Tom Fischer authored
-
- Oct 10, 2021
-
-
Dmitri Naumov authored
-
- May 19, 2021
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Functions are only used internally in the translation unit. No need to expose the interface.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Return immideately.
-
- Apr 04, 2021
-
-
Dmitri Naumov authored
-
- Mar 13, 2021
-
-
Tom Fischer authored
-
Dmitri Naumov authored
Using std::vector local variable avoids possible use after move: access to header.n_cols and n_rows in the same line as std::move(header).
-
- Mar 10, 2021
-
-
Dmitri Naumov authored
boost::none -> std::nullopt boost::make_optional -> std::make_optional boost::optional<T>::get() -> std::optional<T>::value()
-
Dmitri Naumov authored
-
- Mar 09, 2021
-
-
Dmitri Naumov authored
-
- Jan 01, 2021
-
-
Dmitri Naumov authored
-
- May 28, 2020
-
-
Tom Fischer authored
-
- May 04, 2020
-
-
Lars Bilke authored
-
- Apr 14, 2020
-
-
Dmitri Naumov authored
The fmt library happily accepts std::string without any conversions.
-