jak-project/decompiler/Disasm
Tyler Wilding c4a92571b2
Improve ASSERT macro, fix linux file paths in Taskfile and hopefully fix the windows release (#1295)
* ci: fix windows releases (hopefully)

* scripts: fix Taskfile file references for linux

* asserts: add `ASSERT_MSG` macro and ensure `stdout` is flushed before `abort`ing

* asserts: refactor all `assert(false);` with a preceeding message instances

* lint: format

* temp...

* fix compiler errors

* assert: allow for string literals in `ASSERT_MSG`

* lint: formatting

* revert temp change for testing
2022-04-12 18:48:27 -04:00
..
DecompilerLabel.h [Decompiler] Static Data Decomp (#280) 2021-02-25 09:51:28 -05:00
Instruction.cpp update readme and fix always playing str (#1139) 2022-02-08 19:02:47 -05:00
Instruction.h [Decompiler] WIP: Stack Spills (#382) 2021-04-25 14:48:54 -04:00
InstructionDecode.cpp update readme and fix always playing str (#1139) 2022-02-08 19:02:47 -05:00
InstructionDecode.h [Decompiler - New IR] Add AtomicOp (#181) 2021-01-06 20:04:15 -05:00
InstructionMatching.cpp update readme and fix always playing str (#1139) 2022-02-08 19:02:47 -05:00
InstructionMatching.h [decomp] add mips2c converter (#842) 2021-09-11 20:52:35 -04:00
InstructionParser.cpp Improve ASSERT macro, fix linux file paths in Taskfile and hopefully fix the windows release (#1295) 2022-04-12 18:48:27 -04:00
InstructionParser.h [decompiler] Working toward bsp (#717) 2021-07-25 15:30:37 -04:00
OpcodeInfo.cpp update readme and fix always playing str (#1139) 2022-02-08 19:02:47 -05:00
OpcodeInfo.h [decompiler] Working toward bsp (#717) 2021-07-25 15:30:37 -04:00
Register.cpp Improve ASSERT macro, fix linux file paths in Taskfile and hopefully fix the windows release (#1295) 2022-04-12 18:48:27 -04:00
Register.h update readme and fix always playing str (#1139) 2022-02-08 19:02:47 -05:00