This project is mirrored from https://gitlab.opengeosys.org/ogs/ogs.git.
Pull mirroring updated .
- Apr 04, 2021
-
-
Dmitri Naumov authored
-
- Jan 01, 2021
-
-
Dmitri Naumov authored
-
- Apr 16, 2020
-
-
Tom Fischer authored
-
- Apr 10, 2020
-
-
Dmitri Naumov authored
Include spdlog via BaseLib/Logging.h, which provides macro replacements for ERR/DBUG/WARN/INFO...
-
- Jan 03, 2020
-
-
Dmitri Naumov authored
-
- Feb 27, 2019
-
-
Dmitri Naumov authored
-
- Jan 06, 2019
-
-
Dmitri Naumov authored
-
- 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
Especially on iterator types and 'new' allocations.
-
- Jan 09, 2017
-
-
Dmitri Naumov authored
-
- Oct 13, 2016
-
-
Lars Bilke authored
-
- Jul 28, 2016
-
-
Christoph Lehmann authored
-
- Jun 28, 2016
-
-
Tom Fischer authored
-
- Jun 21, 2016
-
-
Dmitri Naumov authored
-
- May 30, 2016
-
-
Dmitri Naumov authored
-
- May 17, 2016
-
-
Dmitri Naumov authored
-
- Jan 13, 2016
-
-
Dmitri Naumov authored
-
- Sep 21, 2015
-
-
Dmitri Naumov authored
This is automatic replacement with ag '(?<!std::)size_t(?!\w)' --ignore-dir=ThirdParty -l | xargs perl -pi.bak -e 's/(?<!std::)size_t(?!\w)/std::size_t/g'
-
- Jan 20, 2015
-
-
Lars Bilke authored
-
- Sep 22, 2014
-
-
Karsten Rink authored
-
- Sep 08, 2014
-
-
Dmitri Naumov authored
Also remove the header StringTools.h everywhere. Add a previously missing sstream include in DateTools.cpp.
-
- Sep 03, 2014
-
-
Dmitri Naumov authored
-
- Jan 18, 2013
-
-
Tom Fischer authored
-
- Jan 17, 2013
-
-
Tom Fischer authored
-
- Jan 10, 2013
-
-
Lars Bilke authored
-
- Jan 02, 2013
-
-
Lars Bilke authored
-
- Oct 30, 2012
-
-
Tom Fischer authored
moved functions trim(), replaceString(), splitString() and template functions number2str() and str2number() into namespace BaseLib
-
- Sep 19, 2012
-
-
Lars Bilke authored
-
Lars Bilke authored
-
- Aug 08, 2012
-
-
Karsten Rink authored
added recent changes concerning the attachment of time series sensor data to station objects from ogs5 to ogs6, added RapidXml as a small library for reading XML files from console application, added existing xml schema files
-
- Jun 28, 2012
-
-
Lars Bilke authored
-
Lars Bilke authored
This reverts commit 05677165. Conflicts: FileIO/XmlIO/XmlGspInterface.cpp README.md
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
- May 10, 2012
-
-
Tom Fischer authored
- binarySearch - class CPUTime - class RunTime - methods/functions from DateTools.{h,cpp} changes in GeoLib and in SimpleTests folder results from changing the namespace
-
Tom Fischer authored
in order to make the name of libraries, namespaces and directories more consistent the Base directory is know named BaseLib
-
- Oct 04, 2011
-
-
Tom Fischer authored
- added test programm for solving a linear system with CG-method - time measurement is at the moment OS dependent! - added Base folder - added GeoLib folder - added files in MathLib folder - restructured MathLib folder
-