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 (
Collapse
)
Author
2020-09-26
Merged csptr.h into cptr.h, simpler with one include file and these are very ↵
Tyge Løvset
related and short.
2020-09-25
Added ex.
Tyge Løvset
2020-09-25
Simplified.
Tyge Løvset
2020-09-25
Minor fixes.
Tyge Løvset
2020-09-25
Updated ptr.c example.
Tyge Løvset
2020-09-25
Forgot the cptr.h itself!
Tyge Løvset
2020-09-25
Added cptr.h and good examples for cptr and csptr (share_ptr.c). Some ↵
Tyge Løvset
internal refactor.
2020-09-24
Changed iter.get to iter.val member. Internal, but used external. Will not ↵
Tyge Løvset
change again.
2020-09-24
Added shared_ptr.c example
Tyge Løvset
2020-09-24
Improved csptr.h
Tyge Løvset
2020-09-23
Some internal restructuring. Added shared_ptr like struct type: csptr.h
Tyge Løvset
2020-09-22
Update README.md
Tyge Løvset
2020-09-22
Minor cleanups README.md
Tyge Løvset
2020-09-22
Added back khash and robin_hood hash in benchmark.c.
Tyge Løvset
2020-09-21
Update README.md
Tyge Løvset
2020-09-21
Fixed all demos + added output
Tyge Løvset
2020-09-21
Update README.md
Tyge Løvset
2020-09-21
Update README.md
Tyge Løvset
2020-09-21
Update README.md
Tyge Løvset
2020-09-20
Possible to redefine STC memory allocator globally.
Tyge Løvset
2020-09-20
Fix.
Tyge Løvset
2020-09-20
Cleanup and renamed c_del_() to c_del() again.
Tyge Løvset
2020-09-20
Update README.md
Tyge Løvset
2020-09-20
Added c_foreach (i,N) and c_foreach (N), and updated README.md
Tyge Løvset
2020-09-20
Merge branch 'master' of https://github.com/tylo-work/C99Containers into master
Tyge Løvset
2020-09-20
converted to c_forrange().
Tyge Løvset
2020-09-19
Update README.md
Tyge Løvset
2020-09-19
Update README.md
Tyge Løvset
2020-09-19
Update README.md
Tyge Løvset
2020-09-19
Update README.md
Tyge Løvset
2020-09-19
Update README.md
Tyge Løvset
2020-09-18
Minor, using a few c_forrange ().
Tyge Løvset
2020-09-18
Minor.
Tyge Løvset
2020-09-18
Changed macro to c_forrange (..), iter param first.
Tyge Løvset
2020-09-18
Merge branch 'master' of https://github.com/tylo-work/C99Containers into master
Tyge Løvset
2020-09-18
Changed <container>_ini macro constant to <container>_INIT, and ↵
Tyge Løvset
<container>_destroy() to <container>_del.
2020-09-17
Update README.md
Tyge Løvset
2020-09-17
Update README.md
Tyge Løvset
2020-09-17
Update README.md
Tyge Løvset
2020-09-17
Fixed range methods in cvec, and renamed typename_<container>(..) to ↵
Tyge Løvset
using_<container>(..).
2020-09-17
Fixed default hash16 and hash32.
Tyge Løvset
2020-09-17
clist Iterator state bug fixed.
Tyge Løvset
2020-09-17
Fixed clist erase_range_after(), and opt. remove()
Tyge Løvset
2020-09-16
Minor.
Tyge Løvset
2020-09-16
Added some missing templates in cmap.
Tyge Løvset
2020-09-16
Changed iterator API in cset and clist. From i.get->value to *i.get
Tyge Løvset
2020-09-16
Changed earlier declare_<container>(..) macro to typedef_<container>(..)
Tyge Løvset
2020-09-16
Renamed two public macros.
Tyge Løvset
2020-09-16
Changed API to conform with std:: containers. cmap now only use first, ↵
Tyge Løvset
second. for result and value types.
2020-09-15
Simplified declare_ statement e.g. c_cmap(...)
Tyge Løvset
[prev]
[next]