summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2022-06-01Update .gitignore using a "standard" C config.Tyge Løvset
2022-06-01Converted all files with DOS line endings to LINUX.Tyge Løvset
2022-06-01Forgot files from previous commit. NOTE: there may/will be some changes to na...Tyge Løvset
2022-06-01Added src/libstc.c which implements all non-templated functions (e.g. from cs...Tyge Løvset
2022-06-01Merge branch 'master' of github.com:tylov/STCTyge Løvset
2022-06-01Update docs regarding i_implement for cstr, cview, cbits, ...Tyge Løvset
2022-06-01Update cbits_api.mdTyge Løvset
2022-06-01Update cstr_api.mdTyge Løvset
2022-06-01Removed cbox from main list - may be removed, rarely more useful than regular...Tyge Løvset
2022-06-01Added some docs on utf8. API may change for cstr: to take const cstr* args in...Tyge Løvset
2022-05-31Added simple utf8 case insensitive wrappers: cstr_iequals(), cstr_istarts_wit...Tyge Løvset
2022-05-31Fixed compiler errors of missing updates.Tyge Løvset
2022-05-311) REMOVED files/modules not relevant: makes lib more focused:Tyge Løvset
2022-05-31cleanup of icmp impl.Tyge Lovset
2022-05-31Generalized utf8_icmp_n() and added cstr_icmp(), csview_icmp().Tyge Lovset
2022-05-30Added utf8_icmp_n() case insensitive comparison.Tyge Lovset
2022-05-30Updated cstr utf8 docs.Tyge Løvset
2022-05-30added gitignoreTyge Løvset
2022-05-30Updated benchmarks and renamed utf8utils.c to utf8code.cTyge Løvset
2022-05-30Renamed utf8utils.c => utf8code.cTyge Løvset
2022-05-30Done refactoring:Tyge Løvset
2022-05-30Large refactoring on strings / utf8 and some file structure.Tyge Lovset
2022-05-30Added more utf8 features. Changed linking macros in ccommon.h.Tyge Lovset
2022-05-29Internal: Changed using i_keyraw to using _cx_raw or _cx_rawkey typedefs: avo...Tyge Lovset
2022-05-29Renamed cstr_replace_first() => cstr_replace_one().Tyge Lovset
2022-05-27Some changes in utf8.hTyge Løvset
2022-05-27Small optimizes in utf8.hTyge Løvset
2022-05-25Fixed #25: "behaviour of cstr_clear is suprising": Resets size to 0, while ke...Tyge Løvset
2022-05-25Final reorg of cbits.h. This was really an experiment to make it dual fixed-s...Tyge Løvset
2022-05-24API change: cbits now uses container pointers args in all member functions, e...Tyge Løvset
2022-05-24Changed c_forpair(k, v, Map, map) so that k and v are pointers instead of val...Tyge Løvset
2022-05-24Reverted back to some older codeTyge Løvset
2022-05-23Bugfix: cstr_find_s() returned bool. Fix return size_t.Tyge Løvset
2022-05-23Renamed cstr_find_n(self, search, pos, nmax) => cstr_find_from(self, pos, sea...Tyge Løvset
2022-05-23Small simplify in cbits.hTyge Løvset
2022-05-23Finished cbits.h ; only inlined funcs are templated.Tyge Løvset
2022-05-23Small shape.c update.Tyge Løvset
2022-05-22Changed c_apply(v, ..) macro to make it more consistent with c_apply_arr(v, ....Tyge Løvset
2022-05-22Rewrote cbits to make it dual: fixed-sized or dynamically sized by adding opt...Tyge Løvset
2022-05-20Removed cstr_from_replace_all_sv(), Added cstr_replace_first(). Renamed argum...Tyge Løvset
2022-05-20Added shape.cpp for comparison. Renamed some examples.Tyge Løvset
2022-05-20Final shape.c updateTyge Løvset
2022-05-20Yet a fix in shape.cTyge Løvset
2022-05-20Minor shape.c change.Tyge Løvset
2022-05-20Changed example shape.cTyge Løvset
2022-05-19Some extra test on template params. Update shape.c example.Tyge Løvset
2022-05-19Small update of shape.cTyge Løvset
2022-05-19Added _toval() in carc and cbox. Added dynamic polymorphism example, shape.c.Tyge Løvset
2022-05-18Formatted carc.h cbox.h: also simplified; removed _get() -> was same as _tora...Tyge Løvset
2022-05-16Changed contructor names in carr2/carr3 to be more consistent with other cont...Tyge Løvset