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
/
convert.c
Age
Commit message (
Expand
)
Author
2022-08-06
c_apply() deprecated: replaced with c_forarray() macro. Updated and improved ...
Tyge Løvset
2022-07-06
Version 3.7. Make sure to check NEWS/Changes in README.md for a few code-bre...
Tyge Løvset
2022-06-01
Reverted to default static linkage of non-templated symbols (cstr, csview, .....
Tyge Løvset
2022-06-01
Forgot files from previous commit. NOTE: there may/will be some changes to na...
Tyge Løvset
2022-05-30
Done refactoring:
Tyge Løvset
2022-04-18
Converted all example to use cstr_str(&s) instead of s.str to allow SSO strin...
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-10-06
Updates to previous commit on cvec and cdeq. Some example improvements.
tylo
2021-09-08
Updated most examples to newstyle. Some changes in cpque/cstack.
Tyge Løvset
2021-01-30
Internal changes: removed use of cmap_inits and set_inits. Use cmap_x_init() ...
Tyge Løvset
2021-01-18
Minor updates again.
Tyge Løvset
2021-01-18
Some improvements.
Tyge Løvset
2021-01-04
Added cmap_X_value_del() and added convert.c example.
Tyge Løvset