|
|
c9091951f8
|
Fix incorrect memcpy
|
2024-03-07 14:44:17 -07:00 |
|
|
|
56ea8ad91d
|
Change strings to use mtl::memmove instead of memcpy ot std::memmove
|
2024-03-07 14:32:46 -07:00 |
|
|
|
ecac9d2087
|
Change strings to use string_view instead of const char*
Because the length of a string_view is computed at compile time, it is
faster for simple copies.
|
2024-03-07 14:25:39 -07:00 |
|
|
|
913e54252a
|
Add initial string_view implementation
|
2024-03-07 14:24:10 -07:00 |
|
|
|
80bff7ca5d
|
Fix incorrect function name in fixed.hpp
|
2024-03-06 23:49:40 -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 |
|
|
|
be6de4e7e3
|
Add initial finite state machine implementation
|
2024-03-06 23:02:00 -07:00 |
|
|
|
dd07c57d7a
|
Fix rmemcpy32 not copying chunks correctly
|
2024-03-06 23:00:38 -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 |
|
|
|
aecbbbb7f6
|
Initial commit
|
2024-03-04 19:29:37 -07:00 |
|