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
2023-05-28
Add type for storing either errors or return values: res;
1.1.0-dev
Gabriel Jensen
2023-05-27
Fix typings of vectors;
1.0.0-rel
Gabriel Jensen
2023-05-27
Fix install target; Fix comments;
Gabriel Jensen
2023-05-27
Update logo colour;
Gabriel Jensen
2023-05-27
Revert logo resize;
Gabriel Jensen
2023-05-27
Remove logo section from readme; Update logo; Remove u8c logos;
Gabriel Jensen
2023-05-27
Rename sys identifiers: openbsd => opnbsd, freebsd => frebsd, drgnfly => drgf...
Gabriel Jensen
2023-05-27
Bring back restr (as rsr and private); Fix text paddings; Fix utf32srh
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-23
Fix isnan not being present in C++ API; Fix prefixes and sufixes being presen...
Gabriel Jensen
2023-05-22
Add optional type: opt; Remove minimum-width integral types; Guarantee fixed-...
Gabriel Jensen
2023-05-18
Fix trtval;
Gabriel Jensen
2023-05-18
Update header guards; Typedef structures again; Rename nthw to nothw; Add mis...
Gabriel Jensen
2023-05-18
Fix installation target;
Gabriel Jensen
2023-05-18
Rename bas module to zp; Rename extver to ext; Rename ver to api;
Gabriel Jensen
2023-05-18
Rename useq to unseq; Rename urch to unrch; Rename ulik to unlik;
Gabriel Jensen
2023-05-18
Rename nret back to noret;
Gabriel Jensen
2023-05-14
Fix install target;
Gabriel Jensen
2023-05-14
Update readme; Add isnan to C++; Rename nthrw to nthw; Add constant-evaluated...
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
Use tagging for development versions; Fix minval and maxval;
Gabriel Jensen
2023-05-06
Fix installation target installating old private header directory;
Gabriel Jensen
2023-05-06
Compile position-independent code;
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
Clean up makefile;
Gabriel Jensen
2023-05-02
Support C++11; Make constexpr conditional; Use raw metaprogramming classes; R...
Gabriel Jensen
2023-05-02
Fix wrong symbols;
Gabriel Jensen
2023-05-02
Fix object variable names in makefile;
Gabriel Jensen
2023-05-02
Update run-time test start message; Assemble missing objects;
Gabriel Jensen
2023-05-02
Fix memcpy results on ARM; Fix order of parameters in memcpy on ARM; Add more...
Gabriel Jensen
2023-05-01
Add more run-time tests; Rename likly and ulikly to lik and ulik;
Gabriel Jensen
2023-05-01
Fix installation target;
Gabriel Jensen
2023-05-01
Use NASM on IA-32; Don't use libfmt in rttest; Fix uninitialised variable in ...
Gabriel Jensen
2023-05-01
Implement remaining C functions in C++; Use NASM on AMD64; Remove build artef...
Gabriel Jensen
2023-05-01
Remove development branch; Revert u8c merge; Remove build artefacts; Rebase (...
Gabriel Jensen
2023-04-28
Add development guidelines to readme; Fix nulptrtyp; Remove C++ nulptr; Add l...
Gabriel Jensen
2023-04-28
Rename arch-macros to arc; Update versioning scheme; Rename impl macros to im...
1.0.0-dev
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-25
Migrate to CMake; Fix useres using the nodiscard attribute in all C++ edition...
0.0.2
Gabriel Jensen
2023-04-24
Fix unused parameter and invalid invocation in overload of srh;
0.0.1
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-12
Fix CSys still being included;
Gabriel Jensen
2023-04-10
Move C++ facilities to their own headers; Add more C++ variants; Add fixed-wi...
Gabriel Jensen
2023-03-25
cp: Return structure with the one-after-the-end addresses of both dest and sr...
Gabriel Jensen
[next]