Skip to content
Snippets Groups Projects
  1. Sep 20, 2016
  2. Sep 14, 2016
  3. Jun 02, 2016
  4. May 23, 2016
  5. May 19, 2016
  6. Apr 22, 2016
  7. Oct 11, 2015
  8. Jun 08, 2015
  9. 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
  10. Jan 14, 2015
  11. Dec 02, 2014
  12. Oct 20, 2014
  13. Sep 22, 2014
  14. Nov 28, 2013
  15. Nov 27, 2013
    • Lars Bilke's avatar
      Removed shapelib dependency. · 617739d8
      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".
      617739d8
  16. Jan 10, 2013
  17. Nov 16, 2012
  18. Nov 15, 2012
  19. Nov 14, 2012
  20. Nov 12, 2012
Loading