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
Age
Commit message (
Expand
)
Author
2021-11-21
BREAKING CHANGE: Replaced c_new(T) with c_new(T, ...). This now is similar to...
Tyge Løvset
2021-11-21
Changed reverse() and resize() to return false if mem alloc failed.
Tyge Løvset
2021-11-20
Added carr_X_idx().
Tyge Løvset
2021-11-10
Updated coption.
Tyge Lovset
2021-11-10
Added back coption.h
Tyge Løvset
2021-11-03
Renamed cnt_X_getmut() to cnt_X_get_mut().
Tyge Lovset
2021-11-03
Docs text alignments
Tyge Løvset
2021-11-03
Removed carrN_elem(). Added assert in carrN_at().
Tyge Løvset
2021-11-03
Changed carrN_X_at() to return const value*. Added mutable carrN_X_elem().
Tyge Løvset
2021-11-03
Update container_X_getmut() for mutable version.
Tyge Løvset
2021-11-03
Changed container_X_get() and container_X_at() to return const value* (or con...
Tyge Løvset
2021-10-30
Fixed docs alignments.
Tyge Løvset
2021-10-29
Swapped .._equals() and _equalto() functions for consistency
Tyge Løvset
2021-10-29
Renamed ..._value_t -> ..._value, etc. Deprecated, still works for cvec, cdeq...
Tyge Løvset
2021-10-26
Added some examples and updated docs. Removed cvec_X_erase() and cdeq_X_erase...
Tyge Løvset
2021-10-18
Updated csmap_api.md examples
Tyge Løvset
2021-10-13
Maintenance update. template.h now includes cstr.h when i_key_str or i_val_st...
Tyge Løvset
2021-10-06
Some while to for changed. Return value for cstack_X_push/emplace. Docs updated.
Tyge Løvset
2021-10-05
Changed recommended order of defining template parameters.
Tyge Løvset
2021-10-04
Added c_autodefer() macro (again). Depressed warning with c_no_compare().
Tyge Løvset
2021-10-04
Fixed a small bug and simplified template.h
Tyge Løvset
2021-09-29
Changed how to specify shared pointers in containers.
Tyge Løvset
2021-09-28
Added c_apply_n() and c_apply_pair_n() macros. Rewrote cpque.c example.
Tyge Løvset
2021-09-26
More docs work.
Tyge Løvset
2021-09-26
Added some extensions to cstack and cpque. cstack can now be used as a vector...
Tyge Løvset
2021-09-24
Another reorg. of csptr docs.
Tyge Løvset
2021-09-24
Merge branch 'master' of github.com:tylov/STC into master
Tyge Løvset
2021-09-24
Reworked csptr docs. Made static members to inline (ccommon.h).
Tyge Løvset
2021-09-23
Update csmap_api.md
Tyge Løvset
2021-09-23
fixed doc bugs
Tyge Løvset
2021-09-23
Cleanup: Replaced c_emplace() macro with more general c_apply()/c_apply_pair(...
Tyge Løvset
2021-09-23
Added sptr_ex.c example + minors.
Tyge Løvset
2021-09-23
Some more documentation in README.md.
Tyge Løvset
2021-09-22
Renamed Value => i_val in documentation.
Tyge Løvset
2021-09-22
Reworked shared pointers, with some smaller API changes.
Tyge Løvset
2021-09-21
Added copy(self, other) function to all containers. Fixed some docs.
Tyge Løvset
2021-09-21
Fixed input args documentation. Fixed carr2 and carr3 clone functions.
Tyge Løvset
2021-09-20
Renamed macros: breaking changes for Version 2.0!
Tyge Lovset
2021-09-19
Corrected example output.
Tyge Løvset
2021-09-19
Replaced the two csptr doc examples with a better one. Same as sharedptr.c in...
Tyge Løvset
2021-09-19
Fixed errors caused by gcc -std=c99 -pedantic.
Tyge Løvset
2021-09-19
Preparation for merging in V2.0 to master branch.
Tyge Løvset
2021-09-17
Added example sharedptr.c and fixed some doc.
Tyge Løvset
2021-09-17
Fixed a doc bug and improved example.
Tyge Løvset
2021-09-17
Added back (carr3) carray3 in demos.c.
Tyge Løvset
2021-09-17
Updated docs.
Tyge Løvset
2021-09-13
Removed most of the case-insensitive cstr methods, as they won't work with ut...
Tyge Løvset
2021-09-11
Fixed docs for newstyle.
Tyge Løvset
2021-09-09
Fix c_rawstr_hash docs.
Tyge Løvset
2021-09-09
Updated examples in docs.
Tyge Løvset
[prev]
[next]