jak-project/goalc
water111 73561f10a3
support c++ tools on macos (#2063)
Running reference tests/decompiler should now be possible on macos
(arm). Most of the changes were just cleaning up places where we were
sloppy with ifdefs, but there were two interesting ones:
- `Printer.cpp` was updated to not use a recursive function for printing
lists, to avoid stack overflow
- I replaced xxhash with another version of the same library that
supports arm (the one that comes in zstd). The interface is C instead of
C++ but it's not bad to use. I confirmed that the extractor succeeds on
jak 1 iso so it looks like this gives us the same results as the old
library.
2022-12-22 17:12:05 -05:00
..
build_level support c++ tools on macos (#2063) 2022-12-22 17:12:05 -05:00
compiler offline-test: Partition by DGO and colorize/condense output (#2045) 2022-12-22 13:41:33 -05:00
data_compiler logs: replace every fmt::print with a lg call instead (#1368) 2022-10-01 11:58:36 -04:00
debugger support c++ tools on macos (#2063) 2022-12-22 17:12:05 -05:00
emitter support c++ tools on macos (#2063) 2022-12-22 17:12:05 -05:00
listener d/jak2: cleanup more of editable and editable-player (#2029) 2022-11-19 23:28:20 -05:00
make d/jak2: decompile conveyor | elevator | plat | bouncer | basebutton | base-plat | most of sampler | simple-nav-sphere | simple-focus | elec-gate and blocking-plane (#1942) 2022-10-08 12:42:52 -04:00
regalloc [jak 2] merc (#2039) 2022-11-30 22:36:09 -05:00
CMakeLists.txt d/jak2: cleanup more of editable and editable-player (#2029) 2022-11-19 23:28:20 -05:00
main.cpp [jak 2] merc (#2039) 2022-11-30 22:36:09 -05:00