Tpt
|
25397c5751
|
Drops support of plain literals
They are merged with xsd:string datatyped literal in RDF 1.1
|
6 years ago |
Tpt
|
81cae09eb5
|
Fixes some formatting
|
6 years ago |
Tpt
|
4b2f8c121b
|
Avoids global macros importation
|
6 years ago |
Tpt
|
1e0d803272
|
Makes code more "Rust 2018" idiomatic
|
6 years ago |
Tpt
|
0ba67d9614
|
Upgrades formatting to 1.31
|
6 years ago |
Tpt
|
d8de4eaf7a
|
Fixes support of SPARQL "GRAPH" keyword
|
6 years ago |
Tpt
|
ee0a8574ba
|
SPARQL: adds support of REGEX
|
6 years ago |
Tpt
|
4ac6828311
|
SPARQL: Fixes DISTINCT after ORDER BY
|
6 years ago |
Tpt
|
9ae5f4fcb7
|
Implements SPARQL CONSTRUCT
|
6 years ago |
Tpt
|
12f80fc622
|
Migrates to failure from error_chain
|
6 years ago |
Tpt
|
0fd98c701a
|
Implements SPARQL ORDER BY
|
6 years ago |
Tpt
|
6e2471de0b
|
Adds support of SPARQL ASK queries
|
6 years ago |
Tpt
|
bd5c737334
|
Allows to set BindingsIterator lifetime
Will allow to avoid a lot of copies
|
6 years ago |
Tpt
|
1772f3df07
|
Adds a "prepare" step during SPARQL query execution
|
6 years ago |
Tpt
|
909c7abd07
|
Evaluates more SPARQL built-in functions
|
6 years ago |
Tpt
|
467921944b
|
Runs tests for BOUND and boolean effective values
|
6 years ago |
Tpt
|
0f848a308f
|
Adds support of nested OPTIONALs
|
6 years ago |
Tpt
|
e1332e6487
|
Makes more SPARQL tests pass
|
6 years ago |
Tpt
|
c713dcd2ee
|
Adds support of OPTIONAL
|
6 years ago |
Tpt
|
c45e7e40a8
|
Adds execution of bnode-coreference tests
|
6 years ago |
Tpt
|
77c9b972ab
|
Adds support of basic XSD casts
|
6 years ago |
Tpt
|
ab43ff1f48
|
Adds support of BIND evaluation
|
6 years ago |
Tpt
|
53ffd231a0
|
Adds basic native support of xsd:integer, xsd:float and xsd:double
|
6 years ago |
Tpt
|
23387ab76e
|
Makes repository root directory a Cargo workspace
|
6 years ago |
Tpt
|
002afb53b4
|
Moves SPARQL evaluation out of store module
Keeps everything related to SPARQL in one place
|
6 years ago |
Tpt
|
c1ea33b5aa
|
Adds support of SPARQL DISTINCT and UNION evaluation
Uses the Literal::new_simple_literal constructors where relevant
|
6 years ago |
Tpt
|
5cff79c372
|
Improves documentation and public interfaces
|
6 years ago |
Tpt
|
d69d9c526e
|
Makes SPARQL 1.0 triple pattern tests pass
|
6 years ago |
Tpt
|
7ed4252ad8
|
Adds beginning of SPARQL evaluation
|
6 years ago |
Tpt
|
74a2d9859a
|
Execute SPARQL 1.0 test suite
|
6 years ago |
Tpt
|
9e88e27acf
|
Beginning of RDF/XML parser
Does not support all RDF/XML constructs yet
|
6 years ago |
Tpt
|
1871fed255
|
Improves W3C tests client
|
6 years ago |
Tpt
|
4479d14019
|
Do not stop to execute Turtle tests as soon as a blacklisted one is found
|
6 years ago |
Tpt
|
2bd1e050a9
|
Optimises Turtle URI and string literals decoding
Avoids copies when possible
|
6 years ago |
Tpt
|
63d88f2297
|
Fixes tests
|
6 years ago |
Tpt
|
5afc8b4314
|
Prints to sterr the failing negative SPARQL tests
|
6 years ago |
Tpt
|
472a9292b3
|
Upgrades fmt to rust 1.29 and fixes some clippy warnings
|
6 years ago |
Tpt
|
38a8f97254
|
Implements memory store as a simple alternative to RocksDB
Drops InMemoryGraph in favor of the new memory store
|
6 years ago |
Tpt
|
e5a9d7672b
|
Format changes with Rust 1.28
|
6 years ago |
Tpt
|
39116bf2c9
|
Migrates from RioError to standard error system
|
6 years ago |
Tpt
|
21a4b78105
|
Starts to use the standard SPARQL algebra as SPARQL AST
|
6 years ago |
Tpt
|
53a5a7df10
|
Explodes model::data module
|
7 years ago |
Tpt
|
92917957a3
|
Fixes a bug in tests name extraction
|
7 years ago |
Tpt
|
a97149593f
|
Improves W3C tests discovery and implementation
|
7 years ago |
Tpt
|
d933660ed7
|
Adds a basic incomplete SPARQL parser
|
7 years ago |
Tpt
|
df66546d3e
|
Upgrades to 1.26.1 formatting
|
7 years ago |
Tpt
|
8c95655dec
|
[Tests] Retry request on "message is incomplete" errors
|
7 years ago |
Tpt
|
fec8868065
|
Better constant URI storage in tests
|
7 years ago |
Tpt
|
723bb22b18
|
Creates a simplistic implementation of a MemoryStore
Moves the graph isomorphism implementation out of rdf_test_cases
|
7 years ago |
Tpt
|
f90cfbc39a
|
Adds basic evaluation tests for Turtle
|
7 years ago |