summaryrefslogtreecommitdiffhomepage
path: root/examples
AgeCommit message (Expand)Author
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
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-17Cleanup csmap example.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-13Switched default cqueue underlying impl. from clist to cdeq.Tyge Løvset
2021-01-05Fixed examples/words.cTyge Løvset
2021-01-04Added cmap_X_value_del() and added convert.c example.Tyge 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-04Added random pict.Tyge Løvset
2021-01-04Synced advanced.c with example 5 in cmap_api.mdTyge Løvset
2021-01-04Move and fix the advanced.c Viking example to cmap_api.mdTyge Løvset
2021-01-03Added macro: c_defcnt(): define container and push items onto it.Tyge Løvset
2021-01-03Force template argument *clone* to be specified when *del* is specified for c...Tyge Løvset
2021-01-02Major upgrade: Added 'clone' template parameters to containers. Reorganized a...Tyge Løvset
2021-01-02INternal: more moved template argsTyge Løvset
2021-01-02Almost internal: Swapped toRaw(), fromRaw() template arguments in containers.Tyge Løvset
2020-12-30API change: Swapped destroy <-> compare function args in using_*() macros for...Tyge Løvset
2020-12-28Reverted crand.h API back to rename crand_* to stc64_*, and crand_next() -> s...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-21Added another benchmark.Tyge Løvset
2020-12-21Added some benchmarks. Fix typo in cdeq.hTyge Løvset
2020-12-21Optimized cdeq_X_insert_range. Added crand_uniform_fast() method (slightly bi...Tyge Løvset
2020-12-19Some cleanup.Tyge Løvset