summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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
and keep global user_data().
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 ↵Tyge Løvset
suite. Updated latest robin_hood.hpp
2021-01-10Updated benchmarks for maps.Tyge Løvset
Switched args in cmap_X_set_load_factors().
2021-01-09Added cmap benchmark and external picobenchmark.hppTyge Løvset
Updated cstr.h
2021-01-06Renamed split_after to splice_outTyge Løvset
2021-01-06Some rand additions. May swap names of stc64_rand(rng) and ↵Tyge Løvset
stc64_random(void) in future.
2021-01-05Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2021-01-05Fixed examples/words.cTyge Løvset
2021-01-05Update clist_api.mdTyge Løvset
2021-01-05Update clist_api.mdTyge Løvset
2021-01-05Doc fix causing error at github.Tyge Løvset
2021-01-05Changed macro c_defcon() to c_init(). Added clist_X_split() method.Tyge Løvset
2021-01-05Some updates of clistTyge Løvset
2021-01-05Internal refactoring of method parameter names.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-04Added value_clone() method to containers.Tyge Løvset
2021-01-04Removed cmap_X_entry_t alias for cmap_X_value_t.Tyge Løvset
2021-01-04Update crand_api.mdTyge Løvset
2021-01-04Update cmap_api.mdTyge Løvset
2021-01-04Update crand_api.mdTyge Løvset
2021-01-04Update crand_api.mdTyge Løvset
2021-01-04Added random pict.Tyge Løvset
2021-01-04Synced advanced.c with example 5 in 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