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
/
test.c
Age
Commit message (
Expand
)
Author
2023-03-17
Add integer-string format functions; Move string-related facilities to new mo...
Gabriel Jensen
2023-02-26
Add functions for null-terminated strings: streq (for equality checking), str...
Gabriel Jensen
2023-01-29
Optimise fill (amd64); Optimise cp (amd64);
Gabriel Jensen
2023-01-28
Update assembly comments; Implement fill in AMD64; Remove signal support; Fix...
Gabriel Jensen
2023-01-27
Implement exp; Fix bad directory name; Fix makefile;
Gabriel Jensen
2023-01-27
Implement cp and abs in AMD64; Fix indentations; Implement cp and abs in ARM64;
Gabriel Jensen
2023-01-22
Rewrite project (the following is the current feature set); Add minimum-width...
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
Use susinfo; Implement algorithms in C (with inline assembly on supported pla...
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