summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2021-10-28updated shootouts, fixed some warningsTyge Løvset
2021-10-27Update README.mdTyge Løvset
2021-10-27Update README.mdTyge Løvset
2021-10-27Update README.mdTyge Løvset
2021-10-26Added some examples and updated docs. Removed cvec_X_erase() and cdeq_X_erase...Tyge Løvset
2021-10-23Fixed bug in c_realloc() call ion cstack. Added assert in cmap_X_at(). Added ...Tyge Løvset
2021-10-22Updated shootout2_cmap.cpp and competing hashmaps. Replaced Gregs sparsepp wi...Tyge Løvset
2021-10-22Some more fixes on shootout2_cmap.cpp: Removed warnings.Tyge Løvset
2021-10-21Minor change.Tyge Løvset
2021-10-21Fixed a bug in shootout2 cmap. (hash function was defined as i_cmp)Tyge Løvset
2021-10-21Improved README.mdTyge Løvset
2021-10-18Updated csmap_api.md examplesTyge Løvset
2021-10-18names.txt had dos line-ends also in linux.Tyge Lovset
2021-10-18Fixed clist.h example in headerTyge Løvset
2021-10-17Minor update on hash function. Added names.txt for string_bench.c/cpp examples.Tyge Løvset
2021-10-16More update on hash. Added string_bench.c+cpp.Tyge Løvset
2021-10-16Changed c_hash_default() function. Was bad on long strings. Updated mapmap.c ...Tyge Løvset
2021-10-13Maintenance update. template.h now includes cstr.h when i_key_str or i_val_st...Tyge Løvset
2021-10-07Improved cpqueu_push() impl.Tyge Løvset
2021-10-06shrink_to_fit() improvements.Tyge Løvset
2021-10-06Some while to for changed. Return value for cstack_X_push/emplace. Docs updated.Tyge Løvset
2021-10-06More removal of parameter side-effects when invoking i_valfrom() i_valto() in...tylo
2021-10-06Updates to previous commit on cvec and cdeq. Some example improvements.tylo
2021-10-06Remove side-effects from i_valdel() invocations in case it's a macro func.Tyge Lovset
2021-10-05Changed recommended order of defining template parameters.Tyge Løvset
2021-10-04Merge pull request #13 from Kamilcuk/masterTyge Løvset
2021-10-04Added c_autodefer() macro (again). Depressed warning with c_no_compare().Tyge Løvset
2021-10-04Fixed a small bug and simplified template.hTyge Løvset
2021-10-04Removed c_apply_pair_n() macro. Small improvements in examples.Tyge Løvset
2021-10-02Updated benchmark scripts.Tyge Løvset
2021-10-02Some example improvements.Tyge Løvset
2021-10-02Moved ref member in clist_X_iter_t to start of struct;Tyge Løvset
2021-10-02Fixed benchmarks regarding cmap find bug.Tyge Løvset
2021-10-02Merge branch 'master' of github.com:tylov/STC into masterTyge Løvset
2021-10-02BUGFIX: cmap_X_find() did not return a correct end() iter when not found.Tyge Løvset
2021-10-01csmap.h: Silence unused parameter warningKamil Cukrowski
2021-10-01cmap.h: Silence fallthrough gcc warningsKamil Cukrowski
2021-09-30Update sptr_ex.cTyge Løvset
2021-09-30More cleanup. i_fwd is rarely needed, so removed F_tag. Use i_fwd define flag...Tyge Løvset
2021-09-29Changed forward declaration to support user defined container names with i_cnt.Tyge Løvset
2021-09-29Changed how to specify shared pointers in containers.Tyge Løvset
2021-09-28Added c_apply_n() and c_apply_pair_n() macros. Rewrote cpque.c example.Tyge Løvset
2021-09-28Simplified usage of user-defined container names (and methods prefix).Tyge Løvset
2021-09-26More docs work.Tyge Løvset
2021-09-26Merge branch 'master' of github.com:tylov/STC into masterTyge Løvset
2021-09-26Added some extensions to cstack and cpque. cstack can now be used as a vector...Tyge Løvset
2021-09-25Update README.mdTyge Løvset
2021-09-24Internal stuff.Tyge Løvset
2021-09-24Another define fix in template.h. Added 2d string example in new_arr.cTyge Løvset
2021-09-24Correcting a define test.Tyge Løvset