aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-03-07Rename SerdURI to SerdURIViewDavid Robillard8-105/+107
2021-03-07Rename SerdChunk to SerdStringViewDavid Robillard7-35/+30
2021-03-07Use char* for strings in public APIDavid Robillard23-385/+344
2021-03-07Remove escape parameter from serd_node_new_file_uriDavid Robillard4-19/+11
2021-03-07Remove useless character countingDavid Robillard11-99/+55
2021-03-07Add SerdBuffer type for mutable buffersDavid Robillard8-38/+44
2021-03-07Remove serd_uri_to_path()David Robillard4-95/+7
2021-03-07WIP: Switch to MesonDavid Robillard22-721/+812
2021-03-07Factor out test suite running to a standalone scriptDavid Robillard2-199/+419
2021-03-07dox_to_sphinx: Support computeroutput nodes with childrenDavid Robillard1-2/+1
2021-03-07Rewrite man page in mdoc and use mandoc to generate HTMLDavid Robillard3-78/+344
2021-02-15Fix writing long literals with triple quotesDavid Robillard5-4/+83
2021-01-20Serd 0.30.10v0.30.10David Robillard3-4/+4
2021-01-17Remove aligned_alloc supportDavid Robillard4-27/+2
2021-01-16Fix documentation installation directoryGuido Aulisi2-1/+3
2021-01-16Add fallback configuration if documentation theme is unavailableDavid Robillard2-27/+52
2021-01-10Add clant configurationDavid Robillard2-0/+10
2021-01-10Add missing includesDavid Robillard1-0/+2
2021-01-10Avoid use of strcpyDavid Robillard1-3/+3
2021-01-10Only use modern deprecated attributes on clang 7 and newerDavid Robillard1-1/+1
2021-01-10Only use nullability attributes on clang 7 and newerDavid Robillard1-1/+1
2021-01-09Fix plots in READMEDavid Robillard1-3/+3
2021-01-09Only define WIN32_LEAN_AND_MEAN for MSVCDavid Robillard1-1/+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-09Add missing pure attributesDavid Robillard2-2/+2
2021-01-09Fix fallback aligned_alloc() detectionDavid Robillard1-1/+1
2021-01-09Fix SERD_DISABLE_DEPRECATEDDavid Robillard4-2/+12
2021-01-07Update fallback versionDavid Robillard1-1/+1
2021-01-07Serd 0.30.8v0.30.8David Robillard2-3/+3
2021-01-07Update autowafDavid Robillard1-0/+0
2021-01-07Use globally unique Doxygen group namesDavid Robillard2-11/+11
2021-01-07Remove unused fileDavid Robillard1-11/+0
2021-01-06Only publish documentation on masterDavid Robillard1-2/+2
2021-01-06Switch to LV2 documentation themeDavid Robillard9-210/+60
2021-01-06dox_to_sphinx.py: Emit documentation in groupsDavid Robillard1-52/+23
2021-01-06dox_to_sphinx.py: Clean up whitespace in outputDavid Robillard1-9/+10
2021-01-06dox_to_sphinx.py: Fix computeroutput supportDavid Robillard1-1/+1
2021-01-06dox_to_sphinx.py: Add support for fancy quotesDavid Robillard1-0/+6
2021-01-02Update date in version outputDavid Robillard2-2/+2
2021-01-02Use email address instead of website for attributionDavid Robillard32-33/+33
2021-01-02Use SERD_STATIC instead of SERD_SHARED to control visibilityDavid Robillard2-7/+7
2021-01-01Remove the need for a generated configuration headerDavid Robillard5-11/+127
2020-12-31Format all code with clang-formatDavid Robillard31-4625/+4918
2020-12-31Avoid "else" after "break" and "return"David Robillard11-53/+117
2020-12-21Fix documentation page widthDavid Robillard1-1/+1
2020-12-21Remove old Doxygen configurationDavid Robillard1-2426/+0
2020-12-21Generate documentation with SphinxDavid Robillard21-1142/+1076
2020-12-18Fix build on ancient GCCDavid Robillard1-1/+3
2020-12-17Add test for attempting to convert a non-file URI to a pathDavid Robillard1-0/+3