summaryrefslogtreecommitdiff
path: root/zap/include
AgeCommit message (Expand)Author
2023-04-12Fix CSys still being included;Gabriel Jensen
2023-04-10Move C++ facilities to their own headers; Add more C++ variants; Add fixed-wi...Gabriel Jensen
2023-03-25cp: Return structure with the one-after-the-end addresses of both dest and sr...Gabriel Jensen
2023-03-19Return the one-after-the-emd address from cp; (amd64) Fix wrong registers bei...Gabriel Jensen
2023-03-17Add integer-string format functions; Move string-related facilities to new mo...Gabriel Jensen
2023-02-26Add functions for null-terminated strings: streq (for equality checking), str...Gabriel Jensen
2023-01-27Implement cp and abs in AMD64; Fix indentations; Implement cp and abs in ARM64;Gabriel Jensen
2023-01-22Add install target to makefile; Fix csys usage;Gabriel Jensen
2023-01-22Rewrite project (the following is the current feature set); Add minimum-width...Gabriel Jensen
2022-11-23mem: Implement; docs: Add example definition to mem;Gabriel Jensen
2022-11-23Add new module mth; Add mathematical functions: abs, div, exp, log, mul, nrt ...Gabriel Jensen
2022-11-20memcat: Remove; strcat: Remove; memcp: Return number of copied bytes; memfill...Gabriel Jensen
2022-11-05Add counting function; Rename foreach to memfor; Rename fndbtyte to memfnd; R...Gabriel Jensen
2022-11-03Remove typing of nullptr;Gabriel Jensen
2022-11-03Add function for getting the length of UTF-32 strings;Gabriel Jensen
2022-10-31Remove memcmp and strcmp; Restructure sources; Remove root makefile;Gabriel Jensen
2022-10-03Don't use susinfo;Gabriel Jensen
2022-10-03Update readme; Fix typo in makefile; Include headers inside header guard; Rem...Gabriel Jensen
2022-07-28Remove type specifier from version macro; Add mathematical functions abs and ...Gabriel Jensen
2022-07-19Fix incorrect version number;Gabriel Jensen
2022-07-19Add function foreach: Run function on each element; Use directive globl inste...Gabriel Jensen
2022-07-11Fix install target; Remove type literals;Gabriel Jensen
2022-07-11memdup: Use sus_unlikely instead of __builtin_expect; Rename project to zap (...Gabriel Jensen