summaryrefslogtreecommitdiffhomepage
path: root/README.md
AgeCommit message (Expand)Author
2022-04-15Updated README.md docs on template args! Reverted to put() as alias for inser...Tyge Løvset
2022-04-09- Switched from .._put() to .._push() as the "generic" method to add element...Tyge Løvset
2022-04-08Added cvec_X_lower_bound() function for sorted array search.Tyge Løvset
2022-04-06Refactoring cbits.h and sso alt/cstr.hTyge Løvset
2022-03-16Bugfix: carc and cbox cmp functions had bug.Tyge Løvset
2022-03-15Some docs update, ++.Tyge Løvset
2022-01-12Update README.mdTyge Løvset
2022-01-12Update README.mdTyge Løvset
2022-01-12Docs update, mmap.c example update.Tyge Løvset
2022-01-05Update README.mdTyge Løvset
2022-01-05Update docs intro, moved migration guide down.Tyge Løvset
2021-12-30Renamed c_default_clone to c_default_from (mostly used internally).Tyge Løvset
2021-12-29Some more docs.Tyge Løvset
2021-12-29Update of README.md docs describing version 3.Tyge Løvset
2021-12-22Finished Readme.md updates.Tyge Løvset
2021-12-22Update.Tyge Løvset
2021-12-22Updated README.mdTyge Løvset
2021-12-22Renamed csptr to carc. i_key/val_ref renamed to i_key/val_sptr. Change inspir...Tyge Løvset
2021-12-22Renamed '_rawvalue\b' to '_raw'Tyge Løvset
2021-12-22Changed the c_apply() and c_apply_pair() to one new c_apply() API. Added c_pa...Tyge Løvset
2021-12-19Global rename of `_equ\b` => `_eq`. In practice `i_equ` must renamed to `i_eq...Tyge Løvset
2021-12-19More docs, small example updates.Tyge Løvset
2021-12-19First commit for Version 3 of STC. Main changes are consistent rename of '_de...Tyge Løvset
2021-12-14Some more docs updates and new csptr examples.Tyge Løvset
2021-12-13Renamed constructor *cstr_lit()* to `cstr_new(lit)`.Tyge Løvset
2021-12-12- Added **cbox** type: container of one element: similar to std::unique_ptr /...Tyge Løvset
2021-12-02Breaking changes for i_fwd and i_cmp_none:Tyge Løvset
2021-11-24Deprecated c_no_compare(). Define i_cmp_none instead when you have/want no el...Tyge Løvset
2021-11-10Added back coption.hTyge Løvset
2021-10-29Renamed ..._value_t -> ..._value, etc. Deprecated, still works for cvec, cdeq...Tyge Løvset
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-21Improved README.mdTyge Løvset
2021-09-29Changed forward declaration to support user defined container names with i_cnt.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-25Update README.mdTyge Løvset
2021-09-23Merge branch 'master' of github.com:tylov/STC into masterTyge Løvset
2021-09-23Cleanup: Replaced c_emplace() macro with more general c_apply()/c_apply_pair(...Tyge Løvset
2021-09-23Update README.mdTyge Løvset
2021-09-23Remark.Tyge Løvset
2021-09-23Some more documentation in README.md.Tyge Løvset
2021-09-21Update README.mdTyge Løvset
2021-09-20Update README.mdTyge Løvset
2021-09-20Renamed project again.Tyge Løvset
2021-09-20Renamed project to "STC - Sublime Template Containers for C".Tyge Løvset
2021-09-20Renamed macros: breaking changes for Version 2.0!Tyge Lovset
2021-09-19Update README.mdTyge Løvset