Skip to content
Snippets Groups Projects
  1. Feb 26, 2015
  2. Feb 22, 2015
  3. Feb 21, 2015
  4. Feb 18, 2015
  5. Oct 28, 2014
  6. Jul 13, 2014
  7. Jul 08, 2014
  8. 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
  9. Jan 29, 2013
  10. Sep 29, 2011
  11. Aug 31, 2011
  12. Aug 11, 2011
  13. Aug 10, 2011
  14. Aug 09, 2011
  15. Aug 08, 2011
  16. Aug 07, 2011
  17. Aug 06, 2011
  18. Aug 05, 2011
  19. Aug 04, 2011
  20. Aug 03, 2011
  21. Aug 02, 2011
  22. Jul 27, 2011
  23. Jul 26, 2011
Loading