Abdelrahman Said abdelrahman
abdelrahman deleted branch revamp-strings from abdelrahman/wizapp-stdlib 2024-10-07 22:35:57 +00:00
abdelrahman created pull request abdelrahman/wizapp-stdlib#1 2024-10-07 22:34:53 +00:00
revamp-strings
abdelrahman pushed to revamp-strings at abdelrahman/wizapp-stdlib 2024-10-07 07:06:09 +00:00
f23f85e305 Update .gitignore
751192173f Implement very basic Str8 type
Compare 2 commits »
abdelrahman pushed to revamp-strings at abdelrahman/wizapp-stdlib 2024-10-07 07:01:56 +00:00
1108ed686e Switch to using snprintf instead of sprintf
abdelrahman pushed to revamp-strings at abdelrahman/wizapp-stdlib 2024-10-06 21:41:59 +00:00
36e88ba84d Remove old strings implementation
abdelrahman created branch revamp-strings in abdelrahman/wizapp-stdlib 2024-10-06 21:07:23 +00:00
abdelrahman pushed to revamp-strings at abdelrahman/wizapp-stdlib 2024-10-06 21:07:23 +00:00
0617ca2316 Update compile script
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-10-06 20:31:17 +00:00
40d301fd95 Reformat
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-10-06 19:05:06 +00:00
7d8df816a5 Move cpath to os
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-10-06 18:54:47 +00:00
17f0f0eaf3 Fix cpath tests on Windows
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-10-06 18:54:30 +00:00
ce656a6275 Fix Spectre warnings for MSVC
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-10-06 18:33:48 +00:00
8d8fcf9dc5 Improve early exit code in test_cpath
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-10-06 18:30:29 +00:00
77e634ec2d Fix comment
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-10-06 18:29:24 +00:00
22ece7215a Move path utils to os, fix bugs with it and write tests
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-10-06 11:59:53 +00:00
4af4b39d6f Remove unnecessary clang-format comments
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-10-06 11:54:25 +00:00
a48002996e Reorganise src directory
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-10-06 11:42:34 +00:00
e9451f10f8 Reformat and increase minimum arena capacity to 4 pages
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-10-05 22:30:34 +00:00
1de3608b1f Pass MemInitType to platform functions
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-10-05 22:18:34 +00:00
3a25571105 Reformat
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-10-05 22:17:53 +00:00
139b4ca589 Restore missing mem_utils code