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
/
examples
/
queue.c
Age
Commit message (
Expand
)
Author
2020-12-28
Reverted crand.h API back to rename crand_* to stc64_*, and crand_next() -> s...
Tyge Løvset
2020-12-21
Added another benchmark.
Tyge Løvset
2020-12-21
Optimized cdeq_X_insert_range. Added crand_uniform_fast() method (slightly bi...
Tyge Løvset
2020-12-16
Renamed crandom to crand, including renaming of relevant files.
Tyge Løvset
2020-12-16
Reverted back API to easier naming scheme of crandom.h types and methods.
Tyge Løvset
2020-12-14
Reworked the crandom.h module. Changed API (sorry!), made uniform distr. unbi...
Tyge Løvset
2020-11-26
Removed stc/cfmt.h, as _Generic requires C11. I have made it a gist: https://...
Tyge Løvset
2020-10-26
Updates examples using cfmt.h c_print().
Tyge Løvset
2020-09-20
Possible to redefine STC memory allocator globally.
Tyge Løvset
2020-09-20
converted to c_forrange().
Tyge Løvset
2020-09-18
Changed <container>_ini macro constant to <container>_INIT, and <container>_d...
Tyge Løvset
2020-09-17
Fixed range methods in cvec, and renamed typename_<container>(..) to using_<c...
Tyge Løvset
2020-09-16
Changed earlier declare_<container>(..) macro to typedef_<container>(..)
Tyge Løvset
2020-09-15
Simplified declare_ statement e.g. c_cmap(...)
Tyge Løvset
2020-09-15
New API Change.
Tyge Løvset
2020-09-14
Removed warnings. clang, vs.
Tyge Løvset
2020-09-13
reverted back to separate random engine and distribution parameters.
Tyge Løvset
2020-09-02
Renamed copt -> coption. Some smaller updates.
Tyge Løvset
2020-09-02
Added cqueue.h, cstack.h and renamed cpqueue.h to cprique.h
Tyge Løvset