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
Age
Commit message (
Expand
)
Author
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
Merge branch 'master' of github.com:tylov/STC into master
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
Update README.md
Tyge Løvset
2021-09-23
Found bug/leak thanks to sanitizer:
Tyge Løvset
2021-09-23
Added sptr_ex.c example + minors.
Tyge Løvset
2021-09-23
Remark.
Tyge Løvset
2021-09-23
Moved new examples from tests folder to examples
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
Fix: allow csptr self-take.
Tyge Løvset
2021-09-22
Reworked shared pointers, with some smaller API changes.
Tyge Løvset
2021-09-22
Fixed bug in csptr_copy on self assign.
Tyge Løvset
2021-09-22
Restructuring in template.h
Tyge Løvset
2021-09-21
Added copy(self, other) function to all containers. Fixed some docs.
Tyge Løvset
2021-09-21
Merge branch 'master' of github.com:tylov/STC into master
Tyge Løvset
2021-09-21
Fixed input args documentation. Fixed carr2 and carr3 clone functions.
Tyge Løvset
2021-09-21
Update README.md
Tyge Løvset
2021-09-21
Merge pull request #12 from camel-cdr/patch-3
Tyge Løvset
2021-09-20
Added proper fallback for stc64_uniform
Camel Coder
2021-09-20
Update README.md
Tyge Løvset
2021-09-20
Renamed project again.
Tyge Løvset
2021-09-20
Renamed project to "STC - Sublime Template Containers for C".
Tyge Løvset
2021-09-20
Removed stc64_uniform 32-bit fallback, thanks for camel-cdr. Added an unbiase...
Tyge Løvset
2021-09-20
Renamed macros: breaking changes for Version 2.0!
Tyge Lovset
2021-09-19
Merge branch 'master' of github.com:tylov/STC into master
Tyge Løvset
2021-09-19
Corrected example output.
Tyge Løvset
2021-09-19
Update README.md
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
Remove warnings.
Tyge Løvset
2021-09-19
Fixed errors caused by gcc -std=c99 -pedantic.
Tyge Løvset
2021-09-19
Fixed birthday.c double delete.
Tyge Løvset
2021-09-19
Merge branch 'master' of github.com:tylov/STC into master
Tyge Løvset
2021-09-19
Merge pull request #11 from Kamilcuk/master
Tyge Løvset
2021-09-19
Prepare to merge newstyle into master by first merging master into newstyle w...
Tyge Løvset
2021-09-19
Added runall.sh script in examples.
Tyge Løvset
2021-09-19
Removed old stuff belongs to v1.X.
Tyge Løvset
2021-09-19
Improved and added some useful info to README.md
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
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-17
Some cleanups in test.
tylo
2021-09-17
Moved tests and v1 files
tylo
[prev]
[next]