Skip to content
Snippets Groups Projects
  1. Apr 17, 2017
    • Brad King's avatar
      Encoding: Add ToWindowsExtendedPath function · e71a3406
      Brad King authored
      Move the implementation of `SystemTools::ConvertToWindowsExtendedPath`
      over to a new function in `Encoding`.  It does not depend on other
      things `SystemTools` and will be useful in other KWSys components
      that already depend on `Encoding` but not `SystemTools`.
      e71a3406
  2. Apr 12, 2017
  3. Apr 11, 2017
    • Daniel Pfeifer's avatar
      Disable include-what-you-use · ce5b0d34
      Daniel Pfeifer authored
      KWSys has not been updated for `include-what-you-use`.
      Until this is done, block use of the tool on our own targets.
      This is useful when KWSys is embedded in the source tree of
      another project that may activate iwyu.
      ce5b0d34
  4. Apr 01, 2017
  5. Mar 31, 2017
  6. Mar 30, 2017
  7. Mar 29, 2017
  8. Mar 28, 2017
  9. Mar 27, 2017
  10. Mar 24, 2017
  11. Mar 21, 2017
  12. Mar 20, 2017
  13. Mar 07, 2017
  14. Mar 06, 2017
  15. Mar 03, 2017
  16. Feb 14, 2017
  17. Feb 13, 2017
  18. Feb 10, 2017
  19. Feb 09, 2017
  20. Feb 06, 2017
  21. Feb 03, 2017
  22. Feb 02, 2017
  23. Jan 16, 2017
  24. Jan 15, 2017
    • Brad King's avatar
      SystemTools: Fix conversion warning in test case · e08eee61
      Brad King authored
      ```
      testSystemTools.cxx:901:32: warning: comparison of integers of different
        signs: 'size_type' (aka 'unsigned long') and 'long' [-Wsign-compare]
          if (!result || line.size() != size) {
                         ~~~~~~~~~~~ ^  ~~~~
      ```
      e08eee61
  25. Jan 11, 2017
  26. Jan 10, 2017
    • Ben Boeckel's avatar
      SystemTools: use PathExists where appropriate · 45db0937
      Ben Boeckel authored
      The `Touch` method should care about existence and directory creation
      should also be guarded against unreadable paths as well. In addition,
      fix a path existence check which should have been updated before.
      45db0937
  27. Jan 09, 2017
  28. Dec 21, 2016
Loading