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
Age
Commit message (
Expand
)
Author
2022-01-14
Fixed function linkage spec in cstr. Moved typedefs of cstr and csview to for...
Tyge Løvset
2022-01-14
Renamed *_v() methods to *_sv(). Note: this breaks API, hopefully not too int...
Tyge Løvset
2022-01-13
Fixed threads_demo.c and made it "identical" to the c++ example.
Tyge Løvset
2022-01-13
Fix a potential compilation bug in cbox/carc.
Tyge Løvset
2022-01-12
Docs update, mmap.c example update.
Tyge Løvset
2022-01-11
Fix / simplified unistd.h and renamed some examples that uses arc. (atomic re...
Tyge Løvset
2022-01-11
Fixed c++ sidebyside example.
Tyge Løvset
2022-01-11
Added tinycthread: include/threads.h, src/threads.c. Ex: sptr_threads.c - emu...
Tyge Løvset
2022-01-11
Removed regex for now.
Tyge Løvset
2022-01-11
Some updates on Regex. Will remove it for now, as it is functionally unstable.
Tyge Løvset
2022-01-09
Small cregex API change. Added 2 examples.
Tyge Løvset
2022-01-09
Probably stable API for cregex.h
Tyge Løvset
2022-01-09
Removed strings.h.
Tyge Løvset
2022-01-09
More on regex.
Tyge Løvset
2022-01-08
Moved utf8 from cregex.h to separate file. Splitted csview.h into another fil...
Tyge Løvset
2022-01-07
Removed tabs. Changed cregex_match members to start, end.
Tyge Løvset
2022-01-07
Some renaming in cregex API. Added match function. Made utf8 operations branc...
Tyge Løvset
2022-01-06
Added customized version of the awesome regex lib by Fabian van Rissenbeck.
Tyge Løvset
2022-01-05
Added docs on checkauto util program. Renamed (mainly internal) c_rawstr type...
Tyge Løvset
2022-01-04
Fixed csview hash func.
Tyge Løvset
2022-01-03
"gcc/clang -O2 -Wall -std=c99 -pedantic" compiles examples with no warnings. ...
Tyge Løvset
2022-01-03
Removed debug code.
Tyge Løvset
2021-12-30
Renamed c_default_clone to c_default_from (mostly used internally).
Tyge Løvset
2021-12-29
Removed warnings for MS cl -W2 and clang -pedantic -std=c99. No functional ch...
Tyge Løvset
2021-12-29
Some more docs.
Tyge Løvset
2021-12-29
Fixed and simplified csview tokensizer call.
Tyge Løvset
2021-12-28
Added autocheck.l utility to check for wrong usage of c_auto*.
Tyge Løvset
2021-12-23
Fix new_sptr.c example.
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 csptr to carc. i_key/val_ref renamed to i_key/val_sptr. Change inspir...
Tyge Løvset
2021-12-22
Minor example update.
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-20
Some small addition to constness in API. Updated docs.
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
More docs, small example updates.
Tyge Løvset
2021-12-19
Update wrong info in doc.
Tyge Løvset
2021-12-19
Improved box.c and added a corresponding sptr.c example.
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-15
Some improvements in cvec and cpque.
Tyge Løvset
2021-12-14
Some more docs updates and new csptr examples.
Tyge Løvset
2021-12-14
Final update of box2.c example.
Tyge Løvset
2021-12-14
Small improvement of example box2.c.
Tyge Løvset
2021-12-14
Fixed silly bug in cpque_X_pop(). Thanks to matthieugras. Added cpque_X_shrin...
Tyge Løvset
2021-12-14
Added and renamed some examples.
Tyge Løvset
2021-12-14
cstr_printf() now returns int like printf(). Minor updates in sharedptr.c exa...
Tyge Løvset
2021-12-13
Renamed constructor *cstr_lit()* to `cstr_new(lit)`.
Tyge Løvset
2021-12-12
Fixed example bug.
Tyge Løvset
2021-12-12
Commented out example with error.
Tyge Løvset
[prev]
[next]