summaryrefslogtreecommitdiffhomepage
path: root/docs/cmap_api.md
AgeCommit message (Expand)Author
2021-02-18Changed API to csmap_X_insert and cmap_X_insert. No change for sets.Tyge Løvset
2021-02-17Fixed doc.Tyge Løvset
2021-02-17Updated cptr.h examples.Tyge Løvset
2021-02-17Update cmap_api.mdTyge Løvset
2021-02-16Fixed hash API.Tyge Løvset
2021-02-06Updated csmap.h to match api of cmap. Updated docs.Tyge Løvset
2021-02-04Fixed a minor API mixup, Docs: open addressing/closed hashing..Tyge Løvset
2021-02-04Fixup in API regarding _at() - more consistent.Tyge Løvset
2021-02-04Changed return type it iter_t in csmap_X_find() and cmap_X_find() to be consi...Tyge Løvset
2021-01-21Updated docs.Tyge Løvset
2021-01-20Update cmap_api.mdTyge Løvset
2021-01-20Moved types below API in docs.Tyge Løvset
2021-01-20Update cmap_api.mdTyge Løvset
2021-01-19Changed template args sequence in cmap.Tyge Løvset
2021-01-17Update cmap_api.mdTyge Løvset
2021-01-17Update cmap_api.mdTyge Løvset
2021-01-12Update cmap_api.mdTyge Løvset
2021-01-12Update cmap_api.mdTyge Løvset
2021-01-12Update cmap_api.mdTyge Løvset
2021-01-12Update cmap_api.mdTyge Løvset
2021-01-10Updated benchmarks for maps.Tyge Løvset
2021-01-09Added cmap benchmark and external picobenchmark.hppTyge Løvset
2021-01-05Doc fix causing error at github.Tyge Løvset
2021-01-04Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2021-01-04Added cmap_X_value_del() and added convert.c example.Tyge Løvset
2021-01-04Update cmap_api.mdTyge Løvset
2021-01-04Simplified: Removed CONTAINER_input_t type, replaced with CONTAINER_rawvalue_tTyge Løvset
2021-01-04Update cmap_api.mdTyge Løvset
2021-01-04Update cmap_api.mdTyge Løvset
2021-01-04Move and fix the advanced.c Viking example to cmap_api.mdTyge Løvset
2021-01-04Update cmap_api.mdTyge Løvset
2021-01-04Update cmap_api.mdTyge Løvset
2021-01-04Update cmap_api.mdTyge Løvset
2021-01-04Update cmap_api.mdTyge Løvset
2021-01-03Fixed errors in documentations.Tyge Løvset
2021-01-03Moved pictures below header.Tyge Løvset
2021-01-02Moved pics to subfolder.Tyge Løvset
2021-01-02Some docs updates.Tyge Løvset
2021-01-02Update cmap_api.mdTyge Løvset
2021-01-02Major upgrade: Added 'clone' template parameters to containers. Reorganized a...Tyge Løvset
2021-01-02Almost internal: Swapped toRaw(), fromRaw() template arguments in containers.Tyge Løvset
2021-01-01Update cmap_api.mdTyge Løvset
2021-01-01Update cmap_api.mdTyge Løvset
2021-01-01Update cmap_api.mdTyge Løvset
2020-12-31Fixed linksTyge Løvset
2020-12-31Added images.Tyge Løvset
2020-12-31Added links to documentation of similar C++ classes.Tyge Løvset
2020-12-27Removed MACRO functions in API, like cvec_size(c), cvec_empty(c). Use cvec_X_...Tyge Løvset
2020-12-17API change: Reverted back to original name used for .val in iterators to .refTyge Løvset
2020-12-16Added links to header file in docs headline.Tyge Løvset