summaryrefslogtreecommitdiffstats
path: root/src/sord_validate.c
AgeCommit message (Expand)AuthorFilesLines
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