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
/
cbox.h
Age
Commit message (
Expand
)
Author
2022-04-19
Renamed cbox_new/carc_new to cbox_make/carc_make. Disabled container emplace ...
Tyge Lovset
2022-04-17
alt/cstr.h (sso string): added cstr_replace_all(). Header examples updated to...
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-02
Internal refactoring/macro rename.
Tyge Lovset
2022-04-01
Simplified internal logic on enabling default cloning
Tyge Løvset
2022-03-24
Misc. small internal API renaming/refactoring and additions.
Tyge Løvset
2022-03-16
Bugfix: carc and cbox cmp functions had bug.
Tyge Løvset
2022-01-13
Fix a potential compilation bug in cbox/carc.
Tyge Løvset
2022-01-13
Fixed missing i_eq default setting in template.h, carc and cbox. cstr_substr_...
Tyge Løvset
2022-01-05
Added docs on checkauto util program. Renamed (mainly internal) c_rawstr type...
Tyge Løvset
2022-01-03
Bump to 2022.
Tyge Løvset
2022-01-02
Simplified and improved linkage configuration. Reorganized crandom.h a bit.
Tyge Løvset
2021-12-23
Removed emplace functions if not i_valraw or i_keyraw is defined. Safety/opti...
Tyge Løvset
2021-12-22
Renamed '_rawvalue\b' to '_raw'
Tyge Løvset
2021-12-22
Changed the c_apply() and c_apply_pair() to one new c_apply() API. Added c_pa...
Tyge Løvset
2021-12-21
Minor improvement.
Tyge Løvset
2021-12-21
Fixed and simplified cbox and csptr.
Tyge Løvset
2021-12-19
Global rename of `_equ\b` => `_eq`. In practice `i_equ` must renamed to `i_eq...
Tyge Løvset
2021-12-19
First commit for Version 3 of STC. Main changes are consistent rename of '_de...
Tyge Løvset
2021-12-16
Changed default comparison of csbox and csptr objects to comparing addresses ...
Tyge Løvset
2021-12-12
- Added **cbox** type: container of one element: similar to std::unique_ptr /...
Tyge Løvset
[prev]