Skip to content
Snippets Groups Projects
  1. Jan 23, 2018
  2. Jan 19, 2018
  3. Jan 17, 2018
  4. Jan 10, 2018
  5. Jan 09, 2018
  6. Jan 08, 2018
  7. Jan 03, 2018
  8. Dec 21, 2017
  9. Dec 15, 2017
  10. Dec 14, 2017
  11. Dec 12, 2017
  12. Dec 09, 2017
  13. Dec 08, 2017
  14. Dec 07, 2017
  15. Dec 06, 2017
  16. Dec 05, 2017
  17. Dec 04, 2017
  18. Dec 01, 2017
  19. Nov 30, 2017
  20. 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
  21. Nov 09, 2017
  22. Nov 07, 2017
  23. Nov 06, 2017
  24. 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
  25. Nov 02, 2017
Loading