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
/
stack.c
Age
Commit message (
Expand
)
Author
2020-12-17
API change: Reverted back to original name used for .val in iterators to .ref
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-24
Changed iter.get to iter.val member. Internal, but used external. Will not ch...
Tyge Løvset
2020-09-20
converted to c_forrange().
Tyge Løvset
2020-09-18
Minor, using a few c_forrange ().
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-06
Renamed push_****(), _insert() to _emplace(). added insert_or_assign(), etc.
Tyge Løvset
2020-09-03
Changed constant <container>_init to <container>_ini to avoid conflict with <...
Tyge Løvset
2020-09-03
Changed itval() taking iter instead of iter address as arg.
Tyge Løvset
2020-09-02
Added cqueue.h and cstack.h adapters. Updated cpqueue.h API to be more consis...
Tyge Løvset