aboutsummaryrefslogtreecommitdiffstats
path: root/src/serdi.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-02Update date in version outputDavid Robillard1-1/+1
2021-01-02Use email address instead of website for attributionDavid Robillard1-2/+2
2021-01-01Remove the need for a generated configuration headerDavid Robillard1-2/+2
2020-12-31Format all code with clang-formatDavid Robillard1-275/+277
2020-12-31Avoid "else" after "break" and "return"David Robillard1-3/+12
2020-11-14Deprecate serd_uri_to_path()David Robillard1-2/+8
2020-11-12Add missing const qualifiersDavid Robillard1-4/+4
2020-11-12Factor out output style selectionDavid Robillard1-22/+34
2020-11-10Add const, pure, and malloc function attributesDavid Robillard1-1/+1
2020-11-10Define WIN32_LEAN_AND_MEANDavid Robillard1-0/+1
2020-09-27Update stale copyright datesDavid Robillard1-1/+1
2020-08-16Use conventional short variable name for statusDavid Robillard1-8/+8
2020-08-14Avoid absurd Windows warnings about "deprecated" POSIX functionsDavid Robillard1-2/+2
2020-08-14Clean up and separate internal headersDavid Robillard1-1/+24
2020-07-06Fix spurious semicolon warningsDavid Robillard1-2/+2
2020-06-21Clean up includesDavid Robillard1-4/+7
2019-03-16Set stdin and stdout to binary mode on Windows to preserve newlinesDavid Robillard1-0/+10
2019-01-05Fix unused parameter warningsDavid Robillard1-0/+2
2018-01-04Open files in binary mode to preserve line endings on WindowsDavid Robillard1-1/+1
2017-12-29Don't force ASCII for NQuadsDavid Robillard1-2/+1
2017-12-29Add serdi option to write ASCII outputDavid Robillard1-1/+6
2017-09-24Make serdi guess input syntax from extension if unspecifiedDavid Robillard1-2/+27
2017-09-24Make serdi syntax options case-insensitiveDavid Robillard1-20/+28
2017-02-07Remove comment fragment cruftDavid Robillard1-6/+1
2017-01-06Add support for reading TriGDavid Robillard1-5/+8
2017-01-05Add support for NQuadsDavid Robillard1-4/+6
2017-01-03Always escape file URIsDavid Robillard1-1/+1
2016-09-18Update copyright datesDavid Robillard1-2/+2
2016-05-29Fix handling of file I/O errorsDavid Robillard1-4/+8
2015-10-08Update copyright datesDavid Robillard1-1/+1
2015-10-07Update copyright datesDavid Robillard1-1/+1
2015-10-03Show serdi errors in standard formatDavid Robillard1-13/+21
2014-12-10Configurable strict parsing to tolerate invalid URIs.David Robillard1-0/+5
2014-08-08Update copyright dates.David Robillard1-2/+2
2013-03-30Add more tests from the new W3C Turtle test suite.David Robillard1-3/+3
2012-08-08Fix incorrect prototype.David Robillard1-1/+1
2012-07-05Add error callback to reader and writer for custom error reporting.David Robillard1-0/+15
2012-05-08Add incremental read interface suitable for reading from infinite streams.David Robillard1-3/+16
2012-03-29Don't break relative URIs with up-references when parsing a document with no ...David Robillard1-1/+1
2012-03-10Add serd_writer_set_root_uri(), root parameter toDavid Robillard1-18/+23
2012-03-08Add serd_writer_get_env().David Robillard1-1/+2
2012-03-03Fix reading of empty files (e.g. /dev/null) test case.David Robillard1-1/+1
2012-02-21Print command name in serdi error messages.David Robillard1-35/+25
2012-01-16Support compilation as C++ under MSVC++David Robillard1-2/+3
2012-01-16Update copyright dates.David Robillard1-2/+2
2012-01-08Update man page.David Robillard1-4/+4
2011-12-25100% test coverage.David Robillard1-1/+1
2011-12-24Remove pointless check.David Robillard1-5/+0
2011-12-23Add serd_file_sink for the common case of writing to a FILE* stream.David Robillard1-8/+1
2011-12-21Remove trailing whitespace.David Robillard1-1/+1