| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #737 from lioncash/move | 2018-07-20 | 2 | -2/+4 | |
| |\ | | | | | filesys/loader: std::move VirtualFile instances in constructors where applicable | ||||
| | * | loader/{nca, nro}: std::move VirtualFile in the constructors where applicable | 2018-07-20 | 2 | -2/+4 | |
| | | | | | | | | | This avoids unnecessary atomic reference count increments and decrements | ||||
| * | | nso: Silence implicit sign conversion warnings | 2018-07-19 | 1 | -4/+6 | |
| | | | |||||
| * | | nso: Remove unused function ReadSegment() | 2018-07-19 | 1 | -13/+0 | |
| |/ | |||||
| * | Merge pull request #719 from lioncash/docs | 2018-07-19 | 2 | -5/+5 | |
| |\ | | | | | loader: Amend Doxygen comments | ||||
| | * | loader: Amend Doxygen comments | 2018-07-19 | 2 | -5/+5 | |
| | | | | | | | | | These weren't adjusted when VFS was introduced | ||||
| * | | Merge pull request #718 from lioncash/read | 2018-07-19 | 1 | -4/+6 | |
| |\ \ | | | | | | | loader/nso: Check if read succeeded in IdentifyFile() before checking magic value | ||||
| | * | | loader/nso: Check if read succeeded in IdentifyFile() before checking magic ↵ | 2018-07-19 | 1 | -4/+6 | |
| | |/ | | | | | | | | | | | | | | | value We should always assume the filesystem is volatile and check each IO operation. While we're at it reorganize checks so that early-out errors are near one another. | ||||
| * | | loader/nro: Resolve sign mismatch warnings | 2018-07-18 | 1 | -1/+1 | |
| | | | |||||
| * | | loader/nso: Remove unnecessary vector resizes | 2018-07-18 | 1 | -4/+2 | |
| | | | | | | | | | We can just initialize these vectors directly via their constructor. | ||||
| * | | loader/nso: Resolve sign mismatch warnings | 2018-07-18 | 1 | -1/+1 | |
| |/ | |||||
| * | Virtual Filesystem 2: Electric Boogaloo (#676) | 2018-07-18 | 12 | -525/+146 | |
| | | | | | | | | | | | * Virtual Filesystem * Fix delete bug and documentate * Review fixes + other stuff * Fix puyo regression | ||||
| * | General Filesystem and Save Data Fixes (#670) | 2018-07-17 | 3 | -5/+3 | |
| | | |||||
| * | More improvements to GDBStub (#653) | 2018-07-12 | 4 | -0/+15 | |
| | | | | | | | | | | | | * More improvements to GDBStub - Debugging of threads should work correctly with source and assembly level stepping and modifying registers and memory, meaning threads and callstacks are fully clickable in VS. - List of modules is available to the client, with assumption that .nro and .nso are backed up by an .elf with symbols, while deconstructed ROMs keep N names. - Initial support for floating point registers. * Tidy up as requested in PR feedback * Tidy up as requested in PR feedback | ||||
| * | Revert "Virtual Filesystem (#597)" | 2018-07-07 | 12 | -140/+540 | |
| | | | | | This reverts commit 77c684c1140f6bf3fb7d4560d06d2efb1a2ee5e2. | ||||
| * | Virtual Filesystem (#597) | 2018-07-06 | 12 | -540/+140 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | Update clang format | 2018-07-02 | 1 | -5/+5 | |
| | | |||||
| * | Rename logging macro back to LOG_* | 2018-07-02 | 6 | -27/+27 | |
| | | |||||
| * | Add support for decrypted NCA files (#567) | 2018-06-21 | 6 | -11/+434 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Start to add NCA support in loader * More nca stuff * More changes to nca.cpp * Now identifies decrypted NCA cont. * Game list fixes and more structs and stuff * More updates to Nca class * Now reads ExeFs (i think) * ACTUALLY LOADS EXEFS! * RomFS loads and games execute * Cleanup and Finalize * plumbing, cleanup and testing * fix some things that i didnt think of before * Preliminary Review Changes * Review changes for bunnei and subv | ||||
| * | general: Make formatting of logged hex values more straightforward | 2018-05-02 | 2 | -4/+4 | |
| | | | | | | | This makes the formatting expectations more obvious (e.g. any zero padding specified is padding that's entirely dedicated to the value being printed, not any pretty-printing that also gets tacked on). | ||||
| * | general: Convert assertion macros over to be fmt-compatible | 2018-04-27 | 1 | -1/+1 | |
| | | |||||
| * | loader: Move old logging macros over to new fmt-capable ones | 2018-04-24 | 5 | -26/+25 | |
| | | |||||
| * | Kernel: Use 0x2C as default main thread priority for homebrew and lone NRO/NSOs | 2018-04-20 | 2 | -2/+2 | |
| | | |||||
| * | core, main.h: Abort on 32Bit ROMs (#309) | 2018-04-06 | 2 | -0/+6 | |
| | | | | | | | * core, main.h: Abort on 32Bit ROMs * main.cpp: Fix Grammar | ||||
| * | deconstructed_rom_directory.cpp: Fix Typo | 2018-04-03 | 1 | -1/+1 | |
| | | |||||
| * | memory: Fix stack region. | 2018-03-31 | 3 | -3/+3 | |
| | | |||||
| * | Clean Warnings (?) | 2018-03-19 | 1 | -1/+1 | |
| | | |||||
| * | kernel: Move stack region outside of application heap. | 2018-03-16 | 3 | -3/+3 | |
| | | |||||
| * | core: Move process creation out of global state. | 2018-03-14 | 4 | -9/+5 | |
| | | |||||
| * | Kernel: Store the program id in the Process class instead of the CodeSet class. | 2018-03-01 | 5 | -12/+12 | |
| | | | | | There may be many CodeSets per Process, so it's wasteful and overcomplicated to store the program id in each of them. | ||||
| * | loader: Check error on NPDM load, use TID for CodeSet | 2018-02-25 | 3 | -6/+10 | |
| | | |||||
| * | loader: Use NPDM information when loading NSOs | 2018-02-25 | 2 | -4/+15 | |
| | | |||||
| * | nso: Silence formatting specifier warnings | 2018-02-14 | 1 | -2/+4 | |
| | | |||||
| * | deconstructed_rom_directory: Silence formatting specifier warnings | 2018-02-14 | 1 | -3/+4 | |
| | | |||||
| * | Changed .istorage to .romfs | 2018-02-05 | 2 | -5/+5 | |
| | | |||||
| * | deconstructed_rom_directory: Implement istorage loading for RomFS. | 2018-01-21 | 2 | -2/+71 | |
| | | |||||
| * | Merge pull request #92 from gdkchan/nro_refactor | 2018-01-20 | 1 | -2/+2 | |
| |\ | | | | | Fix NRO entry point | ||||
| | * | Fix NRO Entry Point | 2018-01-18 | 1 | -2/+2 | |
| | | | |||||
| * | | loader: Minor style fix in deconstructed_rom_directory | 2018-01-20 | 1 | -1/+0 | |
| | | | |||||
| * | | Merge pull request #117 from jroweboy/clang-format | 2018-01-20 | 1 | -2/+3 | |
| |\ \ | | | | | | | Clang format as a build target | ||||
| | * | | Format: Run the new clang format on everything | 2018-01-20 | 1 | -2/+3 | |
| | |/ | |||||
| * | | loader: Clean up ctors and includes. | 2018-01-20 | 10 | -18/+22 | |
| | | | |||||
| * | | loader: Add DeconstructedRomDirectory for game dumps. | 2018-01-20 | 4 | -0/+154 | |
| | | | |||||
| * | | loader: Refactor to also pass filepath into IdentifyType. | 2018-01-20 | 8 | -19/+19 | |
| | | | |||||
| * | | nso: Remove code specific to directory loading. | 2018-01-20 | 2 | -17/+6 | |
| |/ | |||||
| * | Fix NRO loading | 2018-01-17 | 1 | -20/+9 | |
| | | |||||
| * | Remove relocation on NSO/NRO | 2018-01-17 | 3 | -19/+2 | |
| | | |||||
| * | Merge pull request #44 from Rozelette/master | 2018-01-16 | 1 | -3/+7 | |
| |\ | | | | | nso: Modify .bss size calculation logic | ||||
| | * | nso: Modify .bss size calculation logic | 2018-01-16 | 1 | -3/+7 | |
| | | | |||||
| * | | clang-format | 2018-01-16 | 3 | -10/+8 | |
| |/ | |||||