This project is mirrored from https://gitlab.opengeosys.org/ogs/ogs.git.
Pull mirroring updated .
- Jan 13, 2016
-
-
Dmitri Naumov authored
-
- Jan 05, 2016
-
-
Lars Bilke 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'
-
- May 11, 2015
-
-
Dmitri Naumov authored
-
- Jan 20, 2015
-
-
Lars Bilke authored
-
- Sep 03, 2014
-
-
Dmitri Naumov authored
-
- Sep 26, 2013
-
-
Tom Fischer authored
-
- Jul 24, 2013
-
-
Dmitri Naumov authored
-
- Jan 02, 2013
-
-
Lars Bilke authored
-
- Nov 16, 2012
-
-
Lars Bilke authored
This is a work in progress commit (tested on Mac OS) which shows how to build some boost libraries. Not all targets are changed accordingly but `make test` should work.
-
- Nov 05, 2012
-
-
Dmitri Naumov authored
-
- Nov 02, 2012
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Tom Fischer authored
changed dropFileExtension() implementation
-
- Oct 31, 2012
-
-
Dmitri Naumov authored
Place it in StringTools.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Use extractBaseName() now.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Replace getFileNameFromPath(f, true/false) with corresponding extractBaseName() and extractBaseNameWithoutExtension().
-
Dmitri Naumov authored
Calling getFileNameFromPath() for now.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Oct 30, 2012
-
-
Tom Fischer authored
moved functions getFileNameFromPath(), getSuffixFromPath(), copyPathToFileName() and extractPath() from files StringTools.{cpp,h} to files FileTools.{cpp,h}
-
Norihiro Watanabe authored
- remove functions to manipulate file names because they exist in StringTools.h - move implementations into cpp - fix type, etc.
-