summaryrefslogtreecommitdiff
path: root/API-BREAK.txt
AgeCommit message (Collapse)Author
2023-04-27Update API-BREAK file; Don't call run-time functions from translation-time ↵0.1.0-devGabriel Jensen
functions; Remove Zap version tags; Implement memcpy on ARM; Update readme; Update logo; Implement memcpy on ARM64; Update run-time tests; Wrap arguments in parantheses in isnan; Return the one-after-the-end address of the destination from memfil and fil; Increment the extension version; Add metaprogramming class for determening pointer types: isptr; Fix run-time tests printing equal on inequality; Rename API-BREAK to FEATURE-WISHLIST; Don't build project in installation script; Add development branch 'development';
2023-04-25Migrate to CMake; Fix useres using the nodiscard attribute in all C++ ↵0.0.2Gabriel Jensen
editions; Fix the nodiscard attribute being used; Fix nthrw not always being specified; Don't use designated initialisation in C++; Fix trp definition in any; Add new file for listing potential API-breaks (API-BREAK.txt); Disable system calls by default; Fix getarch script on IA-32; Rename getarch script to getTarget; Add installation script; Update gitignore;