Skip to content
Snippets Groups Projects
  1. Jan 16, 2017
  2. 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
  3. Jan 11, 2017
  4. 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
  5. Jan 09, 2017
  6. Dec 21, 2016
  7. Dec 14, 2016
  8. Dec 13, 2016
  9. Dec 02, 2016
  10. Dec 01, 2016
  11. Nov 28, 2016
  12. Nov 21, 2016
  13. Nov 18, 2016
  14. Nov 16, 2016
  15. Nov 10, 2016
Loading