summaryrefslogtreecommitdiffhomepage
path: root/examples
AgeCommit message (Expand)Author
2020-09-19Update README.mdTyge Løvset
2020-09-19Update README.mdTyge Løvset
2020-09-18Minor, using a few c_forrange ().Tyge Løvset
2020-09-18Changed macro to c_forrange (..), iter param first.Tyge Løvset
2020-09-18Changed <container>_ini macro constant to <container>_INIT, and <container>_d...Tyge Løvset
2020-09-17Fixed range methods in cvec, and renamed typename_<container>(..) to using_<c...Tyge Løvset
2020-09-17Fixed default hash16 and hash32.Tyge Løvset
2020-09-16Minor.Tyge Løvset
2020-09-16Added some missing templates in cmap.Tyge Løvset
2020-09-16Changed iterator API in cset and clist. From i.get->value to *i.getTyge Løvset
2020-09-16Changed earlier declare_<container>(..) macro to typedef_<container>(..)Tyge Løvset
2020-09-16Renamed two public macros.Tyge Løvset
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-14Renamed result_t type members to first, second (from item, inserted) for conf...Tyge Løvset
2020-09-14Got rid of c_items() macro.Tyge Løvset
2020-09-14Removed warnings. clang, vs.Tyge Løvset
2020-09-14Renamed in cmap.Tyge Løvset
2020-09-13Changed cmap_insert API to take a pair. cset_insert unchanged.Tyge Løvset
2020-09-13reverted back to separate random engine and distribution parameters.Tyge Løvset
2020-09-11Added at() to cmap. Added c_assert(), c_static_assert() in cdefs.hTyge Løvset
2020-09-11Some renaming of functions, API changes in list and vec.Tyge Løvset
2020-09-10Use cmap_emplace() rather than cmap_insert(). insert() is reduced to an alias...Tyge Løvset
2020-09-10Renaming in cvec and some additions in clist.Tyge Løvset
2020-09-09More compliance with std:: containers.Tyge Løvset
2020-09-08changed c_foreach() macro -> Removed cnt_range() methods, and simplified iters.tylo
2020-09-07Added back cmap insert()tylo
2020-09-06Renamed push_****(), _insert() to _emplace(). added insert_or_assign(), etc.Tyge Løvset
2020-09-05Added range iterators.Tyge Løvset
2020-09-03Changed constant <container>_init to <container>_ini to avoid conflict with <...Tyge Løvset
2020-09-03Changed itval() taking iter instead of iter address as arg.Tyge Løvset
2020-09-02Renamed copt -> coption. Some smaller updates.Tyge Løvset
2020-09-02Added cqueue.h, cstack.h and renamed cpqueue.h to cprique.hTyge Løvset
2020-09-02Added cqueue.h and cstack.h adapters. Updated cpqueue.h API to be more consis...Tyge Løvset
2020-09-02Updated pqueue_top() API. Added c_destroy() also working for cstr, cbitmap.Tyge Løvset
2020-09-02Rewrote cpqueue to a real adapter class. Added some missing functions in cvec...Tyge Løvset
2020-09-01Added back splice_front()/back(), updated ex_gaussian.cTyge Løvset
2020-08-31Added example gaussian. Some cleanup.Tyge Løvset
2020-08-31Fixed a few bugs.tylo
2020-08-31Updated clist iterators.tylo
2020-08-30Renamed cstr_destr to cstr_mdestroy(). Added a few more examples.Tyge Løvset
2020-08-30Minors added.Tyge Løvset
2020-08-29Cleanup and fix mapmap example.Tyge Løvset
2020-08-29Updated crandom.h API! update to benchmark.c . Optimized cmap iter.Tyge Løvset
2020-08-28Some smaller fixes and cleanup.Tyge Løvset
2020-08-28Added Sparsepp hashmap from Greg to benchmark comparison.tylo
2020-08-28Finished adding RawValue API (convertable values) to containers.tylo
2020-08-26Updated benchmark. Some improvements in cmap iterator. cmap_try_emplace() API...Tyge Løvset
2020-08-26Forgot a tiny "detail" in clist.h. Added example words.ctylo