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-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
2020-08-04
Refinements and consistency fixes.
Tyge Løvset
2020-08-03
Improved API.
Tyge Løvset
2020-08-03
clist refactor.
Tyge Løvset
2020-08-02
Renamed in random and fixed in bitset.
Tyge Løvset
2020-08-02
Minor.
Tyge Løvset
2020-08-02
Add c_nullptr to cdefs.h
Tyge Løvset
2020-08-02
Update SFC64
Tyge Løvset
2020-08-01
Renamed files cvec_pq.h --> cpqueue.h and crand.h --> crandom.h
Tyge Løvset
2020-08-01
Small macro usage fix.
Tyge Løvset
2020-08-01
Fixed namings in cstr.h and restruct. in cmap: added cmap_try_emplace() macro.
Tyge Løvset
2020-07-31
Update README.md
Tyge Løvset
2020-07-31
Update README.md
Tyge Løvset
2020-07-31
Improved advanced.c and namings in cdefs.h
Tyge Løvset
2020-07-31
Updated README.md Viking example.
Tyge Løvset
2020-07-31
Update examples/README.md of Viking example.
Tyge Løvset
2020-07-31
Tuned prime example and cbitset.h
Tyge Løvset
2020-07-30
Updated.
Tyge Løvset
2020-07-30
Got rid of cmapentry_ii. use cmap_ii_entry_t and cmap_ii_entry_destroy().
Tyge Løvset
2020-07-30
Reverted an bug introduced last commit.
Tyge Løvset
2020-07-30
Small tweak.
Tyge Løvset
2020-07-30
Minor stuff.
Tyge Løvset
2020-07-30
Various cleanup of examples and READM.md. Added support for popcount on compi...
Tyge Løvset
2020-07-30
Renamed cvecpq.h to cvec_pq.h and changed API. Added pqueue initialization ex...
Tyge Løvset
2020-07-29
Merge branch 'master' into lowercase
Tyge Løvset
2020-07-29
Changed rand.h API. Using my own 64-bit random function, not sfc64: Faster an...
Tyge Løvset
2020-07-29
fix c++ warnin.
Tyge Løvset
2020-07-29
Renamed crandom.h to crand.h + Changed API. Renamed coptget.h to copt.h.
Tyge Løvset
2020-07-28
Updated random
Tyge Løvset
2020-07-28
Reverted to before lowercasing types
Tyge Løvset
2020-07-28
Lowercase naming
Tyge Løvset
2020-07-27
Changed crandom.h API
Tyge Løvset
2020-07-27
Fix README.md
Tyge Løvset
2020-07-27
Merge branch 'master' of https://github.com/tylo-work/C99Containers
Tyge Løvset
2020-07-27
API CHANGES: Made types all lower case. E.g.: CMap_<tag> => cmap_<tag>, CList...
Tyge Løvset
2020-07-27
API CHANGES: Made types all lower case. E.g.: CMap_<tag> => cmap_<tag>, CList...
Tyge Løvset
2020-07-27
Renamed carray<123>_<tag> to carray<123><tag>.
Tyge Løvset
2020-07-27
Renamed cmap_xx_at() to cmap_xx_insert(). Does insert like c++ std::map::inse...
Tyge Løvset
2020-07-26
cbitset.h
Tyge Løvset
2020-07-26
Added cbitset_count()
Tyge Løvset
2020-07-26
Replaced lowBiasHash with fibonacciHash32 / fibonacciHash64. Added <container...
Tyge Løvset
2020-07-25
Reverted CArr to CArray again.
Tyge Løvset
2020-07-24
More cleanup, added alias cmap_get <-> cmap_find.
Tyge Løvset
2020-07-24
Reorganised cstr.h to be used as a precompiled lib.
Tyge Løvset
2020-07-24
Fixed cbitset_resize(). Added front()/back() macros to CVec.
Tyge Løvset
2020-07-24
Added <container>_<tag>_init variables; Fixed prime.c and list.c examples.
Tyge Løvset
2020-07-24
Updated CBitset (renamed from CBitVec too). Added <container>_<tag>_init(void...
Tyge Løvset
[prev]
[next]