summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2020-12-04Update crandom_api.mdTyge Løvset
2020-12-03More docs descriptions.Tyge Løvset
2020-12-03Some more fixes.Tyge Løvset
2020-12-03Yet another docs bug for cpqueue. removed iter.Tyge Løvset
2020-12-03Fixed inconsistent API in cpqueue.Tyge Løvset
2020-12-03Some fixes in priority queue docs.Tyge Løvset
2020-12-03Simplified API for cstrTyge Løvset
2020-12-03Even more docs fixes.Tyge Løvset
2020-12-03More docs fixing.Tyge Løvset
2020-12-03Simplified type sections.Tyge Løvset
2020-12-03Simplified/improved API naming for cvec.hTyge Løvset
2020-12-02Improved docs for using_*() macros.Tyge Løvset
2020-12-02Added cpqueue, cqueue, and cstack docs. Removed examples from README.mdTyge Løvset
2020-12-02Minor doc fixes.Tyge Løvset
2020-12-02Added carray docs.Tyge Løvset
2020-12-02Added better crandom and cvec example.Tyge Løvset
2020-12-01More docs update.Tyge Løvset
2020-12-01Added some examples.Tyge Løvset
2020-12-01Some cmap docs improvement.Tyge Løvset
2020-12-01More cstr doc fixes.Tyge Løvset
2020-12-01Merged sections of string methods.Tyge Løvset
2020-12-01Updated cstr docs.Tyge Løvset
2020-12-01Added numbers before functions in cstr docs.Tyge Løvset
2020-12-01More docs update. Renamed cvec_insert|erase_p() to cvec_insert|erase_ptr().Tyge Løvset
2020-12-01Fixed docs, some minor changes in cstr.h and cmap.h as well.Tyge Løvset
2020-12-01Small fixes, and changed tag parameter name to X.Tyge Løvset
2020-11-30Added some examples.Tyge Løvset
2020-11-30Fixed description of cmap and cset.Tyge Løvset
2020-11-30Added docs/cset_api.md, and some small additions.Tyge Løvset
2020-11-30Added crandom_api.mdTyge Løvset
2020-11-30Two forgotten ;Tyge Løvset
2020-11-30Renamed tag template param name from $ to T.Tyge Løvset
2020-11-30Added cmap api docs.Tyge Løvset
2020-11-30Replaced z with $ as 'template' parameter.Tyge Løvset
2020-11-30Minors docs.Tyge Løvset
2020-11-30Formatting in str docs.Tyge Løvset
2020-11-30Restructured vec api doc.Tyge Løvset
2020-11-30Fixed cvec docs.Tyge Løvset
2020-11-30Added cvec api docs.Tyge Løvset
2020-11-30Added clist docs, updated cbitset.h and docs.Tyge Løvset
2020-11-29Added cbitset documentation: Unfinished.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-27Added and renamed case insensitive search functions.Tyge Løvset
2020-11-26Added link to beginning of cstr API documentation, and some small docu fixes.Tyge Løvset
2020-11-26Renamed benchmark.c to c++ file, to default enable comparing with various c++...Tyge Løvset
2020-11-26Now removed stc/cfmt.hTyge Løvset
2020-11-26Removed stc/cfmt.h, as _Generic requires C11. I have made it a gist: https://...Tyge Løvset