Myles Busig
|
18246e131f
|
Implement istring::insert with given index and count
|
2024-03-07 16:07:21 -07:00 |
|
Myles Busig
|
cb4f9d2861
|
Implement string::copy and string_view::copy
|
2024-03-07 15:57:29 -07:00 |
|
Myles Busig
|
6f98434a18
|
Fix mtl_rmemcpy32 incorrectly calculating the number of bytes and words
|
2024-03-07 15:53:10 -07:00 |
|
Myles Busig
|
e8601d7807
|
Change strings to use mtl::memmove instead of memcpy ot std::memmove
|
2024-03-07 14:32:46 -07:00 |
|
Myles Busig
|
7bfc38d978
|
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 |
|
Myles Busig
|
99bb7d4b6e
|
Add initial string_view implementation
|
2024-03-07 14:24:10 -07:00 |
|
Myles Busig
|
6f74f94aee
|
Add initial fixed point number implementation
|
2024-03-06 23:42:48 -07:00 |
|
Myles Busig
|
d89ae1fbe5
|
Fix rmemcpy32 not copying chunks correctly
|
2024-03-06 23:00:38 -07:00 |
|
Myles Busig
|
29aa5bdc5b
|
Add cmake files and initial memcpy/string implementation
|
2024-03-04 20:44:58 -07:00 |
|