Skip to content
Snippets Groups Projects
  1. Mar 29, 2017
  2. Mar 24, 2017
  3. Mar 21, 2017
  4. Mar 20, 2017
  5. Mar 07, 2017
  6. Mar 06, 2017
  7. Mar 03, 2017
  8. Feb 14, 2017
  9. Feb 13, 2017
  10. Feb 10, 2017
  11. Feb 09, 2017
  12. Feb 06, 2017
  13. Feb 03, 2017
  14. Feb 02, 2017
  15. Jan 16, 2017
  16. 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
  17. Jan 11, 2017
  18. 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
  19. Jan 09, 2017
  20. Dec 21, 2016
  21. Dec 14, 2016
  22. Dec 13, 2016
Loading