summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2021-09-24Another reorg. of csptr docs.Tyge Løvset
2021-09-24Merge branch 'master' of github.com:tylov/STC into masterTyge Løvset
2021-09-24Reworked csptr docs. Made static members to inline (ccommon.h).Tyge Løvset
2021-09-23Update csmap_api.mdTyge Løvset
2021-09-23fixed doc bugsTyge Løvset
2021-09-23Merge branch 'master' of github.com:tylov/STC into masterTyge Løvset
2021-09-23Cleanup: Replaced c_emplace() macro with more general c_apply()/c_apply_pair(...Tyge Løvset
2021-09-23Update README.mdTyge Løvset
2021-09-23Found bug/leak thanks to sanitizer:Tyge Løvset
2021-09-23Added sptr_ex.c example + minors.Tyge Løvset
2021-09-23Remark.Tyge Løvset
2021-09-23Moved new examples from tests folder to examplesTyge Løvset
2021-09-23Some more documentation in README.md.Tyge Løvset
2021-09-22Renamed Value => i_val in documentation.Tyge Løvset
2021-09-22Fix: allow csptr self-take.Tyge Løvset
2021-09-22Reworked shared pointers, with some smaller API changes.Tyge Løvset
2021-09-22Fixed bug in csptr_copy on self assign.Tyge Løvset
2021-09-22Restructuring in template.hTyge Løvset
2021-09-21Added copy(self, other) function to all containers. Fixed some docs.Tyge Løvset
2021-09-21Merge branch 'master' of github.com:tylov/STC into masterTyge Løvset
2021-09-21Fixed input args documentation. Fixed carr2 and carr3 clone functions.Tyge Løvset
2021-09-21Update README.mdTyge Løvset
2021-09-21Merge pull request #12 from camel-cdr/patch-3Tyge Løvset
2021-09-20Added proper fallback for stc64_uniformCamel Coder
2021-09-20Update README.mdTyge Løvset
2021-09-20Renamed project again.Tyge Løvset
2021-09-20Renamed project to "STC - Sublime Template Containers for C".Tyge Løvset
2021-09-20Removed stc64_uniform 32-bit fallback, thanks for camel-cdr. Added an unbiase...Tyge Løvset
2021-09-20Renamed macros: breaking changes for Version 2.0!Tyge Lovset
2021-09-19Merge branch 'master' of github.com:tylov/STC into masterTyge Løvset
2021-09-19Corrected example output.Tyge Løvset
2021-09-19Update README.mdTyge Løvset
2021-09-19Replaced the two csptr doc examples with a better one. Same as sharedptr.c in...Tyge Løvset
2021-09-19Remove warnings.Tyge Løvset
2021-09-19Fixed errors caused by gcc -std=c99 -pedantic.Tyge Løvset
2021-09-19Fixed birthday.c double delete.Tyge Løvset
2021-09-19Merge branch 'master' of github.com:tylov/STC into masterTyge Løvset
2021-09-19Merge pull request #11 from Kamilcuk/masterTyge Løvset
2021-09-19Prepare to merge newstyle into master by first merging master into newstyle w...Tyge Løvset
2021-09-19Added runall.sh script in examples.Tyge Løvset
2021-09-19Removed old stuff belongs to v1.X.Tyge Løvset
2021-09-19Improved and added some useful info to README.mdTyge Løvset
2021-09-19Preparation for merging in V2.0 to master branch.Tyge Løvset
2021-09-18Changed the sharedptr.c example. Removed clist_X_erase(): was alias of clist_...Tyge Løvset
2021-09-17Added example sharedptr.c and fixed some doc.Tyge Løvset
2021-09-17Fixed a doc bug and improved example.Tyge Løvset
2021-09-17Added back (carr3) carray3 in demos.c.Tyge Løvset
2021-09-17Updated docs.Tyge Løvset
2021-09-17Some cleanups in test.tylo
2021-09-17Moved tests and v1 filestylo