aboutsummaryrefslogtreecommitdiffstats
path: root/src/serdi.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-02Replace serd_reader_set_strict() with SerdReaderFlagsDavid Robillard1-5/+4
2023-12-02Add empty syntax type for suppressing outputDavid Robillard1-6/+10
2023-12-02Use a simple type-safe stack in writerDavid Robillard1-1/+3
2023-12-02Add a set of limits to the worldDavid Robillard1-1/+4
2023-12-02Replace SERD_WRITE_STRICT flag with SERD_WRITE_LAXDavid Robillard1-2/+2
2023-12-02Add support for writing terse output with minimal newlinesDavid Robillard1-0/+3
2023-12-02Simplify writer style options and write UTF-8 by defaultDavid Robillard1-56/+17
2023-12-02Add SerdCaretDavid Robillard1-4/+8
2023-12-02Add SerdWorld for shared library stateDavid Robillard1-8/+10
2023-12-02Move syntax name/extension utilities to public APIDavid Robillard1-50/+6
2023-12-02Use a fixed-size reader stackDavid Robillard1-1/+18
2023-12-02Simplify reader interfaceDavid Robillard1-64/+25
2023-12-02Add SerdSink interface and hide implementationsDavid Robillard1-8/+1
2023-12-02Bring read/write interface closer to the C standardDavid Robillard1-2/+3
2023-12-02Simplify node construction APIDavid Robillard1-11/+14
2023-12-02Simplify URI API and implementationDavid Robillard1-2/+3
2023-12-02Make nodes opaqueDavid Robillard1-6/+7
2023-12-02Shorten node constructor namesDavid Robillard1-2/+2
2023-12-02Use more human-readable status codesDavid Robillard1-1/+1
2023-12-02Add version constants to public headerDavid Robillard1-1/+7
2023-12-02Split up public API headerDavid Robillard1-1/+10
2023-12-02Rename function types for consistencyDavid Robillard1-4/+4
2023-12-02Rename SerdStyle to SerdWriterFlagsDavid Robillard1-12/+12
2023-12-02Rename SerdURI to SerdURIViewDavid Robillard1-2/+2
2023-12-02Use char* for strings in public APIDavid Robillard1-28/+26
2023-12-02Remove escape parameter from serd_node_new_file_uriDavid Robillard1-1/+1
2023-05-04Fix whitespaceDavid Robillard1-2/+2
2023-04-30Add long "help" and "version" options to serdiDavid Robillard1-0/+8
2023-04-16Gracefully handle errors when writing textDavid Robillard1-3/+8
2023-04-06Make URI writing stricter by defaultDavid Robillard1-1/+1
2023-04-06Improve help textDavid Robillard1-2/+2
2023-02-06Update year in version outputDavid Robillard1-2/+2
2023-02-04Fix clang and clang-tidy warnings on WindowsDavid Robillard1-1/+1
2022-12-20Avoid using ASCII grave as a quoteDavid Robillard1-1/+1
2022-11-24Explicitly ignore the posix_fadvise() return valueDavid Robillard1-1/+2
2022-10-23Use uppercase integer literal suffixesDavid Robillard1-1/+1
2022-08-31Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
2022-07-16Simplify command line usage printingDavid Robillard1-16/+19
2022-07-16Remove redundant check for command line argument countDavid Robillard1-4/+1
2022-07-16Define _POSIX_C_SOURCE globally in the build systemDavid Robillard1-2/+0
2022-05-26Update serdi version outputDavid Robillard1-3/+3
2021-05-31Make most function parameters constDavid Robillard1-6/+6
2021-05-31Remove "static inline" for functions in implementation filesDavid Robillard1-1/+1
2021-04-12Sort command line argument handling codeDavid Robillard1-7/+7
2021-04-11Support combining several BSD-style command line flags in serdiDavid Robillard1-59/+68
2021-01-09Only define WIN32_LEAN_AND_MEAN for MSVCDavid Robillard1-1/+3
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