[libattean-perl] 01/04: Merge tag 'upstream/0.010'
Jonas Smedegaard
dr at jones.dk
Wed Dec 23 16:17:29 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libattean-perl.
commit 7b198dd610b9521fe068b8cc2ab45e47d68332bb
Merge: 49bf0bf c7a4f6f
Author: Jonas Smedegaard <dr at jones.dk>
Date: Wed Dec 23 21:01:04 2015 +0530
Merge tag 'upstream/0.010'
Upstream version 0.010
# gpg: Underskrift lavet ons 23 dec 2015 21:00:59 IST
# gpg: bruger RSA nøgle 0x2C7C3146C1A00121
# gpg: God underskrift fra »Jonas Smedegaard <dr at jones.dk>«
# gpg: også kendt som »Jonas Smedegaard <jonas at homebase.dk>«
# gpg: også kendt som »Jonas Smedegaard <js at debian.org>«
# gpg: også kendt som »[jpeg image of size 4165]«
Changes | 208 ++
Changes.ttl | 211 --
MANIFEST | 18 +-
META.yml | 3 +-
Makefile.PL | 3 +-
SIGNATURE | 216 +-
bin/attean_query | 38 +-
inc/Module/Install/DOAPChangeSets.pm | 24 +
lib/Attean.pm | 50 +-
lib/Attean/API.pm | 30 +-
lib/Attean/API/AbbreviatingParser.pod | 2 +-
lib/Attean/API/AbbreviatingSerializer.pod | 2 +-
lib/Attean/API/AggregateExpression.pod | 2 +-
lib/Attean/API/AppendableSerializer.pod | 2 +-
lib/Attean/API/AtOnceParser.pod | 2 +-
lib/Attean/API/Binding.pm | 30 +-
lib/Attean/API/Blank.pod | 2 +-
lib/Attean/API/BlankOrIRI.pod | 2 +-
lib/Attean/API/BulkUpdatableModel.pod | 2 +-
lib/Attean/API/Expression.pm | 12 +-
lib/Attean/API/IRI.pod | 2 +-
lib/Attean/API/Iterator.pm | 18 +-
lib/Attean/API/Literal.pod | 2 +-
lib/Attean/API/MixedStatementParser.pod | 2 +-
lib/Attean/API/MixedStatementSerializer.pod | 2 +-
lib/Attean/API/Model.pm | 12 +-
lib/Attean/API/MutableModel.pod | 2 +-
lib/Attean/API/MutableTripleStore.pod | 2 +-
lib/Attean/API/Parser.pm | 24 +-
lib/Attean/API/Plan.pm | 58 +-
lib/Attean/API/PullParser.pod | 2 +-
lib/Attean/API/PushParser.pod | 2 +-
lib/Attean/API/Quad.pod | 2 +-
lib/Attean/API/QuadParser.pod | 2 +-
lib/Attean/API/QuadPattern.pod | 2 +-
lib/Attean/API/QuadSerializer.pod | 2 +-
lib/Attean/API/Query.pm | 182 +-
lib/Attean/API/QueryPlanner.pm | 538 +++
lib/Attean/API/RepeatableIterator.pod | 2 +-
lib/Attean/API/Result.pod | 2 +-
lib/Attean/API/ResultParser.pod | 2 +-
lib/Attean/API/ResultSerializer.pod | 2 +-
lib/Attean/API/Serializer.pm | 18 +-
lib/Attean/API/Store.pm | 20 +-
lib/Attean/API/Term.pm | 49 +-
lib/Attean/API/TermOrVariable.pod | 2 +-
lib/Attean/API/TermParser.pod | 2 +-
lib/Attean/API/TermSerializer.pod | 2 +-
lib/Attean/API/Triple.pod | 2 +-
lib/Attean/API/TripleOrQuad.pod | 2 +-
lib/Attean/API/TripleParser.pod | 2 +-
lib/Attean/API/TriplePattern.pod | 2 +-
lib/Attean/API/TripleSerializer.pod | 2 +-
lib/Attean/API/Variable.pod | 2 +-
lib/Attean/AggregateExpression.pod | 2 +-
lib/Attean/Algebra.pm | 628 +++-
lib/Attean/BindingEqualityTest.pm | 2 +-
lib/Attean/Blank.pm | 4 +-
lib/Attean/CodeIterator.pm | 4 +-
lib/Attean/Expression.pm | 124 +-
lib/Attean/IDPQueryPlanner.pm | 999 +-----
lib/Attean/IRI.pm | 4 +-
lib/Attean/IteratorSequence.pm | 4 +-
lib/Attean/ListIterator.pm | 4 +-
lib/Attean/Literal.pm | 4 +-
lib/Attean/Plan.pm | 349 +-
lib/Attean/Quad.pm | 6 +-
lib/Attean/QuadModel.pm | 6 +-
lib/Attean/{IDPQueryPlanner.pm => QueryPlanner.pm} | 330 +-
lib/Attean/RDF.pm | 4 +-
lib/Attean/Result.pm | 4 +-
lib/Attean/SimpleQueryEvaluator.pm | 6 +-
lib/Attean/TermMap.pm | 4 +-
lib/Attean/TreeRewriter.pm | 4 +-
lib/Attean/Triple.pm | 6 +-
lib/Attean/TripleModel.pm | 2 +-
lib/Attean/Variable.pm | 4 +-
lib/AtteanX/API/JoinRotatingPlanner.pm | 65 +
lib/AtteanX/API/Lexer.pm | 124 +
lib/AtteanX/Parser/NQuads.pm | 4 +-
lib/AtteanX/Parser/NTriples.pm | 4 +-
lib/AtteanX/Parser/NTuples.pm | 4 +-
lib/AtteanX/Parser/RDFXML.pm | 2 +-
lib/AtteanX/Parser/SPARQL.pm | 3536 ++++++++++++++++++++
lib/AtteanX/Parser/SPARQLJSON.pm | 4 +-
lib/AtteanX/Parser/SPARQLLex.pm | 662 ++++
lib/AtteanX/Parser/SPARQLTSV.pm | 4 +-
lib/AtteanX/Parser/SPARQLXML.pm | 4 +-
lib/AtteanX/Parser/SPARQLXML/SAXHandler.pm | 4 +-
lib/AtteanX/Parser/Turtle.pm | 4 +-
lib/AtteanX/Parser/Turtle/Constants.pm | 6 +-
lib/AtteanX/Parser/Turtle/Lexer.pm | 347 +-
lib/AtteanX/Parser/Turtle/Token.pm | 2 +-
lib/AtteanX/RDFQueryTranslator.pm | 2 +-
lib/AtteanX/{Parser/Turtle => SPARQL}/Constants.pm | 75 +-
lib/AtteanX/{Parser/Turtle => SPARQL}/Token.pm | 10 +-
lib/AtteanX/Serializer/CanonicalNTriples.pm | 4 +-
lib/AtteanX/Serializer/NQuads.pm | 4 +-
lib/AtteanX/Serializer/NTriples.pm | 4 +-
lib/AtteanX/Serializer/NTuples.pm | 4 +-
lib/AtteanX/Serializer/SPARQL.pm | 220 ++
lib/AtteanX/Serializer/SPARQLCSV.pm | 4 +-
lib/AtteanX/Serializer/SPARQLHTML.pm | 174 +
lib/AtteanX/Serializer/SPARQLTSV.pm | 4 +-
lib/AtteanX/Serializer/SPARQLXML.pm | 4 +-
lib/AtteanX/Store/Memory.pm | 6 +-
lib/AtteanX/Store/Simple.pm | 4 +-
meta/changes.ttl | 253 ++
t/algebra.t | 76 +
t/cost_planner.t | 215 ++
t/http-negotiation.t | 12 +-
t/idp_planner.t | 1 -
t/join_rotating_planner.t | 177 +
t/naive_planner.t | 214 ++
t/serializer-sparql.t | 456 +++
115 files changed, 8598 insertions(+), 2433 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libattean-perl.git
More information about the Pkg-perl-cvs-commits
mailing list