summaryrefslogtreecommitdiffhomepage
path: root/src/singleupdate.sh
AgeCommit message (Collapse)Author
2023-08-14Reverted csubstr => csview. Sorry about that!Tyge Løvset
Added crawstr to become the null-terminated string view.
2023-08-13API CHANGES:tylov
Changed csview: becomes a null-terminated string view. Added csubview: a null-terminated string view/span, like previous csview. Note that csview works like a csubview, so not much compability issues should arise. However, some functions have changed from _sv suffix to _ss.
2023-07-23Updated singleheader.py/singleupdate.sh scripts to update stcsingle repository.tylov
2023-06-07Updated and renamed c11/print.h to c11/fmt.h. Added fmt_tm() to print ↵Tyge Løvset
time/date from a struct tm.
2023-04-14tuning of hash function. Adjusted benchmark balance.Tyge Løvset
2023-04-09Added "Run this code" in Compiler Explorer a few places. New example in ↵Tyge Lovset
csmap_api.md