Skip to content
Snippets Groups Projects
  1. Jan 09, 2017
  2. Nov 04, 2016
  3. Sep 08, 2016
  4. Jun 28, 2016
  5. Jun 01, 2016
  6. May 17, 2016
  7. Oct 01, 2015
  8. Apr 17, 2015
  9. Feb 11, 2015
  10. Feb 10, 2015
    • Lars Bilke's avatar
      Changed to lower-case function naming in CMake. · f0034a62
      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
      f0034a62
  11. Nov 10, 2014
    • Lars Bilke's avatar
      Added target sync-data on envinf1 only. · be1bdf95
      Lars Bilke authored
      This copies all file from ${CMAKE_SOURCE_DIR}/../ogs6-data to
      /data/ogs/ogs6-data and then triggers a build on Jenkins which
      syncs /data/ogs6-data to opengeosys.org
      be1bdf95
  12. Apr 17, 2013
    • Lars Bilke's avatar
      Made CMake include paths relative. · 5895204b
      Lars Bilke authored
      Replace CMAKE_SOURCE_DIR with CMAKE_CURRENT_SOURCE_DIR and
      CMAKE_BINARY_DIR with CMAKE_CURRENT_BINARY_DIR. This allows to use
      OGS as a subdirectory in another project.
      5895204b
  13. Nov 14, 2012
  14. Nov 12, 2012
  15. Oct 30, 2012
  16. Sep 13, 2012
  17. Aug 21, 2012
  18. May 14, 2012
  19. May 07, 2012
  20. Jan 19, 2012
Loading