Skip to content
Snippets Groups Projects
  1. Sep 02, 2018
  2. Aug 24, 2018
  3. Aug 23, 2018
  4. Aug 21, 2018
  5. Aug 19, 2018
  6. Aug 12, 2018
  7. Aug 09, 2018
  8. Aug 01, 2018
  9. Jul 24, 2018
    • Zach Hilman's avatar
      VFS Regression and Accuracy Fixes (#776) · 59cb2584
      Zach Hilman authored
      * Regression and Mode Fixes
      
      * Review Fixes
      
      * string_view correction
      
      * Add operator& for FileSys::Mode
      
      * Return std::string from SanitizePath
      
      * Farming Simulator Fix
      
      * Use != With mode operator&
      59cb2584
  10. Jul 22, 2018
  11. Jul 21, 2018
    • Lioncash's avatar
      file_util: Use an enum class for GetUserPath() · d66b43da
      Lioncash authored
      Instead of using an unsigned int as a parameter and expecting a user to
      always pass in the correct values, we can just convert the enum into an
      enum class and use that type as the parameter type instead, which makes
      the interface more type safe.
      
      We also get rid of the bookkeeping "NUM_" element in the enum by just
      using an unordered map. This function is generally low-frequency in
      terms of calls (and I'd hope so, considering otherwise would mean we're
      slamming the disk with IO all the time) so I'd consider this acceptable
      in this case.
      d66b43da
  12. Jul 19, 2018
  13. Jul 18, 2018
  14. Jul 17, 2018
  15. Jul 08, 2018
  16. Jul 06, 2018
    • Zach Hilman's avatar
      Virtual Filesystem (#597) · 77c684c1
      Zach Hilman authored
      * Add VfsFile and VfsDirectory classes
      
      * Finish abstract Vfs classes
      
      * Implement RealVfsFile (computer fs backend)
      
      * Finish RealVfsFile and RealVfsDirectory
      
      * Finished OffsetVfsFile
      
      * More changes
      
      * Fix import paths
      
      * Major refactor
      
      * Remove double const
      
      * Use experimental/filesystem or filesystem depending on compiler
      
      * Port partition_filesystem
      
      * More changes
      
      * More Overhaul
      
      * FSP_SRV fixes
      
      * Fixes and testing
      
      * Try to get filesystem to compile
      
      * Filesystem on linux
      
      * Remove std::filesystem and document/test
      
      * Compile fixes
      
      * Missing include
      
      * Bug fixes
      
      * Fixes
      
      * Rename v_file and v_dir
      
      * clang-format fix
      
      * Rename NGLOG_* to LOG_*
      
      * Most review changes
      
      * Fix TODO
      
      * Guess 'main' to be Directory by filename
      77c684c1
  17. Jul 03, 2018
  18. May 02, 2018
  19. Apr 24, 2018
  20. Apr 20, 2018
  21. Mar 20, 2018
  22. Mar 04, 2018
  23. Mar 02, 2018
  24. Jan 21, 2018
Loading