ndstrides: Allow multi-file IRRT + Exceptions in IRRT #508

Merged
sb10q merged 9 commits from ndstrides-enhance-irrt into ndstrides 2024-08-27 22:50:15 +08:00

9 Commits

Author SHA1 Message Date
lyken 048950b7f0
standalone: reformat demo.c 2024-08-27 10:37:46 +08:00
lyken 38be74d5fe
core/irrt: add exceptions and debug utils 2024-08-27 10:36:51 +08:00
lyken fb41645863
core/irrt: split into headers 2024-08-27 10:31:49 +08:00
lyken fce5ba3dbf
core/irrt: build.rs capture IR defined constants 2024-08-27 10:28:39 +08:00
lyken 4c0f976ef1
core/irrt: build.rs capture IR defined types 2024-08-27 10:28:33 +08:00
lyken 96073fe6bc
core/irrt: use +std=c++20 to compile
To explicitly set the C++ variant and avoid inconsistencies.
2024-08-27 10:28:17 +08:00
lyken aabd682664
core/irrt: reformat 2024-08-27 10:28:01 +08:00
lyken 4065f98447
add .clang-format 2024-08-27 10:27:31 +08:00
lyken e00ff7f4e6
core/irrt: comment build.rs & move irrt to nac3core/irrt 2024-08-27 10:26:20 +08:00