Skip to content
Snippets Groups Projects
  1. 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
  2. Jul 22, 2018
  3. 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
  4. Jul 19, 2018
  5. Jul 18, 2018
  6. Jul 17, 2018
  7. Jul 08, 2018
  8. 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
  9. Jul 03, 2018
  10. May 02, 2018
  11. Apr 24, 2018
  12. Apr 20, 2018
  13. Mar 20, 2018
  14. Mar 04, 2018
  15. Mar 02, 2018
  16. Jan 21, 2018
Loading