summaryrefslogtreecommitdiffhomepage
path: root/README.md
AgeCommit message (Expand)Author
2023-06-20Added some more to coroutine.hTyge Løvset
2023-06-09Rename i_extern template flag to i_import. i_extern still available, but depr...Tyge Løvset
2023-05-23Updated docs to reflect changes in cstr linking shared.Tyge Lovset
2023-05-20Rename c_make() macro to c_init(). c_make still available, but deprecated.Tyge Løvset
2023-05-18Renamed template param i_con => i_base in stc/extend.h. Also the macro c_getc...Tyge Løvset
2023-05-18Huge update: cqueue and cdeq completely rewritten. cvec and cdeq API harmoniz...Tyge Lovset
2023-04-28Removed crandom.h and altnames.h. Housholding.Tyge Løvset
2023-04-27removing compiler warning ++.Tyge Løvset
2023-04-09Added some online examples.Tyge Lovset
2023-04-09Added "STC logo" in banner.Tyge Lovset
2023-04-09Added "Run this code" in Compiler Explorer a few places. New example in csmap...Tyge Lovset
2023-04-09Update README.mdTyge Løvset
2023-04-09Final commit before 4.2 release?Tyge Lovset
2023-04-08Reverted c_arraylen(), removed c_ARRAYLEN()Tyge Lovset
2023-04-08More docs updates, and a change in stc/extend.h.Tyge Lovset
2023-04-07More docs updating.Tyge Lovset
2023-04-07Massive documentation update/improvements.Tyge Lovset
2023-03-31Added stc/extend.h: A generalized way to type-safely extend a container with ...Tyge Lovset
2023-03-30Added crand.h - Alternative API to crandom.h, which will be deprecated.Tyge Løvset
2023-03-27Some missing files.Tyge Løvset
2023-03-26development branch for 4.2Tyge Løvset
2023-03-13Fix typo in forward declaration exampleMarius
2023-03-12Safer state machine in coroutine.h (internal).Tyge Løvset
2023-02-14Added links in docsTyge Løvset
2023-02-13Improved docs.Tyge Løvset
2023-02-13Removed support for uppercase version of c_sv() (i.e c_SV => c_sv).Tyge Løvset
2023-02-13Docs update and improvementsTyge Løvset
2023-02-12Fairly large update before release 4.1, cleaning up docs and some minor addit...Tyge Løvset
2023-02-12More docs: prepare for release.Tyge Løvset
2023-02-11Some more docs. Renamed (half-)internal template parameter i_size => i_ssize....Tyge Løvset
2023-02-11Fixed docs in README.mdTyge Løvset
2023-02-11Improved README.mdTyge Løvset
2023-02-10Added struct name to typedef to allow container pointer predecarations.Tyge Løvset
2023-02-08Changed to use lowercase flow-control macros in examples (uppercase will stil...Tyge Løvset
2023-02-05Improved readme.mdTyge Løvset
2023-02-05More text update.Tyge Løvset
2023-02-05Added links to Core Guidelines on unsigned/signed indices.Tyge Løvset
2023-02-04More cspan docs updates.Tyge Løvset
2023-02-01Fixed docs of c_make() macro.Tyge Lovset
2023-02-01Improved README.mdTyge Løvset
2023-02-01Update docs formatting and README.mdTyge Løvset
2023-02-01Massive update from unsigned sizes and indices to signed.Tyge Lovset
2023-01-20Renamed macro function c_initialize() to c_init().Tyge Løvset
2023-01-15Large commit:Tyge Løvset
2023-01-04Removed the experimental c_AUTODROP macro.Tyge Lovset
2022-12-31Internally renamed ccommon.h macros to uppercase. Lowercase macros are still ...Tyge Løvset
2022-12-30More restructuring of files and cleanup. Moved carr2.h and carr3.h to misc/in...Tyge Løvset
2022-12-29Restructuring of some headers into include/algo folder. Some API changes *_re...Tyge Løvset
2022-12-23Experimental uppercase macros.Tyge Løvset
2022-12-20Minor docs changes.Tyge Løvset