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