Skip to content
Snippets Groups Projects
  1. Jul 23, 2018
  2. Jul 19, 2018
  3. Jul 08, 2018
  4. 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
  5. Jan 20, 2018
  6. Jan 13, 2018
  7. Oct 10, 2017
  8. Oct 06, 2017
  9. Sep 26, 2017
  10. Dec 22, 2016
  11. Sep 21, 2016
  12. Sep 19, 2016
  13. Sep 18, 2016
  14. May 21, 2016
  15. Jul 13, 2015
  16. May 09, 2015
  17. Jan 15, 2015
  18. Dec 21, 2014
  19. Jul 05, 2014
  20. Jun 24, 2014
    • bunnei's avatar
      Loader: Refactored use of const. · 62b444cd
      bunnei authored
      62b444cd
    • bunnei's avatar
      Loader: Implemented AppLoader interface for abstracting application loading. · 7889cafc
      bunnei authored
      - Various cleanups/refactorings to Loader, ELF, and NCCH modules.
      - Added AppLoader interface to ELF and NCCH.
      - Updated Qt/GLFW frontends to check AppLoader ResultStatus.
      
      NCCH: Removed extra qualification typos.
      
      Loader: Removed unnecessary #include's.
      
      NCCH: Improved readability of memcmp statements.
      
      NCCH: Added missing space.
      
      Elf: Removed unnecessary usage of unique_ptr.
      
      Loader: Removed unnecessary usage of unique_ptr.
      7889cafc
  21. Jun 17, 2014
  22. Jun 16, 2014
  23. Apr 08, 2014
  24. Mar 25, 2014
Loading