aboutsummaryrefslogtreecommitdiffstats
path: root/src/env.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-27Add support for parsing variablesDavid Robillard1-0/+1
2020-10-27Fix crash when expanding empty URI prefixesDavid Robillard1-1/+1
2020-10-27Make serd_env_expand() always return a node if it is not relativeDavid Robillard1-10/+20
2020-10-27Make it possible to allocate nodes with CURIE datatypesDavid Robillard1-0/+1
2020-10-27Remove double allocation in serd_env_set_prefix()David Robillard1-9/+5
2020-10-27Remove double allocations in serd_env_expand()David Robillard1-6/+22
2020-10-27Split up node expansion codeDavid Robillard1-30/+53
2020-10-27Clean up Env tests and behaviourDavid Robillard1-1/+4
2020-10-27Make const Env functions tolerant of NULLDavid Robillard1-1/+9
2020-10-27Allow setting the base URI of an Env to NULLDavid Robillard1-1/+5
2020-10-27Remove serd_env_foreach()David Robillard1-10/+0
2020-10-27Add serd_env_write_prefixes()David Robillard1-0/+9
2020-10-27Ensure serd_new_resolved_uri returns an absolute URI or NULLDavid Robillard1-3/+2
2020-10-27Add serd_env_copy() and serd_env_equals()David Robillard1-0/+36
2020-10-27Simplify SerdEnv APIDavid Robillard1-28/+51
2020-10-27Shorten node constructor namesDavid Robillard1-9/+7
2020-10-27Expand datatype of literal nodes in serd_env_expand_nodeDavid Robillard1-1/+12
2020-10-27Clean up node construction APIDavid Robillard1-18/+23
2020-10-27Remove SERD_NOTHING node typeDavid Robillard1-1/+0
2020-10-27Make nodes opaqueDavid Robillard1-37/+44
2020-10-27Use opaque node APIDavid Robillard1-11/+15
2020-10-27Remove "get" from accessor namesDavid Robillard1-2/+1
2020-10-27Rename SerdChunk to SerdStringViewDavid Robillard1-5/+5
2020-10-27Use char* for strings in public APIDavid Robillard1-12/+9
2020-10-27Remove useless character countingDavid Robillard1-3/+2
2020-08-16Ensure that all free methods tolerate NULLDavid Robillard1-0/+4
2020-08-14Fix Wswitch-enum warningsDavid Robillard1-6/+10
2020-08-14Avoid copying nodes when equivalent prefixes are setDavid Robillard1-3/+5
2020-06-21Clean up includesDavid Robillard1-2/+5
2019-10-27Fix integer conversion warningsDavid Robillard1-2/+2
2018-09-30Fix calloc argument orderDavid Robillard1-1/+1
2018-06-15Remove redundant SERD_API declarationsDavid Robillard1-10/+0
2018-06-10Remove syntax assumptions from SerdEnv implementationDavid Robillard1-24/+1
2018-05-27Clarify errors returned by serd_env_expand()David Robillard1-3/+3
2017-06-30Fix various clang-tidy issuesDavid Robillard1-16/+16
2016-09-18Fix memory errorDavid Robillard1-2/+3
2016-07-09Fix construction of URIs with UTF-8 charactersDavid Robillard1-3/+3
2014-08-08Use Markdown in doc comments for better source readability.David Robillard1-1/+1
2014-08-08Update copyright dates.David Robillard1-1/+1
2014-08-05Remove unnecessary include.David Robillard1-1/+0
2014-04-11Minor hardening.David Robillard1-6/+6
2012-08-08Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...David Robillard1-4/+3
2012-07-05Add error callback to reader and writer for custom error reporting.David Robillard1-1/+1
2012-03-18Tolerate NULL URI parameter in serd_env_get_base_uri().David Robillard1-1/+3
2012-02-21Print command name in serdi error messages.David Robillard1-6/+2
2012-01-16Fix compilation on sane platforms.David Robillard1-1/+1
2012-01-16Support compilation as C++ under MSVC++David Robillard1-7/+7
2012-01-16Update copyright dates.David Robillard1-1/+1
2012-01-14Lint.David Robillard1-1/+1
2011-12-25Near 100% branch coverage.David Robillard1-26/+17