Skip to content
  1. 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
  2. Nov 02, 2017
  3. Nov 01, 2017
  4. Oct 31, 2017
  5. Oct 17, 2017
  6. Oct 16, 2017
  7. Oct 12, 2017
  8. Oct 11, 2017
  9. Oct 10, 2017
  10. Oct 07, 2017
  11. Oct 06, 2017
  12. Oct 05, 2017
  13. Oct 04, 2017
  14. Sep 30, 2017
  15. Sep 29, 2017
  16. Sep 21, 2017
  17. Sep 20, 2017
  18. Sep 14, 2017
  19. Sep 11, 2017
    • Brad King's avatar
      SystemTools: Drop SplitProgramFromArgs function · c8cfe4e0
      Brad King authored
      This was used only by CMake's get_filename_components() command, which
      has now been re-implemented independently.  The operation is not
      well-defined (string parsing should not depend on filesystem content),
      so remove it.
      c8cfe4e0
Loading