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
2020-08-17
Update README.md
Tyge Løvset
2020-08-17
fixed carray example.
Tyge Løvset
2020-08-16
Merge branch 'master' of https://github.com/tylo-work/C99Containers into master
Tyge Løvset
2020-08-16
Update benchmark.c
Tyge Løvset
2020-08-16
Update benchmark.c
Tyge Løvset
2020-08-16
Simplified benchmark.c
Tyge Løvset
2020-08-16
Merge branch 'master' of https://github.com/tylo-work/C99Containers into master
Tyge Løvset
2020-08-16
Merge branch 'master' of https://github.com/tylo-work/C99Containers into master
Tyge Løvset
2020-08-16
Merge branch 'master' of https://github.com/tylo-work/C99Containers into master
Tyge Løvset
2020-08-16
Merge branch 'master' of https://github.com/tylo-work/C99Containers into master
Tyge Løvset
2020-08-16
Merge branch 'master' of https://github.com/tylo-work/C99Containers into master
Tyge Løvset
2020-08-16
Update README.md
Tyge Løvset
2020-08-16
Update README.md
Tyge Løvset
2020-08-16
Merge branch 'master' of https://github.com/tylo-work/C99Containers into master
Tyge Løvset
2020-08-16
Update README.md
Tyge Løvset
2020-08-16
Update README.md
Tyge Løvset
2020-08-16
Update README.md
Tyge Løvset
2020-08-16
Merge branch 'master' of https://github.com/tylo-work/C99Containers into master
Tyge Løvset
2020-08-16
Fixed comparison in inits.c. Added iterator in bits.c example.
Tyge Løvset
2020-08-16
Update README.md
Tyge Løvset
2020-08-14
Fixed cbitset iter.
tylo
2020-08-14
Added iterator to cbitset.
Tyge Løvset
2020-08-14
Some cleanups.
Tyge Løvset
2020-08-12
Updated robin_hood hash.
tylo
2020-08-11
Added visual studio _umul128() declaration in crandom.h
Tyge Løvset
2020-08-11
Fixed two bugs: 1) hash16 not to be used for string. 2) cstr_from(): va_copy ...
tylo
2020-08-10
Small.
Tyge Løvset
2020-08-10
Minor
Tyge Løvset
2020-08-10
Updated hash funcs.
Tyge Løvset
2020-08-09
Moved hash functions from cdefs to cmap.
Tyge Løvset
2020-08-09
Simplified carray API.
Tyge Løvset
2020-08-08
Reduce cvec expand policy.
Tyge Løvset
2020-08-08
Added cstr_iter_t + begin/next, and cstr_front.
Tyge Løvset
2020-08-08
Minor tweaks.
Tyge Løvset
2020-08-08
Merge branch 'master' of https://github.com/tylo-work/C99Containers
Tyge Løvset
2020-08-08
Enhanced cvec sorting.
Tyge Løvset
2020-08-08
Enhanced cvec sorting.
Tyge Løvset
2020-08-08
Changed iter API again, optimized.
Tyge Løvset
2020-08-08
Changed iter API (next now takes address, no return)
Tyge Løvset
2020-08-08
Param. naming improvements.
Tyge Løvset
2020-08-07
Rngtest
Tyge Løvset
2020-08-07
Optimized malloc sizes.
Tyge Løvset
2020-08-07
Added i64 uniform distribution range. in crandom.h
tylo
2020-08-07
Removed alloca usage.
tylo
2020-08-06
Fixed a serious free() bug in erase()
Tyge Løvset
2020-08-05
Some API changes in crandom. Added crandom_normal_f64() - normal distributed ...
Tyge Løvset
2020-08-04
Fix markdown error.
Tyge Løvset
2020-08-04
Simplified cstr insert/replace.
Tyge Løvset
2020-08-04
Fixed cstr find and replace to follow std:: standard args.
Tyge Løvset
2020-08-04
Revert c_nullptr to NULL in lib code. Minor cleanup.
Tyge Løvset
[next]