summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2021-03-30Another minor fix in cbits.h. Improved cbits_api.md example.Tyge Løvset
2021-03-29Another update of cbits.Tyge Løvset
2021-03-29Forgot a test.Tyge Løvset
2021-03-29Fixed bugs in cbits. (bits_count() and is_disjoint()). Renamed is_disjoined()...Tyge Løvset
2021-03-26Removed coption.h and moved it to https://gist.github.com/tylov - Was not rel...Tyge Løvset
2021-03-26Third trial: remove vendor-paths. (others)Tyge Løvset
2021-03-26gitlinguist did not accept explicit c files detection.Tyge Løvset
2021-03-26Try to hide cpp files for gitlinquist to make it a 100% C project.Tyge Løvset
2021-03-26Changed cpque declaration to using_cpque(X, Value, valueCompare), and valueCo...Tyge Løvset
2021-03-24Added valueCompare parameter to cpque.Tyge Løvset
2021-03-24Removed separate ## Header section in docs.Tyge Løvset
2021-03-24More README.md edit.Tyge Løvset
2021-03-24Cleanup in documentation.Tyge Løvset
2021-03-24Added alternative at() methods to carrays.Tyge Løvset
2021-03-22Final optimizations / minimal implementation carray.hTyge Løvset
2021-03-22Final changes on carrays. Perfect now.Tyge Løvset
2021-03-22Document that carray2/3 is fully dynamic.Tyge Løvset
2021-03-22Rewrote carray.h completely. Somewhat different API, much easier/natural usag...Tyge Løvset
2021-03-21Splitted using_carray() into using_carray2() and using_carray3()Tyge Løvset
2021-03-19Trimmed down and simplified cbits API. Fixed cbits_is_disjoint(), was wrong.Tyge Løvset
2021-03-19Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2021-03-19Added clear() to cpque, cstack, cqueue, cbits, even though not in STL. Code/d...Tyge Løvset
2021-03-17Update csmap.hTyge Løvset
2021-03-17Update csmap.hTyge Løvset
2021-03-17Added csset_X_lower_bound() to docs, and some minor docs formatting.Tyge Løvset
2021-03-17Merge pull request #2 from camel-cdr/patch-1Tyge Løvset
2021-03-15Added csmap_X_lower_bound() method (find >= key). Updated docs a little.Tyge Løvset
2021-03-13Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
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