Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Move all core types into namespaces (#1886) | Jesse Talavera-Greenberg | 2023-11-25 |
| | | | | | | | | * Reorganize namespaces - Most types are now moved into the `melonDS` namespace - Only good chance to do this for a while, since a big refactor is next * Fix the build | ||
* | Refactor the JIT to be object-oriented (#1879) | Jesse Talavera-Greenberg | 2023-11-18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move TinyVector to a new file - So it's less sensitive to #include ordering * Forgot to include assert.h * Refactor ARMJIT_Memory into an object * Oops, forgot a declaration * Refactor ARMJIT to be contained in an object * Remove an unused function declaration * Add a missing #include * Remove a now-unused global * Use ARMJIT_Memory's own memory access functions * Fix some omissions in the ARM JIT * Move libandroid to be a member of ARMJIT_Memory instead of a global * Default-initialize most fields in ARMJIT_Compiler.h * Define NOOP_IF_NO_JIT * Finish refactoring the JIT to be object-oriented | ||
* | update copyright years | Arisotura | 2023-11-04 |
| | |||
* | fix copyright headers | Arisotura | 2022-03-07 |
| | |||
* | update copyright headers | Arisotura | 2022-01-09 |
| | |||
* | Update copyright year and add missing GPL headers part 2 | WaluigiWare64 | 2021-03-21 |
| | | | | | Looks like a lot of files were missed... Closes #1036 | ||
* | for some reason tabs and spaces were mixed | RSDuck | 2020-07-23 |
| | |||
* | reconcile DSi and JIT, fastmem for x64 and Windows | RSDuck | 2020-06-30 |
| | |||
* | first steps in bringing over the JIT refactor/fastmem | RSDuck | 2020-06-16 |