summaryrefslogtreecommitdiffhomepage
path: root/misc/examples
AgeCommit message (Expand)Author
2023-01-13Added algo/cmspan.h: multi-dim span, similar to c++23 mdspan. May get some AP...Tyge Løvset
2023-01-12docs and utf8 updates.Tyge Løvset
2023-01-12Made csort max recursion depth < log2(n).Tyge Løvset
2023-01-11cregex/utf8: Added some language char classes.Tyge Lovset
2023-01-10Changed value type name of csort algo.Tyge Løvset
2023-01-10Some updates on algo/csort.h and example.Tyge Løvset
2023-01-06Removed swap() function from all containers. Use safe c_SWAP() macro instead.Tyge Løvset
2023-01-05Updated external benchmark hash maps to latest, and improved example lower_bo...Tyge Lovset
2023-01-05Fixed example. Not possible to remove shared node in two single linked lists ...Tyge Løvset
2023-01-05Added clist_X_get_node(valptr) to complete the node API.Tyge Løvset
2023-01-04Small examples enhancements.Tyge Lovset
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 u...Tyge Løvset
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
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-20Restructured folders: examples, benchmarks, tests into misc folder.Tyge Lovset