1. 19 Aug, 2018 1 commit
  2. 18 Jul, 2018 2 commits
  3. 17 Jul, 2018 14 commits
  4. 16 Jul, 2018 1 commit
  5. 17 Jan, 2018 1 commit
  6. 02 Jan, 2018 1 commit
  7. 08 May, 2017 1 commit
  8. 03 Jan, 2017 1 commit
  9. 02 Nov, 2016 1 commit
  10. 28 Oct, 2016 2 commits
  11. 26 Feb, 2016 1 commit
  12. 18 Dec, 2015 1 commit
  13. 21 Jan, 2015 4 commits
  14. 01 Jan, 2015 1 commit
  15. 08 Dec, 2014 1 commit
  16. 19 Feb, 2014 1 commit
  17. 24 Jan, 2014 1 commit
  18. 23 Jan, 2014 1 commit
  19. 13 Jan, 2014 1 commit
  20. 28 Nov, 2013 1 commit
  21. 05 Nov, 2013 1 commit
  22. 17 Oct, 2013 1 commit
    • Max Kellermann's avatar
      fs/Path: rename to AllocatedPath · abfbd553
      Max Kellermann authored
      The new class Path only holds a string pointer without being
      responsible for allocation/deallocation.  The FileSystem.hxx library
      accepts Path arguments instead of AllocatedPath, to avoid forcing
      callers to allocate another string object.
      abfbd553