- Jan 13, 2016
-
-
Dmitri Naumov authored
-
- Oct 24, 2015
-
-
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'
-
- Aug 03, 2015
-
-
Norihiro Watanabe authored
-
- May 11, 2015
-
-
Dmitri Naumov authored
-
- Feb 23, 2015
-
-
Lars Bilke authored
-
- Feb 19, 2015
-
-
Lars Bilke authored
When attributes are missing the corresponding element is outputted in a JSON representation. Therefore I added BaseLib::propertyTreeToString(boost::property_tree::ptree const& tree) Fixes #590.
-
- Jan 20, 2015
-
-
Lars Bilke authored
-
- Oct 16, 2014
-
-
Norihiro Watanabe authored
-
- Sep 03, 2014
-
-
Dmitri Naumov authored
-
- Apr 11, 2014
-
-
Karsten Rink authored
-
- Jul 24, 2013
-
-
Dmitri Naumov authored
-
- Feb 27, 2013
-
-
Dmitri Naumov authored
This is done for potential and obvious file streams. This closes #87.
-
- Jan 17, 2013
-
-
Tom Fischer authored
-
- Jan 10, 2013
-
-
Lars Bilke authored
-
- Jan 02, 2013
-
-
Lars Bilke authored
-
- Oct 31, 2012
-
-
Dmitri Naumov authored
Place it in StringTools.
-
- Oct 30, 2012
-
-
Tom Fischer authored
moved functions getFileNameFromPath(), getSuffixFromPath(), copyPathToFileName() and extractPath() from files StringTools.{cpp,h} to files FileTools.{cpp,h}
-
Tom Fischer authored
moved functions trim(), replaceString(), splitString() and template functions number2str() and str2number() into namespace BaseLib
-
- Sep 27, 2012
-
-
Karsten Rink authored
-
- 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
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
-