Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-17 | Remove dead code | David Robillard | 1 | -2/+0 | |
2020-07-17 | Add missing static specifiers | David Robillard | 1 | -3/+3 | |
2020-07-17 | Fix incorrect printf format specifiers | David Robillard | 1 | -1/+8 | |
2017-12-16 | Update BTree | David Robillard | 1 | -10/+12 | |
2017-02-07 | Fix functional properties with blank nodes | David Robillard | 1 | -6/+28 | |
2017-02-07 | Add support for maximum cardinality | David Robillard | 1 | -0/+15 | |
2017-02-07 | Use consistent error format | David Robillard | 1 | -42/+44 | |
2017-02-07 | Fix restriction count reporting | David Robillard | 1 | -4/+5 | |
2017-01-28 | Update sord_validate copyright notice | David Robillard | 1 | -1/+1 | |
2017-01-03 | Always escape file URIs | David Robillard | 1 | -1/+1 | |
2016-10-01 | Transition away from deprecated _BSD_SOURCE | David Robillard | 1 | -2/+3 | |
2016-09-18 | Update copyright dates | David Robillard | 1 | -2/+2 | |
2016-09-06 | Do proper comparison for numeric property bounds | David Robillard | 1 | -41/+42 | |
Allow xsd:decimal values for xsd:double properties | |||||
2015-03-28 | sord_validate: Warn about properties with no label. | David Robillard | 1 | -0/+7 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@327 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2015-02-21 | More extensive validation support in sord_validate. | David Robillard | 1 | -94/+270 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@324 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2014-10-03 | Compile cleanly as C++. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@314 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2014-09-23 | Reduce memory usage and increase performance with a better data structure. | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@307 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2013-02-18 | Update copyright year where appropriate. | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@284 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2013-02-02 | sord_validate: Pass type check when range is xsd:anyURI and value is a URI. | David Robillard | 1 | -13/+26 | |
sord_validate: Support any subClassOf rdf:Property, not just baked-in ones. git-svn-id: http://svn.drobilla.net/sord/trunk@281 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2012-09-09 | Implement better data type validation in sord_validate conformant with the ↵ | David Robillard | 1 | -40/+186 | |
XSD and OWL specifications. Fix memory leaks in sord_validate. git-svn-id: http://svn.drobilla.net/sord/trunk@261 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2012-08-09 | Print version on -v (and fix dead code). | David Robillard | 1 | -0/+2 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@246 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2012-08-09 | Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes ↵ | David Robillard | 1 | -12/+12 | |
-Wmissing-prototypes. git-svn-id: http://svn.drobilla.net/sord/trunk@244 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2012-04-13 | Add -l option to sord_validator for printing each error on a single line. ↵ | David Robillard | 1 | -10/+24 | |
Useful in conjunction with grep and friends. git-svn-id: http://svn.drobilla.net/sord/trunk@214 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2012-04-06 | Fix compilation as C++. | David Robillard | 1 | -30/+29 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@212 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2012-03-30 | Add convenient sord_search(), sord_ask(), and sord_count(). | David Robillard | 1 | -0/+389 | |
Add sord_validate tool for validating data against RDF/OWL schemas. git-svn-id: http://svn.drobilla.net/sord/trunk@211 3d64ff67-21c5-427c-a301-fe4f08042e5a |