This project is mirrored from https://gitlab.opengeosys.org/ogs/ogs.git.
Pull mirroring updated .
- Apr 04, 2021
-
-
Dmitri Naumov authored
-
- Mar 22, 2021
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Eliminating the function also reveals a copy of the data being made internally.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Not accessed by derived classes.
-
Dmitri Naumov authored
-
- Mar 17, 2021
-
-
Dmitri Naumov authored
The default precision of a Writer is set 10 digits anyway upon construction. The extra interface is also not needed, because the standard provided call 'precision' is doing already the same.
-
Dmitri Naumov authored
It is not private, so no underscores.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Since there are no invariants maintained by the XMLInterface nor is the access restricted, the public memeber serves same purpose with simpler implementation. Also fix variable naming.
-
- Mar 02, 2021
-
-
Dmitri Naumov authored
-
- Jan 01, 2021
-
-
Dmitri Naumov authored
-
- Dec 21, 2020
-
-
Karsten Rink authored
-
Karsten Rink authored
-
- Nov 09, 2020
-
-
Tobias Meisel authored
writeMeshToFile is used in about 20 other places (utils) here we use implicite conversion from string to filesystem
-
- Apr 17, 2020
-
-
Dmitri Naumov authored
-
- Apr 16, 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
-
Dmitri Naumov authored
Include spdlog via BaseLib/Logging.h, which provides macro replacements for ERR/DBUG/WARN/INFO...
-
- Jan 13, 2020
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
XMLQtInterface::insertStyleFileDefinition
-
- Jan 03, 2020
-
-
Dmitri Naumov authored
-
- Jul 16, 2019
-
-
Dmitri Naumov authored
-
- May 22, 2019
-
-
Dmitri Naumov authored
-
- Mar 04, 2019
-
-
Dmitri Naumov authored
clang-tidy modernize-use-default-member-init check
-
- Feb 27, 2019
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Jan 06, 2019
-
-
Dmitri Naumov authored
-
- Dec 19, 2018
-
-
Dmitri Naumov authored
Only in ERR/WARN/INFO/DBUG/OGS_FATAL and similar, not in formatted output like xml files.
-
- Jun 20, 2018
-
-
Lars Bilke authored
1. Changed urls to https which fixed the following error: xsd/OpenGeoSysGLI.xsd, at line 1, column 66: Document is not a XML schema. Error XSDError in ..., at line 3, column 194: Loaded schema file is invalid. If this error ever pops up again try to cut the internet connection! No joke! 2. Local schema files are now copied to bin-directory during CMake configuration and package generatiion (install step).
-
- Jan 02, 2018
-
-
Dmitri Naumov authored
Clang format run on near-the-header lines. Happy New Year
-
- May 30, 2017
-
-
Dmitri Naumov authored
-
- May 02, 2017
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
This potentially saves a second copy compared to using const reference. See Effective Modern C++, Item 41.
-
Dmitri Naumov authored
-
- Jan 10, 2017
-
-
Dmitri Naumov authored
-