1. 02 Oct, 2013 1 commit
  2. 12 Sep, 2013 2 commits
  3. 05 Sep, 2013 2 commits
  4. 07 Aug, 2013 3 commits
  5. 05 May, 2013 1 commit
  6. 02 Feb, 2013 2 commits
  7. 27 Jan, 2013 5 commits
  8. 26 Jan, 2013 2 commits
  9. 21 Jan, 2013 2 commits
    • Denis Krjuchkov's avatar
      Path: move to fs subdirectory · ef93cdf4
      Denis Krjuchkov authored
      ef93cdf4
    • Denis Krjuchkov's avatar
      FileSystem: extract DirectoryReader, improve the rest · 4ad90e2d
      Denis Krjuchkov authored
      - DirectoryReader is extracted to separate header
      - FileSystem.cxx/FileSystem.hxx/DirectoryReader.hxx moved to fs/ subdir
      - Functions return true on success, instead of 0 (where applicable)
      - ReadLink return result instead of out parameter
      - UnlinkFile is renamed to RemoveFile
      - CheckExists/CheckIsRegular/CheckIsDirectory are renamed
        to PathExists/FileExists/DirectoryExists
      4ad90e2d