|
|
cdd51a6e3a
|
Remove deprecated string functions. Add replace functions to basic_string.
|
2022-06-23 15:03:40 -07:00 |
|
|
|
24ef556ab7
|
Improve basic_string type to include more functionality of std::string. Also add option to disable SSO if so desired
|
2022-06-22 13:30:00 -07:00 |
|
|
|
2578895b40
|
More general cleanup of conditional C++20 support. Add Allocator concept and apply it to strings.
|
2022-05-24 17:24:55 -07:00 |
|
rexy712
|
28c8caae0a
|
Add string searching with default option of two-way algorithm or user specified algorithm. Rearrange file structure to hopefully make things not seem arbitrarily placed in the cx subfolder
|
2020-09-19 09:44:05 -07:00 |
|
rexy712
|
2ea8c617f0
|
Add string substring operation
|
2020-09-17 07:23:06 -07:00 |
|
rexy712
|
710ea2a8bf
|
Start work on basic tests
|
2020-08-04 10:36:22 -07:00 |
|