This project is mirrored from https://gitlab.opengeosys.org/ogs/ogs.git.
Pull mirroring updated .
- Apr 17, 2020
-
-
Dmitri Naumov authored
-
- Apr 16, 2020
-
-
Tom Fischer authored
-
Tom Fischer authored
-
- Apr 14, 2020
-
-
Dmitri Naumov authored
No INFO/ERR/WARN/DBUG calls in this files.
-
Dmitri Naumov authored
The fmt library happily accepts std::string without any conversions.
-
- Apr 10, 2020
-
-
Dmitri Naumov authored
This reduces total build time. Only in BaseLib spdlog is linked public.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
StringTools.h and FileTools.h mostly. fstream in few places.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Include spdlog via BaseLib/Logging.h, which provides macro replacements for ERR/DBUG/WARN/INFO...
-
- Apr 06, 2020
-
-
Adapt tests.
-
Lars Bilke authored
-
Lars Bilke authored
Include "filesystem.h" (a generated header file) which provides fs namespace: ... auto geo_file = fs::temp_directory_path() /= "createSurface.geo";
-
- Mar 27, 2020
-
-
Lars Bilke authored
-
- Mar 26, 2020
-
-
Dmitri Naumov authored
-
- Jan 24, 2020
-
-
Tom Fischer authored
-
- Jan 13, 2020
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
XMLQtInterface::insertStyleFileDefinition
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Jan 03, 2020
-
-
Dmitri Naumov authored
-
- Nov 03, 2019
-
-
Dmitri Naumov authored
-
- Sep 12, 2019
-
-
Dmitri Naumov authored
find *Lib -type f | xargs sed -i 'N;s%\(^\/\*\*\)\n \*$%\1%'
-
Dmitri Naumov authored
Mostly in the file headers. find *Lib -type f | xargs sed -i 'N;s%^\s\+\*\n\(\s\+\*/\)%\1%'
-
Dmitri Naumov authored
Fixes multiple copyright messages in the doxygen docu. ag '\\file' -L --ignore=ThirdParty *Lib |xargs sed -i 's/\(.*\)\\copyright/\1\\file\n\1\\copyright/'
-
- Aug 23, 2019
-
-
Dmitri Naumov authored
-
- Aug 21, 2019
-
-
Lars Bilke authored
-
Lars Bilke authored
-
- Aug 20, 2019
-
-
Dmitri Naumov authored
initializer-list constructor should not be declared explicit. Constructors that take a single std::initializer_list parameter should also omit explicit, in order to support copy-initialization.
-
Dmitri Naumov authored
-
- Aug 15, 2019
-
-
Lars Bilke authored
-
- Aug 14, 2019
-
-
Lars Bilke authored
-