This project is mirrored from https://gitlab.opengeosys.org/ogs/ogs.git.
Pull mirroring updated .
- 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
-
- Jun 30, 2020
-
-
Tom Fischer authored
-
- May 28, 2020
-
-
Tom Fischer authored
-
- Apr 14, 2020
-
-
Dmitri Naumov authored
The fmt library happily accepts std::string without any conversions.
-
- Apr 10, 2020
-
-
Dmitri Naumov authored
StringTools.h and FileTools.h mostly. fstream in few places.
-
Dmitri Naumov authored
-
- Jan 24, 2020
-
-
Tom Fischer authored
-
- Jan 03, 2020
-
-
Dmitri Naumov authored
-
- Sep 12, 2019
-
-
Dmitri Naumov authored
Mostly in the file headers. find *Lib -type f | xargs sed -i 'N;s%^\s\+\*\n\(\s\+\*/\)%\1%'
-
- Jun 25, 2019
-
-
This is a variation of getOrError() for containers using a predicate.
-
-
- Feb 27, 2019
-
-
Dmitri Naumov authored
-
- Jan 06, 2019
-
-
Dmitri Naumov authored
-
- Dec 10, 2018
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Also drop the unnecessary 'inline', because of a template function.
-
Norihiro Watanabe authored
-
- Jul 12, 2018
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-