Age | Commit message (Expand) | Author | Files | Lines |
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 |
2015-03-28 | sord_validate: Warn about properties with no label. | David Robillard | 1 | -0/+7 |
2015-02-21 | More extensive validation support in sord_validate. | David Robillard | 1 | -94/+270 |
2014-10-03 | Compile cleanly as C++. | David Robillard | 1 | -1/+1 |
2014-09-23 | Reduce memory usage and increase performance with a better data structure. | David Robillard | 1 | -2/+2 |
2013-02-18 | Update copyright year where appropriate. | David Robillard | 1 | -2/+2 |
2013-02-02 | sord_validate: Pass type check when range is xsd:anyURI and value is a URI. | David Robillard | 1 | -13/+26 |
2012-09-09 | Implement better data type validation in sord_validate conformant with the XS... | David Robillard | 1 | -40/+186 |
2012-08-09 | Print version on -v (and fix dead code). | David Robillard | 1 | -0/+2 |
2012-08-09 | Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis... | David Robillard | 1 | -12/+12 |
2012-04-13 | Add -l option to sord_validator for printing each error on a single line. Us... | David Robillard | 1 | -10/+24 |
2012-04-06 | Fix compilation as C++. | David Robillard | 1 | -30/+29 |
2012-03-30 | Add convenient sord_search(), sord_ask(), and sord_count(). | David Robillard | 1 | -0/+389 |