summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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-18Internal reorganizing.Tyge Løvset
2021-01-18Moved c_try_emplace to ccommon.hTyge Løvset
2021-01-18Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2021-01-18Minor ex updates.Tyge Løvset
2021-01-18Update clist_api.mdTyge Løvset
2021-01-18Update clist_api.mdTyge Løvset
2021-01-18Update clist_api.mdTyge Løvset
2021-01-17Fixed csmap_ex.cTyge Løvset
2021-01-17Updated examples.Tyge Løvset
2021-01-17Templated skew(), split(), and next() because of gcc -O3 bugs.Tyge Løvset
2021-01-17Small tweaks.Tyge Løvset
2021-01-17Fixed value offset bug. Added gauss example with csmap.Tyge Løvset
2021-01-17Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2021-01-17Small optimize of space.Tyge Løvset
2021-01-17Update README.mdTyge Løvset
2021-01-17Update README.mdTyge Løvset
2021-01-17Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2021-01-17Cleanup csmap example.Tyge Løvset
2021-01-17Update csmap_api.mdTyge Løvset
2021-01-17Corrected output of csmap csset examples.Tyge Løvset
2021-01-17Formatting.Tyge Løvset
2021-01-17FormattingTyge Løvset
2021-01-17Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2021-01-17Sorted list of containers alphabeticallyTyge Løvset
2021-01-17Update cmap_api.mdTyge Løvset
2021-01-17Update cmap_api.mdTyge Løvset
2021-01-17Fixed some csmap/csset docs issues.Tyge Løvset
2021-01-17Added first documentation of csmap and csset.Tyge Løvset
2021-01-17Removed cset.h - alias of cmap.h. Updated year copyright.Tyge Løvset
2021-01-17Fixed code so that it runs in STC_HEADER mode. csmap.h slightly simplified.Tyge Løvset
2021-01-17Fixed a small issue. Added example.Tyge Løvset
2021-01-16Introduced csmap.h - Sorted map/set implemented as AA-tree.Tyge Løvset
2021-01-16Added csmap.c under dev. Internal renaming in cmap.hTyge Løvset
2021-01-13Switched default cqueue underlying impl. from clist to cdeq.Tyge Løvset
2021-01-12Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2021-01-12Added iter_data() instead of changing user_data() to preserve backward comp. ...Tyge 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-11Update cset_api.mdTyge Løvset
2021-01-11Added output all in picobenchmark + allow to have multiple baselines in one s...Tyge Løvset
2021-01-10Updated benchmarks for maps.Tyge Løvset