aboutsummaryrefslogtreecommitdiffstats
path: root/src/serd_internal.h
AgeCommit message (Expand)AuthorFilesLines
2019-12-19Clean up includes and improve source file separationDavid Robillard1-3/+0
2019-12-19Move system utilities to separate source filesDavid Robillard1-43/+0
2019-12-19Hide fopen wrapper and use reader interface consistentlyDavid Robillard1-12/+13
2019-12-19Move error handling to worldDavid Robillard1-11/+0
2019-12-19Add SerdWorld for shared library stateDavid Robillard1-3/+5
2019-12-19Clean up and separate internal headersDavid Robillard1-566/+0
2019-12-19Merge datatype and/or language into nodeDavid Robillard1-1/+1
2019-12-19Simplify reader interfaceDavid Robillard1-2/+2
2019-12-19Make nodes opaqueDavid Robillard1-2/+10
2019-12-19Use opaque node APIDavid Robillard1-0/+2
2019-12-19Make serd_strtod API const-correctDavid Robillard1-1/+1
2019-12-18Rename SerdChunk to SerdStringViewDavid Robillard1-3/+3
2019-12-18Use char* for strings in public APIDavid Robillard1-23/+22
2019-12-18Remove useless character countingDavid Robillard1-4/+1
2019-10-27Fix EOF handling while reading in bulk or from stringsDavid Robillard1-2/+9
2019-10-27Use int as internal character type so it can represent EOFDavid Robillard1-6/+6
2019-10-27Fix integer conversion warningsDavid Robillard1-5/+7
2019-04-20Fix incorrect print format argumentsDavid Robillard1-0/+7
2019-01-05Remove pointless const in prototypeDavid Robillard1-1/+1
2018-11-11Shrink serd_byte_source_advance() code slightlyDavid Robillard1-4/+2
2018-09-30Fix calloc argument orderDavid Robillard1-1/+1
2018-09-16Fix const castsDavid Robillard1-1/+1
2018-07-22Inline serd_byte_source_advanceDavid Robillard1-2/+34
2018-07-12Fix making relative URIs that are shorter than, but under, the rootDavid Robillard1-14/+30
2018-06-11Zero-initialize stack memoryDavid Robillard1-1/+1
2018-06-10Fix relative URI serialisationDavid Robillard1-2/+9
2018-02-04Factor out syntax-specific reader implementationDavid Robillard1-0/+89
2018-02-04Factor out is_xdigitDavid Robillard1-1/+8
2017-12-26Print file open error in standard formatDavid Robillard1-1/+2
2017-11-05Move cursor from reader to byte sourceDavid Robillard1-0/+8
2017-11-05Move EOF flag from reader to byte sourceDavid Robillard1-0/+1
2017-11-05Factor out namespace definesDavid Robillard1-0/+3
2017-09-24Make serdi syntax options case-insensitiveDavid Robillard1-0/+12
2017-09-23Use more efficient stack allocation and growth policiesDavid Robillard1-1/+1
2017-08-29Fix writing of corrupt UTF-8David Robillard1-7/+1
2017-07-30Move parse_utf8_char to shared internal headerDavid Robillard1-0/+24
2017-07-30Cleanup: Add push_bytes function to reduce code verbosityDavid Robillard1-0/+2
2017-07-10Factor out UTF-8 character size countingDavid Robillard1-0/+23
2017-07-09Add serd_node_from_substring()David Robillard1-0/+6
2017-07-08Fix parsing of hex escapes in file URIsJohannes Mueller1-0/+7
2017-06-30Fix various clang-tidy issuesDavid Robillard1-1/+1
2017-06-29Fix strict parsing of abolute URI schemesDavid Robillard1-0/+11
2017-04-24Allow arbitrary page size to be passed for custom sourcesDavid Robillard1-2/+2
2017-04-14Make BulkSink general and factor out details from WriterDavid Robillard1-13/+21
2017-04-14Factor out file reading from readerDavid Robillard1-0/+46
2016-08-01Use consistent feature test macrosDavid Robillard1-1/+1
2016-05-17Fix unaligned memory access (UB which breaks ARM)David Robillard1-1/+33
2014-10-03Remove dependence on fmax() to avoid portability issues.David Robillard1-8/+0
2014-08-08Use Markdown in doc comments for better source readability.David Robillard1-1/+1
2014-08-08Use Markdown in doc comments for better source readability.David Robillard1-1/+1