string_impl #2

Merged
marco merged 8 commits from string_impl into master 2026-03-16 09:55:28 +01:00
Owner
No description provided.
marco added 8 commits 2026-03-16 09:55:19 +01:00
Added UTF-8 helper functions
All checks were successful
clang-build / clang-build (push) Successful in 1m25s
gcc-build / gcc-build (push) Successful in 18s
110ccae8b9
Added string_{new,clone,concat,contains,slice,eq}
Some checks failed
clang-build / clang-build (push) Failing after 24s
gcc-build / gcc-build (push) Failing after 4s
55b14ee949
Fixed a bug about string comparison
Some checks failed
clang-build / clang-build (push) Failing after 20s
gcc-build / gcc-build (push) Failing after 5s
086446039b
Added `string_{get_at,set_at,to_lower,to_upper,reverse}
Some checks failed
clang-build / clang-build (push) Failing after 18s
gcc-build / gcc-build (push) Successful in 19s
b4a704f1b4
Added string_{trim,split,destroy,split_destroy}
All checks were successful
clang-build / clang-build (push) Successful in 28s
gcc-build / gcc-build (push) Successful in 19s
1871035cd6
Fixed a bug and added unit tests for String type
All checks were successful
clang-build / clang-build (push) Successful in 30s
gcc-build / gcc-build (push) Successful in 18s
6110fc963c
Added String type documentation
All checks were successful
clang-build / clang-build (push) Successful in 30s
gcc-build / gcc-build (push) Successful in 19s
f8a77a6056
Added String benchmark function
All checks were successful
clang-build / clang-build (push) Successful in 30s
gcc-build / gcc-build (push) Successful in 21s
clang-build / clang-build (pull_request) Successful in 31s
gcc-build / gcc-build (pull_request) Successful in 20s
de22c706af
marco merged commit 78b5ff5955 into master 2026-03-16 09:55:28 +01:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: marco/datum#2