summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2021-03-13Fixed some doc errors in csmap and cmap. Added some inline funcs to cstr. Add...Tyge Løvset
2021-03-11Error in cmap.h example code.Camel Coder
2021-03-11Update cmap_api.mdTyge Løvset
2021-03-11Update maps/sets docs accordingly.Tyge Løvset
2021-03-11Renamed public *_result_t struct member names in maps/sets for consistency wi...Tyge Løvset
2021-03-10Internal renames.Tyge Løvset
2021-03-10Minor blip.Tyge Løvset
2021-03-10Reduced macro token-pasting a lot in maps.Tyge Løvset
2021-03-10constness i stack top.Tyge Løvset
2021-03-07Corrected more constness.Tyge Løvset
2021-03-06Fixed some const-ness with begin/end methods.Tyge Løvset
2021-03-06Cleanups and internal renames. Backported csmap_v1.h in examples to match csm...Tyge Løvset
2021-03-03Update cmap_api.mdTyge Løvset
2021-03-03Removed cstr_t from docs (use cstr).Tyge Løvset
2021-03-03Last update for a while.Tyge Løvset
2021-03-03Some general doc changes.Tyge Løvset
2021-03-03Update crandom_api docs.Tyge Løvset
2021-03-03Minor formatting.Tyge Løvset
2021-03-03Toned down performance aspect in the docs.Tyge Løvset
2021-03-02Fixed: renamed reserved symbols/names.Tyge Løvset
2021-03-01Cleanup c++ compilation of cbits.hTyge Løvset
2021-03-01Update exteral mapsTyge Løvset
2021-03-01Fixed wrong assumption that compare always returns -1, 0, 1.Tyge Løvset
2021-02-28Made it possible use full 64-bit size_t range for cmap, by defining CMAP_SIZE...Tyge Løvset
2021-02-26Some improvements in hash functions.Tyge Løvset
2021-02-25FIXED: Serious regression bug in cmap.h. SORRY!Tyge Løvset
2021-02-25Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2021-02-25Update cstr doc.Tyge Løvset
2021-02-25Update README.mdTyge Løvset
2021-02-25Update README.mdTyge Løvset
2021-02-25Some cstr doc minors.Tyge Løvset
2021-02-25Update README.mdTyge Løvset
2021-02-24More file renamesTyge Løvset
2021-02-24Moved last bm.Tyge Løvset
2021-02-24More docs and some file renames.Tyge Løvset
2021-02-23Update cstr_api.mdTyge Løvset
2021-02-23Updated cstr doc.Tyge Løvset
2021-02-23Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2021-02-23Updated cstr doc. Format more like the others.Tyge Løvset
2021-02-23Update README.mdTyge Løvset
2021-02-23Update README.mdTyge Løvset
2021-02-23Update README.mdTyge Løvset
2021-02-23Update README.mdTyge Løvset
2021-02-23Update README.mdTyge Løvset
2021-02-23Added emplace-method table to README, and fixed a regression in cdeq.Tyge Løvset
2021-02-22Update.Tyge Løvset
2021-02-22Updated description of emplace.Tyge Løvset
2021-02-22Added destructor comment and value_clone docs.Tyge Løvset
2021-02-22Renamed c_plain_... to c_trivial_... internal functions.Tyge Løvset
2021-02-22Small changes. Added back csmap/cmap put() but now with Key,Mapped args (not ...Tyge Løvset