summaryrefslogtreecommitdiffhomepage
path: root/stc
AgeCommit message (Expand)Author
2021-04-10Some final code move.Tyge Løvset
2021-04-10A few internal members renamed.Tyge Løvset
2021-04-10Formatting and internal renaming. Increased readability and consistency.Tyge Løvset
2021-04-09Added csmap_X_erase_range().Tyge Løvset
2021-04-08Reformat code only.Tyge Løvset
2021-04-08Minor formatting. Fix inaccuracy in doc.Tyge Løvset
2021-04-08Fixed bug in cpque_X_emplace_n().Tyge Løvset
2021-04-08Big change set to simplify the internal templating implementations. Shorter a...Tyge Løvset
2021-04-08Cleanup Template types.Tyge Løvset
2021-04-08Fix: csmap_X_erase_at() now returns an iter to next element.Tyge Løvset
2021-04-08clist_X_count() returns size of vector in O(n) time.Tyge Løvset
2021-04-06Fixed rare happening bugs in clist_X_split() and clist_X_erase_at().Tyge Løvset
2021-04-06Final fix for clist_X_split().Tyge Løvset
2021-04-05Rename and fixed clist_X_splice_out(L, begin, end) to clist_X_split(L, begin,...Tyge Løvset
2021-04-05Fixed another two bugs in clist.h. Think it's fine now.Tyge Løvset
2021-04-04Fixed bugs in clist_X_erase_at() and clist_X_erase_range(). Renamed clist_X_s...Tyge Løvset
2021-04-02Rewrote clist API: Now in line with std::list API instead of std::forward_lis...Tyge Løvset
2021-03-30Moved cset and csset definitions to cset.h and csset.h. Updated docs.Tyge Løvset
2021-03-30Added c_no clone default parameter to using_* if only del was specified.Tyge Løvset
2021-03-30Removed the cptr raw pointer. Only keep csptr: shared_ptr. Renamed cptr.h to ...Tyge Løvset
2021-03-30Another minor fix in cbits.h. Improved cbits_api.md example.Tyge Løvset
2021-03-29Another update of cbits.Tyge Løvset
2021-03-29Forgot a test.Tyge Løvset
2021-03-29Fixed bugs in cbits. (bits_count() and is_disjoint()). Renamed is_disjoined()...Tyge Løvset
2021-03-26Removed coption.h and moved it to https://gist.github.com/tylov - Was not rel...Tyge Løvset
2021-03-26Changed cpque declaration to using_cpque(X, Value, valueCompare), and valueCo...Tyge Løvset
2021-03-24Added valueCompare parameter to cpque.Tyge Løvset
2021-03-24Added alternative at() methods to carrays.Tyge Løvset
2021-03-22Final optimizations / minimal implementation carray.hTyge Løvset
2021-03-22Final changes on carrays. Perfect now.Tyge Løvset
2021-03-22Rewrote carray.h completely. Somewhat different API, much easier/natural usag...Tyge Løvset
2021-03-21Splitted using_carray() into using_carray2() and using_carray3()Tyge Løvset
2021-03-19Trimmed down and simplified cbits API. Fixed cbits_is_disjoint(), was wrong.Tyge Løvset
2021-03-19Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2021-03-19Added clear() to cpque, cstack, cqueue, cbits, even though not in STL. Code/d...Tyge Løvset
2021-03-17Update csmap.hTyge Løvset
2021-03-17Update csmap.hTyge Løvset
2021-03-17Merge pull request #2 from camel-cdr/patch-1Tyge Løvset
2021-03-15Added csmap_X_lower_bound() method (find >= key). Updated docs a little.Tyge Løvset
2021-03-13Fixed some doc errors in csmap and cmap. Added some inline funcs to cstr. Add...Tyge Løvset
2021-03-11Error in cmap.h example code.Camel Coder
2021-03-11Renamed public *_result_t struct member names in maps/sets for consistency wi...Tyge Løvset
2021-03-10Minor blip.Tyge Løvset
2021-03-10Reduced macro token-pasting a lot in maps.Tyge Løvset
2021-03-10constness i stack top.Tyge Løvset
2021-03-07Corrected more constness.Tyge Løvset
2021-03-06Fixed some const-ness with begin/end methods.Tyge Løvset
2021-03-06Cleanups and internal renames. Backported csmap_v1.h in examples to match csm...Tyge Løvset
2021-03-03Removed cstr_t from docs (use cstr).Tyge Løvset
2021-03-03Update crandom_api docs.Tyge Løvset