summaryrefslogtreecommitdiff
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-02Make nulptr into a function;Gabriel Jensen
2023-06-01Bump API version; Remove arr from dev;2.0.0-devGabriel Jensen
2023-06-01Fix res dtor calls; Update logo colours;1.1.1-relGabriel Jensen
2023-06-01Fix text paddings; Add algorithm for moving: mov;1.1.0-relGabriel 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-28Update logo;Gabriel Jensen
2023-05-28Update logo;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-27Fix typings of vectors;1.0.0-relGabriel Jensen
2023-05-27Fix install target; Fix comments;Gabriel Jensen
2023-05-27Update logo colour;Gabriel Jensen
2023-05-27Revert logo resize;Gabriel Jensen
2023-05-27Remove logo section from readme; Update logo; Remove u8c logos;Gabriel Jensen
2023-05-27Rename sys identifiers: openbsd => opnbsd, freebsd => frebsd, drgnfly => drgf...Gabriel Jensen
2023-05-27Bring back restr (as rsr and private); Fix text paddings; Fix utf32srhGabriel 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-23Fix isnan not being present in C++ API; Fix prefixes and sufixes being presen...Gabriel Jensen
2023-05-22Add optional type: opt; Remove minimum-width integral types; Guarantee fixed-...Gabriel Jensen
2023-05-18Fix trtval;Gabriel Jensen
2023-05-18Update header guards; Typedef structures again; Rename nthw to nothw; Add mis...Gabriel Jensen
2023-05-18Fix installation target;Gabriel Jensen
2023-05-18Rename bas module to zp; Rename extver to ext; Rename ver to api;Gabriel Jensen
2023-05-18Rename useq to unseq; Rename urch to unrch; Rename ulik to unlik;Gabriel Jensen
2023-05-18Rename nret back to noret;Gabriel Jensen
2023-05-14Fix install target;Gabriel Jensen
2023-05-14Update readme; Add isnan to C++; Rename nthrw to nthw; Add constant-evaluated...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-06Use tagging for development versions; Fix minval and maxval;Gabriel Jensen
2023-05-06Fix installation target installating old private header directory;Gabriel Jensen
2023-05-06Compile position-independent code;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-02Clean up makefile;Gabriel Jensen
2023-05-02Support C++11; Make constexpr conditional; Use raw metaprogramming classes; R...Gabriel Jensen
2023-05-02Fix wrong symbols;Gabriel Jensen
2023-05-02Fix object variable names in makefile;Gabriel Jensen
2023-05-02Update run-time test start message; Assemble missing objects;Gabriel Jensen
2023-05-02Fix memcpy results on ARM; Fix order of parameters in memcpy on ARM; Add more...Gabriel Jensen