summaryrefslogtreecommitdiffhomepage
path: root/README.md
AgeCommit message (Expand)Author
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
2021-09-19Improved and added some useful info to README.mdTyge Løvset
2021-09-19Preparation for merging in V2.0 to master branch.Tyge Løvset
2021-09-17Added example sharedptr.c and fixed some doc.Tyge Løvset
2021-09-12Renamed input macro i_module to i_prefix. Replaced astar.c example.Tyge Løvset
2021-09-11Fixed docs for newstyle.Tyge Løvset
2021-09-08Some docs on main page. Added emplace_items to cstack.Tyge Løvset
2021-09-01Some minor docs update.Tyge Løvset
2021-06-02Updated benchmarks.Tyge Løvset
2021-05-24Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2021-05-24Fix c_fordefer example usage.Tyge Løvset
2021-05-24Fixed c_fordefer docs.Tyge Løvset
2021-05-20Added description of new include folder.Tyge Løvset
2021-05-20Changed new API: c_sv(literal) => c_sv(cstr), cstr_new(literal) => cstr_lit(l...Tyge Løvset
2021-05-19Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2021-05-19More cleanups and refinements.Tyge Løvset
2021-05-18Updated cvec_str example.Tyge Løvset
2021-05-18Added new file: csview: String ViewTyge Løvset
2021-05-15API change: Renamed c_init() to c_var() to better describe it declares and in...Tyge Løvset
2021-04-23API: Reverted to C_X_erase_at() instead of C_X_erase_it(). Sorry for the mess...Tyge Løvset
2021-04-17Changed c_emplace_items(&cont, ctype, {...}) macro with c_emplace(ctype, cont...Tyge Løvset
2021-04-15NB! Changed API: *_erase_at(container, it) --> *_erase_it(container, it). cve...Tyge Løvset
2021-04-12Improved docs.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-30Removed the cptr raw pointer. Only keep csptr: shared_ptr. Renamed cptr.h to ...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-26Try to hide cpp files for gitlinquist to make it a 100% C project.Tyge Løvset
2021-03-26Changed cpque declaration to using_cpque(X, Value, valueCompare), and valueCo...Tyge Løvset
2021-03-24More README.md edit.Tyge Løvset
2021-03-24Cleanup in documentation.Tyge Løvset
2021-03-03Removed cstr_t from docs (use cstr).Tyge Løvset
2021-03-03Minor formatting.Tyge Løvset
2021-03-03Toned down performance aspect in the docs.Tyge Løvset
2021-02-25Update README.mdTyge Løvset