summaryrefslogtreecommitdiff
path: root/test.cc
AgeCommit message (Expand)Author
2023-06-05Update res.exp and opt.exp: Take variadic parameters; Add inheritable error t...HEADmasterGabriel Jensen
2023-06-02Remove isusgn; Replace C++ maxval, minval, is*typ, and issgn classes with com...Gabriel Jensen
2023-06-01Bump API version; Remove arr from dev;2.0.0-devGabriel Jensen
2023-06-01Define conversion function for opt; Make assignment operators return references;Gabriel Jensen
2023-06-01res: Overload oky and err with const-reference parameters; Don't make res and...Gabriel Jensen
2023-05-31Add namespace for experimental features: dev; Move arr to this namespace; Don...Gabriel Jensen
2023-05-30Rework opt; Add equivalent to C++ move: fwd; Inline some opt and res methods;Gabriel Jensen
2023-05-28Add move constructor for arr; Add method to arr for getting the underlying po...Gabriel Jensen
2023-05-28Add type for dynamic arrays: arr; Make cpy, equ, fil, and srh run-time and th...Gabriel Jensen
2023-05-28Add type for storing either errors or return values: res;1.1.0-devGabriel Jensen
2023-05-27Remove fmtlen; Temporarily disable fmt; Temporarily disable opt; Update file ...Gabriel Jensen
2023-05-25Add signed equivalent to siz: sizerr (size error); Remove nopos; Fix ptrdif n...Gabriel Jensen
2023-05-23Don't implement isnan as a macro; Fix syscal not being translated; Rename tar...Gabriel Jensen
2023-05-23Fix changelog; Add more math tests; Implement C++ isnan;Gabriel Jensen
2023-05-22Add optional type: opt; Remove minimum-width integral types; Guarantee fixed-...Gabriel Jensen
2023-05-18Update header guards; Typedef structures again; Rename nthw to nothw; Add mis...Gabriel Jensen
2023-05-13Add matching concepts for C++20; Rename bs module to bas; Rename is* metaprog...Gabriel Jensen
2023-05-07Update readme;Gabriel Jensen
2023-05-06Rename sz to siz;Gabriel Jensen
2023-05-06Fix missing include in test; Disable metaprogramming classes in standards bef...Gabriel Jensen
2023-05-05Support C++98; Make some facilities standard-dependent; Don't implement one-l...Gabriel Jensen
2023-05-02Support C++11; Make constexpr conditional; Use raw metaprogramming classes; R...Gabriel Jensen
2023-05-01Use NASM on IA-32; Don't use libfmt in rttest; Fix uninitialised variable in ...Gabriel Jensen
2023-04-27Update API-BREAK file; Don't call run-time functions from translation-time fu...0.1.0-devGabriel Jensen
2023-04-24Rename C++ cp to cpy; Rename C++ eq to equ; Rename C++ srch to srh; Rename C ...0.0.0Gabriel Jensen
2023-04-10Move C++ facilities to their own headers; Add more C++ variants; Add fixed-wi...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-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