summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2022-01-11Removed regex for now.Tyge Løvset
2022-01-11Some updates on Regex. Will remove it for now, as it is functionally unstable.Tyge Løvset
2022-01-09Small cregex API change. Added 2 examples.Tyge Løvset
2022-01-09Probably stable API for cregex.hTyge Løvset
2022-01-09Internal rename of parameter var name cregex re to rx.Tyge Løvset
2022-01-09Removed strings.h.Tyge Løvset
2022-01-09More on regex.Tyge Løvset
2022-01-08Moved utf8 from cregex.h to separate file. Splitted csview.h into another fil...Tyge Løvset
2022-01-07Removed tabs. Changed cregex_match members to start, end.Tyge Løvset
2022-01-07Some renaming in cregex API. Added match function. Made utf8 operations branc...Tyge Løvset
2022-01-06Added customized version of the awesome regex lib by Fabian van Rissenbeck.Tyge Løvset
2022-01-06Merge branch 'master' of github.com:tylov/STC into masterTyge Løvset
2022-01-06Modified c_autovar() macro to accept var of incomplete pointer type.Tyge Løvset
2022-01-06Update cbox_api.mdTyge Løvset
2022-01-06Update cbox_api.mdTyge Løvset
2022-01-06Update cbox_api.mdTyge Løvset
2022-01-05Added docs on checkauto util program. Renamed (mainly internal) c_rawstr type...Tyge Løvset
2022-01-05Update README.mdTyge Løvset
2022-01-05Update docs intro, moved migration guide down.Tyge Løvset
2022-01-04Fixed csview hash func.Tyge Løvset
2022-01-04Removed two more false positive gcc -O2 warnings. Improved c_forpair macro. U...Tyge Løvset
2022-01-04checkauto.ll: Accept multiple input c-file arguments.Tyge Løvset
2022-01-03Bump to 2022.Tyge Løvset
2022-01-03"gcc/clang -O2 -Wall -std=c99 -pedantic" compiles examples with no warnings. ...Tyge Løvset
2022-01-03Regression in csmap, and possible cvec in last commit. Reverting.Tyge Løvset
2022-01-03Removed debug code.Tyge Løvset
2022-01-03Removed many warnings (mainly linux), and some minors.Tyge Løvset
2022-01-02Updated checkauto.ll with more/better error messages, and returns number of e...Tyge Løvset
2022-01-02Simplified and improved linkage configuration. Reorganized crandom.h a bit.Tyge Løvset
2022-01-01Corrected linking macro settings.Tyge Løvset
2021-12-31Added alias functions push_back and pop_back to cstack + docs update.Tyge Løvset
2021-12-30Renamed c_default_clone to c_default_from (mostly used internally).Tyge Løvset
2021-12-30Update docs and impl. of cpque.hTyge Løvset
2021-12-29Removed warnings for MS cl -W2 and clang -pedantic -std=c99. No functional ch...Tyge Løvset
2021-12-29Fixed minors in map docs.Tyge Løvset
2021-12-29Merge pull request #17 from tylov/version3Tyge Løvset
2021-12-29Some more docs.Tyge Løvset
2021-12-29Update of README.md docs describing version 3.Tyge Løvset
2021-12-29Fixed and simplified csview tokensizer call.Tyge Løvset
2021-12-28Some renaming of new features in previous commit.Tyge Løvset
2021-12-28Added autocheck.l utility to check for wrong usage of c_auto*.Tyge Løvset
2021-12-23Fix new_sptr.c example.Tyge Løvset
2021-12-23Removed emplace functions if not i_valraw or i_keyraw is defined. Safety/opti...Tyge Løvset
2021-12-22Finished Readme.md updates.Tyge Løvset
2021-12-22Update.Tyge Løvset
2021-12-22Updated README.mdTyge Løvset
2021-12-22Forgot csptr_api.md rename.Tyge Løvset
2021-12-22Renamed csptr to carc. i_key/val_ref renamed to i_key/val_sptr. Change inspir...Tyge Løvset
2021-12-22Minor example update.Tyge Løvset
2021-12-22Renamed '_rawvalue\b' to '_raw'Tyge Løvset