summaryrefslogtreecommitdiffstats
path: root/src/sord_validate.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-02Use email address instead of website for attributionDavid Robillard1-2/+2
2021-01-01Remove the need for a generated configuration headerDavid Robillard1-5/+6
2020-12-26Format all code with clang-formatDavid Robillard1-634/+638
2020-12-16Clean up includesDavid Robillard1-8/+10
2020-11-17Remove use of deprecated serd_uri_to_path()David Robillard1-2/+4
2020-07-17Remove dead codeDavid Robillard1-2/+0
2020-07-17Add missing static specifiersDavid Robillard1-3/+3
2020-07-17Fix incorrect printf format specifiersDavid Robillard1-1/+8
2017-12-16Update BTreeDavid Robillard1-10/+12
2017-02-07Fix functional properties with blank nodesDavid Robillard1-6/+28
2017-02-07Add support for maximum cardinalityDavid Robillard1-0/+15
2017-02-07Use consistent error formatDavid Robillard1-42/+44
2017-02-07Fix restriction count reportingDavid Robillard1-4/+5
2017-01-28Update sord_validate copyright noticeDavid Robillard1-1/+1
2017-01-03Always escape file URIsDavid Robillard1-1/+1
2016-10-01Transition away from deprecated _BSD_SOURCEDavid Robillard1-2/+3
2016-09-18Update copyright datesDavid Robillard1-2/+2
2016-09-06Do proper comparison for numeric property boundsDavid Robillard1-41/+42
2015-03-28sord_validate: Warn about properties with no label.David Robillard1-0/+7
2015-02-21More extensive validation support in sord_validate.David Robillard1-94/+270
2014-10-03Compile cleanly as C++.David Robillard1-1/+1
2014-09-23Reduce memory usage and increase performance with a better data structure.David Robillard1-2/+2
2013-02-18Update copyright year where appropriate.David Robillard1-2/+2
2013-02-02sord_validate: Pass type check when range is xsd:anyURI and value is a URI.David Robillard1-13/+26
2012-09-09Implement better data type validation in sord_validate conformant with the XS...David Robillard1-40/+186
2012-08-09Print version on -v (and fix dead code).David Robillard1-0/+2
2012-08-09Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...David Robillard1-12/+12
2012-04-13Add -l option to sord_validator for printing each error on a single line. Us...David Robillard1-10/+24
2012-04-06Fix compilation as C++.David Robillard1-30/+29
2012-03-30Add convenient sord_search(), sord_ask(), and sord_count().David Robillard1-0/+389