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.cc
Age
Commit message (
Expand
)
Author
2023-05-28
Add type for storing either errors or return values: res;
1.1.0-dev
Gabriel Jensen
2023-05-27
Remove fmtlen; Temporarily disable fmt; Temporarily disable opt; Update file ...
Gabriel Jensen
2023-05-25
Add signed equivalent to siz: sizerr (size error); Remove nopos; Fix ptrdif n...
Gabriel Jensen
2023-05-23
Don't implement isnan as a macro; Fix syscal not being translated; Rename tar...
Gabriel Jensen
2023-05-23
Fix changelog; Add more math tests; Implement C++ isnan;
Gabriel Jensen
2023-05-22
Add optional type: opt; Remove minimum-width integral types; Guarantee fixed-...
Gabriel Jensen
2023-05-18
Update header guards; Typedef structures again; Rename nthw to nothw; Add mis...
Gabriel Jensen
2023-05-13
Add matching concepts for C++20; Rename bs module to bas; Rename is* metaprog...
Gabriel Jensen
2023-05-07
Update readme;
Gabriel Jensen
2023-05-06
Rename sz to siz;
Gabriel Jensen
2023-05-06
Fix missing include in test; Disable metaprogramming classes in standards bef...
Gabriel Jensen
2023-05-05
Support C++98; Make some facilities standard-dependent; Don't implement one-l...
Gabriel Jensen
2023-05-02
Support C++11; Make constexpr conditional; Use raw metaprogramming classes; R...
Gabriel Jensen
2023-05-01
Use NASM on IA-32; Don't use libfmt in rttest; Fix uninitialised variable in ...
Gabriel Jensen
2023-04-27
Update API-BREAK file; Don't call run-time functions from translation-time fu...
0.1.0-dev
Gabriel Jensen
2023-04-24
Rename C++ cp to cpy; Rename C++ eq to equ; Rename C++ srch to srh; Rename C ...
0.0.0
Gabriel Jensen
2023-04-10
Move C++ facilities to their own headers; Add more C++ variants; Add fixed-wi...
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
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