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
/
template2.h
Age
Commit message (
Expand
)
Author
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-07-18
Renamed i_native_cmp => i_cmp_native
tylov
2023-07-02
Update in coroutine API. cco_yield, cco_await, cco_await_on, cco_block_on has...
Tyge Løvset
2023-06-29
Usage change: comparison is no longer enabled when specifying i_val for cvec,...
Tyge Lovset
2023-06-20
Renamed `i_more` => `i_retain` (avoids undef of template parameters on next S...
Tyge Løvset
2023-06-20
Minor internals.
Tyge Løvset
2023-06-09
Rename i_extern template flag to i_import. i_extern still available, but depr...
Tyge Løvset
2023-05-24
Fixes for clang compiler.
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-05
Internal: renamed untemplate.h to template2.h
Tyge Løvset