Abdelrahman Said abdelrahman
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-04-21 12:45:40 +00:00
b1773746d8 Add missing include
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-04-20 20:32:53 +00:00
a479a43f4c Reformat
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-04-20 20:28:06 +00:00
b476ceaeef Fix MSVC Spectre warnings
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-04-20 20:20:44 +00:00
4d69b97149 Add /std:c11 to Windows build
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-04-20 19:47:34 +00:00
181c4b8614 Update xorshift
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-04-20 19:10:32 +00:00
0d541f6ee8 Add aliases.h and platform.h by default in codegen
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-04-20 18:58:13 +00:00
9e34b37d8d Update codegen with WAPP_PLATFORM_CPP
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-04-20 18:52:54 +00:00
b884d0e6a6 Switch to using WAPP_PLATFORM_CPP instead of __cplusplus
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-04-20 18:43:03 +00:00
494bbeb398 Update platform cracking
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-04-20 18:39:33 +00:00
7605eb4e57 Add C and CPP version macros
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-04-20 17:28:39 +00:00
037b0fe698 Enforce C11 with GNU extensions on POSIX platforms
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-04-20 17:28:16 +00:00
b13274cd81 Add compiler detection macros
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-04-20 16:28:41 +00:00
4f9f632362 Update windows build script
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-04-20 15:47:15 +00:00
6b039aeac0 Use posix path separator for codegen even on Windows
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-04-20 15:46:36 +00:00
2ab3bfc2e1 Fix wrong include
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-04-20 15:23:31 +00:00
bf99bef291 Support multiple python versions for code generation
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-04-19 23:21:44 +00:00
50e23d8a13 Testing ideas for array implementation
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-04-19 21:17:47 +00:00
3a49dba366 Generate dbl_list for default C types
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-04-19 20:27:26 +00:00
1cfc52b35e Handle pointer types properly in dbl_list codegen
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-04-19 20:11:27 +00:00
25395553d7 Fix codegen hidden bugs