Skip to content
Snippets Groups Projects
  1. Oct 24, 2018
  2. Sep 26, 2018
  3. Sep 24, 2018
  4. Sep 21, 2018
  5. Sep 15, 2018
  6. Aug 23, 2018
  7. Aug 21, 2018
  8. Aug 12, 2018
  9. Aug 09, 2018
  10. Aug 01, 2018
  11. Jul 27, 2018
  12. Jul 22, 2018
  13. Jul 21, 2018
  14. Jul 19, 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
Loading