summaryrefslogtreecommitdiffhomepage
path: root/README.md
AgeCommit message (Expand)Author
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
2020-09-15New API Change.Tyge Løvset
2020-09-14Got rid of c_items() macro.Tyge Løvset
2020-09-13Changed cmap_insert API to take a pair. cset_insert unchanged.Tyge Løvset
2020-09-07Small updates.tylo
2020-09-06Renamed push_****(), _insert() to _emplace(). added insert_or_assign(), etc.Tyge Løvset
2020-09-03Changed constant <container>_init to <container>_ini to avoid conflict with <...Tyge Løvset
2020-09-02Renamed copt -> coption. Some smaller updates.Tyge Løvset
2020-09-02Added cqueue.h, cstack.h and renamed cpqueue.h to cprique.hTyge Løvset
2020-09-02Added cqueue.h and cstack.h adapters. Updated cpqueue.h API to be more consis...Tyge Løvset