summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
AgeCommit message (Collapse)Author
2023-05-29Use generic makefile instead of CMake; Update coding style; Move include and ↵10Gabriel Jensen
src directories to root; Update gitignore; Add install target to makefile;
2023-05-29Don't record compilation time; Fix version macro; Restrict pointers; Use ↵9Gabriel Jensen
fixed-width types; Update naming convention; Update pointer style;
2023-05-08Update naming convention; Support C++99; Tag development releases; Update ↵8Gabriel Jensen
copyright notices;
2023-04-12Don't use susinfo; Update CMake style; Update code style; Don't use global ↵7Gabriel Jensen
variables; Update compiler options; Fortify sources; Don't use Zap; Remove some errors; Remove platform-specific behaviour;
2022-09-05Fix errors during parameter checks; Use susinfo more; Update help screen;6Gabriel Jensen
2022-08-29Fix version number not being updated;5Gabriel Jensen
2022-08-29Fix wrong license notice type being used;4Gabriel Jensen
2022-08-29Add message to static assertion in main; Fix license notices saying 'GNU ↵3Gabriel Jensen
General Public License' instead of 'GNU Affero General Public License';
2022-08-26Fix indentations; Remove useless constant in calc;2Gabriel Jensen
2022-08-25Use typeof instead of typeof_unqual; Use CHAR_WIDTH instead of CHAR_BIT;1Gabriel Jensen
2022-08-25Initial;0Gabriel Jensen