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
Age
Commit message (
Expand
)
Author
2021-03-03
Update crandom_api docs.
Tyge Løvset
2021-03-03
Toned down performance aspect in the docs.
Tyge Løvset
2021-03-02
Fixed: renamed reserved symbols/names.
Tyge Løvset
2021-03-01
Cleanup c++ compilation of cbits.h
Tyge Løvset
2021-03-01
Update exteral maps
Tyge Løvset
2021-03-01
Fixed wrong assumption that compare always returns -1, 0, 1.
Tyge Løvset
2021-02-28
Made it possible use full 64-bit size_t range for cmap, by defining CMAP_SIZE...
Tyge Løvset
2021-02-26
Some improvements in hash functions.
Tyge Løvset
2021-02-25
FIXED: Serious regression bug in cmap.h. SORRY!
Tyge Løvset
2021-02-25
Some cstr doc minors.
Tyge Løvset
2021-02-23
Updated cstr doc.
Tyge Løvset
2021-02-23
Updated cstr doc. Format more like the others.
Tyge Løvset
2021-02-23
Added emplace-method table to README, and fixed a regression in cdeq.
Tyge Løvset
2021-02-22
Renamed c_plain_... to c_trivial_... internal functions.
Tyge Løvset
2021-02-22
Small changes. Added back csmap/cmap put() but now with Key,Mapped args (not ...
Tyge Løvset
2021-02-22
Minor.
Tyge Løvset
2021-02-22
Many internal renames. Reverted to specify both _del and _clone parameter whe...
Tyge Løvset
2021-02-21
Renamed using_c*map_keyarg() to using_c*map_keydef().
Tyge Løvset
2021-02-21
Renamed emplace_put() to emplace_or_assign(). May add put() as alias to inser...
Tyge Løvset
2021-02-21
Internal restructure. Added bsearch() to cvec.
Tyge Løvset
2021-02-20
Renamed push_items to emplace_n
Tyge Løvset
2021-02-20
Internal renaming improvements.
Tyge Løvset
2021-02-20
Rewamp of cmap/csmap API. More to come.
Tyge Løvset
2021-02-19
Fixed bug in insert_or_assign(). cmap/csmap.
Tyge Løvset
2021-02-19
Minor docs. Updated csmap_v1.h
Tyge Løvset
2021-02-18
Minor cleanup
Tyge Løvset
2021-02-18
Changed API to csmap_X_insert and cmap_X_insert. No change for sets.
Tyge Løvset
2021-02-17
Updated cptr.h examples.
Tyge Løvset
2021-02-17
Fix a dependency issue.
Tyge Løvset
2021-02-16
Fixed hash API.
Tyge Løvset
2021-02-16
Tweaked.
Tyge Løvset
2021-02-16
Fix/simplify c_memccpy()
Tyge Løvset
2021-02-15
Added fast posix memccpy() - c_memccpy().
Tyge Løvset
2021-02-14
Refinements.
Tyge Løvset
2021-02-13
Replaced default hash for cmap.
Tyge Løvset
2021-02-11
Updated benchmarks, README, two minor API fixes.
Tyge Løvset
2021-02-09
added more benchmark code.
Tyge Løvset
2021-02-07
Internal simplifications. Small optim. in erase_entry.
Tyge Løvset
2021-02-07
Internal rename.
Tyge Løvset
2021-02-06
Updated csmap.h to match api of cmap. Updated docs.
Tyge Løvset
2021-02-06
Some API changes in cmap. Will do for csmap as well.
Tyge Løvset
2021-02-06
Fixed bug in node_new() and clone() csmap.
Tyge Løvset
2021-02-05
Yet another bug in csmap.h fixed. SHould be good now.
Tyge Løvset
2021-02-05
Rewrote to use c_container_of() instead of size_t offset.
Tyge Løvset
2021-02-05
Upgraded cstr impl.
Tyge Løvset
2021-02-04
Fixed a minor API mixup, Docs: open addressing/closed hashing..
Tyge Løvset
2021-02-04
Fixup in API regarding _at() - more consistent.
Tyge Løvset
2021-02-04
map iter updates.
Tyge Løvset
2021-02-04
Changed return type it iter_t in csmap_X_find() and cmap_X_find() to be consi...
Tyge Løvset
2021-02-04
Removed some unneeded tests.
Tyge Løvset
[next]