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
2020-11-30
Added crandom_api.md
Tyge Løvset
2020-11-30
Two forgotten ;
Tyge Løvset
2020-11-30
Renamed tag template param name from $ to T.
Tyge Løvset
2020-11-30
Added cmap api docs.
Tyge Løvset
2020-11-30
Replaced z with $ as 'template' parameter.
Tyge Løvset
2020-11-30
Minors docs.
Tyge Løvset
2020-11-30
Formatting in str docs.
Tyge Løvset
2020-11-30
Restructured vec api doc.
Tyge Løvset
2020-11-30
Fixed cvec docs.
Tyge Løvset
2020-11-30
Added cvec api docs.
Tyge Løvset
2020-11-30
Added clist docs, updated cbitset.h and docs.
Tyge Løvset
2020-11-29
Added cbitset documentation: Unfinished.
Tyge Løvset
2020-11-27
Docs and minor update of cstr.h
Tyge Løvset
2020-11-27
Update README.md
Tyge Løvset
2020-11-27
Update README.md
Tyge Løvset
2020-11-27
Update README.md
Tyge Løvset
2020-11-27
Added and renamed case insensitive search functions.
Tyge Løvset
2020-11-26
Added link to beginning of cstr API documentation, and some small docu fixes.
Tyge Løvset
2020-11-26
Renamed benchmark.c to c++ file, to default enable comparing with various ↵
Tyge Løvset
c++ unordered_maps.
2020-11-26
Now removed stc/cfmt.h
Tyge Løvset
2020-11-26
Removed stc/cfmt.h, as _Generic requires C11. I have made it a gist: ↵
Tyge Løvset
https://gist.github.com/tylov/bcc956a4779f1d14204e66a14f17beb9 All examples are reverted to use printf() instead of c_print().
2020-11-25
Update cstr_api.md
Tyge Løvset
2020-11-25
Doc fixes
Tyge Løvset
2020-11-25
Update cstr_api.md
Tyge Løvset
More text added
2020-11-24
Doc refinement.
Tyge Løvset
2020-11-24
Update cstr_api.md
Tyge Løvset
Added header text.
2020-11-24
Update cstr_api.md
Tyge Løvset
2020-11-24
Create cstr_api.md
Tyge Løvset
Initial cstr API.
2020-11-24
Forgot #include <ctype.h> required by tolower().
Tyge Løvset
2020-11-24
Added case insensitive compare: c_strcasecmp(), cstr_casecmp(), ↵
Tyge Løvset
cstr_equals_caseins().
2020-11-24
Fixed return value from cstr_find_n(), and added cstr_length() alias to ↵
Tyge Løvset
cstr_size().
2020-11-22
Fixed cstr_find_n(). Renamed cstr_NPOS to cstr_npos.
Tyge Løvset
2020-11-16
Small update of the new cstr methods.
Tyge Løvset
2020-11-16
Added cstr_contains(), cstr_begins_with(), cstr_ends_with(), and changed ↵
Tyge Løvset
cstr_find*() to take a cstr_t value instead of pointer, because it returns an int position only, not iter reference.
2020-11-10
Refactored cstr_fmt().
Tyge Løvset
2020-11-07
Last fix on getdelim().
Tyge Løvset
2020-11-07
Another fix of cstr_getdelim()
Tyge Løvset
2020-11-07
Fix bug in cstr_reserve, discovered in cstr_getdelim().
Tyge Løvset
2020-11-06
Two minor fixes.
Tyge Løvset
2020-11-04
Larger constant Phi in hash16.
Tyge Løvset
2020-11-03
Small API change c_withbuffer() and doc fix.
Tyge Løvset
2020-11-03
renamed __init to _inits
Tyge Løvset
2020-11-02
Changed (half)-internal *_INIT to *__init macros. Minor reformatting.
Tyge Løvset
2020-10-30
Update README.md
Tyge Løvset
2020-10-30
Description of cfmt.h
Tyge Løvset
2020-10-27
Fixed final minor error.
Tyge Løvset
2020-10-27
Improved error, and code reduction.
Tyge Løvset
2020-10-26
Updates examples using cfmt.h c_print().
Tyge Løvset
2020-10-26
Final fix.
Tyge Løvset
2020-10-26
Another minor.
Tyge Løvset
[prev]
[next]