summaryrefslogtreecommitdiffhomepage
path: root/examples/geek2.c
AgeCommit message (Expand)Author
2020-09-16Changed API to conform with std:: containers. cmap now only use first, second...Tyge Løvset
2020-09-15Simplified declare_ statement e.g. c_cmap(...)Tyge Løvset
2020-09-15New API Change.Tyge Løvset
2020-09-14Got rid of c_items() macro.Tyge Løvset
2020-09-14Renamed in cmap.Tyge Løvset
2020-09-10Use cmap_emplace() rather than cmap_insert(). insert() is reduced to an alias...Tyge Løvset
2020-09-07Added back cmap insert()tylo
2020-09-03Changed constant <container>_init to <container>_ini to avoid conflict with <...Tyge Løvset
2020-08-28Finished adding RawValue API (convertable values) to containers.tylo
2020-07-30Got rid of cmapentry_ii. use cmap_ii_entry_t and cmap_ii_entry_destroy().Tyge Løvset
2020-07-30Various cleanup of examples and READM.md. Added support for popcount on compi...Tyge Løvset
2020-07-29Renamed crandom.h to crand.h + Changed API. Renamed coptget.h to copt.h.Tyge Løvset
2020-07-28Lowercase namingTyge Løvset
2020-07-27API CHANGES: Made types all lower case. E.g.: CMap_<tag> => cmap_<tag>, CList...Tyge Løvset
2020-07-22Renamed CArray to CArr. Renamed cmap_xx_get() to cmap_xx_find(). Changed _fro...Tyge Løvset
2020-07-21Reordered declare_CMap/CSet argument list.Tyge Løvset
2020-07-17Renamed chash.h to cmap.h and added cset.hTyge Løvset
2020-07-16Updated includes to reflect rename of cvec.h and cstr.hTyge Løvset
2020-07-16API CHANGES: CHash now splitted to CMap / CSet, still in chash.h header. Rena...Tyge Løvset