summaryrefslogtreecommitdiffhomepage
path: root/README.md
AgeCommit message (Expand)Author
2020-12-28Fixed broken link in README.mdTyge Løvset
2020-12-28Reverted crand.h API back to rename crand_* to stc64_*, and crand_next() -> s...Tyge Løvset
2020-12-19Updated some docs. Small optim. when erasing n from front.Tyge Løvset
2020-12-19Added link to cdeq docs.Tyge Løvset
2020-12-17Renamed cpqueue (priority queue) container to cpque.Tyge Løvset
2020-12-17API change: Reverted back to original name used for .val in iterators to .refTyge Løvset
2020-12-16Renamed crandom to crand, including renaming of relevant files.Tyge Løvset
2020-12-09Renamed coption.h to copt.h. Added docs/copt_api.md.Tyge Løvset
2020-12-02Added cpqueue, cqueue, and cstack docs. Removed examples from README.mdTyge Løvset
2020-12-02Added carray docs.Tyge Løvset
2020-11-30Added docs/cset_api.md, and some small additions.Tyge Løvset
2020-11-27Docs and minor update of cstr.hTyge Løvset
2020-11-27Update README.mdTyge Løvset
2020-11-27Update README.mdTyge Løvset
2020-11-27Update README.mdTyge Løvset
2020-11-26Added link to beginning of cstr API documentation, and some small docu fixes.Tyge Løvset
2020-11-26Removed stc/cfmt.h, as _Generic requires C11. I have made it a gist: https://...Tyge Løvset
2020-10-30Update README.mdTyge Løvset
2020-10-30Description of cfmt.hTyge Løvset
2020-10-25Changed stdout to have alias 1 instead of 0, and stderr=2.Tyge Løvset
2020-10-24Renamed c_printf() to c_print() because it no longer support of printf() form...Tyge Løvset
2020-10-21Fixed missing _Generic types. Renamed c_print to c_printf, added some usage.Tyge Løvset
2020-10-17Internal renaming of STC_IMP to STC_DEF. Removed cstr_INIT. Use cstr_init().Tyge Løvset
2020-10-14Renamed cstr() constructor to cstr_from(), cstr_from() to cstr_from_fmt().Tyge Løvset
2020-10-08Renamed cdefs.h to ccommon.hTyge Løvset
2020-10-01Update README.mdTyge Løvset
2020-10-01Tiny doc errorTyge Løvset
2020-10-01Extended into example.tylo
2020-09-30Update README.mdTyge Løvset
2020-09-30Update README.mdTyge Løvset
2020-09-30Update README.mdTyge Løvset
2020-09-24Changed iter.get to iter.val member. Internal, but used external. Will not ch...Tyge Løvset
2020-09-22Update README.mdTyge Løvset
2020-09-22Minor cleanups README.mdTyge Løvset
2020-09-22Added back khash and robin_hood hash in benchmark.c.Tyge Løvset
2020-09-21Update README.mdTyge Løvset
2020-09-21Fixed all demos + added outputTyge Løvset
2020-09-21Update README.mdTyge Løvset
2020-09-21Update README.mdTyge Løvset
2020-09-21Update README.mdTyge Løvset
2020-09-20Possible to redefine STC memory allocator globally.Tyge Løvset
2020-09-20Update README.mdTyge Løvset
2020-09-20Added c_foreach (i,N) and c_foreach (N), and updated README.mdTyge Løvset
2020-09-19Update README.mdTyge Løvset
2020-09-19Update README.mdTyge Løvset
2020-09-18Changed <container>_ini macro constant to <container>_INIT, and <container>_d...Tyge Løvset
2020-09-17Fixed range methods in cvec, and renamed typename_<container>(..) to using_<c...Tyge Løvset
2020-09-16Changed earlier declare_<container>(..) macro to typedef_<container>(..)Tyge Løvset
2020-09-16Renamed two public macros.Tyge Løvset
2020-09-15Simplified declare_ statement e.g. c_cmap(...)Tyge Løvset