Commit Graph

121 Commits (f68d7473088fdd012693277babcbc8c49f17eb65)

Author SHA1 Message Date
Tpt 97bb227042 Migrates to Rust 2021 3 years ago
Tpt f6dbb96327 Makes Clippy happy 3 years ago
Tpt b82168bc6a Fixes WASM compilation 3 years ago
Tpt 1c7bec5226 Introduces a struct for xsd:float and xsd:double 3 years ago
Tpt e9608fb2eb Adds wasm32 support to lib crate 3 years ago
Tpt f084cfe332 Enables more Clippy lints and enforces them 3 years ago
Tpt 18e1e03f0f Adds RDF-star support to formatters 3 years ago
Tpt 2067be1a0e Makes Clippy happy 3 years ago
Tpt ddc8eb584a SPARQL UPDATE/ Avoids direct manipulation of encoded terms 3 years ago
Tpt f15430804a Removes From implementations between Oxigraph and Rio 3 years ago
Tpt c18281183a Uses std::io::Result where relevant 4 years ago
Tpt 8f360568dc Makes Term::from_str support RDF-star 4 years ago
Tpt b5cb0cce19 Makes Clippy happy 4 years ago
Tpt 4302316a41 Fixes the input type of graph manipulation methods 4 years ago
Tpt 10ee6e17f0 Adds SPARQL* support to the SPARQL parser 4 years ago
Tpt cd36119d88 Improves nested triples formatting 4 years ago
Tpt 80676b5149 Makes RDF testsuites parsing more robust 4 years ago
Tpt a97250dcce Basic RDF-star support 4 years ago
Tpt 820ea62424 Makes Interned aggregated terms not copy 4 years ago
Tpt 42e4c15c46 Makes GraphView not copy 4 years ago
Tpt 8004fc28c0 Renames NamedOrBlankNode to Subject 4 years ago
Tpt 122db6a2c3 Drops Oxigraph JS 4 years ago
Tpt 0aa209b6ea Improves Graph and Dataset documentation 4 years ago
Tpt f75dc6a61d Adds simple in memory Graph and Dataset 4 years ago
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