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
/
include
/
stc
/
cbits.h
Age
Commit message (
Expand
)
Author
2022-08-13
Experimental: Renamed c_autovar => c_with, c_autoscope => c_scope, c_autodefe...
Tyge Løvset
2022-07-28
Simplified cbits.h to only use inline function. Commonly used functions are s...
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
Converted all files with DOS line endings to LINUX.
Tyge Løvset
2022-06-01
Added src/libstc.c which implements all non-templated functions (e.g. from cs...
Tyge Løvset
2022-05-30
Done refactoring:
Tyge Løvset
2022-05-30
Large refactoring on strings / utf8 and some file structure.
Tyge Lovset
2022-05-25
Final reorg of cbits.h. This was really an experiment to make it dual fixed-s...
Tyge Løvset
2022-05-24
API change: cbits now uses container pointers args in all member functions, e...
Tyge Løvset
2022-05-23
Small simplify in cbits.h
Tyge Løvset
2022-05-23
Finished cbits.h ; only inlined funcs are templated.
Tyge Løvset
2022-05-22
Rewrote cbits to make it dual: fixed-sized or dynamically sized by adding opt...
Tyge Løvset
2022-04-28
_i_implement moved to user-level template parameter as i_implement. Removed i...
Tyge Løvset
2022-04-07
More refactoring of cbits.h + minor changes in examples/benchmark.
Tyge Løvset
2022-04-06
Refactoring cbits.h and sso alt/cstr.h
Tyge Løvset
2022-03-04
Replaced c_strlit type with c_strlen_lit(lit) macro and its usage.
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-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
2022-01-02
Simplified and improved linkage configuration. Reorganized crandom.h a bit.
Tyge Løvset
2022-01-01
Corrected linking macro settings.
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-19
First commit for Version 3 of STC. Main changes are consistent rename of '_de...
Tyge Løvset
2021-12-14
Fixed bug in cbits_to_str().
Tyge Løvset
2021-12-13
Renamed constructor *cstr_lit()* to `cstr_new(lit)`.
Tyge Løvset
2021-09-21
Added copy(self, other) function to all containers. Fixed some docs.
Tyge Løvset
2021-09-20
Renamed macros: breaking changes for Version 2.0!
Tyge Lovset
2021-09-06
Some more additions.
Tyge Løvset
2021-05-24
Split c_fordefer() into c_forvar() and c_fordefer() macros.
Tyge Løvset
2021-05-24
Renamed c_with => c_fordefer, and removed c_withvar. Macros were too deceivin...
Tyge Løvset
2021-05-20
Moved stc folder into include folder.
Tyge Løvset