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