summaryrefslogtreecommitdiff
path: root/install.sh
AgeCommit message (Collapse)Author
2023-05-01Implement remaining C functions in C++; Use NASM on AMD64; Remove build ↵Gabriel Jensen
artefacts; Switch back to GNU Make; Add u8c logos; Remove installation script; Update target detection script; Update gitingore;
2023-04-28Add development guidelines to readme; Fix nulptrtyp; Remove C++ nulptr; Add ↵Gabriel Jensen
license file; Actually don't build project in installation script; Remove logo from readme; List logo colours in readme; Add logo section to readme;
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;