aboutsummaryrefslogtreecommitdiffstats
path: root/src/node.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-13Zero node padding before passing to reader sinksDavid Robillard1-1/+29
2022-01-13Use a fixed-size reader stackDavid Robillard1-2/+0
2022-01-13Bring read/write interface closer to C standardDavid Robillard1-9/+11
2022-01-13Set datatypes on integer, decimal, and base64 nodesDavid Robillard1-27/+51
2022-01-13Simplify node construction APIDavid Robillard1-66/+86
2022-01-13Merge datatype/language into nodeDavid Robillard1-5/+114
2022-01-13Simplify URI API and implementationDavid Robillard1-73/+47
2022-01-13Add serd_node_uri_view()David Robillard1-0/+12
2022-01-13Add serd_node_string_view()David Robillard1-0/+8
2022-01-13Align node allocationsDavid Robillard1-11/+35
2022-01-13Make nodes opaqueDavid Robillard1-76/+104
2022-01-13Add node accessor APIDavid Robillard1-0/+24
2022-01-13Shorten node constructor namesDavid Robillard1-24/+22
2022-01-13Rename SerdType to SerdNodeTypeDavid Robillard1-4/+4
2022-01-13Rename SerdURI to SerdURIViewDavid Robillard1-19/+19
2022-01-13Use char* for strings in public APIDavid Robillard1-30/+29
2022-01-13Add SerdBuffer type for mutable buffersDavid Robillard1-9/+9
2022-01-13Remove escape parameter from serd_node_new_file_uriDavid Robillard1-3/+2
2022-01-13Remove useless character countingDavid Robillard1-22/+14
2021-06-30Move local URI utility functionsDavid Robillard1-28/+28
2021-05-31Make most function parameters constDavid Robillard1-26/+32
2021-05-31Remove "static inline" for functions in implementation filesDavid Robillard1-2/+2
2021-05-31Clean up switch case commentsDavid Robillard1-5/+5
2021-01-10Avoid use of strcpyDavid Robillard1-3/+3
2021-01-09Avoid GCC warning about printed string overflowDavid Robillard1-9/+14
2021-01-09Avoid GCC warning about potential signed overflowDavid Robillard1-1/+1
2021-01-02Use email address instead of website for attributionDavid Robillard1-1/+1
2020-12-31Format all code with clang-formatDavid Robillard1-237/+256
2020-08-14Separate base64 implementationDavid Robillard1-33/+4
2020-08-14Use SerdNodeFlags type everywhereDavid Robillard1-7/+7
2020-08-14Clean up and separate internal headersDavid Robillard1-0/+3
2020-07-06Fix spurious semicolon warningsDavid Robillard1-5/+5
2020-07-06Fix format conversion warningsDavid Robillard1-1/+4
2020-06-21Clean up includesDavid Robillard1-1/+7
2019-10-27Fix integer conversion warningsDavid Robillard1-8/+8
2019-01-06Fix serd_node_new_decimal() on WindowsDavid Robillard1-1/+1
2019-01-05Use lround() instead of sketchy offset and castDavid Robillard1-1/+1
2019-01-05Fix unsorted includesDavid Robillard1-3/+2
2018-09-30Fix calloc argument orderDavid Robillard1-1/+1
2018-07-14Fix length of base64 encoded nodesDavid Robillard1-1/+1
2018-06-15Remove redundant SERD_API declarationsDavid Robillard1-13/+0
2017-07-09Add serd_node_from_substring()David Robillard1-1/+17
2017-06-30Fix various clang-tidy issuesDavid Robillard1-4/+4
2016-07-31Fix compilation with mingwDavid Robillard1-2/+6
2016-07-10Add serd_node_new_relative_uri()David Robillard1-0/+26
2016-07-10Shrink codeDavid Robillard1-5/+3
2016-07-09Fix construction of URIs with UTF-8 charactersDavid Robillard1-7/+5
2015-10-07Update copyright datesDavid Robillard1-1/+1
2015-04-04Fix serializing fractional decimals that would round up.David Robillard1-1/+1
2014-10-03Remove dependence on fmax() to avoid portability issues.David Robillard1-2/+9