index
:
STC-modified
master
modified
Fork of STC but some features (soon to be)modified to better fit my requirements.
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
stc
/
algo
/
csort.h
Age
Commit message (
Collapse
)
Author
2023-05-18
Huge update: cqueue and cdeq completely rewritten. cvec and cdeq API ↵
Tyge Lovset
harmonized. Docs update/improved.
2023-04-28
Removed crandom.h and altnames.h. Housholding.
Tyge Løvset
2023-04-05
Internal: renamed untemplate.h to template2.h
Tyge Løvset
2023-04-03
Split priv/template.h in two files to make mksingle.sh work.
Tyge Løvset
2023-02-12
Fairly large update before release 4.1, cleaning up docs and some minor ↵
Tyge Løvset
additions.
2023-02-01
Massive update from unsigned sizes and indices to signed.
Tyge Lovset
2023-01-19
Finish last commit. Most safe function macros are now preferred lowercase, ↵
Tyge Løvset
whereas flow control macros (c_FOREACH, ..) are preferred uppercase.
2023-01-12
Made csort max recursion depth < log2(n).
Tyge Løvset
2023-01-10
Changed value type name of csort algo.
Tyge Løvset
2023-01-10
Some updates on algo/csort.h and example.
Tyge Løvset
2023-01-04
Bump to 2023
Tyge Løvset
2022-12-31
Moved fmt.h to include/c11 folder. Not used by the lib or examples as lib is ↵
Tyge Løvset
c99 only.
2022-12-29
Restructuring of some headers into include/algo folder. Some API changes ↵
Tyge Løvset
*_replace*() functions have been renamed, and a few minor API changes.