Abdelrahman Said abdelrahman
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-02-22 13:39:49 +00:00
28ac9ed8c8 Modify Str8 substr functionality
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-02-18 21:03:17 +00:00
99f7dcd794 Rename wapp_str8_buf_alloc to wapp_str8_alloc_buf
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-02-16 22:44:47 +00:00
c5ca39939d Fix shell commander test on Windows
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-02-16 22:44:24 +00:00
a308359942 Add wapp_str8_equal_to_count function
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-02-16 21:42:19 +00:00
a3d9bcf1a1 Update .gitignore
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-02-16 21:39:42 +00:00
a534d44db5 Reduce arena size in wapp_shell_commander_execute
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-02-16 21:31:41 +00:00
11949e69be Update shell_commander to use Str8 instead of const char *
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-02-16 21:30:55 +00:00
2c9e4c91a0 Add function to copy Str8 to C string buffer
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-02-16 17:35:37 +00:00
76b078fbc0 Use str8_copy function in tester
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-02-16 17:35:08 +00:00
0569fca193 Add str8_copy functions
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-02-16 17:09:45 +00:00
6078e54087 Fix windows bugs
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-02-16 16:33:11 +00:00
180425707b Use Str8 instead of const char * in termcolour functions
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-02-16 16:32:50 +00:00
62dcfdaa93 Use Str8 instead of const char * in tester functions
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-02-16 14:55:34 +00:00
19134d0e15 Address Windows Spectre mitigation warnings
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-02-16 14:53:37 +00:00
ca2b1cbf23 Reformat
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-02-16 14:52:52 +00:00
f60442bfcf Fix bug with arena allocation on Windows
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-02-15 23:46:05 +00:00
a4a1e82c40 Add tests for str8 splitting, joining and concatenation
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-02-15 23:45:34 +00:00
d50b41acac Add str8 split, rsplit, join, concat and concat_capped functions
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-02-15 23:44:47 +00:00
71b6242f16 Update allocator free to take object size
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-02-15 20:37:00 +00:00
241edfc7e4 Change Str8Node to use Str8 instead of Str8RO