summaryrefslogtreecommitdiffhomepage
path: root/README.md
AgeCommit message (Expand)Author
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
2021-02-25Update README.mdTyge Løvset
2021-02-25Update README.mdTyge Løvset
2021-02-24More docs and some file renames.Tyge Løvset
2021-02-23Update README.mdTyge Løvset
2021-02-23Update README.mdTyge Løvset
2021-02-23Update README.mdTyge Løvset
2021-02-23Update README.mdTyge Løvset
2021-02-23Update README.mdTyge Løvset
2021-02-23Added emplace-method table to README, and fixed a regression in cdeq.Tyge Løvset
2021-02-22Update.Tyge Løvset
2021-02-22Updated description of emplace.Tyge Løvset
2021-02-21Renamed emplace_put() to emplace_or_assign(). May add put() as alias to inser...Tyge Løvset
2021-02-20Rewamp of cmap/csmap API. More to come.Tyge Løvset
2021-02-19Updated Non-POD explanation.Tyge Løvset
2021-02-17Update README.mdTyge Løvset
2021-02-17Update README.mdTyge Løvset
2021-02-16Update README.mdTyge Løvset
2021-02-16Update README.mdTyge Løvset
2021-02-16More docs updates.Tyge Løvset
2021-02-14Refinements.Tyge Løvset
2021-02-13Update README.mdTyge Løvset
2021-02-13Update README.mdTyge Løvset