Commit Graph

70 Commits (79038afe44f1b67c2d9e8bc67a16c492ecaecec5)

Author SHA1 Message Date
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
Tpt 0265adbafc Avoids unwrap() in From implementations 5 years ago
Tpt 329a80bc8c Makes new Clippy lints pass 5 years ago
Tpt b530af153f Adds WebAssembly support to Oxigraph lib 5 years ago
Tpt 8c4c273edf [Breaking] Uses big endian encoding 5 years ago
Tpt 7cd5558d2b Adds extra compiler and Clippy lints 5 years ago
Tpt 603b58c856 Drops the dependency on num_traits 5 years ago
Tpt 10b1fa68f3 Adds native xsd:duration xsd:dateTime xsd:date and xsd:time structures 5 years ago
Tpt 4a2daeb739 Adds back float to decimal casts 5 years ago
Tpt e0bbe29dc2 Use our own xsd:decimal implementation and restrict xsd:integer precision to 64bits 5 years ago
Tpt 05a32f7d7a Improves slightly code style 5 years ago
Tpt 85bc596cc0 Renames Rudf to Oxigraph 6 years ago
Tpt 4bbd2ce204 Uses u128 instead of UUID inside of BlankNode 6 years ago
Tpt 3beecdff76 Implements SPARQL 1.1 functions 6 years ago
Tpt 25b5e20c2b Migrates to Rio 0.3 6 years ago
Tpt 06c0773e5a Makes most open-word SPARQL tests pass 6 years ago
Tpt 9cc96a5155 Enables link time optimizations 6 years ago
Tpt 2f706a777f Adds our own IRI normalization instead of relying on Url crate 6 years ago
Tpt cac68a4473 Drops LanguageTag and normalizes all tags to lowercase 6 years ago
Tpt d617e72550 Cleanup SPARQL module public API 6 years ago
Tpt 9ccc079b4c Adds Repository::load_graph to load graph files 6 years ago
Tpt a803daa64b Removes NamedNode::from_str 6 years ago
Tpt 21ad76c7cf Introduces Repository and RepositoryConnection and simplifies API 6 years ago
Tpt de8997c750 Makes NamedNode store a String internally 6 years ago
Tpt f78121f9d3 Removes utils file 6 years ago
Tpt ce1c198552 Adds SimpleGraph struct and proper isomorphism implementation 6 years ago
Tpt 649fdce93f Fixes some clippy warnings 6 years ago
Tpt 9f6f3ca6d7 Make LanguageTag::private_use return the private use subtag even if 6 years ago