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-06-21
Update README.md
Tyge Løvset
2020-06-21
Renamed to README.md
Tylo
2020-06-21
Moved examples to examples folder.
Tylo
2020-06-21
Merge branch 'master' of https://github.com/tylo-work/C99Containers
Tylo
2020-06-21
Update README.md
Tyge Løvset
2020-06-21
Merge branch 'master' of https://github.com/tylo-work/C99Containers
Tylo
2020-06-21
Update README.md
Tyge Løvset
2020-06-21
Update README.md
Tyge Løvset
2020-06-21
Update README.md
Tyge Løvset
2020-06-21
Merge branch 'master' of https://github.com/tylo-work/C99Containers
Tylo
2020-06-21
Renamed files and classes: cmap -> chash, copt -> coption
Tylo
2020-06-21
Update README.md
Tyge Løvset
2020-06-21
Update README.md
Tyge Løvset
2020-06-21
Update README.md
Tyge Løvset
2020-06-20
Update README.md
Tyge Løvset
2020-06-20
Update README.md
Tyge Løvset
2020-06-20
Update README.md
Tyge Løvset
2020-06-20
Update README.md
Tyge Løvset
2020-06-20
Update README.md
Tyge Løvset
2020-06-20
Update README.md
Tyge Løvset
2020-06-20
Update README.md
Tyge Løvset
2020-06-20
Update README.md
Tyge Løvset
2020-06-20
Renamed CMap to CHash, to reflect that it now supports both (unordered) Map ↵
Tylo
and Set. Second arg in declare_CHash() should be 'set' or 'map'. Refactored copt.h to be more consistent with other types. Added cvector_make(size, fillvalue) constructor.
2020-06-18
Added cmap_eraseBucket, and split cmap_erase in two.
Tylo
Cleanup white spaces and comments/examples.
2020-06-18
Merge branch 'master' of https://github.com/tylo-work/C99Containers
Tylo
2020-06-18
Some fixes of benchmark, and some code improvements.
Tylo
2020-06-16
Update README.md
Tyge Løvset
2020-06-16
Update README.md
Tyge Løvset
2020-06-16
Removed glm. Some opt. on hash.
Tylo
2020-06-15
Fixed including standard include files.
Tylo
2020-06-15
Compile on Linux.
Tylo
2020-06-06
Some cleanup.
Tylo
2020-06-05
Added xoroshiro128ss_jump, sfc32, and fast convertion to float/double.
Tylo
2020-06-05
Minor tweak.
Tylo
2020-06-05
Added siphash to crandom.h and some small enhancements.
Tylo
2020-06-03
Create MIT License
Tyge Løvset
2020-05-29
Minor add to a demo.
Tylo
2020-05-29
Forgot include.
Tylo
2020-05-29
Refactored. Added cmap_find and cmap_insert pair of functions. Renamed types.
Tylo
2020-05-27
Removed comments, cleanup.
Tylo
2020-05-27
Added rngtest.c and included xoroshiro128ss_rand() and sfc64_rand()
Tylo
2020-05-26
Optimized and cleaned. Removed mult in favor of ? operator speedup.
Tylo
2020-05-25
Renamed.
Tylo
2020-05-25
A minor opt.
Tylo
2020-05-24
Add Mersenne Twister random number generator.
Tylo
2020-05-23
Renamed cflist.h to clist, because it is not like std::forward_list which ↵
Tylo
misses pushBack().
2020-05-23
Many minor cstring bug fixes and improvements. Added demos.c and ↵
Tylo
advanced_example.c
2020-05-22
Clean up. Added makeReserved() and renamed to makeFilled()
Tylo
2020-05-20
Cleanup, and small fix in makeFmt.
Tylo
2020-05-18
Added cstring_printf(s, fmt...) and simlilar constructor cstring_makeFmt() ↵
Tylo
and renamed *copy to *assignS
[prev]
[next]