Skip to content
Snippets Groups Projects
  1. Apr 23, 2020
  2. May 16, 2019
  3. Feb 20, 2019
  4. Feb 13, 2019
  5. Jan 14, 2019
  6. Mar 08, 2017
  7. Feb 22, 2015
  8. Feb 21, 2015
  9. Feb 18, 2015
  10. Oct 28, 2014
  11. Jul 13, 2014
  12. 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
  13. Jan 08, 2013
  14. Jul 12, 2011
  15. May 08, 2011
  16. Jul 14, 2010
  17. Jul 07, 2010
  18. Jul 01, 2010
  19. Apr 01, 2010
  20. Feb 21, 2010
  21. Jan 22, 2010
  22. Jan 17, 2010
  23. Jun 03, 2009
  24. Jun 02, 2009
  25. May 04, 2009
  26. Feb 13, 2009
  27. Feb 12, 2009
  28. Jan 31, 2009
  29. Jan 16, 2009
  30. Dec 09, 2008
  31. Dec 06, 2008
  32. Nov 17, 2008
  33. Oct 31, 2008
Loading