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
/
include
/
stc
/
priv
/
template.h
Age
Commit message (
Expand
)
Author
2023-08-21
Small change of policy for i_eq: don't use two i_less functions to derive i_e...
tylov
2023-08-14
Reverted csubstr => csview. Sorry about that!
Tyge Løvset
2023-08-13
API CHANGES:
tylov
2023-08-11
Minor internals.
Tyge Løvset
2023-08-11
Updated carc, cbox and template.h - simplifications: removed i_no_cmp/c_no_cmp,
tylov
2023-08-10
Update template.h - also renamed i_cmp_native => i_use_cmp
Tyge Løvset
2023-08-02
Renamed (most internal "class" type) crawstr => ccharptr
Tyge Løvset
2023-08-01
Added some checks that a proper i_cmp/(i_hash) is defined when i_keyraw conve...
Tyge Løvset
2023-07-18
Renamed i_native_cmp => i_cmp_native
tylov
2023-07-12
template.h: i_valclone and i_valfrom are considered the same when only one is...
tylov
2023-07-11
Fixed an issue in template.h
tylov
2023-07-10
- Fixed meta-programming bug in carc and cbox hash function def (regression).
tylov
2023-06-29
Usage change: comparison is no longer enabled when specifying i_val for cvec,...
Tyge Lovset
2023-06-20
Internal only:
Tyge Løvset
2023-06-20
Minor internals.
Tyge Løvset
2023-05-18
Huge update: cqueue and cdeq completely rewritten. cvec and cdeq API harmoniz...
Tyge Lovset
2023-04-18
Removed unneeded custom size type in maps and bits.h. Prepared for possible r...
Tyge Løvset
2023-04-10
Improved naming consistency: fixed rawkey - keyraw confusion (mostly internal).
Tyge Lovset
2023-04-03
Split priv/template.h in two files to make mksingle.sh work.
Tyge Løvset
2023-04-01
Update of stc/extend.h
Tyge Lovset
2023-03-31
Added stc/extend.h: A generalized way to type-safely extend a container with ...
Tyge Lovset
2023-02-24
Allow to have both i_no_cmp and i_eq defined.
Tyge Løvset
2023-02-18
Fixed carc, cbox: no need for no_lookup and no_eq: use only no_cmp, no_hash i...
Tyge Løvset
2023-02-16
Reverted and removed maps put function. Renamed clist node api functions. Min...
Tyge Løvset
2023-02-11
Some more docs. Renamed (half-)internal template parameter i_size => i_ssize....
Tyge Løvset
2023-02-07
Small adjustment for i_allocator
Tyge Løvset
2023-02-07
Added custom allocator per container type.
Tyge Løvset
2023-02-02
Fixed to allow int64_t sized maps. (defaults to 32-bit).
Tyge Løvset
2023-02-01
Massive update from unsigned sizes and indices to signed.
Tyge Lovset
2023-01-18
Improved messages.
Tyge Løvset
2023-01-18
Improved error messages.
Tyge Løvset
2023-01-04
Bump to 2023
Tyge Løvset
2022-12-20
Restructured folders: examples, benchmarks, tests into misc folder.
Tyge Lovset