Skip to content
Snippets Groups Projects
  1. Feb 22, 2015
  2. Feb 21, 2015
  3. Feb 19, 2015
  4. Feb 18, 2015
  5. Jul 13, 2014
  6. Nov 15, 2013
    • Julien Malik's avatar
      STYLE: Remove CMake-language block-end arguments · e84f23c4
      Julien Malik authored
      Ancient versions of CMake required else(), endif(), and similar block
      termination commands to have arguments matching the command starting the
      block.  This is no longer the preferred style.
      
      NOTE: MUST USE GNU compliant version of sed
      Run the following shell code (Adopted from Brad King scripts for CMake):
      
      for c in else endif endforeach endfunction endmacro endwhile; do
          echo 's/\b'"$c"'\(\s*\)(.\+)/'"$c"'\1()/'
      done >convert.sed \
      && git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' '*CMakeLists.txt' \
         | xargs sed -i -f convert.sed \
      && rm convert.sed
      
      
      This has been adapted from ITK commit e52dbe7fa476f6283c9b9d1507fca052355113a4
      e84f23c4
    • Julien Malik's avatar
      STYLE: switch all CMake files to lower case format · c89f9a38
      Julien Malik authored
      This modification is based according to
      the process described in ITK/Utilities/Maintenance/HowToCreateTheCMakeCaseConversion.txt
      c89f9a38
    • Julien Malik's avatar
  7. Jan 08, 2013
  8. Jul 05, 2012
  9. Jul 22, 2011
  10. Jul 12, 2011
  11. May 08, 2011
  12. Feb 14, 2011
  13. Jul 07, 2010
  14. Apr 01, 2010
  15. Feb 21, 2010
  16. Jan 22, 2010
  17. Jan 17, 2010
  18. Dec 01, 2009
  19. Oct 23, 2009
  20. Jun 03, 2009
  21. Jun 02, 2009
  22. Feb 13, 2009
  23. Feb 12, 2009
  24. Jan 31, 2009
  25. Jan 16, 2009
  26. Dec 09, 2008
  27. Dec 06, 2008
  28. Sep 22, 2008
  29. Aug 25, 2008
  30. Jul 28, 2008
    • OTB Bot's avatar
      Suppression des l'appel a · b3ea84d6
      OTB Bot authored
      INCLUDE_DIRECTORIES("${OTBTesting_BINARY}") : car variable non defini et sort en erreur avec cmake 2.6.0.
      b3ea84d6
  31. Jun 09, 2008
    • Thomas Feuvrier's avatar
      Corrections : · 995183da
      Thomas Feuvrier authored
      - MAJ 2.2.1
      - Find OpenGL : correction pour trouver GLU.h. O nutilise OPENGL_GLU_FOUND
      - séparation des Testing : BUIL_TESTING et BUILD_EXAMPLES_TESTING. BUT:  offrir la possibilités aux utilisateurs de tester les exemples de l'OTB (san spour autant compile rle sTesting qu'il ne peuvent aussi bien pas téster car il n'ont pas OTB-Data.
      995183da
  32. May 21, 2008
  33. Apr 07, 2008
Loading