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
Age
Commit message (
Collapse
)
Author
2022-01-12
Update README.md
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 ↵
Tyge Løvset
ref. count / shared_ptr)
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 - ↵
Tyge Løvset
emulates standard C11 threads library for compilers not supporting C11 threads.h. Fixed and cleanup of CMake build.
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
Internal rename of parameter var name cregex re to rx.
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 ↵
Tyge Løvset
file strings.h.
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 ↵
Tyge Løvset
branchless.
2022-01-06
Added customized version of the awesome regex lib by Fabian van Rissenbeck.
Tyge Løvset
2022-01-06
Merge branch 'master' of github.com:tylov/STC into master
Tyge Løvset
2022-01-06
Modified c_autovar() macro to accept var of incomplete pointer type.
Tyge Løvset
2022-01-06
Update cbox_api.md
Tyge Løvset
2022-01-06
Update cbox_api.md
Tyge Løvset
2022-01-06
Update cbox_api.md
Tyge Løvset
2022-01-05
Added docs on checkauto util program. Renamed (mainly internal) c_rawstr ↵
Tyge Løvset
type to crawstr.
2022-01-05
Update README.md
Tyge Løvset
2022-01-05
Update docs intro, moved migration guide down.
Tyge Løvset
2022-01-04
Fixed csview hash func.
Tyge Løvset
2022-01-04
Removed two more false positive gcc -O2 warnings. Improved c_forpair macro. ↵
Tyge Løvset
Updated checkauto.ll.
2022-01-04
checkauto.ll: Accept multiple input c-file arguments.
Tyge Løvset
2022-01-03
Bump to 2022.
Tyge Løvset
2022-01-03
"gcc/clang -O2 -Wall -std=c99 -pedantic" compiles examples with no warnings. ↵
Tyge Løvset
More cleanups.
2022-01-03
Regression in csmap, and possible cvec in last commit. Reverting.
Tyge Løvset
2022-01-03
Removed debug code.
Tyge Løvset
2022-01-03
Removed many warnings (mainly linux), and some minors.
Tyge Løvset
2022-01-02
Updated checkauto.ll with more/better error messages, and returns number of ↵
Tyge Løvset
errors.
2022-01-02
Simplified and improved linkage configuration. Reorganized crandom.h a bit.
Tyge Løvset
May define "i_opt c_shared", or "i_opt c_static" to specify individual container linkage, based on if STC_HEADER is defined, i.e static linkage is default, STC_HEADER defined makes shared symbols default.
2022-01-01
Corrected linking macro settings.
Tyge Løvset
2021-12-31
Added alias functions push_back and pop_back to cstack + docs update.
Tyge Løvset
2021-12-30
Renamed c_default_clone to c_default_from (mostly used internally).
Tyge Løvset
2021-12-30
Update docs and impl. of cpque.h
Tyge Løvset
2021-12-29
Removed warnings for MS cl -W2 and clang -pedantic -std=c99. No functional ↵
Tyge Løvset
changes.
2021-12-29
Fixed minors in map docs.
Tyge Løvset
2021-12-29
Merge pull request #17 from tylov/version3
Tyge Løvset
Version3 Breaking changes are covered by the migration guide in the NEWS section in README.md
2021-12-29
Some more docs.
Tyge Løvset
2021-12-29
Update of README.md docs describing version 3.
Tyge Løvset
2021-12-29
Fixed and simplified csview tokensizer call.
Tyge Løvset
2021-12-28
Some renaming of new features in previous commit.
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. ↵
Tyge Løvset
Safety/optimize measure.
2021-12-22
Finished Readme.md updates.
Tyge Løvset
2021-12-22
Update.
Tyge Løvset
[next]