aboutsummaryrefslogtreecommitdiffstats
path: root/src/string_utils.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-02Expose serd_strncasecmp in public APIDavid Robillard1-12/+0
2023-12-02[WIP] Add support for converting literals to canonical formDavid Robillard1-4/+4
2023-12-02[WIP] Preserve long or short quoting from input documentsDavid Robillard1-5/+0
2023-12-02Strengthen handling of corrupt UTF-8 inputDavid Robillard1-0/+20
2023-12-02Use tighter types for UTF-8David Robillard1-4/+4
2023-12-02Factor out NTriples readerDavid Robillard1-2/+14
2023-12-02[WIP] Use exess for reading and writing numeric and binary literalsDavid Robillard1-6/+0
2023-12-02Split up public API headerDavid Robillard1-1/+1
2023-12-02Use char* for strings in public APIDavid Robillard1-3/+3
2023-12-02Remove useless character countingDavid Robillard1-4/+1
2023-05-08Avoid use of strtoul()David Robillard1-0/+6
2023-04-05Shrink UTF-8 utility codeDavid Robillard1-36/+5
2023-04-05Use distinct include guards for internal headersDavid Robillard1-4/+4
2023-02-05Fix inconsistent comment styleDavid Robillard1-2/+2
2022-10-23Use uppercase integer literal suffixesDavid Robillard1-36/+36
2022-08-31Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
2022-07-16Use a lookup table to determine UTF-8 encoding lengthDavid Robillard1-20/+38
2021-05-31Fix some conversion warningsDavid Robillard1-4/+4
2021-01-02Use email address instead of website for attributionDavid Robillard1-1/+1
2020-12-31Format all code with clang-formatDavid Robillard1-50/+59
2020-12-31Avoid "else" after "break" and "return"David Robillard1-3/+10
2020-12-15Clean up includesDavid Robillard1-1/+0
2020-11-13Remove use of C character class functions that may use localeDavid Robillard1-2/+13
2020-08-14Clean up and separate internal headersDavid Robillard1-0/+147