1. 30 Jul, 2014 2 commits
  2. 27 Feb, 2014 1 commit
  3. 06 Feb, 2014 1 commit
  4. 04 Feb, 2014 2 commits
  5. 03 Feb, 2014 1 commit
  6. 28 Jan, 2014 1 commit
  7. 24 Jan, 2014 1 commit
  8. 23 Jan, 2014 1 commit
  9. 13 Jan, 2014 1 commit
  10. 07 Dec, 2013 1 commit
  11. 28 Nov, 2013 1 commit
  12. 19 Oct, 2013 1 commit
  13. 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
  14. 02 Oct, 2013 2 commits
  15. 07 Aug, 2013 1 commit
  16. 08 Apr, 2013 3 commits
  17. 02 Feb, 2013 1 commit
  18. 18 Jan, 2013 1 commit
  19. 14 Jan, 2013 3 commits
  20. 07 Jan, 2013 1 commit
  21. 05 Jan, 2013 1 commit
  22. 04 Jan, 2013 1 commit
  23. 03 Jan, 2013 2 commits
  24. 02 Jan, 2013 1 commit
  25. 09 Jul, 2012 1 commit
    • Max Kellermann's avatar
      require GLib 2.16 · 5dfc0918
      Max Kellermann authored
      GLib 2.16 was released more than 4 years ago.  Let's remove some cruft
      from the glib_compat.h header, and avoid new cruft to it.
      5dfc0918
  26. 06 Mar, 2012 1 commit
  27. 29 Jan, 2011 1 commit
  28. 10 Jan, 2011 1 commit
  29. 25 Jul, 2010 2 commits
  30. 01 Jan, 2010 1 commit
  31. 12 Nov, 2009 1 commit
    • Max Kellermann's avatar
      include config.h in all sources · 5b82ffc2
      Max Kellermann authored
      After we've been hit by Large File Support problems several times in
      the past week (which only occur on 32 bit platforms, which I don't
      have), this is yet another attempt to fix the issue.
      5b82ffc2