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-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
2022-04-18
Converted all example to use cstr_str(&s) instead of s.str to allow SSO strin...
Tyge Løvset
2022-04-17
alt/cstr.h (sso string): added cstr_replace_all(). Header examples updated to...
Tyge Løvset
2022-04-16
Added at_mut() to some containers. Added put_r() to cmap, csmap as alias for ...
Tyge Løvset
2022-04-15
Internal.
Tyge Løvset
2022-04-15
Adding comment to #endif's.
Tyge Løvset
2022-04-15
Merge branch 'master' of github.com:tylov/STC
Tyge Løvset
2022-04-15
Updated README.md docs on template args! Reverted to put() as alias for inser...
Tyge Løvset
2022-04-11
Fixed an potential issue with c_eq in template.h and missing usage in clist.h
Tyge Lovset
2022-04-11
Added important parenthesizes around macro expressions.
Tyge Løvset
2022-04-10
Fixed regression bug: cqueue_pop() did pop_back(), fixed to do pop_front().
Tyge Løvset
2022-04-10
Parenthesized args in calls to i_keyfrom(c), i_keyto(p) i_valfrom(c), i_valto...
Tyge Løvset
2022-04-10
Parenthesized args in calls to i_cmp(x, y), i_eq(x, y) and i_hash(x, len) - c...
Tyge Løvset
2022-04-10
Parenthesized calls to i_drop(x) - can be defined as macro without parenthesi...
Tyge Løvset
2022-04-09
- Switched from .._put() to .._push() as the "generic" method to add element...
Tyge Løvset
2022-04-09
Optimizing push_back() cvec/cdeq and some minor stuff.
Tyge Lovset
2022-04-09
Universally added a put() function to all containers.
Tyge Løvset
2022-04-08
Fix of previous commit (bug in bsearch).
Tyge Løvset
2022-04-08
Added cvec_X_lower_bound() function for sorted array search.
Tyge Løvset
2022-04-08
Update in template.h from previous commit.
Tyge Løvset
2022-04-08
Support to use i_val* input macro for sets (cset and csset).
Tyge Løvset
2022-04-07
More refactoring of cbits.h + minor changes in examples/benchmark.
Tyge Løvset
2022-04-07
Partly reverted (auto defined _i_no_emplace): emplace functions only availabl...
Tyge Løvset
2022-04-06
Refactoring cbits.h and sso alt/cstr.h
Tyge Løvset
2022-04-02
Internal refactoring/macro rename.
Tyge Lovset
2022-04-01
Simplified internal logic on enabling default cloning
Tyge Løvset
2022-03-31
Some unneeded strictness removed in template.h
Tyge Løvset
2022-03-31
More fixes on cstr <-> cstr_sso compability.
Tyge Løvset
2022-03-31
Removed undesirable warnings.
Tyge Løvset
2022-03-30
More enhancements on cstr / cstr_sso.
Tyge Løvset
2022-03-30
More unification of cstr and cstr_sso.
Tyge Lovset
2022-03-30
update on alt/cstr.h (small string optimized).
Tyge Lovset
2022-03-29
Refactoring in sso string.
Tyge Løvset
2022-03-29
Added some sso benchmarks and a minor tweak.
Tyge Løvset
2022-03-26
Yet another missing line.
Tyge Løvset
2022-03-26
Final fix of csview docs.
Tyge Løvset
2022-03-26
Updated csview API docs.
Tyge Løvset
[next]