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
/
docs
/
cpque_api.md
Age
Commit message (
Collapse
)
Author
2021-03-26
Changed cpque declaration to using_cpque(X, Value, valueCompare), and ↵
Tyge Løvset
valueCompare optional: more consistent with STC conventions.
2021-03-24
Added valueCompare parameter to cpque.
Tyge Løvset
2021-03-24
Removed separate ## Header section in docs.
Tyge Løvset
2021-03-24
Cleanup in documentation.
Tyge Løvset
2021-03-19
Added clear() to cpque, cstack, cqueue, cbits, even though not in STL. ↵
Tyge Løvset
Code/docs formatting.
2021-03-03
Some general doc changes.
Tyge Løvset
2021-02-22
Added destructor comment and value_clone docs.
Tyge Løvset
2021-02-22
Minor map doc fix and cleanups.
Tyge Løvset
2021-02-21
Updates outdated docs.
Tyge Løvset
2021-02-21
Renamed emplace_put() to emplace_or_assign(). May add put() as alias to ↵
Tyge Løvset
insert_or_assign().
2021-02-20
Renamed push_items to emplace_n
Tyge Løvset
2021-02-20
Rewamp of cmap/csmap API. More to come.
Tyge Løvset
2021-01-24
Improved cvec cdeq. Must be initied with cvec_X_init() and cdeq_X_init(). ↵
Tyge Løvset
Not cvec_inits. Improved docs.
2021-01-21
Updated docs.
Tyge Løvset
2021-01-21
Reverted namings: crand to crandom, and copt to coption.
Tyge Løvset
2021-01-20
Update cpque_api.md
Tyge Løvset
2021-01-20
Moved types below API in docs.
Tyge Løvset
2021-01-19
Renamed cbitset to cbits. Added more docs.
Tyge Løvset
2021-01-04
Added cmap_X_value_del() and added convert.c example.
Tyge Løvset
2021-01-04
Simplified: Removed CONTAINER_input_t type, replaced with CONTAINER_rawvalue_t
Tyge Løvset
2021-01-03
Fixed errors in documentations.
Tyge Løvset
2021-01-03
Moved pictures below header.
Tyge Løvset
2020-12-31
Added links to documentation of similar C++ classes.
Tyge Løvset
2020-12-28
Reverted crand.h API back to rename crand_* to stc64_*, and crand_next() -> ↵
Tyge Løvset
stc64_rand().
2020-12-18
Added cdeq.h: Deque: Double Ended Queue. Fixed bug in cvec_X_push_n().
Tyge Løvset
2020-12-17
Renamed cpqueue (priority queue) container to cpque.
Tyge Løvset
[prev]