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
path:
root
/
stc
/
cvec.h
Age
Commit message (
Expand
)
Author
2020-09-02
Rewrote cpqueue to a real adapter class. Added some missing functions in cvec...
Tyge Løvset
2020-08-28
Some smaller fixes and cleanup.
Tyge Løvset
2020-08-27
Renamed API functions.
Tyge Løvset
2020-08-26
Added valueFromRaw template parameter to cvec and clist. Affects generic c_pu...
tylo
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
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-04
Revert c_nullptr to NULL in lib code. Minor cleanup.
Tyge Løvset
2020-08-03
Improved API.
Tyge Løvset
2020-08-02
Add c_nullptr to cdefs.h
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
Improved advanced.c and namings in cdefs.h
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
Lowercase naming
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-26
Replaced lowBiasHash with fibonacciHash32 / fibonacciHash64. Added <container...
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
2020-07-23
Added generic c_push(.., items) to push a list of items onto the containers.
Tyge Løvset
2020-07-22
Renamed CArray to CArr. Renamed cmap_xx_get() to cmap_xx_find(). Changed _fro...
Tyge Løvset
2020-07-21
1. Added initializers for containers *_from(). 2. Changed reserve(): size now...
Tyge Løvset
2020-07-21
Reordered declare_CMap/CSet argument list.
Tyge Løvset
2020-07-17
Minors.
Tyge Løvset
2020-07-17
Updated READMEmd. Removed arg from declare_CVec_str() and declare_CList_str()...
Tyge Løvset
2020-07-16
API CHANGES: CHash now splitted to CMap / CSet, still in chash.h header. Rena...
Tyge Løvset
[prev]