Commit Graph

  • 6ae3795a31 Avoids some not needed clones Tpt 2019-02-22 13:39:33 +0100
  • 01f3074d1e LanguageTag: Enables some commented out tests Tpt 2019-02-21 17:03:09 +0100
  • b673471b39 Use LanguageTag inside of Literal Tpt 2019-02-21 17:00:25 +0100
  • 01c1e812f5 Makes langtag.net valid-tags tests pass Tpt 2019-02-20 16:44:19 +0100
  • 1a71bae5e2 Adds basic LanguageTag structure Tpt 2018-12-06 16:34:13 +0100
  • bf37d7c677 Fixes langMatches evaluation Tpt 2019-02-21 15:26:18 +0100
  • fd7609de81 Adds impl From<Cow<str>> for Literal Tpt 2019-02-18 16:30:47 +0100
  • 25397c5751 Drops support of plain literals Tpt 2019-02-18 16:27:23 +0100
  • 1e474cd320 Drops RocksDB compression Tpt 2019-02-13 11:19:04 +0100
  • 0a0768cb03 Upgrades rust decimal Tpt 2019-02-11 17:47:58 +0100
  • 25ea1df0ae RocksDB: avoid not needed copies when retrieving string values Tpt 2019-02-11 17:29:06 +0100
  • 0356de0e40 Applies some Clippy suggestions Tpt 2019-01-18 16:58:04 +0100
  • 81cae09eb5 Fixes some formatting Tpt 2019-01-18 16:51:31 +0100
  • a77d08cf03 SPARQL: adds YEAR/.../SECONDS functions Tpt 2018-12-22 15:25:58 +0100
  • 8de71d4536 The TZ function is not the same as the TIMEZONE function Tpt 2018-12-22 15:07:11 +0100
  • c760042321 SPARQL: Use checked operators if available Tpt 2018-12-22 15:03:20 +0100
  • 1499c2c96c Adds native support of xsd:date and xsd:time without duration Tpt 2018-11-26 18:28:18 +0100
  • 33c5534c84 Updates RocksDB and makes it do some compression Tpt 2019-01-11 15:52:42 +0100
  • 7a16be53d5 Adds all RDF and RDFS vocabularies as constants Tpt 2018-12-11 17:08:44 +0100
  • 4b2f8c121b Avoids global macros importation Tpt 2018-12-07 13:35:58 +0100
  • 1e0d803272 Makes code more "Rust 2018" idiomatic Tpt 2018-12-07 12:08:42 +0100
  • 610b75eaad Enables 2018 edition Tpt 2018-12-07 12:05:23 +0100
  • a63b81be8c Use new tool attributes syntax Tpt 2018-12-07 12:00:45 +0100
  • 6862fd346e Applies "cargo fix --edition" Tpt 2018-12-07 11:57:43 +0100
  • 0ba67d9614 Upgrades formatting to 1.31 Tpt 2018-12-07 11:54:47 +0100
  • d537a54f0b Improves EncodedStore::quads_for_pattern signature Tpt 2018-12-06 11:49:23 +0100
  • d8de4eaf7a Fixes support of SPARQL "GRAPH" keyword Tpt 2018-12-06 11:22:08 +0100
  • f1554b7d4d Fixes some warnings in numeric_encoded tests Tpt 2018-12-06 11:00:52 +0100
  • 4c01f08e90 Makes sure that everything is imported in tests Tpt 2018-11-26 19:33:08 -0800
  • c7cd43217b Implements some SPARQL 1.1 functions Tpt 2018-11-26 22:24:55 +0100
  • c3d11a7024 Moves MemoryStringStore out of memory store Tpt 2018-11-26 19:27:07 +0100
  • 8faba13f5a Transforms BytesStore into StringStore Tpt 2018-11-26 19:16:34 +0100
  • b2d9218aee
    + link to doc Thomas Tanon 2018-11-22 11:35:52 +0100
  • 02d0d740e1 Improves documentation Tpt 2018-11-22 11:08:29 +0100
  • c4bf06b66a SPARQL: adds support of BNODE(id) Tpt 2018-11-15 15:07:00 +0100
  • ee0a8574ba SPARQL: adds support of REGEX Tpt 2018-11-15 14:54:53 +0100
  • 4ac6828311 SPARQL: Fixes DISTINCT after ORDER BY Tpt 2018-11-15 14:23:16 +0100
  • 52463b59db Makes xsd:dateTime work with STR function Tpt 2018-11-15 14:07:24 +0100
  • c67ab460d0 Optimizes LN parsing for Turtle and SPARQL queries Tpt 2018-11-15 12:41:12 +0100
  • d84190bd87 Makes RocksDB reads faster Tpt 2018-11-15 11:48:42 +0100
  • 4e74db73ab Adds a UI to the SPARQL server Tpt 2018-11-15 11:26:35 +0100
  • de34f6e833 Fixes bug in SPARQL results XML serializer Tpt 2018-11-15 11:26:07 +0100
  • 4bbe193736 Allows rudf_server to be persistent with RocksDB Tpt 2018-11-14 14:20:48 +0100
  • 0290a2ce4b Makes RocksDbStore Send and Sync Tpt 2018-11-14 14:20:17 +0100
  • fa1f48d0bf Makes rudf_server able to return graphs for CONSTRUCT and DESCRIBE queries Tpt 2018-11-13 14:16:28 +0100
  • e752277a1b Implements SPARQL DESCRIBE Tpt 2018-11-13 14:15:51 +0100
  • 9ae5f4fcb7 Implements SPARQL CONSTRUCT Tpt 2018-11-13 11:47:01 +0100
  • e3be82e7e7 Adds a standalone SPARQL server Tpt 2018-11-12 17:15:20 +0100
  • c30dd409c1 Adds SPARQL XML query results serialization Tpt 2018-11-12 17:14:26 +0100
  • 65ed79742e Tags a doc test as ignored because it relies on an optional feature Tpt 2018-11-07 15:31:07 +0100
  • 652d0d8b9d Improves code style Tpt 2018-11-07 15:28:15 +0100
  • 878f091367 Makes RocksDB dependency optional Tpt 2018-11-07 13:32:46 +0100
  • 12f80fc622 Migrates to failure from error_chain Tpt 2018-11-07 15:21:53 +0100
  • f991fb2ccd Fixes a bug in RDF/XML parser with nested rdf:parseType="Resource" Tpt 2018-11-07 10:13:56 +0100
  • 0fd98c701a Implements SPARQL ORDER BY Tpt 2018-11-06 16:40:48 +0100
  • 6e2471de0b Adds support of SPARQL ASK queries Tpt 2018-11-06 14:49:06 +0100
  • fc040a4e45 Converts to xsd:integer its derived datatypes Tpt 2018-10-18 14:20:47 +0200
  • a15e8548f3 Avoids to clone query plan during evaluation Tpt 2018-10-18 14:03:40 +0200
  • bd5c737334 Allows to set BindingsIterator lifetime Tpt 2018-10-18 13:47:28 +0200
  • 1772f3df07 Adds a "prepare" step during SPARQL query execution Tpt 2018-10-18 13:18:22 +0200
  • 909c7abd07 Evaluates more SPARQL built-in functions Tpt 2018-10-15 14:49:20 +0200
  • fc9a987dd7 Use Little Endian to store data Tpt 2018-10-15 13:39:41 +0200
  • 467921944b Runs tests for BOUND and boolean effective values Tpt 2018-10-12 16:45:25 +0200
  • 0f848a308f Adds support of nested OPTIONALs Tpt 2018-10-12 14:49:31 +0200
  • e1332e6487 Makes more SPARQL tests pass Tpt 2018-10-12 16:03:00 +0200
  • c713dcd2ee Adds support of OPTIONAL Tpt 2018-10-11 15:50:20 +0200
  • c45e7e40a8 Adds execution of bnode-coreference tests Tpt 2018-10-10 16:16:12 +0200
  • 77c9b972ab Adds support of basic XSD casts Tpt 2018-10-10 16:10:22 +0200
  • 15edf0bc8a Adds basic native support of xsd:dateTime Tpt 2018-10-10 15:37:10 +0200
  • 071b3934b7 Applies more clippy lints Tpt 2018-10-10 13:38:20 +0200
  • fa270a220c Adds native encoding for xsd:decimal Tpt 2018-10-09 17:19:47 +0200
  • 1edd66b31e Merge branch 'master' of github.com:Tpt/rudf Tpt 2018-10-09 16:43:51 +0200
  • 94b44024bc Adds basic evaluation of arithmetic operators Tpt 2018-10-09 16:43:23 +0200
  • 9251ceff49 Adds support of GRAPH evaluation Tpt 2018-10-09 16:35:22 +0200
  • ab43ff1f48 Adds support of BIND evaluation Tpt 2018-10-09 16:27:49 +0200
  • 53ffd231a0 Adds basic native support of xsd:integer, xsd:float and xsd:double Tpt 2018-10-09 09:41:53 +0200
  • ea7f61dc1b Adds some cast evaluation Tpt 2018-10-08 21:42:30 +0200
  • a9992af22a Adds explicit operators to plan for XSD casts Tpt 2018-10-08 18:01:40 +0200
  • 58106909ce Makes encoding of some very usual IRIs and of empty string well known Tpt 2018-10-08 17:41:28 +0200
  • 45cb74a43a Adds basic support of SPARQL comparison operators Tpt 2018-10-08 15:42:39 +0200
  • 0783e0ecb0 Adds support of more SPARQL operators Tpt 2018-10-08 15:30:17 +0200
  • 654ee215d5 [SPARQL] Adds an evaluation plan intermediate representation Tpt 2018-10-08 15:05:29 +0200
  • 2ba00cd8b5 Fixes some Clippy warnings Tpt 2018-10-08 15:03:49 +0200
  • 9659e33251 Merges MultiSetPattern and ListPattern Tpt 2018-10-05 19:00:07 +0200
  • fb152aa3ee Fixes a collision with EncodedTerm type ids Tpt 2018-10-05 18:29:43 +0200
  • e1409cc067 Adds beginning of Python bindings Tpt 2018-10-05 16:21:30 +0200
  • 23387ab76e Makes repository root directory a Cargo workspace Tpt 2018-10-05 14:55:01 +0200
  • 002afb53b4 Moves SPARQL evaluation out of store module Tpt 2018-10-05 14:46:47 +0200
  • 5966c62cc8
    Adds dependency tracking badge to README Thomas Tanon 2018-10-05 08:17:49 +0200
  • 793734f2a8 Adds beggining of SPARQL FILTER evaluation Tpt 2018-10-03 17:39:11 +0200
  • aa7cd02629 Adds more doc Tpt 2018-10-03 16:49:24 +0200
  • c1ea33b5aa Adds support of SPARQL DISTINCT and UNION evaluation Tpt 2018-10-03 15:54:51 +0200
  • 5cff79c372 Improves documentation and public interfaces Tpt 2018-10-02 17:37:14 +0200
  • d69d9c526e Makes SPARQL 1.0 triple pattern tests pass Tpt 2018-10-02 16:41:33 +0200
  • 7ed4252ad8 Adds beginning of SPARQL evaluation Tpt 2018-09-18 17:37:37 +0200
  • cdafcfc2cc Applies Property Path Patterns translation Tpt 2018-10-02 15:16:06 +0200
  • b9548e6536 Fixes a bug in Turtle parsing Tpt 2018-10-02 14:55:00 +0200
  • 8640d1fb9c Adds some documentation comments Tpt 2018-10-01 13:46:37 +0200
  • 8b4d71a628 Uses more efficient echar escaping in SPARQL Tpt 2018-10-01 13:35:59 +0200
  • 74a2d9859a Execute SPARQL 1.0 test suite Tpt 2018-09-27 15:26:24 +0200