8 Commits

Author SHA1 Message Date
198f3d3f72 Remove armv4t specific include directory from build
Directory was removed in a previous commit.
2024-03-25 17:18:31 -06:00
f394929e0a Add support for debug-build specific files 2024-03-12 00:40:02 -06:00
c8162e6974 Update CMakeLists.txt to use globbing, and support arch. dependent files
CONFIGURE_DEPENDS option was added in CMake v3.12. This option allows the
build system to automatically re-run CMake if the glob changes, solving the
major issue with globbing. May have a performance impact, but it should be
negligible compared to the time spent building.
2024-03-10 21:55:50 -06:00
913e54252a Add initial string_view implementation 2024-03-07 14:24:10 -07:00
34495b580b Add initial fixed point number implementation 2024-03-06 23:42:48 -07:00
f872bcc0c9 Add finite state machine header to cmake 2024-03-06 23:05:15 -07:00
dd0e7e63e0 Fix incorrect paths in CMakeLists.txt 2024-03-04 20:56:36 -07:00
3f8bcf2f61 Add cmake files and initial memcpy/string implementation 2024-03-04 20:44:58 -07:00