Skip to content
Snippets Groups Projects
  1. Nov 29, 2017
    • Brad King's avatar
      Configure: Add KWSYS_FALLTHROUGH macro for C++ code · 1b09cf0d
      Brad King authored
      Some C++ compilers now warn when a switch case falls through to another
      case, but compilers vary in how to suppress the warning with an explicit
      fallthrough specifier.  Provide a macro for the specifier.
      1b09cf0d
  2. Nov 09, 2017
  3. Nov 07, 2017
  4. Nov 06, 2017
  5. Nov 03, 2017
    • luzpaz's avatar
      Fix trivial typos in text · 9a1d5901
      luzpaz authored and Brad King's avatar Brad King committed
      Found using
      
          codespell -q 3 --skip="./Utilities" -I .cmake-whitelist.txt`
      
      in CMake whereby the whitelist contained:
      
          ans
          dum
          helpfull
          emmited
          emmitted
          buil
          iff
          isnt
          nto
          ot
          pathes
          substract
          te
          todays
          upto
          whitespaces
      9a1d5901
  6. Nov 02, 2017
  7. Nov 01, 2017
  8. Oct 31, 2017
  9. Oct 17, 2017
  10. Oct 16, 2017
  11. Oct 12, 2017
  12. Oct 11, 2017
  13. Oct 10, 2017
  14. Oct 07, 2017
  15. Oct 06, 2017
  16. Oct 05, 2017
  17. Oct 04, 2017
  18. Sep 30, 2017
  19. Sep 29, 2017
Loading