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
/
phonebook.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-11-03
renamed __init to _inits
Tyge Løvset
2020-11-02
Changed (half)-internal *_INIT to *__init macros. Minor reformatting.
Tyge Løvset
2020-10-26
Updates examples using cfmt.h c_print().
Tyge Løvset
2020-10-14
Renamed cstr() constructor to cstr_from(), cstr_from() to cstr_from_fmt().
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-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-16
Renamed two public macros.
Tyge Løvset
2020-09-16
Changed API to conform with std:: containers. cmap now only use first, second...
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
Got rid of c_items() macro.
Tyge Løvset
2020-09-11
Some renaming of functions, API changes in list and vec.
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-02
Rewrote cpqueue to a real adapter class. Added some missing functions in cvec...
Tyge Løvset