1
0
forked from M-Labs/nac3
Commit Graph

13 Commits

Author SHA1 Message Date
ram
0b6a9bd89b Updated to use memcmp instead of strncmp 2024-12-13 15:43:50 +00:00
ram
9b0d37b1f0 Amend to follow formatting of other C++ files 2024-12-12 10:35:47 +00:00
ram
543a648af8 Edit function call to support 32-bit and 64-bit str 2024-12-12 10:10:39 +00:00
ram
780d33c8a7 Edit function call to support 32-bit and 64-bit str 2024-12-12 10:05:11 +00:00
ram
e13d753329 Implement string equality operator using IRRT and optimise LLVM implementation 2024-12-11 17:14:11 +00:00
b58c99369e [core] irrt: Update some IRRT implementation
- Change CSlice to use `void*` for better pointer compatibility
- Only include impl *.hpp files in irrt.cpp
- Refactor typedef to using declaration
- Add missing ``// namespace`
2024-11-21 14:26:58 +08:00
f95f979ad3 core/irrt: fix exception.hpp C++ castings 2024-11-20 15:35:57 +08:00
bd06155f34 irrt: compatibility with pre-C23 compilers 2024-09-05 18:54:55 +08:00
15ac00708a [core] Use quoted include paths instead of angled brackets
This is preferred for user-defined headers.
2024-08-28 16:37:03 +08:00
9848795dcc core/irrt: add exceptions and debug utils 2024-08-27 22:55:22 +08:00
58222feed4 core/irrt: split into headers 2024-08-27 22:55:22 +08:00
c6dade1394 core/irrt: reformat 2024-08-27 22:55:22 +08:00
d3b4c60d7f core/irrt: comment build.rs & move irrt to nac3core/irrt 2024-08-27 22:55:22 +08:00