index
:
zp
master
Low-level system and algorithmics library.
Gabriel Bjørnager Jensen
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CHANGELOG.txt
Age
Commit message (
Expand
)
Author
2022-11-05
Improve assembly readability (save utf8enc and utf8enclen for later); Update ...
Gabriel Jensen
2022-11-03
Remove typing of nullptr;
Gabriel Jensen
2022-11-03
Add function for getting the length of UTF-32 strings;
Gabriel Jensen
2022-10-31
Fix install target;
Gabriel Jensen
2022-10-31
Remove memcmp and strcmp; Restructure sources; Remove root makefile;
Gabriel Jensen
2022-10-03
Don't use susinfo;
Gabriel Jensen
2022-10-03
Update readme; Fix typo in makefile; Include headers inside header guard; Rem...
Gabriel Jensen
2022-07-28
Remove type specifier from version macro; Add mathematical functions abs and ...
Gabriel Jensen
2022-07-19
Fix incorrect version number;
Gabriel Jensen
2022-07-19
Add function foreach: Run function on each element; Use directive globl inste...
Gabriel Jensen
2022-07-11
Fix install target; Remove type literals;
Gabriel Jensen
2022-07-11
memdup: Use sus_unlikely instead of __builtin_expect; Rename project to zap (...
Gabriel Jensen
2022-07-08
Installation script: Create installation directories if they don't already ex...
Gabriel Jensen
2022-06-25
Fix readme not reflecting that we now support all platforms; Rename the 'Buil...
Gabriel Jensen
2022-06-25
Use susinfo; Implement algorithms in C (with inline assembly on supported pla...
Gabriel Jensen
2022-06-06
Relicense under MPL2; Instead of throwing an error, define a macro when the h...
Gabriel Jensen
2022-06-02
Remove stupid debug return from memcpy;
Gabriel Jensen
2022-06-02
Fix compile flags not indicating new relative header location;
Gabriel Jensen
2022-06-02
Add install target to makefile; Merge makefiles;
Gabriel Jensen
2022-05-26
Enable compiler optimisations; Optimise memfill; Optimise memcpy: Use movdqu ...
Gabriel Jensen
2022-05-26
Fix target purge in makefile not being labeled phony; Add machien architectur...
Gabriel Jensen
2022-05-26
Fix indentation in license notices; Fix incorrect declaration for rgo_strcpy,...
Gabriel Jensen
2022-05-24
Initial.
Gabriel Jensen