Abdelrahman Said abdelrahman
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-10-16 23:07:17 +00:00
894ae028b7 Add aliases for character data types
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-10-08 22:58:39 +00:00
84a4ec223c Commit the Str8 tests
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-10-08 22:58:18 +00:00
8f10ac2916 Add string buffer macro and tests for Str8
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-10-08 21:46:05 +00:00
bfb4e87a1e Remove extra spaces in aliases.h
abdelrahman merged pull request abdelrahman/wizapp-stdlib#1 2024-10-07 22:35:57 +00:00
revamp-strings
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-10-07 22:35:57 +00:00
685682e1c8 revamp-strings (#1)
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