summaryrefslogtreecommitdiff
path: root/include/JSystem/JUtility/JUTAssert.h
AgeCommit message (Collapse)Author
2025-06-26d_mesg workLagoLunatic
2025-06-19Various inline cleanupLagoLunatic
2025-06-18daPy_lk_c::draw and linkDraw matched on retail with (void)0 assert, ↵LagoLunatic
d_a_figure OK
2025-05-29JUT cleanupLagoLunatic
2025-05-20Demo: Disable opt_propagation, fix assert macro, DynamicLink OKLagoLunatic
2024-11-01Add custom build rule for material display lists with image addresses in themLagoLunatic
2024-06-22Use FALSE macro in asserts, remove JUT_PANIC macroLagoLunatic
2024-06-22Fix JUT_ASSERT to use double definesLagoLunatic
We know JUT_ASSERT originally had double defines because defines such as NULL and ARRAY_SIZE are expanded in assertion strings, as discovered by Jasper: https://godbolt.org/z/PvqsG9asb
2024-03-09Make JUT_ASSERT macro more accurateLagoLunatic
(COND) == 0 and !(COND) both only match sometimes, but (void)((COND) || ...) seems to work all the time.
2023-12-19misc minor cleanup (indentation, offset comments, etc)LagoLunatic
2023-12-17JAudioJcw87
2023-10-18c_m2d match, add JUT_ASSERT_FLOATLagoLunatic
2023-09-25d_a_obj_barrier mostly doneTakaRikka
2023-09-20JUTAssert, JUTConsole, JUTException (#63)Jcw87
* JUTAssert * JUTConsole * JUTException
2023-09-15JKRDisposer, JKRHeap (#37)Jcw87
* JKRDisposer * JKRHeap
2023-09-10c_xyz closerJasper St. Pierre
2023-09-10d_save mostly doneTakaRikka
2023-09-09JUTAssert: simplify assertJasper St. Pierre
2023-09-09f_op matchesJasper St. Pierre
2023-09-10Import projectLuke Street
Original repository: https://github.com/encounter/ww