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
/
cbits_api.md
Age
Commit message (
Expand
)
Author
2021-12-19
First commit for Version 3 of STC. Main changes are consistent rename of '_de...
Tyge Løvset
2021-12-13
Renamed constructor *cstr_lit()* to `cstr_new(lit)`.
Tyge Løvset
2021-10-29
Renamed ..._value_t -> ..._value, etc. Deprecated, still works for cvec, cdeq...
Tyge Løvset
2021-09-21
Added copy(self, other) function to all containers. Fixed some docs.
Tyge Løvset
2021-05-20
Updated links to header files in docs.
Tyge Løvset
2021-03-30
Another minor fix in cbits.h. Improved cbits_api.md example.
Tyge Løvset
2021-03-29
Another update of cbits.
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
Trimmed down and simplified cbits API. Fixed cbits_is_disjoint(), was wrong.
Tyge Løvset
2021-03-19
Added clear() to cpque, cstack, cqueue, cbits, even though not in STL. Code/d...
Tyge Løvset
2021-03-03
Some general doc changes.
Tyge Løvset
2021-01-21
Updated docs.
Tyge Løvset
2021-01-20
Moved types below API in docs.
Tyge Løvset
2021-01-20
Added cbits_at(). Fix in astar.c
Tyge Løvset
2021-01-19
Renamed cbitset to cbits. Added more docs.
Tyge Løvset