- Sep 20, 2016
-
-
Lars Bilke authored
-
- Sep 14, 2016
-
-
Karsten Rink authored
-
Karsten Rink authored
-
- Jun 02, 2016
-
-
Lars Bilke authored
-
- May 23, 2016
-
-
Tom Fischer authored
-
- May 19, 2016
-
-
Lars Bilke authored
-
- Apr 22, 2016
-
-
Lars Bilke authored
-
Lars Bilke authored
-
- Oct 11, 2015
-
-
Dmitri Naumov authored
-
- Jun 08, 2015
-
-
Dmitri Naumov authored
-
- Feb 10, 2015
-
-
Lars Bilke authored
Ancient CMake versions required upper-case commands. Later command names became case-insensitive. Now the preferred style is lower-case. Run the following shell code: cmake --help-command-list | grep -v "cmake version" | while read c; do echo 's/\b'"$(echo $c | tr '[:lower:]' '[:upper:]')"'\(\s*\)(/'"$c"'\1(/g' done >convert.sed && git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' '*CMakeLists.txt' | egrep -z -v '^(Utilities/cm|Source/kwsys/)' | xargs -0 sed -i -f convert.sed && rm convert.sed
-
- Jan 14, 2015
-
-
Lars Bilke authored
Better CPack grouping.
-
- Dec 02, 2014
-
-
Lars Bilke authored
-
- Oct 20, 2014
-
-
Lars Bilke authored
-
- Sep 22, 2014
-
-
Lars Bilke authored
This module is automatically checked out when OGS_BUILD_GUI=ON and the executable gets packaged with the Data Explorer. Tetgen source is hosted at https://github.com/ufz/tetgen.git
-
- Nov 28, 2013
-
-
Lars Bilke authored
-
- Nov 27, 2013
-
-
Lars Bilke authored
A minimal shapelib is now part of the repo. This means shapelib stuff is always available. Just include "shape/shapefil.h" and link to "shp".
-
- Jan 10, 2013
-
-
Lars Bilke authored
Searching for optional submodules has to be actively enabled by this option. This prevents unexpected CMake errors when developers checked out the submodules without their knowledge (as it happens e.g. with the Windows GitHub app).
-
- Nov 16, 2012
-
-
Lars Bilke authored
OGS_DONT_USE_OPTIONAL_SUBMODULES should be set to ON on Travis builds.
-
- Nov 15, 2012
-
-
Lars Bilke authored
-
- Nov 14, 2012
-
-
Lars Bilke authored
-
- Nov 12, 2012
-
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
logog header files have to be included e.g. with logog/include/logog.hpp
-