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
Age
Commit message (
Expand
)
Author
2023-01-10
Changed value type name of csort algo.
Tyge Løvset
2023-01-10
Some updates on algo/csort.h and example.
Tyge Løvset
2023-01-06
Removed swap() function from all containers. Use safe c_SWAP() macro instead.
Tyge Løvset
2023-01-05
Added parenthesis around user macro arguments
Tyge Løvset
2023-01-05
Added clist_X_get_node(valptr) to complete the node API.
Tyge Løvset
2023-01-04
Renamed (half)-internal c_strlen_lit() to crawstr_len().
Tyge Lovset
2023-01-04
Removed the experimental c_AUTODROP macro.
Tyge Lovset
2023-01-04
Bump to 2023
Tyge Løvset
2023-01-04
Improved a few examples.
Tyge Løvset
2023-01-03
- Removed nomem_error member in csmap and cmap_X_result; test for res.ref == ...
Tyge Løvset
2023-01-03
Fix compilation error in utf8code.c due to predeclaring a static array with u...
Tyge Løvset
2023-01-02
Replaced c_STATIC_ASSERT() which works for C99 (also multiple on same line).
Tyge Løvset
2023-01-02
Finish regex updates.
Tyge Løvset
2023-01-02
Fixes prev. commit.
Tyge Løvset
2023-01-02
Added selected unicode character classes.
Tyge Lovset
2022-12-31
Internally renamed ccommon.h macros to uppercase. Lowercase macros are still ...
Tyge Løvset
2022-12-31
Moved fmt.h to include/c11 folder. Not used by the lib or examples as lib is ...
Tyge Løvset
2022-12-30
Fixed carc and cbox docs. Added cbox_X_assign() : transfer ownership between ...
Tyge Løvset
2022-12-30
More restructuring of files and cleanup. Moved carr2.h and carr3.h to misc/in...
Tyge Løvset
2022-12-29
Restructuring of some headers into include/algo folder. Some API changes *_re...
Tyge Løvset
2022-12-23
Experimental uppercase macros.
Tyge Løvset
2022-12-20
Restructured folders: examples, benchmarks, tests into misc folder.
Tyge Lovset
2022-12-20
Minor docs changes.
Tyge Løvset
2022-12-20
Renamed (reverted) cstr_new(lit) => cstr_lit(lit). Old name is deprecated (su...
Tyge Løvset
2022-12-20
Renamed c_sv() => c_SV() and reverted cstr_new() => cstr_lit(). Old names are...
Tyge Løvset
2022-12-19
Some "internal" macros in ccommon.h made all caps.
Tyge Løvset
2022-12-19
Renames:
Tyge Løvset
2022-12-19
Some cleanup in cregex.
Tyge Løvset
2022-12-14
cregex: renamed enums to all uppercase and prefixed CREG_
Tyge Løvset
2022-12-08
Changed/simplified cregex_replace*() API.
Tyge Løvset
2022-12-05
Minor corrections/changes.
Tyge Løvset
2022-12-04
Fixed BUG in cstr_tocase().
Tyge Løvset
2022-12-04
Support for linking dependant UTF8 and cstr functions and/or cregex.c by defi...
Tyge Løvset
2022-11-27
Moved c_forfilter macros from ccommon.h to views.h
Tyge Løvset
2022-11-27
Removed dependence to STC_CSTR_V1.
Tyge Løvset
2022-11-27
removed csmap_X_value_cmp(): doesn't work with i_cmp_functor, and not needed ...
Tyge Løvset
2022-11-23
Fixed a bug in cdeq after internal data-rep change.
Tyge Løvset
2022-11-22
Fixes of -Wconversion warnings (not examples).
Tyge Løvset
2022-11-21
Changed internal representation of cdeq. All containers in STC can now be ini...
Tyge Løvset
2022-11-21
Updated shootout_hashmap.cpp, and fixed some unsigned warnings.
Tyge Løvset
2022-11-15
More internal cleanup and fixes for cbox and carc.
Tyge Løvset
2022-11-14
Changed internal rep of cvec. May now be initialized with {NULL} as default.
Tyge Løvset
2022-11-14
Internal update.
Tyge Løvset
2022-11-13
Simplified csview API and usage. Fixed c++ compilation of csmap.
Tyge Løvset
2022-11-13
Reverted forward declaration from c_declare_X back to c_forward_X, and the fl...
Tyge Løvset
2022-11-06
Added c_autodrop() macro, and removed c_autobuf() which wasn't that useful (a...
Tyge Løvset
2022-11-06
Improved documentation of template parameters for all containers.
Tyge Løvset
2022-11-05
Added possibility to have per container-instance customizable compare/lookup ...
Tyge Løvset
2022-11-05
Fixed examples/make.sh. Also some -Wextra warnings in cstr removed.
Tyge Løvset
2022-11-04
csmap: bug fix from previous commit: forgot to init zero-node (1st node in ar...
Tyge Løvset
[prev]
[next]