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
/
examples
/
rawptr_elements.c
Age
Commit message (
Expand
)
Author
2022-12-20
Restructured folders: examples, benchmarks, tests into misc folder.
Tyge Lovset
2022-12-19
Some "internal" macros in ccommon.h made all caps.
Tyge Løvset
2022-10-25
More and hopefully final fixes of cbox/carc.
Tyge Løvset
2022-10-24
API CHANGE: Renamed input params for naming consisteny and usage:
Tyge Løvset
2022-08-11
Fixed issue with cbox / carc. Minor update some examples.
Tyge Løvset
2022-06-01
Reverted to default static linkage of non-templated symbols (cstr, csview, .....
Tyge Løvset
2022-06-01
Converted all files with DOS line endings to LINUX.
Tyge Løvset
2022-05-30
Done refactoring:
Tyge Løvset
2022-05-30
Added more utf8 features. Changed linking macros in ccommon.h.
Tyge Lovset
2022-05-24
Changed c_forpair(k, v, Map, map) so that k and v are pointers instead of val...
Tyge Løvset
2022-04-28
Finalized template.h logic.
Tyge Løvset
2022-04-25
Removed size argument to `i_hash` template parameter and `c_default_hash`. Th...
Tyge Løvset
2022-04-22
Readded push()/emplace() to all containers missing them. Made _hash function ...
Tyge Løvset
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-03-04
Updated printf formatting to portable code. This was also to use http://winli...
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-14
Added and renamed some examples.
Tyge Løvset