summaryrefslogtreecommitdiffhomepage
path: root/misc/examples
AgeCommit message (Collapse)Author
2023-01-04Removed the experimental c_AUTODROP macro.Tyge Lovset
2023-01-04Improved a few examples.Tyge Løvset
2023-01-03Fix compilation error in utf8code.c due to predeclaring a static array with ↵Tyge Løvset
unspecified size.
2023-01-02Fixes prev. commit.Tyge Løvset
2023-01-02Added selected unicode character classes.Tyge Lovset
2022-12-31Internally renamed ccommon.h macros to uppercase. Lowercase macros are still ↵Tyge Løvset
supported via include/stc/priv/lowcase.h.
2022-12-30More restructuring of files and cleanup. Moved carr2.h and carr3.h to ↵Tyge Løvset
misc/include/old/ as it is not among classic containers. Removed stctest.h: Recommending https://github.com/bvdberg/ctest instead.
2022-12-29Restructuring of some headers into include/algo folder. Some API changes ↵Tyge Løvset
*_replace*() functions have been renamed, and a few minor API changes.
2022-12-23Experimental uppercase macros.Tyge Løvset
2022-12-20Restructured folders: examples, benchmarks, tests into misc folder.Tyge Lovset