jak-project/goalc/emitter
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
..
CallingConvention.cpp lint: add include sorting config to clang-format (#1517) 2022-06-22 23:37:46 -04:00
CallingConvention.h lint: add include sorting config to clang-format (#1517) 2022-06-22 23:37:46 -04:00
CodeTester.cpp support c++ tools on macos (#2063) 2022-12-22 17:12:05 -05:00
CodeTester.h lint: add include sorting config to clang-format (#1517) 2022-06-22 23:37:46 -04:00
IGen.h [decompile] subdivide, wind-work, tie-work, bsp, focus (#1897) 2022-09-17 14:58:25 -04:00
Instruction.h update readme and fix always playing str (#1139) 2022-02-08 19:02:47 -05:00
ObjectFileData.cpp Add basic features for types and objects (#52) 2020-09-19 13:22:14 -04:00
ObjectFileData.h lint: add include sorting config to clang-format (#1517) 2022-06-22 23:37:46 -04:00
ObjectGenerator.cpp [goalc] compile/run code for jak2 ckernel, set up dummy KERNEL.CGO (#1625) 2022-07-08 19:23:49 -04:00
ObjectGenerator.h [goalc] compile/run code for jak2 ckernel, set up dummy KERNEL.CGO (#1625) 2022-07-08 19:23:49 -04:00
Register.cpp lint: add include sorting config to clang-format (#1517) 2022-06-22 23:37:46 -04:00
Register.h lint: add include sorting config to clang-format (#1517) 2022-06-22 23:37:46 -04:00