[tracker: 16/16] Merge branch 'wip/carlosg/shuffle-dirs' into 'master'




commit b496b38b45ac493c16f619b49739208a4790a427
Merge: f9f354d55 ac987cec4
Author: Carlos Garnacho <carlosg gnome org>
Date:   Sun Apr 24 11:14:59 2022 +0000

    Merge branch 'wip/carlosg/shuffle-dirs' into 'master'
    
    Build libtracker-sparql as a monolithic library
    
    See merge request GNOME/tracker!504

 meson.build                                        |    19 +-
 .../README.parsers                                 |     0
 src/libtracker-data/tracker-crc32.c                |    95 -
 src/libtracker-data/tracker-crc32.h                |    49 -
 src/libtracker-fts/.gitignore                      |     2 -
 src/libtracker-fts/fts5.c                          | 20402 -------------------
 src/libtracker-fts/fts5.h                          |   578 -
 src/libtracker-fts/meson.build                     |    23 -
 src/libtracker-sparql/bus/meson.build              |    22 +-
 .../core}/.gitignore                               |     0
 .../core}/COPYING.LIB                              |     0
 .../core}/README.md                                |     0
 .../core}/libtracker-data.vapi                     |    28 -
 .../core}/meson.build                              |    15 +-
 .../core}/tracker-class.c                          |     0
 .../core}/tracker-class.h                          |     4 -
 .../core}/tracker-collation.c                      |     0
 .../core}/tracker-collation.h                      |     4 -
 .../core}/tracker-data-enum-types.c.template       |     0
 .../core}/tracker-data-enum-types.h.template       |     2 +-
 .../core}/tracker-data-manager.c                   |     3 +-
 .../core}/tracker-data-manager.h                   |    12 +-
 .../core}/tracker-data-query.c                     |     0
 .../core}/tracker-data-query.h                     |     4 -
 .../core}/tracker-data-update.c                    |     0
 .../core}/tracker-data-update.h                    |     4 -
 .../core}/tracker-data.h                           |     8 -
 .../core}/tracker-db-interface-sqlite.c            |     2 +-
 .../core}/tracker-db-interface-sqlite.h            |     4 -
 .../core}/tracker-db-interface.c                   |     0
 .../core}/tracker-db-interface.h                   |     4 -
 .../core}/tracker-db-manager.c                     |     0
 .../core}/tracker-db-manager.h                     |     4 -
 .../core}/tracker-fts-tokenizer.c                  |     6 +-
 .../core}/tracker-fts-tokenizer.h                  |     3 +-
 .../core}/tracker-fts.c                            |    20 -
 .../core}/tracker-fts.h                            |     3 +-
 .../core}/tracker-namespace.c                      |     0
 .../core}/tracker-namespace.h                      |     4 -
 .../core}/tracker-ontologies.c                     |     0
 .../core}/tracker-ontologies.h                     |     4 -
 .../core}/tracker-ontology.c                       |     0
 .../core}/tracker-ontology.h                       |     4 -
 .../core}/tracker-property.c                       |     0
 .../core}/tracker-property.h                       |     4 -
 .../core}/tracker-rowid.c                          |     0
 .../core}/tracker-rowid.h                          |     0
 .../core}/tracker-sparql-grammar.h                 |     0
 .../core}/tracker-sparql-parser.c                  |     0
 .../core}/tracker-sparql-parser.h                  |     0
 .../core}/tracker-sparql-types.c                   |     0
 .../core}/tracker-sparql-types.h                   |     0
 .../core}/tracker-sparql.c                         |     0
 .../core}/tracker-sparql.h                         |     4 -
 .../core}/tracker-string-builder.c                 |     0
 .../core}/tracker-string-builder.h                 |     0
 .../core}/tracker-turtle-reader.c                  |     0
 .../core}/tracker-turtle-reader.h                  |     0
 .../core}/tracker-uuid.c                           |     0
 .../core}/tracker-uuid.h                           |     0
 .../core}/tracker-vtab-service.c                   |     0
 .../core}/tracker-vtab-service.h                   |     0
 .../core}/tracker-vtab-triples.c                   |     0
 .../core}/tracker-vtab-triples.h                   |     0
 src/libtracker-sparql/direct/meson.build           |    13 +-
 .../direct/tracker-direct-batch.c                  |     4 +-
 .../direct/tracker-direct-statement.c              |     4 +-
 src/libtracker-sparql/direct/tracker-direct.c      |     5 +-
 src/libtracker-sparql/direct/tracker-direct.h      |     2 +-
 src/libtracker-sparql/direct/tracker-direct.vapi   |     2 +-
 src/libtracker-sparql/meson.build                  |    78 +-
 .../remote/tracker-remote-statement.c              |     4 +-
 src/libtracker-sparql/tracker-error.c              |     5 +-
 src/libtracker-sparql/tracker-resource.c           |     2 +-
 src/libtracker-sparql/tracker-utils.c              |     2 +-
 src/meson.build                                    |     3 -
 src/tracker/meson.build                            |     2 +-
 src/tracker/tracker-export.c                       |     2 +-
 src/tracker/tracker-sql.c                          |     2 +-
 tests/{libtracker-data => core}/.gitignore         |     0
 .../aggregates/aggregate-1.out                     |     0
 .../aggregates/aggregate-1.rq                      |     0
 .../aggregates/aggregate-count-1.out               |     0
 .../aggregates/aggregate-count-1.rq                |     0
 .../aggregates/aggregate-count-2.out               |     0
 .../aggregates/aggregate-count-2.rq                |     0
 .../aggregates/aggregate-count-3.out               |     0
 .../aggregates/aggregate-count-3.rq                |     0
 .../aggregates/aggregate-distinct-1.out            |     0
 .../aggregates/aggregate-distinct-1.rq             |     0
 .../aggregates/aggregate-group-1.out               |     0
 .../aggregates/aggregate-group-1.rq                |     0
 .../aggregates/aggregate-group-2.out               |     0
 .../aggregates/aggregate-group-2.rq                |     0
 .../aggregates/aggregate-group-3.out               |     0
 .../aggregates/aggregate-group-3.rq                |     0
 .../aggregates/aggregate-group-as-1.out            |     0
 .../aggregates/aggregate-group-as-1.rq             |     0
 .../aggregates/aggregate-group-having-1.out        |     0
 .../aggregates/aggregate-group-having-1.rq         |     0
 .../aggregates/aggregate-sample-1.out              |     0
 .../aggregates/aggregate-sample-1.rq               |     0
 .../aggregates/aggregate-sample-2.out              |     0
 .../aggregates/aggregate-sample-2.rq               |     0
 .../aggregates/data-1.ttl                          |     0
 .../aggregates/test.ontology                       |     0
 tests/{libtracker-data => core}/algebra/data-1.ttl |     0
 tests/{libtracker-data => core}/algebra/data-2.ttl |     0
 .../algebra/filter-in-1.out                        |     0
 .../algebra/filter-in-1.rq                         |     0
 .../algebra/filter-in-2.out                        |     0
 .../algebra/filter-in-2.rq                         |     0
 .../algebra/filter-in-3.out                        |     0
 .../algebra/filter-in-3.rq                         |     0
 .../algebra/filter-in-4.out                        |     0
 .../algebra/filter-in-4.rq                         |     0
 .../algebra/filter-in-5.out                        |     0
 .../algebra/filter-in-5.rq                         |     0
 .../algebra/filter-nested-1.out                    |     0
 .../algebra/filter-nested-1.rq                     |     0
 .../algebra/filter-nested-2.out                    |     0
 .../algebra/filter-nested-2.rq                     |     0
 .../algebra/filter-placement-1.out                 |     0
 .../algebra/filter-placement-1.rq                  |     0
 .../algebra/filter-placement-2.out                 |     0
 .../algebra/filter-placement-2.rq                  |     0
 .../algebra/filter-placement-3.out                 |     0
 .../algebra/filter-placement-3.rq                  |     0
 .../algebra/filter-placement-3a.out                |     0
 .../algebra/filter-placement-3a.rq                 |     0
 .../algebra/filter-scope-1.out                     |     0
 .../algebra/filter-scope-1.rq                      |     0
 .../algebra/modifier-limit-1.out                   |     0
 .../algebra/modifier-limit-1.rq                    |     0
 .../algebra/modifier-limit-offset-1.out            |     0
 .../algebra/modifier-limit-offset-1.rq             |     0
 .../algebra/modifier-limit-offset-2.out            |     0
 .../algebra/modifier-limit-offset-2.rq             |     0
 .../algebra/modifier-offset-1.out                  |     0
 .../algebra/modifier-offset-1.rq                   |     0
 .../algebra/opt-filter-3.out                       |     0
 .../algebra/opt-filter-3.rq                        |     0
 .../algebra/opt-filter-3.ttl                       |     0
 .../algebra/test-1.ontology                        |     0
 .../algebra/test-2.ontology                        |     0
 .../algebra/two-nested-opt-alt.out                 |     0
 .../algebra/two-nested-opt-alt.rq                  |     0
 .../algebra/two-nested-opt.out                     |     0
 .../algebra/two-nested-opt.rq                      |     0
 .../algebra/two-nested-opt.ttl                     |     0
 .../algebra/var-scope-join-1.out                   |     0
 .../algebra/var-scope-join-1.rq                    |     0
 .../algebra/var-scope-join-1.ttl                   |     0
 tests/{libtracker-data => core}/anon/data.ttl      |     0
 tests/{libtracker-data => core}/anon/query-2.out   |     0
 tests/{libtracker-data => core}/anon/query-2.rq    |     0
 tests/{libtracker-data => core}/anon/query-3.out   |     0
 tests/{libtracker-data => core}/anon/query-3.rq    |     0
 tests/{libtracker-data => core}/anon/query-4.out   |     0
 tests/{libtracker-data => core}/anon/query-4.rq    |     0
 tests/{libtracker-data => core}/anon/query-5.out   |     0
 tests/{libtracker-data => core}/anon/query-5.rq    |     0
 tests/{libtracker-data => core}/anon/query.out     |     0
 tests/{libtracker-data => core}/anon/query.rq      |     0
 tests/{libtracker-data => core}/anon/test.ontology |     0
 tests/{libtracker-data => core}/ask/ask-1.out      |     0
 tests/{libtracker-data => core}/ask/ask-1.rq       |     0
 tests/{libtracker-data => core}/ask/data.ontology  |     0
 tests/{libtracker-data => core}/ask/data.ttl       |     0
 tests/{libtracker-data => core}/basic/base-1.out   |     0
 tests/{libtracker-data => core}/basic/base-1.rq    |     0
 .../basic/base-prefix-3.out                        |     0
 .../basic/base-prefix-3.rq                         |     0
 .../basic/codepoint-escaping.out                   |     0
 .../basic/codepoint-escaping.rq                    |     0
 .../basic/compare-cast.out                         |     0
 .../basic/compare-cast.rq                          |     0
 tests/{libtracker-data => core}/basic/data-1.ttl   |     0
 .../basic/long-strings.out                         |     0
 .../basic/long-strings.rq                          |     0
 .../basic/predicate-variable-2.out                 |     0
 .../basic/predicate-variable-2.rq                  |     0
 .../basic/predicate-variable-3.out                 |     0
 .../basic/predicate-variable-3.rq                  |     0
 .../basic/predicate-variable-4.out                 |     0
 .../basic/predicate-variable-4.rq                  |     0
 .../basic/predicate-variable.out                   |     0
 .../basic/predicate-variable.rq                    |     0
 .../{libtracker-data => core}/basic/test.ontology  |     0
 .../{libtracker-data => core}/basic/urn-in-as.out  |     0
 tests/{libtracker-data => core}/basic/urn-in-as.rq |     0
 .../bind/bind-reused-different-patterns.out        |     0
 .../bind/bind-reused-different-patterns.rq         |     0
 tests/{libtracker-data => core}/bind/bind1.out     |     0
 tests/{libtracker-data => core}/bind/bind1.rq      |     0
 tests/{libtracker-data => core}/bind/bind2.out     |     0
 tests/{libtracker-data => core}/bind/bind2.rq      |     0
 tests/{libtracker-data => core}/bind/bind3.out     |     0
 tests/{libtracker-data => core}/bind/bind3.rq      |     0
 tests/{libtracker-data => core}/bind/bind4.out     |     0
 tests/{libtracker-data => core}/bind/bind4.rq      |     0
 tests/{libtracker-data => core}/bind/bind5.out     |     0
 tests/{libtracker-data => core}/bind/bind5.rq      |     0
 tests/{libtracker-data => core}/bind/bind6.out     |     0
 tests/{libtracker-data => core}/bind/bind6.rq      |     0
 tests/{libtracker-data => core}/bind/bind7.out     |     0
 tests/{libtracker-data => core}/bind/bind7.rq      |     0
 tests/{libtracker-data => core}/bind/data.ontology |     0
 tests/{libtracker-data => core}/bind/data.ttl      |     0
 .../bnode-coreference/data.ontology                |     0
 .../bnode-coreference/data.ttl                     |     0
 .../bnode-coreference/query.out                    |     0
 .../bnode-coreference/query.rq                     |     0
 .../{libtracker-data => core}/bnode/data.ontology  |     0
 tests/{libtracker-data => core}/bnode/data.ttl     |     0
 tests/{libtracker-data => core}/bnode/query-1.out  |     0
 tests/{libtracker-data => core}/bnode/query-1.rq   |     0
 tests/{libtracker-data => core}/bnode/query-2.out  |     0
 tests/{libtracker-data => core}/bnode/query-2.rq   |     0
 tests/{libtracker-data => core}/bnode/query-3.out  |     0
 tests/{libtracker-data => core}/bnode/query-3.rq   |     0
 tests/{libtracker-data => core}/bnode/query-4.out  |     0
 tests/{libtracker-data => core}/bnode/query-4.rq   |     0
 tests/{libtracker-data => core}/bnode/query-5.out  |     0
 tests/{libtracker-data => core}/bnode/query-5.rq   |     0
 tests/{libtracker-data => core}/bound/bound1.out   |     0
 tests/{libtracker-data => core}/bound/bound1.rq    |     0
 .../{libtracker-data => core}/bound/data.ontology  |     0
 tests/{libtracker-data => core}/bound/data.ttl     |     0
 .../change/change-test-1.out                       |     0
 .../change/change-test-1.rq                        |     0
 .../change/change-test-2.out                       |     0
 .../change/change-test-2.rq                        |     0
 .../change/change-test-3.out                       |     0
 .../change/change-test-3.rq                        |     0
 .../change/change-test-4.out                       |     0
 .../change/change-test-4.rq                        |     0
 .../change/change-test-5.out                       |     0
 .../change/change-test-5.rq                        |     0
 .../change/change-test-6.out                       |     0
 .../change/change-test-6.rq                        |     0
 .../change/source/99-example.ontology.v1           |     0
 .../change/source/99-example.ontology.v10          |     0
 .../change/source/99-example.ontology.v11          |     0
 .../change/source/99-example.ontology.v12          |     0
 .../change/source/99-example.ontology.v13          |     0
 .../change/source/99-example.ontology.v2           |     0
 .../change/source/99-example.ontology.v3           |     0
 .../change/source/99-example.ontology.v4           |     0
 .../change/source/99-example.ontology.v5           |     0
 .../change/source/99-example.ontology.v6           |     0
 .../change/source/99-example.ontology.v7           |     0
 .../change/source/99-example.ontology.v8           |     0
 .../change/source/99-example.ontology.v9           |     0
 tests/{libtracker-data => core}/change/test-1.out  |     0
 tests/{libtracker-data => core}/change/test-1.rq   |     0
 tests/{libtracker-data => core}/change/test-2.out  |     0
 tests/{libtracker-data => core}/change/test-2.rq   |     0
 tests/{libtracker-data => core}/change/test-3.out  |     0
 tests/{libtracker-data => core}/change/test-3.rq   |     0
 tests/{libtracker-data => core}/change/test-4.out  |     0
 tests/{libtracker-data => core}/change/test-4.rq   |     0
 tests/{libtracker-data => core}/change/test-5.out  |     0
 tests/{libtracker-data => core}/change/test-5.rq   |     0
 .../change/updates/99-example.queries.v10          |     0
 .../change/updates/99-example.queries.v11          |     0
 .../change/updates/99-example.queries.v2           |     0
 .../change/updates/99-example.queries.v3           |     0
 .../change/updates/99-example.queries.v4           |     0
 .../change/updates/99-example.queries.v5           |     0
 .../change/updates/99-example.queries.v6           |     0
 .../change/updates/99-example.queries.v7           |     0
 .../change/updates/99-example.queries.v8           |     0
 .../change/updates/99-example.queries.v9           |     0
 .../constraint/coexisting-1.out                    |     0
 .../constraint/coexisting-1.rq                     |     0
 .../constraint/coexisting-2.out                    |     0
 .../constraint/coexisting-2.rq                     |     0
 .../constraint/coexisting-3.out                    |     0
 .../constraint/coexisting-3.rq                     |     0
 .../constraint/coexisting-4.out                    |     0
 .../constraint/coexisting-4.rq                     |     0
 tests/{libtracker-data => core}/constraint/data.rq |     0
 .../constraint/empty-graph-1.out                   |     0
 .../constraint/empty-graph-1.rq                    |     0
 .../constraint/empty-graph-2.out                   |     0
 .../constraint/empty-graph-2.rq                    |     0
 .../constraint/empty-graph-3.out                   |     0
 .../constraint/empty-graph-3.rq                    |     0
 .../constraint/empty-graph-4.out                   |     0
 .../constraint/empty-graph-4.rq                    |     0
 .../constraint/nested-1.out                        |     0
 .../constraint/nested-1.rq                         |     0
 .../constraint/nested-2.out                        |     0
 .../constraint/nested-2.rq                         |     0
 .../constraint/nested-3.out                        |     0
 .../constraint/nested-3.rq                         |     0
 .../constraint/nested-4.out                        |     0
 .../constraint/nested-4.rq                         |     0
 .../constraint/nested-5.out                        |     0
 .../constraint/nested-5.rq                         |     0
 .../constraint/nested-6.out                        |     0
 .../constraint/nested-6.rq                         |     0
 .../constraint/test.ontology                       |     0
 .../construct/construct-pattern.out                |     0
 .../construct/construct-pattern.rq                 |     0
 .../construct/construct-where.out                  |     0
 .../construct/construct-where.rq                   |     0
 .../construct/construct-with-modifiers.out         |     0
 .../construct/construct-with-modifiers.rq          |     0
 tests/{libtracker-data => core}/construct/data.ttl |     0
 .../construct/test.ontology                        |     0
 .../{libtracker-data => core}/datetime/data-1.ttl  |     0
 .../{libtracker-data => core}/datetime/data-2.ttl  |     0
 tests/{libtracker-data => core}/datetime/data-3.rq |     0
 tests/{libtracker-data => core}/datetime/data-4.rq |     0
 .../datetime/delete-1.out                          |     0
 .../{libtracker-data => core}/datetime/delete-1.rq |     0
 .../datetime/direct-1.out                          |     0
 .../{libtracker-data => core}/datetime/direct-1.rq |     0
 .../datetime/filter-1.out                          |     0
 .../{libtracker-data => core}/datetime/filter-1.rq |     0
 .../datetime/filter-2.out                          |     0
 .../{libtracker-data => core}/datetime/filter-2.rq |     0
 .../datetime/filter-3.out                          |     0
 .../{libtracker-data => core}/datetime/filter-3.rq |     0
 .../datetime/filter-4.out                          |     0
 .../{libtracker-data => core}/datetime/filter-4.rq |     0
 .../datetime/filter-5.out                          |     0
 .../{libtracker-data => core}/datetime/filter-5.rq |     0
 .../datetime/functions-localtime-1.out             |     0
 .../datetime/functions-localtime-1.rq              |     0
 .../datetime/functions-timezone-1.out              |     0
 .../datetime/functions-timezone-1.rq               |     0
 .../datetime/functions-timezone-2.out              |     0
 .../datetime/functions-timezone-2.rq               |     0
 .../datetime/functions-timezone-3.out              |     0
 .../datetime/functions-timezone-3.rq               |     0
 .../datetime/functions-tz-1.out                    |     0
 .../datetime/functions-tz-1.rq                     |     0
 .../datetime/insert-1.out                          |     0
 .../{libtracker-data => core}/datetime/insert-1.rq |     0
 .../datetime/test.ontology                         |     0
 tests/{libtracker-data => core}/dawg-testcases     |     0
 tests/{libtracker-data => core}/describe/data.ttl  |     0
 .../describe/describe-limit.out                    |     0
 .../describe/describe-limit.rq                     |     0
 .../describe/describe-multiple.out                 |     0
 .../describe/describe-multiple.rq                  |     0
 .../describe/describe-non-existent.out             |     0
 .../describe/describe-non-existent.rq              |     0
 .../describe/describe-pattern.out                  |     0
 .../describe/describe-pattern.rq                   |     0
 .../describe/describe-single.out                   |     0
 .../describe/describe-single.rq                    |     0
 .../describe/test.ontology                         |     0
 .../error/bind-reused-same-pattern.out             |     0
 .../error/bind-reused-same-pattern.rq              |     0
 .../error/query-error-1.out                        |     0
 .../error/query-error-1.rq                         |     0
 .../error/query-error-1.ttl                        |     0
 .../error/query-error-2.out                        |     0
 .../error/query-error-2.rq                         |     0
 .../error/query-error-2.ttl                        |     0
 .../{libtracker-data => core}/error/test.ontology  |     0
 .../error/update-error-1.rq                        |     0
 .../error/update-error-query-1.out                 |     0
 .../error/update-error-query-1.rq                  |     0
 tests/{libtracker-data => core}/example.index      |   Bin
 .../expr-ops/data.ontology                         |     0
 tests/{libtracker-data => core}/expr-ops/data.ttl  |     0
 .../expr-ops/query-ge-1.out                        |     0
 .../expr-ops/query-ge-1.rq                         |     0
 .../expr-ops/query-le-1.out                        |     0
 .../expr-ops/query-le-1.rq                         |     0
 .../expr-ops/query-minus-1.out                     |     0
 .../expr-ops/query-minus-1.rq                      |     0
 .../expr-ops/query-mul-1.out                       |     0
 .../expr-ops/query-mul-1.rq                        |     0
 .../expr-ops/query-plus-1.out                      |     0
 .../expr-ops/query-plus-1.rq                       |     0
 .../expr-ops/query-res-1.out                       |     0
 .../expr-ops/query-res-1.rq                        |     0
 .../expr-ops/query-unminus-1.out                   |     0
 .../expr-ops/query-unminus-1.rq                    |     0
 .../expr-ops/query-unplus-1.out                    |     0
 .../expr-ops/query-unplus-1.rq                     |     0
 .../{libtracker-data => core}/functions/data-1.ttl |     0
 .../{libtracker-data => core}/functions/data-2.ttl |     0
 .../{libtracker-data => core}/functions/data-3.ttl |     0
 .../{libtracker-data => core}/functions/data-4.ttl |     0
 .../{libtracker-data => core}/functions/data-5.ttl |     0
 .../functions/functions-builtin-abs-1.out          |     0
 .../functions/functions-builtin-abs-1.rq           |     0
 .../functions/functions-builtin-bnode-1.out        |     0
 .../functions/functions-builtin-bnode-1.rq         |     0
 .../functions/functions-builtin-bnode-2.out        |     0
 .../functions/functions-builtin-bnode-2.rq         |     0
 .../functions/functions-builtin-ceil-1.out         |     0
 .../functions/functions-builtin-ceil-1.rq          |     0
 .../functions/functions-builtin-contains-1.out     |     0
 .../functions/functions-builtin-contains-1.rq      |     0
 .../functions/functions-builtin-day-1.out          |     0
 .../functions/functions-builtin-day-1.rq           |     0
 .../functions-builtin-encode-for-uri-1.out         |     0
 .../functions-builtin-encode-for-uri-1.rq          |     0
 .../functions/functions-builtin-floor-1.out        |     0
 .../functions/functions-builtin-floor-1.rq         |     0
 .../functions/functions-builtin-hash-1.out         |     0
 .../functions/functions-builtin-hash-1.rq          |     0
 .../functions/functions-builtin-hours-1.out        |     0
 .../functions/functions-builtin-hours-1.rq         |     0
 .../functions/functions-builtin-if-1.out           |     0
 .../functions/functions-builtin-if-1.rq            |     0
 .../functions/functions-builtin-lcase-1.out        |     0
 .../functions/functions-builtin-lcase-1.rq         |     0
 .../functions/functions-builtin-minutes-1.out      |     0
 .../functions/functions-builtin-minutes-1.rq       |     0
 .../functions/functions-builtin-month-1.out        |     0
 .../functions/functions-builtin-month-1.rq         |     0
 .../functions/functions-builtin-now-1.out          |     0
 .../functions/functions-builtin-now-1.rq           |     0
 .../functions/functions-builtin-rand-1.out         |     0
 .../functions/functions-builtin-rand-1.rq          |     0
 .../functions/functions-builtin-replace-1.out      |     0
 .../functions/functions-builtin-replace-1.rq       |     0
 .../functions/functions-builtin-replace-2.out      |     0
 .../functions/functions-builtin-replace-2.rq       |     0
 .../functions/functions-builtin-replace-3.out      |     0
 .../functions/functions-builtin-replace-3.rq       |     0
 .../functions/functions-builtin-replace-4.out      |     0
 .../functions/functions-builtin-replace-4.rq       |     0
 .../functions/functions-builtin-replace-5.out      |     0
 .../functions/functions-builtin-replace-5.rq       |     0
 .../functions/functions-builtin-round-1.out        |     0
 .../functions/functions-builtin-round-1.rq         |     0
 .../functions/functions-builtin-sameterm-1.out     |     0
 .../functions/functions-builtin-sameterm-1.rq      |     0
 .../functions/functions-builtin-seconds-1.out      |     0
 .../functions/functions-builtin-seconds-1.rq       |     0
 .../functions/functions-builtin-strafter-1.out     |     0
 .../functions/functions-builtin-strafter-1.rq      |     0
 .../functions/functions-builtin-strbefore-1.out    |     0
 .../functions/functions-builtin-strbefore-1.rq     |     0
 .../functions/functions-builtin-strdt-1.out        |     0
 .../functions/functions-builtin-strdt-1.rq         |     0
 .../functions/functions-builtin-strlen-1.out       |     0
 .../functions/functions-builtin-strlen-1.rq        |     0
 .../functions/functions-builtin-substr-1.out       |     0
 .../functions/functions-builtin-substr-1.rq        |     0
 .../functions/functions-builtin-ucase-1.out        |     0
 .../functions/functions-builtin-ucase-1.rq         |     0
 .../functions/functions-builtin-uri-1.out          |     0
 .../functions/functions-builtin-uri-1.rq           |     0
 .../functions/functions-builtin-uuid-1.out         |     0
 .../functions/functions-builtin-uuid-1.rq          |     0
 .../functions/functions-builtin-year-1.out         |     0
 .../functions/functions-builtin-year-1.rq          |     0
 .../functions/functions-cast-1.out                 |     0
 .../functions/functions-cast-1.rq                  |     0
 .../functions/functions-cast-2.out                 |     0
 .../functions/functions-cast-2.rq                  |     0
 .../functions/functions-coalesce-1.out             |     0
 .../functions/functions-coalesce-1.rq              |     0
 .../functions/functions-datatypes-1.out            |     0
 .../functions/functions-datatypes-1.rq             |     0
 .../functions/functions-datatypes-2.out            |     0
 .../functions/functions-datatypes-2.rq             |     0
 .../functions/functions-datatypes-3.out            |     0
 .../functions/functions-datatypes-3.rq             |     0
 .../functions/functions-datatypes-4.out            |     0
 .../functions/functions-datatypes-4.rq             |     0
 .../functions/functions-datatypes-5.out            |     0
 .../functions/functions-datatypes-5.rq             |     0
 .../functions/functions-property-1.out             |     0
 .../functions/functions-property-1.rq              |     0
 .../functions/functions-property-2.out             |     0
 .../functions/functions-property-2.rq              |     0
 .../functions/functions-tracker-1.out              |     0
 .../functions/functions-tracker-1.rq               |     0
 .../functions/functions-tracker-2.out              |     0
 .../functions/functions-tracker-2.rq               |     0
 .../functions/functions-tracker-3.out              |     0
 .../functions/functions-tracker-3.rq               |     0
 .../functions/functions-tracker-4.out              |     0
 .../functions/functions-tracker-4.rq               |     0
 .../functions/functions-tracker-5.out              |     0
 .../functions/functions-tracker-5.rq               |     0
 .../functions/functions-tracker-6.out              |     0
 .../functions/functions-tracker-6.rq               |     0
 .../functions/functions-tracker-7.out              |     0
 .../functions/functions-tracker-7.rq               |     0
 .../functions/functions-tracker-8.out              |     0
 .../functions/functions-tracker-8.rq               |     0
 .../functions/functions-tracker-9.out              |     0
 .../functions/functions-tracker-9.rq               |     0
 .../functions/functions-tracker-loc-1.out          |     0
 .../functions/functions-tracker-loc-1.rq           |     0
 .../functions/functions-xpath-1.out                |     0
 .../functions/functions-xpath-1.rq                 |     0
 .../functions/functions-xpath-10.out               |     0
 .../functions/functions-xpath-10.rq                |     0
 .../functions/functions-xpath-11.out               |     0
 .../functions/functions-xpath-11.rq                |     0
 .../functions/functions-xpath-12.out               |     0
 .../functions/functions-xpath-12.rq                |     0
 .../functions/functions-xpath-13.out               |     0
 .../functions/functions-xpath-13.rq                |     0
 .../functions/functions-xpath-14.out               |     0
 .../functions/functions-xpath-14.rq                |     0
 .../functions/functions-xpath-15.out               |     0
 .../functions/functions-xpath-15.rq                |     0
 .../functions/functions-xpath-2.out                |     0
 .../functions/functions-xpath-2.rq                 |     0
 .../functions/functions-xpath-3.out                |     0
 .../functions/functions-xpath-3.rq                 |     0
 .../functions/functions-xpath-4.out                |     0
 .../functions/functions-xpath-4.rq                 |     0
 .../functions/functions-xpath-5.out                |     0
 .../functions/functions-xpath-5.rq                 |     0
 .../functions/functions-xpath-6.out                |     0
 .../functions/functions-xpath-6.rq                 |     0
 .../functions/functions-xpath-7.out                |     0
 .../functions/functions-xpath-7.rq                 |     0
 .../functions/functions-xpath-8.out                |     0
 .../functions/functions-xpath-8.rq                 |     0
 .../functions/functions-xpath-9.out                |     0
 .../functions/functions-xpath-9.rq                 |     0
 .../functions/test-1.ontology                      |     0
 .../functions/test-2.ontology                      |     0
 .../graph/add-from-default.out                     |     0
 .../graph/add-from-default.rq                      |     0
 .../graph/add-from-non-existent.out                |     0
 .../graph/add-from-non-existent.rq                 |     0
 .../graph/add-into-self.out                        |     0
 .../graph/add-into-self.rq                         |     0
 .../graph/add-to-default.out                       |     0
 .../graph/add-to-default.rq                        |     0
 .../graph/add-to-existent.out                      |     0
 .../graph/add-to-existent.rq                       |     0
 .../graph/add-to-non-existent.out                  |     0
 .../graph/add-to-non-existent.rq                   |     0
 tests/{libtracker-data => core}/graph/add.out      |     0
 tests/{libtracker-data => core}/graph/add.rq       |     0
 .../{libtracker-data => core}/graph/clear-all.out  |     0
 tests/{libtracker-data => core}/graph/clear-all.rq |     0
 .../graph/clear-default.out                        |     0
 .../graph/clear-default.rq                         |     0
 .../graph/clear-named.out                          |     0
 .../{libtracker-data => core}/graph/clear-named.rq |     0
 .../graph/clear-non-existent.out                   |     0
 .../graph/clear-non-existent.rq                    |     0
 tests/{libtracker-data => core}/graph/clear.out    |     0
 tests/{libtracker-data => core}/graph/clear.rq     |     0
 .../graph/copy-from-default.out                    |     0
 .../graph/copy-from-default.rq                     |     0
 .../graph/copy-from-non-existent.out               |     0
 .../graph/copy-from-non-existent.rq                |     0
 .../graph/copy-into-self.out                       |     0
 .../graph/copy-into-self.rq                        |     0
 .../graph/copy-to-default.out                      |     0
 .../graph/copy-to-default.rq                       |     0
 .../graph/copy-to-existent.out                     |     0
 .../graph/copy-to-existent.rq                      |     0
 .../graph/copy-to-non-existent.out                 |     0
 .../graph/copy-to-non-existent.rq                  |     0
 tests/{libtracker-data => core}/graph/copy.out     |     0
 tests/{libtracker-data => core}/graph/copy.rq      |     0
 tests/{libtracker-data => core}/graph/data-1.rq    |     0
 tests/{libtracker-data => core}/graph/data-2.rq    |     0
 tests/{libtracker-data => core}/graph/data-3.rq    |     0
 tests/{libtracker-data => core}/graph/data-4.rq    |     0
 tests/{libtracker-data => core}/graph/data-5.rq    |     0
 .../graph/data-add-from-default.rq                 |     0
 .../graph/data-add-from-non-existent.rq            |     0
 .../graph/data-add-into-self.rq                    |     0
 .../graph/data-add-to-default.rq                   |     0
 .../graph/data-add-to-existent.rq                  |     0
 .../graph/data-add-to-non-existent.rq              |     0
 tests/{libtracker-data => core}/graph/data-add.rq  |     0
 .../graph/data-clear-all.rq                        |     0
 .../graph/data-clear-default.rq                    |     0
 .../graph/data-clear-named.rq                      |     0
 .../graph/data-clear-non-existent.rq               |     0
 .../{libtracker-data => core}/graph/data-clear.rq  |     0
 .../graph/data-copy-from-default.rq                |     0
 .../graph/data-copy-from-non-existent.rq           |     0
 .../graph/data-copy-into-self.rq                   |     0
 .../graph/data-copy-to-default.rq                  |     0
 .../graph/data-copy-to-existent.rq                 |     0
 .../graph/data-copy-to-non-existent.rq             |     0
 tests/{libtracker-data => core}/graph/data-copy.rq |     0
 .../graph/data-drop-all.rq                         |     0
 .../graph/data-drop-default.rq                     |     0
 .../graph/data-drop-named.rq                       |     0
 .../graph/data-drop-non-existent.rq                |     0
 .../graph/data-drop-silent.rq                      |     0
 tests/{libtracker-data => core}/graph/data-drop.rq |     0
 .../graph/data-move-from-default.rq                |     0
 .../graph/data-move-from-non-existent.rq           |     0
 .../graph/data-move-into-self.rq                   |     0
 .../graph/data-move-to-default.rq                  |     0
 .../graph/data-move-to-existent.rq                 |     0
 tests/{libtracker-data => core}/graph/data-move.rq |     0
 tests/{libtracker-data => core}/graph/drop-all.out |     0
 tests/{libtracker-data => core}/graph/drop-all.rq  |     0
 .../graph/drop-default.out                         |     0
 .../graph/drop-default.rq                          |     0
 .../{libtracker-data => core}/graph/drop-named.out |     0
 .../{libtracker-data => core}/graph/drop-named.rq  |     0
 .../graph/drop-non-existent.out                    |     0
 .../graph/drop-non-existent.rq                     |     0
 .../graph/drop-silent.out                          |     0
 .../{libtracker-data => core}/graph/drop-silent.rq |     0
 tests/{libtracker-data => core}/graph/drop.out     |     0
 tests/{libtracker-data => core}/graph/drop.rq      |     0
 tests/{libtracker-data => core}/graph/graph-1.out  |     0
 tests/{libtracker-data => core}/graph/graph-1.rq   |     0
 tests/{libtracker-data => core}/graph/graph-2.out  |     0
 tests/{libtracker-data => core}/graph/graph-2.rq   |     0
 tests/{libtracker-data => core}/graph/graph-3.out  |     0
 tests/{libtracker-data => core}/graph/graph-3.rq   |     0
 tests/{libtracker-data => core}/graph/graph-4.out  |     0
 tests/{libtracker-data => core}/graph/graph-4.rq   |     0
 tests/{libtracker-data => core}/graph/graph-5.out  |     0
 tests/{libtracker-data => core}/graph/graph-5.rq   |     0
 tests/{libtracker-data => core}/graph/graph-6.out  |     0
 tests/{libtracker-data => core}/graph/graph-6.rq   |     0
 tests/{libtracker-data => core}/graph/graph-7.out  |     0
 tests/{libtracker-data => core}/graph/graph-7.rq   |     0
 .../graph/graph-unbound-1.out                      |     0
 .../graph/graph-unbound-1.rq                       |     0
 .../graph/graph-unbound-2.out                      |     0
 .../graph/graph-unbound-2.rq                       |     0
 .../graph/graph-unbound-3.out                      |     0
 .../graph/graph-unbound-3.rq                       |     0
 .../graph/move-from-default.out                    |     0
 .../graph/move-from-default.rq                     |     0
 .../graph/move-from-non-existent.out               |     0
 .../graph/move-from-non-existent.rq                |     0
 .../graph/move-into-self.out                       |     0
 .../graph/move-into-self.rq                        |     0
 .../graph/move-to-default.out                      |     0
 .../graph/move-to-default.rq                       |     0
 .../graph/move-to-existent.out                     |     0
 .../graph/move-to-existent.rq                      |     0
 tests/{libtracker-data => core}/graph/move.out     |     0
 tests/{libtracker-data => core}/graph/move.rq      |     0
 .../graph/non-existent-1.out                       |     0
 .../graph/non-existent-1.rq                        |     0
 .../graph/non-existent-2.out                       |     0
 .../graph/non-existent-2.rq                        |     0
 .../graph/non-existent-3.out                       |     0
 .../graph/non-existent-3.rq                        |     0
 .../{libtracker-data => core}/graph/test.ontology  |     0
 tests/{libtracker-data => core}/inline/data.ttl    |     0
 .../{libtracker-data => core}/inline/inline-1.out  |     0
 tests/{libtracker-data => core}/inline/inline-1.rq |     0
 .../{libtracker-data => core}/inline/inline-2.out  |     0
 tests/{libtracker-data => core}/inline/inline-2.rq |     0
 .../{libtracker-data => core}/inline/inline-3.out  |     0
 tests/{libtracker-data => core}/inline/inline-3.rq |     0
 .../{libtracker-data => core}/inline/inline-4.out  |     0
 tests/{libtracker-data => core}/inline/inline-4.rq |     0
 .../{libtracker-data => core}/inline/inline-5.out  |     0
 tests/{libtracker-data => core}/inline/inline-5.rq |     0
 .../{libtracker-data => core}/inline/inline-6.out  |     0
 tests/{libtracker-data => core}/inline/inline-6.rq |     0
 .../{libtracker-data => core}/inline/inline-7.out  |     0
 tests/{libtracker-data => core}/inline/inline-7.rq |     0
 .../{libtracker-data => core}/inline/inline-8.out  |     0
 tests/{libtracker-data => core}/inline/inline-8.rq |     0
 .../{libtracker-data => core}/inline/inline-9.out  |     0
 tests/{libtracker-data => core}/inline/inline-9.rq |     0
 .../{libtracker-data => core}/inline/test.ontology |     0
 .../{libtracker-data => core}/inline/values-1.out  |     0
 tests/{libtracker-data => core}/inline/values-1.rq |     0
 .../{libtracker-data => core}/inline/values-2.out  |     0
 tests/{libtracker-data => core}/inline/values-2.rq |     0
 .../{libtracker-data => core}/inline/values-3.out  |     0
 tests/{libtracker-data => core}/inline/values-3.rq |     0
 .../{libtracker-data => core}/inline/values-4.out  |     0
 tests/{libtracker-data => core}/inline/values-4.rq |     0
 tests/{libtracker-data => core}/langstring/data.rq |     0
 .../langstring/langmatches.out                     |     0
 .../langstring/langmatches.rq                      |     0
 .../langstring/match-non-langstring.out            |     0
 .../langstring/match-non-langstring.rq             |     0
 .../langstring/match-with-langstring.out           |     0
 .../langstring/match-with-langstring.rq            |     0
 .../langstring/match-with-non-langstring.out       |     0
 .../langstring/match-with-non-langstring.rq        |     0
 .../langstring/strlang.out                         |     0
 .../langstring/strlang.rq                          |     0
 .../langstring/test.ontology                       |     0
 .../lists/data-list-in-object.rq                   |     0
 .../lists/data-list-in-select.rq                   |     0
 .../lists/data-list-in-subject.rq                  |     0
 .../lists/data-list-nested.rq                      |     0
 .../lists/list-in-object.out                       |     0
 .../lists/list-in-object.rq                        |     0
 .../lists/list-in-select.out                       |     0
 .../lists/list-in-select.rq                        |     0
 .../lists/list-in-subject.out                      |     0
 .../lists/list-in-subject.rq                       |     0
 .../lists/list-nested.out                          |     0
 .../{libtracker-data => core}/lists/list-nested.rq |     0
 .../{libtracker-data => core}/lists/test.ontology  |     0
 tests/{libtracker-data => core}/meson.build        |     7 +-
 .../insert-mixed-cardinality-1.rq                  |     0
 .../insert-mixed-cardinality-query-1.out           |     0
 .../insert-mixed-cardinality-query-1.rq            |     0
 .../mixed-cardinality/test.ontology                |     0
 .../update-mixed-cardinality-1.rq                  |     0
 .../update-mixed-cardinality-query-1.out           |     0
 .../update-mixed-cardinality-query-1.rq            |     0
 tests/{libtracker-data => core}/nie/data-1.ttl     |     0
 .../nie/filter-characterset-1.out                  |     0
 .../nie/filter-characterset-1.rq                   |     0
 .../nie/filter-comment-1.out                       |     0
 .../nie/filter-comment-1.rq                        |     0
 .../nie/filter-description-1.out                   |     0
 .../nie/filter-description-1.rq                    |     0
 .../nie/filter-generator-1.out                     |     0
 .../nie/filter-generator-1.rq                      |     0
 .../nie/filter-identifier-1.out                    |     0
 .../nie/filter-identifier-1.rq                     |     0
 .../nie/filter-keyword-1.out                       |     0
 .../nie/filter-keyword-1.rq                        |     0
 .../nie/filter-language-1.out                      |     0
 .../nie/filter-language-1.rq                       |     0
 .../nie/filter-legal-1.out                         |     0
 .../nie/filter-legal-1.rq                          |     0
 .../nie/filter-mimetype-1.out                      |     0
 .../nie/filter-mimetype-1.rq                       |     0
 .../nie/filter-plaintextcontent-1.out              |     0
 .../nie/filter-plaintextcontent-1.rq               |     0
 .../nie/filter-subject-1.out                       |     0
 .../nie/filter-subject-1.rq                        |     0
 .../nie/filter-title-1.out                         |     0
 .../nie/filter-title-1.rq                          |     0
 .../nie/filter-version-1.out                       |     0
 .../nie/filter-version-1.rq                        |     0
 .../incomplete-property-001.ontology               |     0
 .../ontology-error/incomplete-property-001.out     |     0
 .../ontology-error/parsing-errors-001.errors.out   |     0
 .../ontology-error/parsing-errors-001.ontology     |     0
 .../ontology-error/parsing-errors-001.out          |     0
 .../ontology-error/unknown-prefix-001.ontology     |     0
 .../ontology-error/unknown-prefix-001.out          |     0
 .../ontology-error/unknown-prefix-002.ontology     |     0
 .../ontology-error/unknown-prefix-002.out          |     0
 .../ontology-error/unknown-prefix-003.ontology     |     0
 .../ontology-error/unknown-prefix-003.out          |     0
 .../optional/complex-data-1.ttl                    |     0
 .../optional/q-opt-complex-1.out                   |     0
 .../optional/q-opt-complex-1.rq                    |     0
 .../optional/simple-optional-triple.out            |     0
 .../optional/simple-optional-triple.rq             |     0
 .../optional/simple-optional-triple.ttl            |     0
 .../optional/test-1.ontology                       |     0
 .../optional/test-2.ontology                       |     0
 .../property-paths/alternative-path-1.out          |     0
 .../property-paths/alternative-path-1.rq           |     0
 .../property-paths/alternative-path-2.out          |     0
 .../property-paths/alternative-path-2.rq           |     0
 .../property-paths/alternative-path-3.out          |     0
 .../property-paths/alternative-path-3.rq           |     0
 .../property-paths/data-2.ttl                      |     0
 .../property-paths/data-3.rq                       |     0
 .../property-paths/data.ttl                        |     0
 .../property-paths/inverse-path-1.out              |     0
 .../property-paths/inverse-path-1.rq               |     0
 .../property-paths/inverse-path-2.out              |     0
 .../property-paths/inverse-path-2.rq               |     0
 .../property-paths/mixed-graphs.out                |     0
 .../property-paths/mixed-graphs.rq                 |     0
 .../mixed-inverse-and-sequence-1.out               |     0
 .../property-paths/mixed-inverse-and-sequence-1.rq |     0
 .../mixed-inverse-and-sequence-2.out               |     0
 .../property-paths/mixed-inverse-and-sequence-2.rq |     0
 .../mixed-inverse-and-sequence-3.out               |     0
 .../property-paths/mixed-inverse-and-sequence-3.rq |     0
 .../mixed-optional-and-sequence-1.out              |     0
 .../mixed-optional-and-sequence-1.rq               |     0
 .../mixed-optional-and-sequence-2.out              |     0
 .../mixed-optional-and-sequence-2.rq               |     0
 .../mixed-recursive-and-alternative-1.out          |     0
 .../mixed-recursive-and-alternative-1.rq           |     0
 .../mixed-recursive-and-alternative-2.out          |     0
 .../mixed-recursive-and-alternative-2.rq           |     0
 .../mixed-recursive-and-inverse-1.out              |     0
 .../mixed-recursive-and-inverse-1.rq               |     0
 .../mixed-recursive-and-inverse-2.out              |     0
 .../mixed-recursive-and-inverse-2.rq               |     0
 .../mixed-recursive-and-inverse-3.out              |     0
 .../mixed-recursive-and-inverse-3.rq               |     0
 .../mixed-recursive-and-sequence-1.out             |     0
 .../mixed-recursive-and-sequence-1.rq              |     0
 .../mixed-recursive-and-sequence-2.out             |     0
 .../mixed-recursive-and-sequence-2.rq              |     0
 .../mixed-recursive-and-sequence-3.out             |     0
 .../mixed-recursive-and-sequence-3.rq              |     0
 .../mixed-recursive-and-sequence-4.out             |     0
 .../mixed-recursive-and-sequence-4.rq              |     0
 .../mixed-recursive-and-sequence-5.out             |     0
 .../mixed-recursive-and-sequence-5.rq              |     0
 .../property-paths/negated-path-1.out              |     0
 .../property-paths/negated-path-1.rq               |     0
 .../property-paths/negated-path-10.out             |     0
 .../property-paths/negated-path-10.rq              |     0
 .../property-paths/negated-path-11.out             |     0
 .../property-paths/negated-path-11.rq              |     0
 .../property-paths/negated-path-2.out              |     0
 .../property-paths/negated-path-2.rq               |     0
 .../property-paths/negated-path-3.out              |     0
 .../property-paths/negated-path-3.rq               |     0
 .../property-paths/negated-path-4.out              |     0
 .../property-paths/negated-path-4.rq               |     0
 .../property-paths/negated-path-5.out              |     0
 .../property-paths/negated-path-5.rq               |     0
 .../property-paths/negated-path-6.out              |     0
 .../property-paths/negated-path-6.rq               |     0
 .../property-paths/negated-path-7.out              |     0
 .../property-paths/negated-path-7.rq               |     0
 .../property-paths/negated-path-8.out              |     0
 .../property-paths/negated-path-8.rq               |     0
 .../property-paths/negated-path-9.out              |     0
 .../property-paths/negated-path-9.rq               |     0
 .../property-paths/optional-path-1.out             |     0
 .../property-paths/optional-path-1.rq              |     0
 .../property-paths/optional-path-2.out             |     0
 .../property-paths/optional-path-2.rq              |     0
 .../property-paths/query-1.rq                      |     0
 .../property-paths/recursive-path-1.out            |     0
 .../property-paths/recursive-path-1.rq             |     0
 .../property-paths/recursive-path-2.out            |     0
 .../property-paths/recursive-path-2.rq             |     0
 .../property-paths/recursive-path-3.out            |     0
 .../property-paths/recursive-path-3.rq             |     0
 .../property-paths/sequence-path-1.out             |     0
 .../property-paths/sequence-path-1.rq              |     0
 .../property-paths/sequence-path-2.out             |     0
 .../property-paths/sequence-path-2.rq              |     0
 .../property-paths/sequence-path-3.out             |     0
 .../property-paths/sequence-path-3.rq              |     0
 .../property-paths/test.ontology                   |     0
 .../regex/regex-data-01.ttl                        |     0
 .../regex/regex-query-001.extra.out                |     0
 .../regex/regex-query-001.extra.rq                 |     0
 .../regex/regex-query-001.out                      |     0
 .../regex/regex-query-001.rq                       |     0
 .../regex/regex-query-002.out                      |     0
 .../regex/regex-query-002.rq                       |     0
 .../{libtracker-data => core}/regex/test.ontology  |     0
 .../run-test-in-tmp-dir.sh                         |     0
 .../service/service-after-triples-1.out            |     0
 .../service/service-after-triples-1.rq             |     0
 .../service/service-before-triples-1.out           |     0
 .../service/service-before-triples-1.rq            |     0
 .../service/service-empty-1.out                    |     0
 .../service/service-empty-1.rq                     |     0
 .../service/service-empty-2.out                    |     0
 .../service/service-empty-2.rq                     |     0
 .../service/service-local-filter-1.out             |     0
 .../service/service-local-filter-1.rq              |     0
 .../service/service-query-1.out                    |     0
 .../service/service-query-1.rq                     |     0
 .../service/service-union-with-local-1.out         |     0
 .../service/service-union-with-local-1.rq          |     0
 .../service/service-union-with-local-2.out         |     0
 .../service/service-union-with-local-2.rq          |     0
 .../service/service-union-with-local-3.out         |     0
 .../service/service-union-with-local-3.rq          |     0
 .../service/service-var-1.out                      |     0
 .../service/service-var-1.rq                       |     0
 .../service/service-var-2.out                      |     0
 .../service/service-var-2.rq                       |     0
 .../{libtracker-data => core}/sort/data-sort-1.ttl |     0
 .../{libtracker-data => core}/sort/data-sort-3.ttl |     0
 .../{libtracker-data => core}/sort/data-sort-4.ttl |     0
 .../{libtracker-data => core}/sort/data-sort-5.ttl |     0
 .../sort/data-title-sort-1.ttl                     |     0
 .../sort/query-sort-1.out                          |     0
 .../{libtracker-data => core}/sort/query-sort-1.rq |     0
 .../sort/query-sort-2.out                          |     0
 .../{libtracker-data => core}/sort/query-sort-2.rq |     0
 .../sort/query-sort-3.out                          |     0
 .../{libtracker-data => core}/sort/query-sort-3.rq |     0
 .../sort/query-sort-4.out                          |     0
 .../{libtracker-data => core}/sort/query-sort-4.rq |     0
 .../sort/query-sort-5.out                          |     0
 .../{libtracker-data => core}/sort/query-sort-5.rq |     0
 .../sort/query-sort-6.out                          |     0
 .../{libtracker-data => core}/sort/query-sort-6.rq |     0
 .../sort/query-sort-7.out                          |     0
 .../{libtracker-data => core}/sort/query-sort-7.rq |     0
 .../sort/query-sort-8.out                          |     0
 .../{libtracker-data => core}/sort/query-sort-8.rq |     0
 .../sort/query-sort-9.out                          |     0
 .../{libtracker-data => core}/sort/query-sort-9.rq |     0
 .../sort/query-title-sort-1.out                    |     0
 .../sort/query-title-sort-1.rq                     |     0
 tests/{libtracker-data => core}/sort/test.ontology |     0
 .../subqueries/data-1.ttl                          |     0
 .../subqueries/subqueries-1.out                    |     0
 .../subqueries/subqueries-1.rq                     |     0
 .../subqueries/subqueries-minus-1.out              |     0
 .../subqueries/subqueries-minus-1.rq               |     0
 .../subqueries/subqueries-minus-2.out              |     0
 .../subqueries/subqueries-minus-2.rq               |     0
 .../subqueries/subqueries-minus-3.out              |     0
 .../subqueries/subqueries-minus-3.rq               |     0
 .../subqueries/subqueries-minus-4.out              |     0
 .../subqueries/subqueries-minus-4.rq               |     0
 .../subqueries/subqueries-minus-5.out              |     0
 .../subqueries/subqueries-minus-5.rq               |     0
 .../subqueries/subqueries-union-1.out              |     0
 .../subqueries/subqueries-union-1.rq               |     0
 .../subqueries/subqueries-union-2.out              |     0
 .../subqueries/subqueries-union-2.rq               |     0
 .../subqueries/subqueries-union-3.out              |     0
 .../subqueries/subqueries-union-3.rq               |     0
 .../subqueries/subqueries-union-4.out              |     0
 .../subqueries/subqueries-union-4.rq               |     0
 .../subqueries/test.ontology                       |     0
 .../tracker-insert-or-replace-test.c               |    25 +-
 .../tracker-ontology-change-test.c                 |    55 +-
 .../tracker-ontology-error-test.c                  |    21 +-
 .../tracker-ontology-test.c                        |    73 +-
 .../tracker-service-test.c                         |     6 +-
 .../tracker-sparql-blank-test.c                    |    23 +-
 .../tracker-sparql-test.c                          |    59 +-
 .../turtle-comments/test.ontology                  |     0
 .../turtle-comments/turtle-data-001.ttl            |     0
 .../turtle-comments/turtle-query-001.out           |     0
 .../turtle-comments/turtle-query-001.rq            |     0
 .../{libtracker-data => core}/turtle/test.ontology |     0
 .../turtle/turtle-data-001.ttl                     |     0
 .../turtle/turtle-data-002.ttl                     |     0
 .../turtle/turtle-query-001.out                    |     0
 .../turtle/turtle-query-001.rq                     |     0
 .../turtle/turtle-query-002.out                    |     0
 .../turtle/turtle-query-002.rq                     |     0
 .../unbound/data.ontology                          |     0
 tests/{libtracker-data => core}/unbound/data.ttl   |     0
 .../unbound/unbound-1.out                          |     0
 .../{libtracker-data => core}/unbound/unbound-1.rq |     0
 .../unbound/unbound-2.out                          |     0
 .../{libtracker-data => core}/unbound/unbound-2.rq |     0
 .../unbound/unbound-3.out                          |     0
 .../{libtracker-data => core}/unbound/unbound-3.rq |     0
 .../unbound/unbound-4.out                          |     0
 .../{libtracker-data => core}/unbound/unbound-4.rq |     0
 .../unbound/unbound-5.out                          |     0
 .../{libtracker-data => core}/unbound/unbound-5.rq |     0
 .../update/delete-data-1.rq                        |     0
 .../update/delete-data-2.rq                        |     0
 .../update/delete-data-query-1.out                 |     0
 .../update/delete-data-query-1.rq                  |     0
 .../update/delete-data-query-2.out                 |     0
 .../update/delete-data-query-2.rq                  |     0
 .../update/delete-insert-where-1.rq                |     0
 .../update/delete-insert-where-2.rq                |     0
 .../update/delete-insert-where-3.rq                |     0
 .../update/delete-insert-where-4.rq                |     0
 .../update/delete-insert-where-5.rq                |     0
 .../update/delete-insert-where-6.rq                |     0
 .../update/delete-insert-where-query-1.out         |     0
 .../update/delete-insert-where-query-1.rq          |     0
 .../update/delete-insert-where-query-2.out         |     0
 .../update/delete-insert-where-query-2.rq          |     0
 .../update/delete-insert-where-query-3.out         |     0
 .../update/delete-insert-where-query-3.rq          |     0
 .../update/delete-insert-where-query-4.out         |     0
 .../update/delete-insert-where-query-4.rq          |     0
 .../update/delete-insert-where-query-5.out         |     0
 .../update/delete-insert-where-query-5.rq          |     0
 .../update/delete-insert-where-query-6.out         |     0
 .../update/delete-insert-where-query-6.rq          |     0
 .../update/delete-where-1.rq                       |     0
 .../update/delete-where-2.rq                       |     0
 .../update/delete-where-3.rq                       |     0
 .../update/delete-where-query-1.out                |     0
 .../update/delete-where-query-1.rq                 |     0
 .../update/delete-where-query-2.out                |     0
 .../update/delete-where-query-2.rq                 |     0
 .../update/delete-where-query-3.out                |     0
 .../update/delete-where-query-3.rq                 |     0
 .../update/insert-data-1.rq                        |     0
 .../update/insert-data-2.rq                        |     0
 .../update/insert-data-query-1.out                 |     0
 .../update/insert-data-query-1.rq                  |     0
 .../update/insert-data-query-2.out                 |     0
 .../update/insert-data-query-2.rq                  |     0
 .../update/insert-date-with-offset-1.rq            |     0
 .../update/invalid-insert-where-1.rq               |     0
 .../update/invalid-insert-where-query-1.out        |     0
 .../update/invalid-insert-where-query-1.rq         |     0
 .../update/select-date-with-offset-1.out           |     0
 .../update/select-date-with-offset-1.rq            |     0
 .../{libtracker-data => core}/update/test.ontology |     0
 tests/{libtracker-fts => fts}/.gitignore           |     0
 tests/{libtracker-fts => fts}/data.ontology        |     0
 tests/{libtracker-fts => fts}/fts3aa-1.out         |     0
 tests/{libtracker-fts => fts}/fts3aa-1.rq          |     0
 tests/{libtracker-fts => fts}/fts3aa-2.out         |     0
 tests/{libtracker-fts => fts}/fts3aa-2.rq          |     0
 tests/{libtracker-fts => fts}/fts3aa-3.out         |     0
 tests/{libtracker-fts => fts}/fts3aa-3.rq          |     0
 tests/{libtracker-fts => fts}/fts3aa-data.rq       |     0
 tests/{libtracker-fts => fts}/fts3ae-1.out         |     0
 tests/{libtracker-fts => fts}/fts3ae-1.rq          |     0
 tests/{libtracker-fts => fts}/fts3ae-data.rq       |     0
 .../functions/offsets-1.out                        |     0
 .../{libtracker-fts => fts}/functions/offsets-1.rq |     0
 .../functions/offsets-2.out                        |     0
 .../{libtracker-fts => fts}/functions/offsets-2.rq |     0
 .../functions/offsets-3.out                        |     0
 .../{libtracker-fts => fts}/functions/offsets-3.rq |     0
 .../functions/offsets-data.rq                      |     0
 tests/{libtracker-fts => fts}/functions/rank-1.out |     0
 tests/{libtracker-fts => fts}/functions/rank-1.rq  |     0
 tests/{libtracker-fts => fts}/functions/rank-2.out |     0
 tests/{libtracker-fts => fts}/functions/rank-2.rq  |     0
 .../{libtracker-fts => fts}/functions/rank-data.rq |     0
 .../functions/snippet-1.out                        |     0
 .../{libtracker-fts => fts}/functions/snippet-1.rq |     0
 .../functions/snippet-2.out                        |     0
 .../{libtracker-fts => fts}/functions/snippet-2.rq |     0
 .../functions/snippet-3.out                        |     0
 .../{libtracker-fts => fts}/functions/snippet-3.rq |     0
 .../functions/snippet-4.out                        |     0
 .../{libtracker-fts => fts}/functions/snippet-4.rq |     0
 .../functions/snippet-5.out                        |     0
 .../{libtracker-fts => fts}/functions/snippet-5.rq |     0
 .../functions/snippet-data.rq                      |     0
 .../{libtracker-fts => fts}/input/fts3input-1.out  |     0
 tests/{libtracker-fts => fts}/input/fts3input-1.rq |     0
 .../{libtracker-fts => fts}/input/fts3input-2.out  |     0
 tests/{libtracker-fts => fts}/input/fts3input-2.rq |     0
 .../{libtracker-fts => fts}/input/fts3input-3.out  |     0
 tests/{libtracker-fts => fts}/input/fts3input-3.rq |     0
 .../input/fts3input-data.rq                        |     0
 .../limits/fts3limits-1.out                        |     0
 .../{libtracker-fts => fts}/limits/fts3limits-1.rq |     0
 .../limits/fts3limits-2.out                        |     0
 .../{libtracker-fts => fts}/limits/fts3limits-2.rq |     0
 .../limits/fts3limits-3.out                        |     0
 .../{libtracker-fts => fts}/limits/fts3limits-3.rq |     0
 .../limits/fts3limits-4.out                        |     0
 .../{libtracker-fts => fts}/limits/fts3limits-4.rq |     0
 .../limits/fts3limits-data.rq                      |     0
 tests/{libtracker-fts => fts}/meson.build          |     2 +-
 .../prefix/fts3prefix-1.out                        |     0
 .../{libtracker-fts => fts}/prefix/fts3prefix-1.rq |     0
 .../prefix/fts3prefix-2.out                        |     0
 .../{libtracker-fts => fts}/prefix/fts3prefix-2.rq |     0
 .../prefix/fts3prefix-3.out                        |     0
 .../{libtracker-fts => fts}/prefix/fts3prefix-3.rq |     0
 .../prefix/fts3prefix-data.rq                      |     0
 tests/{libtracker-fts => fts}/tracker-fts-test.c   |     9 +-
 tests/libtracker-data/tracker-crc32-test.c         |    47 -
 tests/meson.build                                  |     4 +-
 1064 files changed, 236 insertions(+), 21565 deletions(-)
---


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]