summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2021-01-31Fix typos.Tyge Løvset
2021-01-30Internal changes: removed use of cmap_inits and set_inits. Use cmap_x_init() ↵Tyge Løvset
and cset_X_init(). Minor changes in cvec, csmap, cstr, crandom.
2021-01-26Fixed bug in csmap_clear() and in map benchmarks2's. Set picobench output ↵Tyge Løvset
default to concise_text.
2021-01-24Improved cvec cdeq. Must be initied with cvec_X_init() and cdeq_X_init(). ↵Tyge Løvset
Not cvec_inits. Improved docs.
2021-01-22Fixed README.md and improved some textTyge Løvset
2021-01-21More update on README.Tyge Løvset
2021-01-21Update README.mdTyge Løvset
2021-01-21Updated README.mdTyge Løvset
2021-01-21Update carray_api.mdTyge Løvset
2021-01-21Update README.mdTyge Løvset
2021-01-21Update carray_api.mdTyge Løvset
2021-01-21Update carray_api.mdTyge Løvset
2021-01-21Update README.mdTyge Løvset
2021-01-21Update README.mdTyge Løvset
2021-01-21Update README.mdTyge Løvset
2021-01-21Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2021-01-21Updated docs.Tyge Løvset
2021-01-21Update crandom_api.mdTyge Løvset
2021-01-21Forgot this.Tyge Løvset
2021-01-21Reverted namings: crand to crandom, and copt to coption.Tyge Løvset
2021-01-21Update README.mdTyge Løvset
2021-01-21Update README.mdTyge Løvset
2021-01-21Update README.mdTyge Løvset
2021-01-20Update cmap_api.mdTyge Løvset
2021-01-20Update README.mdTyge Løvset
2021-01-20Fixed README.md docs.Tyge Løvset
2021-01-20Improved README.mdTyge Løvset
2021-01-20Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2021-01-20Update picobench.Tyge Løvset
2021-01-20Update cpque_api.mdTyge Løvset
2021-01-20Update cqueue_api.mdTyge Løvset
2021-01-20Update clist_api.mdTyge Løvset
2021-01-20Update clist_api.mdTyge Løvset
2021-01-20Update csmap_api.mdTyge Løvset
2021-01-20Moved types below API in docs.Tyge Løvset
2021-01-20Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2021-01-20Added cbits_at(). Fix in astar.cTyge Løvset
2021-01-20Update cmap_api.mdTyge Løvset
2021-01-20Update csmap_api.mdTyge Løvset
2021-01-20Update csmap_api.mdTyge Løvset
2021-01-20Updates on benchmark.Tyge Løvset
2021-01-19String docs updated.Tyge Løvset
2021-01-19Update csmap_api.mdTyge 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