summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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
2022-08-11Minor formatting.Tyge Lovset
2022-08-11Renamed all iter members ._end to .end, to make them "public".Tyge Lovset
2022-08-11API Change cvec/cdeq: Return iter from all range operations instead of pointers.Tyge Lovset
2022-08-11Code formatting only.Tyge Lovset
2022-08-10Simplified c_foreach macro.Tyge Løvset
2022-08-10Fixed iters for carr2/carr3 and cstr/csview.Tyge Løvset
2022-08-10Fixed cdeq_begin(). Optimized c_foreach: only use one iter.Tyge Løvset
2022-08-10Fixed cdeq, cvec, cmap and cstack: iterators .ref is now NULL when it is end(...Tyge Løvset
2022-08-09Experiment with other type of iterator. Does not compile.Tyge Løvset
2022-08-09Update README.mdTyge Løvset
2022-08-09Small API change for V4.0:Tyge Løvset
2022-08-09Internal stuff.Tyge Løvset
2022-08-09Two more fixes on csview comparison.Tyge Løvset
2022-08-08docs fix.Tyge Løvset
2022-08-08Final fix on icmp().Tyge Løvset
2022-08-08Changed cstr_icmp_n() to cstr_icmp_sv(), and FIXED it.Tyge Løvset
2022-08-08Updated alt/cstr.h to be in sync with cstr.hTyge Løvset
2022-08-08Fix docs syntax error.Tyge Løvset
2022-08-08Finalized toupper/tolower.Tyge Løvset