| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-12-20 | externals: update fmt to 11.0.2 and vcpkg to 2024.09.30 (#68) | lui | |
| Updated to fmt 11 with the required source changes for it to work. Also updated vcpkg for this, and as an added benefit it fixes the `Unable to find a valid Visual Studio instance` error, and the VS 2019 build tools are no longer required. Just make sure to delete the existing downloaded vcpkg tool and binaries in `externals/vcpkg` if you have compiled before, or else it will continue to use the old version and give the error. Reviewed-on: http://vub63vv26q6v27xzv2dtcd25xumubshogm67yrpaz2rculqxs7jlfqad.onion/torzu-emu/torzu/pulls/68 Co-authored-by: lui <lui@vub63vv26q6v27xzv2dtcd25xumubshogm67yrpaz2rculqxs7jlfqad.onion> Co-committed-by: lui <lui@vub63vv26q6v27xzv2dtcd25xumubshogm67yrpaz2rculqxs7jlfqad.onion> | |||
| 2024-12-20 | Using reserve() for optimization inserts, marked unused pair items and minor ↵ | Herman Semenov | |
| code refactor | |||
| 2024-01-12 | kernel: fix debugger and process list lifetime | Liam | |
| 2024-01-08 | Fix typos in src/core (#12625) | Viktor Szépe | |
| * Fix typos in src/core * Fix typo correction * Fix indentation of MemoryStateNames * Fix indent | |||
| 2023-12-04 | core: refactor emulated cpu core activation | Liam | |
| 2023-11-11 | gdbstub: read module information from memory layout | Liam | |
| 2023-11-10 | kernel: add KPageTableBase | Liam | |
| Co-authored-by: Kelebek1 <eeeedddccc@hotmail.co.uk> | |||
| 2023-10-21 | kernel: update KProcess | Liam | |
| 2023-10-20 | gdbstub: add PermissionLocked to mappings table | Liam | |
| 2023-10-01 | gdbserver: use numeric character references for unicode | Liam | |
| 2023-08-14 | gdbstub: fixup replaced instruction bytes in memory reads | Liam | |
| 2023-07-22 | core: reduce TOCTTOU memory access | Liam | |
| 2023-07-14 | k_process: PageTable -> GetPageTable | Liam | |
| 2023-03-23 | memory: rename global memory references to application memory | Liam | |
| 2023-03-22 | kernel: use KTypedAddress for addresses | Liam | |
| 2023-03-12 | kernel: convert KProcess to new style | Liam | |
| 2023-03-12 | kernel: convert KThread to new style | Liam | |
| 2023-02-21 | service: refactor server architecture | Liam | |
| Converts services to have their own processes | |||
| 2023-02-13 | general: rename CurrentProcess to ApplicationProcess | Liam | |
| 2023-01-12 | debugger: add host fastmem pointer fetch command | Liam | |
| 2022-11-10 | gdbstub: add ams monitor commands | Liam | |
| 2022-06-25 | gdbstub: fix register pokes | Liam | |
| 2022-06-16 | core/debugger: memory breakpoint support | Liam | |
| 2022-06-10 | core/debugger: fix a number of shutdown deadlocks | Liam | |
| 2022-06-03 | gdbstub: add missing library list command | Liam | |
| 2022-06-01 | core/debugger: Support reading guest thread names | Liam | |
| 2022-06-01 | Merge pull request #8402 from liamwhite/better-step | Morph | |
| core/debugger: Improved stepping mechanism and misc fixes | |||
| 2022-06-01 | core/debugger: Improved stepping mechanism and misc fixes | Liam | |
| 2022-06-01 | gdbstub: Explicitly cast return type to u8 | Morph | |
| Otherwise, the addition promotes the returned value to an int instead of keeping it as a u8. | |||
| 2022-06-01 | core/debugger: Implement new GDB stub debugger | Liam | |
