aboutsummaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2019-12-20Add empty syntax type for suppressing outputDavid Robillard1-1/+1
2019-12-20Simplify handling of input string argumentsDavid Robillard1-1/+1
2019-12-20Add input base URI optionDavid Robillard1-1/+5
2019-12-20Add option for writing terse output without newlinesDavid Robillard1-0/+4
2019-12-20Add modelDavid Robillard1-2/+15
2019-12-19Simplify writer style optionsDavid Robillard1-4/+0
2019-12-19Use a fixed-size reader stackDavid Robillard1-0/+4
This improves performance, and makes the reader more suitable for embedded or network-facing applications, at the cost of requiring the user to specify a maximum stack size.
2019-10-14Improve man page formattingDavid Robillard1-23/+23
2019-07-25Add benchmark plotsDavid Robillard3-0/+5372
2019-07-25Build documentation and coverage index pageDavid Robillard1-0/+35
2019-07-25Make documentation build with Doxygen 1.8.13David Robillard3-34/+15
2019-03-31Add documentation main pageDavid Robillard1-0/+15
2019-03-30Improve documentationDavid Robillard5-241/+311
2019-03-23Update Doxygen configurationDavid Robillard1-52/+119
2019-03-17Use simpler Doxygen header and footerDavid Robillard3-2/+72
2019-03-17Hide export declarations in documentationDavid Robillard1-3/+3
2018-06-03Tweak documentation styleDavid Robillard1-8/+13
2017-12-29Add serdi option to write ASCII outputDavid Robillard1-0/+4
2017-09-24Make serdi syntax options case-insensitiveDavid Robillard1-2/+4
2017-01-06Add support for reading TriGDavid Robillard1-2/+2
2017-01-05Add support for NQuadsDavid Robillard1-4/+4
2016-09-18Update documentation styleDavid Robillard1-63/+53
2016-09-05Update man pagesDavid Robillard1-1/+1
2016-08-27Update documentation styleDavid Robillard2-213/+454
2015-10-08Update serdi man pageDavid Robillard1-1/+9
git-svn-id: http://svn.drobilla.net/serd/trunk@504 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2015-10-08Fix documentation generationDavid Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@503 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2014-08-08Update Doxygen file.David Robillard1-918/+1438
git-svn-id: http://svn.drobilla.net/serd/trunk@468 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-09-09Disable timestamps in HTML documentation for reproducible build (fix #856).David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@382 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-08-23Fix footer padding.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@378 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-08-04Fix doxygen HTML output.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/serd/trunk@364 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-07-09Improve documentation style.David Robillard3-159/+431
Update to r71/autowaf. git-svn-id: http://svn.drobilla.net/serd/trunk@358 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-05-08Add incremental read interface suitable for reading from infinite streams.David Robillard1-1/+9
git-svn-id: http://svn.drobilla.net/serd/trunk@350 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-04-18Fix absolute path in documentation.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@348 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-04-18Normalise indentation.David Robillard1-8/+8
git-svn-id: http://svn.drobilla.net/serd/trunk@347 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-04-13Use standard command synopsis style.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@343 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-03-10Add serd_writer_set_root_uri(), root parameter toDavid Robillard1-0/+4
serd_uri_serialise_relative(), and -r option to serdi, to enable writing URIs with up references (../) within a parent namespace. Resolve dot segments in serd_uri_resolve() instead of at write time. git-svn-id: http://svn.drobilla.net/serd/trunk@336 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-01-17Fix syntax errors in man pages.David Robillard1-19/+5
git-svn-id: http://svn.drobilla.net/serd/trunk@296 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-01-16Update copyright dates.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@285 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-01-08Update man page.David Robillard1-10/+19
Sort command line options in help and man page. Fix doxygen warnings about undocumented parameters. git-svn-id: http://svn.drobilla.net/serd/trunk@282 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-09-29Update documentation styleDavid Robillard1-1/+17
git-svn-id: http://svn.drobilla.net/serd/trunk@222 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-05-25Update man page.David Robillard1-1/+13
git-svn-id: http://svn.drobilla.net/serd/trunk@197 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-05-09Update man page.David Robillard1-1/+8
git-svn-id: http://svn.drobilla.net/serd/trunk@166 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-04-22Switch to ISC license (legally equivalent to MIT license but with less ↵David Robillard1-1/+1
obnoxious lawyer noise). git-svn-id: http://svn.drobilla.net/serd/trunk@139 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-03-29Fix yelley project name in docs.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@134 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-03-19Fix references to old license.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@127 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-03-17Better documentation table style.David Robillard1-4/+5
git-svn-id: http://svn.drobilla.net/serd/trunk@124 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-03-17Improve documentation.David Robillard2-23/+17
git-svn-id: http://svn.drobilla.net/serd/trunk@123 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-03-03Tweak documentation style.David Robillard1-6/+6
git-svn-id: http://svn.drobilla.net/serd/trunk@117 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-02-25Improve documentation style (align right/left edges, more logical/consistent ↵David Robillard1-11/+21
colours and heading sizes). git-svn-id: http://svn.drobilla.net/serd/trunk@111 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-02-25Lighten up documentation a bit.David Robillard1-10/+3
Use a more consistent style between prototypes and detailed documentation. git-svn-id: http://svn.drobilla.net/serd/trunk@109 490d8e77-9747-427b-9fa3-0b8f29cee8a0