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
/
README.html
Age
Commit message (
Expand
)
Author
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
Add function foreach: Run function on each element; Use directive globl inste...
Gabriel Jensen
2022-07-11
memdup: Use sus_unlikely instead of __builtin_expect; Rename project to zap (...
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-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-24
Initial.
Gabriel Jensen