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
2022-05-02
Fix linkage issue with clist_X_count().
Tyge Løvset
2022-05-02
Some more fix in README.md
Tyge Løvset
2022-05-02
More doc fixes on i_keyclone, i_keyfrom and i_valclone, i_valfrom
Tyge Løvset
2022-05-02
A few more docs bugs fixed.
Tyge Løvset
2022-05-01
More changes to intro text.
Tyge Løvset
2022-05-01
Update README.md
Tyge Løvset
2022-05-01
Rewrote introduction section.
Tyge Løvset
2022-05-01
- Array expansions (insert, reserve, clone) are now checked for malloc nomem,...
Tyge Lovset
2022-04-29
cmap/csmap cleanup incl. docs.
Tyge Løvset
2022-04-28
Update carc_api.md
Tyge Løvset
2022-04-28
_i_implement moved to user-level template parameter as i_implement. Removed i...
Tyge Løvset
2022-04-28
Finalized template.h logic.
Tyge Løvset
2022-04-27
Docs only update for carc/cbox.
Tyge Løvset
2022-04-27
Final fixes to carc and cbox; Reverted constructor name to make; (similarity ...
Tyge Løvset
2022-04-27
Updated examples.
Tyge Løvset
2022-04-27
Removed cbox_X_make() and carc_X_make() when i_rawval was not defined, i.e. l...
Tyge Løvset
2022-04-27
Bugfix: cbox didn't use i_keyclone, and therefore did not deep clone properly.
Tyge Løvset
2022-04-27
Added cstr_expand_uninitialized().
Tyge Løvset
2022-04-27
Simplifications possible due to previous commit.
Tyge Løvset
2022-04-27
Finally FIXED cloning/to/from scheme to work properly. When using i_key_bind/...
Tyge Løvset
2022-04-27
Internal string container clone optimization.
Tyge Løvset
2022-04-26
Added cvec_X_expand_uninitialized(). Renamed cvec_X_bsearch() to cvec_X_binar...
Tyge Lovset
2022-04-25
Some docs layout improvements.
Tyge Lovset
2022-04-25
More README docs.
Tyge Lovset
2022-04-25
Removed size argument to `i_hash` template parameter and `c_default_hash`. Th...
Tyge Løvset
2022-04-25
Some maintainance. Updated sso_bench.cpp
Tyge Løvset
2022-04-25
Added lower_bound() examples with both sorted cvec and sorted set (csset).
Tyge Løvset
2022-04-25
Final cstr_str() docs update..
Tyge Løvset
2022-04-24
Updated docs to use cstr_str(&s) instead of s.str
Tyge Løvset
2022-04-24
Merge pull request #21 from tylov/keyval
Tyge Løvset
2022-04-24
Fixed unfair comparison; std::move must be used in c++ push_back(). STC has a...
Tyge Løvset
2022-04-24
Created VERSION 3.5. See News section in docs for changes.
Tyge Løvset
2022-04-23
Integrated (and removed) c_hash32 and c_hash64 into c_default_hash, which is ...
Tyge Løvset
2022-04-22
Changed API for c*map_X_push() to take a entry pair (c*map_X_value) argument ...
Tyge Løvset
2022-04-22
Readded push()/emplace() to all containers missing them. Made _hash function ...
Tyge Løvset
2022-04-22
Swapped cstr.h with alt/cstr.h with SSO (short string optimization). #define ...
Tyge Løvset
2022-04-21
Fix for i_key_bind hash and eq functions.
Tyge Løvset
2022-04-21
Switched to use i_key as primary template type parameter for all containers. ...
Tyge Løvset
2022-04-21
Fixed missing i_valclone -> i_keyclone copy when specifying i_val for sets (i...
Tyge Lovset
2022-04-20
Minor adjustments.
Tyge Løvset
2022-04-20
Final carc / cbox cleanup.
Tyge Løvset
2022-04-20
Some cleanup after carc / cbox updates.
Tyge Løvset
2022-04-20
Fix cbox.h docs example.
Tyge Lovset
2022-04-20
Support for cloning containers with carc and cbox.
Tyge Lovset
2022-04-19
Renamed cbox_new/carc_new to cbox_make/carc_make. Disabled container emplace ...
Tyge Lovset
2022-04-19
Added #error/warnings for likely missing definitions of i_hash/i_cmp.
Tyge Løvset
2022-04-18
crandom.h: Renamed *_init(..) functions to *_new(..). Old names are kept but ...
Tyge Løvset
2022-04-18
Renamed stc64_random() => crandom(), stc64_srandom(seed) => csrandom(seed). K...
Tyge Løvset
2022-04-18
Renamed newly added map function put_r() to put_raw() - alias for emplace_or_...
Tyge Lovset
2022-04-18
Removed i_drop and i_from template specifiers to reduce redundancies and add ...
Tyge Lovset
[next]