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
Age
Commit message (
Expand
)
Author
2023-04-10
Improved naming consistency: fixed rawkey - keyraw confusion (mostly internal).
Tyge Lovset
2023-04-05
Internal: renamed untemplate.h to template2.h
Tyge Løvset
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-03-26
development branch for 4.2
Tyge Løvset
2023-03-12
Safer state machine in coroutine.h (internal).
Tyge Løvset
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-13
Removed support for uppercase version of c_sv() (i.e c_SV => c_sv).
Tyge Løvset
2023-02-11
Some more docs. Renamed (half-)internal template parameter i_size => i_ssize....
Tyge Løvset
2023-02-08
Changed to use lowercase flow-control macros in examples (uppercase will stil...
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-07
removed c_ALLOC_N()
Tyge Løvset
2023-02-05
Some last minute changes: reverted mostly the c_extern from last commit.
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-31
Reverted c_MALLOC, c_CALLOC, c_REALLOC and c_FREE to lowercase.
Tyge Løvset
2023-01-29
Some method renaming in cspan: cspan_multidim() ctor => cspan_md(). cspan_a...
Tyge Løvset
2023-01-20
Renamed macro function c_initialize() to c_init().
Tyge Løvset
2023-01-19
Finish last commit. Most safe function macros are now preferred lowercase, wh...
Tyge Løvset
2023-01-18
Improved messages.
Tyge Løvset
2023-01-18
Improved error messages.
Tyge Løvset
2023-01-04
Renamed (half)-internal c_strlen_lit() to crawstr_len().
Tyge Lovset
2023-01-04
Removed the experimental c_AUTODROP macro.
Tyge Lovset
2023-01-04
Bump to 2023
Tyge Løvset
2022-12-31
Internally renamed ccommon.h macros to uppercase. Lowercase macros are still ...
Tyge Løvset
2022-12-23
Experimental uppercase macros.
Tyge Løvset
2022-12-20
Restructured folders: examples, benchmarks, tests into misc folder.
Tyge Lovset