summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2022-09-16Update external c++ unordered maps for benchmarking.Tyge Løvset
2022-09-12Moved changes summary to bottom of README.mdTyge Løvset
2022-09-11Changed cregex API:Tyge Løvset
2022-09-10Renamed template parameter i_cap => i_capacityTyge Løvset
2022-09-10Internal renamings to discourage use of private struct fields.Tyge Løvset
2022-09-07Internal.Tyge Lovset
2022-09-06Update csview_api.mdTyge Løvset
2022-09-06Update csview_api.mdTyge Løvset
2022-09-06Updated docs for cregex and csview.Tyge Lovset
2022-09-06- Added c_foreach_token(it, ...) macro in csview.h.Tyge Løvset
2022-09-05Fixed some cstr doc mistakes.Tyge Løvset
2022-09-05Added cstr_append_fmt().Tyge Løvset
2022-09-02Change: carc and cbox defaults to pointer comparison when none of i_cmp, i_le...Tyge Løvset
2022-09-02Removed cstack_X_push_back(), cstack_X_emplace_back(), cstack_X_pop_back().Tyge Løvset
2022-08-23Minor tuning in stctest.hTyge Lovset
2022-08-20Reduced precision threshold for floatsTyge Lovset
2022-08-19Some polishing in test framework only.Tyge Løvset
2022-08-19Some more fix to float comparison in stctest.Tyge Løvset
2022-08-19Minor update.Tyge Løvset
2022-08-19Fixed float/double comparisons.Tyge Løvset
2022-08-18Removed math.h dep.Tyge Løvset
2022-08-18Last updates on stctest.Tyge Løvset
2022-08-18Internal rename.Tyge Løvset
2022-08-18Renamed c11ut.h to stctest.h, and made a few changes.Tyge Løvset
2022-08-18Minor adjustments in c11ut.Tyge Løvset
2022-08-18Updated Test FrameworkTyge Løvset
2022-08-18Added simple Unit Testing framework: NB: requires C11.Tyge Løvset
2022-08-18Added cstr_u8_erase(). Renamed cstr_erase_n() => cstr_erase().Tyge Lovset
2022-08-18Merge pull request #35 from tylov/iter_exp_dont_useTyge Løvset
2022-08-18Some API updates cstr, csview with utf8. Added front()/back() to cstack.Tyge Lovset
2022-08-17Fix another potensial iter-bug in cvec binary search.Tyge Løvset
2022-08-17reverted parts of last commit. No need to specify .end var in cmap_X_end() func.Tyge Løvset
2022-08-17Fix cmap_X_end() function.Tyge Løvset
2022-08-17Merge pull request #34 from tylov/iter_exp_dont_useTyge Løvset
2022-08-16Minor polishing.Tyge Løvset
2022-08-15More iterator fixes. Make sure cvec/cdeq find_in() return end() iterator if i...Tyge Løvset
2022-08-15Two more iter bugs fix.Tyge Lovset
2022-08-15Improved docs/ex. Fix range bug when container is empty cvec/cdeq.Tyge Lovset
2022-08-14Updated README.md, V4.0 description.Tyge Løvset
2022-08-13Experimental: Renamed c_autovar => c_with, c_autoscope => c_scope, c_autodefe...Tyge Løvset
2022-08-12cstr V4: Changed cstr functions to take pointers to self, not values. This is...Tyge Løvset
2022-08-12Renamed cdeq/cvec *_range() functions again (revert). Call alloc macros in cr...Tyge Løvset
2022-08-12More misc changes carc/cbox, cdeq/cvec.Tyge Lovset
2022-08-11find_if, find_in changed.Tyge Lovset
2022-08-11Update cbox/carc docs.Tyge Lovset
2022-08-11Added cmp, eq, hash to carc/cbox.Tyge Lovset
2022-08-11Fixed issue with cbox / carc. Minor update some examples.Tyge Løvset
2022-08-11Completed support for i_less().Tyge Løvset
2022-08-11removed fn.Tyge Løvset
2022-08-11cvec/cdeq insert/erase ranges fixes.Tyge Løvset