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
/
sharedptr.c
Age
Commit message (
Expand
)
Author
2021-12-14
Added and renamed some examples.
Tyge Løvset
2021-12-14
cstr_printf() now returns int like printf(). Minor updates in sharedptr.c exa...
Tyge Løvset
2021-12-12
- Added **cbox** type: container of one element: similar to std::unique_ptr /...
Tyge Løvset
2021-10-28
updated shootouts, fixed some warnings
Tyge Løvset
2021-10-02
Some example improvements.
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-21
Added copy(self, other) function to all containers. Fixed some docs.
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
Preparation for merging in V2.0 to master branch.
Tyge Løvset
2021-09-18
Changed the sharedptr.c example. Removed clist_X_erase(): was alias of clist_...
Tyge Løvset
2021-09-17
Added example sharedptr.c and fixed some doc.
Tyge Løvset