Commit Graph

97 Commits (58e6112774cc5520dbb83152e120487856a72ead)

Author SHA1 Message Date
Tpt ddbef60de0 Finds a way to keep nom 6 4 years ago
Tpt d8773ec51c Downgrades nom to v5 to fix Rust 1.50 compilation issue 4 years ago
Tpt fce1b03051 Fixes matches! formatting using Rust 1.50 4 years ago
Tpt 5431a28cd3 Updates CHANGELOG 4 years ago
Tpt a228d266c5 Fixes some internal links in the documentation 4 years ago
dependabot[bot] 793e942144
Update nom requirement from 5 to 6 (#69) 4 years ago
Tpt 7f8bbce07f Makes rustdoc build the internal links in the documentation 4 years ago
Tpt 75a629860d Enforces some extra Clippy lints 4 years ago
Tpt 231da02e87 Uses matches! where relevant 4 years ago
Tpt 39fe1b1704 Removes The default_graph_uris and named_graph_uris parameters from Python query methods 4 years ago
Tpt c6d26a2a37 Easy parsing of terms from their serialization and SPARQL TSV parser 4 years ago
Tpt 3ecaaf07c0 Fixes MONTH() and DAY() function evaluation on xsd:date 4 years ago
Tpt 23cc09f481 Implements a Simple HTTP client for SPARQL federation and SPARQL LOAD 4 years ago
Tpt 9b202efc27 Fixes some typos 4 years ago
Tpt 44c216c348 Moves sophia implementations into model and store packages 4 years ago
Tpt cf67bda446 Fixes a bug in xsd:gYear parsing 4 years ago
Tpt 6b3062f496 Renames some sparql module element and improves documentation 4 years ago
Tpt e787eb69f5 Fixes two warnings when building the JS bindings 4 years ago
Tpt db6dbea1ec Removes all deprecated items 4 years ago
Tpt fdc0dbbeef Adds #[inline] annotations to simple public functions 4 years ago
Tpt 1c2bf8f995 Adds missing URIs to vocab::xsd 4 years ago
Tpt f9d97a2296 Adds native support for all time related XSD literals 4 years ago
Tpt a0c5cf7286 Adds links to the code documentation 4 years ago
Tpt 8bc84b2820 Adds borrowed data structures for RDF terms 4 years ago
Tpt d3d78b9713 Adds a test for xsd:string and plain literal equality 4 years ago
Tpt 9038ab3921 Converts oxigraph::Error into oxigraph::sparql::EvaluationError 4 years ago
Tpt 974e5d1e1a Breaking: Adds a new enumeration for graph names 5 years ago
Tpt 79038afe44 Introduces native support for xsd:dayTimeDuration and xsd:yearMonthDuration 5 years ago
Tpt 2d80960e79 Deprecates Triple and Quad methods 5 years ago
Tpt 71aa5a6c79 Allows BlankNode struct to store any valid blank node identifier 5 years ago
Tpt 827667e495 Removes global ordering of blank node and literals 5 years ago
Tpt c3ae01e701 Implements a crate for the testsuite, adds parser tests and a better isomorphism algorithm 5 years ago
Tpt 69f94777b6 Adds isomorphism computation to MemoryDataset and drops SimpleGraph 5 years ago
Tpt 5039da163b Small code cleanup 5 years ago
Tpt cc7c92092f Provides a nice API for SPARQL SELECT solutions handling 5 years ago
Tpt febaad9bdb Adds new easy equality method to NamedNode 5 years ago
Tpt 42fafbe57f Avoids using the big oxigraph::Error in model structures 5 years ago
Tpt 480d3a0077 Small documentation improvements 5 years ago
Tpt e8648ffc76 Adds the StrHash structure 5 years ago
Tpt 2b85a06487 Migrates to oxiri and oxilangtag 5 years ago
Tpt 2bbe29c31a Upgrades RocksDB to 0.14 5 years ago
Pierre-Antoine Champin 5022a09573 add destruct method to Literal and Quad 5 years ago
Pierre-Antoine Champin b93c6e0ae6 fix BlankNode::as_str 5 years ago
Pierre-Antoine Champin 2352fc2384 complete documentation 5 years ago
Pierre-Antoine Champin cc6ca5fe1e making unchecked constructor of Literal public 5 years ago
Tpt 4c9bd52614 Validates language tags 5 years ago
Tpt beb7192e22 Removes ModelError 5 years ago
Tpt 23f5ac78ed Drops dependency on anyhow to get something implementing std::error::Error 5 years ago
Pierre-Antoine Champin 053335b431 open API for creating unchecked NamedNode 5 years ago
Pierre-Antoine Champin 816798d006 open blank_node inners 5 years ago