summaryrefslogtreecommitdiffhomepage
path: root/examples
AgeCommit message (Expand)Author
2021-03-03Update crandom_api 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-01Fixed wrong assumption that compare always returns -1, 0, 1.Tyge Løvset
2021-02-24More docs and some file renames.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
2021-02-22Many internal renames. Reverted to specify both _del and _clone parameter whe...Tyge Løvset
2021-02-21Renamed using_c*map_keyarg() to using_c*map_keydef().Tyge Løvset
2021-02-21Renamed emplace_put() to emplace_or_assign(). May add put() as alias to inser...Tyge Løvset
2021-02-21Internal restructure. Added bsearch() to cvec.Tyge Løvset
2021-02-20Renamed push_items to emplace_nTyge Løvset
2021-02-20Internal renaming improvements.Tyge Løvset
2021-02-20Rewamp of cmap/csmap API. More to come.Tyge Løvset
2021-02-19Minor docs. Updated csmap_v1.hTyge Løvset
2021-02-18Minor cleanupTyge Løvset
2021-02-17Updated cptr.h examples.Tyge Løvset
2021-02-16Fixed hash API.Tyge Løvset
2021-02-13Replaced default hash for cmap.Tyge Løvset
2021-02-07Internal rename.Tyge Løvset
2021-02-06Updated csmap.h to match api of cmap. Updated docs.Tyge Løvset
2021-02-06Some API changes in cmap. Will do for csmap as well.Tyge Løvset
2021-02-05Upgraded cstr impl.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-02-04Some docs.Tyge Løvset
2021-02-04Updated pointer-based impl of csmap_v1.h to fixes of csmap.hTyge Løvset
2021-02-04Removed some unneeded tests.Tyge Løvset
2021-02-03Fixed README.mdTyge Løvset
2021-02-03Two fixes in csmap. erase: value_del called on wrong node. Forgot calling ske...Tyge Løvset
2021-02-02Improved csmap_ex2, and fixed README.md nagging bug.Tyge Løvset
2021-02-02Rewrote unordered map AA-tree csmap.h. Now uses array as memory pool instead ...Tyge Løvset
2021-01-30Internal changes: removed use of cmap_inits and set_inits. Use cmap_x_init() ...Tyge Løvset
2021-01-24Improved cvec cdeq. Must be initied with cvec_X_init() and cdeq_X_init(). Not...Tyge Løvset
2021-01-21Updated docs.Tyge Løvset
2021-01-21Reverted namings: crand to crandom, and copt to coption.Tyge Løvset
2021-01-20Improved README.mdTyge Løvset
2021-01-20Added cbits_at(). Fix in astar.cTyge Løvset
2021-01-20Updates on benchmark.Tyge Løvset
2021-01-19Renamed cbitset to cbits. Added more docs.Tyge Løvset
2021-01-19Fixed astar example.Tyge Løvset
2021-01-19Changed template args sequence in cmap.Tyge Løvset
2021-01-19Switched template argument sequence for csmap. keyCompare always no. 3.Tyge Løvset
2021-01-19Fix return in cdeq.h. Improved astar.c example.Tyge Løvset
2021-01-18Added two more examples.Tyge Løvset
2021-01-18Minor updates again.Tyge Løvset
2021-01-18Some improvements.Tyge Løvset
2021-01-18Minor ex updates.Tyge Løvset
2021-01-17Fixed csmap_ex.cTyge Løvset
2021-01-17Updated examples.Tyge Løvset