| Age | Commit message (Collapse) | Author |
|
optimizations when using ^ and $ (removed 3 strlen calls).
|
|
|
|
forward.h-
|
|
|
|
intrusive.
The change was needed to be consistent in using 'sv' as a shorthand for "string view" everywhere, and is easier to understand than _v().
|
|
|
|
from csview.h. csview.h now include utf8.h
|
|
|
|
|
|
cstr_substr_utf8 added.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ref. count / shared_ptr)
|
|
|
|
emulates standard C11 threads library for compilers not supporting C11 threads.h.
Fixed and cleanup of CMake build.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
file strings.h.
|
|
|
|
branchless.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
type to crawstr.
|
|
|
|
|
|
|
|
Updated checkauto.ll.
|
|
|
|
|
|
More cleanups.
|
|
|
|
|
|
|
|
errors.
|
|
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.
|
|
|
|
|