Commit Graph

23 Commits

Author SHA1 Message Date
f8dcae213d refactor(string): remove thread-specific storage 2025-12-03 07:59:49 +01:00
900254f023 style: clang-format 2025-11-25 23:31:28 +01:00
ec1ca30c75 style: clang-format 2025-10-24 20:18:43 +02:00
56fa31d087 refactor(build): add static_library 2025-09-12 01:43:26 +02:00
6b177c87c6 feat(string): format, insert, replace, remove 2025-09-09 02:51:47 +02:00
fa2a85322c feat(vector): shrink, insert, pop 2025-09-08 23:18:30 +02:00
47856a43d9 refactor(hm): remove namespace mcl 2025-09-08 19:27:23 +02:00
ed23ef8bf2 refactor(string): remove mcl namespace 2025-09-08 19:18:34 +02:00
a21f759d23 feat: string find 2025-09-08 02:48:47 +02:00
ad54d35f2b feat: add vector 2025-09-07 23:24:17 +02:00
16ee246956 refactor: string extend method 2025-09-07 22:36:30 +02:00
3e0584d139 feat: add tests 2025-09-07 17:35:30 +02:00
be154db6cf refactor: improve string methods 2025-09-05 21:15:27 +02:00
9361bd281f feat: add string clear, compare, tolower, toupper 2025-09-05 01:42:53 +02:00
4f71eed36f fix: examples 2025-09-05 00:18:08 +02:00
3297890967 refactor: move to mcl_string_s 2025-09-04 22:52:42 +02:00
8936243527 refactor: drop pthreads for threads 2025-09-04 22:37:06 +02:00
3bfd7faa24 use thread-specific data keys 2025-08-10 17:44:14 +02:00
deca6d6558 drop math library 2025-08-05 01:11:30 +02:00
2376e5d0a0 make string thread-safe 2025-08-03 20:15:39 +02:00
5203f76d46 add queue 2025-08-03 19:57:31 +02:00
8f874634b1 add optional string initial capacity 2025-08-02 12:36:52 +02:00
2480ec1727 add strings 2025-08-02 12:14:39 +02:00