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