forked from M-Labs/nac3
1
0
Fork 0
Commit Graph

5 Commits

Author SHA1 Message Date
lyken eac164ce11 WIP 2024-07-18 16:07:47 +08:00
lyken e8aa6129f0 core/irrt: add c-string utils 2024-07-17 17:50:55 +08:00
lyken 37a022e156 core/irrt: introduce irrt testing
`cargo test -F test` would compile `nac3core/irrt/irrt_test.cpp`
targetted to the host machine (it gets to use `std`) and run the
test executable.
2024-07-17 12:14:17 +08:00
lyken 17e8eeaa46 core/irrt: split irrt.cpp into headers & reformat
To prepare organizing for future IRRT implementations. There will be a *lot* of C++
code.
2024-07-17 12:14:15 +08:00
lyken 3a8c4009fd core/irrt: comment build.rs & move irrt to its own dir
To prepare for future IRRT implementations, and to also make cargo
only have to watch a single directory.
2024-07-17 12:14:05 +08:00