Next | Query returned 64 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2017-10-24 12:44:51 by Leonardo Taccari | Files touched by this commit (1)
Log message:
rasqual: Fix installation if gtk-doc package is already installed

By default rasqual is configured with `--disable-gtk-doc'. However,
despite that, it will checks several `gtkdoc-*' tools anyway, ending
in a failure during the installation phase because only a couple
of them are available.

Add a kludge via CONFIGURE_ENV to avoid picking up gtkdoc-* tools.

Noticed by <martin>, thanks!
   2017-08-24 22:03:43 by Adam Ciarcinski | Files touched by this commit (621) | Package updated
Log message:
Revbump for boost update
   2017-04-30 03:22:04 by Ryo ONODERA | Files touched by this commit (612) | Package updated
Log message:
Recursive revbump from boost update
   2017-01-01 17:06:40 by Adam Ciarcinski | Files touched by this commit (616) | Package updated
Log message:
Revbump after boost update
   2016-10-07 20:26:14 by Adam Ciarcinski | Files touched by this commit (611) | Package updated
Log message:
Revbump post boost update
   2016-03-05 12:29:49 by Jonathan Perkin | Files touched by this commit (1813)
Log message:
Bump PKGREVISION for security/openssl ABI bump.
   2015-11-04 03:00:17 by Alistair G. Crooks | Files touched by this commit (797)
Log message:
Add SHA512 digests for distfiles for textproc category

Problems found locating distfiles:
	Package cabocha: missing distfile cabocha-0.68.tar.bz2
	Package convertlit: missing distfile clit18src.zip
	Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2014-12-30 15:32:59 by Thomas Klausner | Files touched by this commit (3)
Log message:
Update to 0.9.33:

Rasqal 0.9.33 changes

Issues Fixed:

    0000546: Can't take query from URI when using -p
    0000568: Filter expression with division does not work
    0000583: CONSTRUCT halts at a template triple with unbound variable
    0000588: roqet: select from SERVICE returns all NULLs

SPARQL changes

Fixed BASE to override any API base URI.

Datetime class changes

Fixed storing timezone minutes correctly.

Graph pattern class changes

Added new getter functions rasqal_graph_pattern_get_triples(),
rasqal_literal_get_type() and rasqal_literal_get_language() from
Pull Request #1 by Cosmin Basca. Thanks.

Query engine changes

Fixed the aggregation total evaluation of AVG.

Fixed STRBEFORE and STRAFTER evaluation to match languages if
present and add the needle language to the result.

Fixed CONCAT() evaluation to return the correct types and languages.

Sorting now uses sort utility function raptor_sort_r() with context
args provided by Raptor 2.0.15+ or an internal simple (not so
performant) replacement, if too old.

Query result class changes

Can write variable bindings query results in mKR relation CSV
format.

Made internal changes to support reading and writing boolean result
formats. That means rasqal_query_results_formatter_read() may now
return boolean results if the formatter supports it, such as SPARQL
XML.

Added rasqal_new_query_results_from_string() to make a query results
from a string (with optional length). The results format is guessed
from the input data - base_uri and string content using
rasqal_world_guess_query_results_format_name().

Added rasqal_query_results_formats_check2() deprecating
rasqal_query_results_formats_check(). The API change is due to the
return value; the result is now non-0 if the format exists.

Added rasqal_new_query_results2() deprecating rasqal_new_query_results()
removing the now ignored vars_table parameter. A query result now
manages it's own variables table.

Results class changes

Fixed returning the correct variables count for reading SPARQL XML
results sets. This caused some queries to fail if the projected
variables count did not match the count in the result set. Fixes
Issue #0000588

Variables table class changes

Added rasqal_variables_table_add2() deprecating
rasqal_variables_table_add(). This takes a more sensible argument
style with copying the input parameters name and value, and allowing
name length to be optionally given. This results in smaller calling
code and better ownership semantics.

Utility changes

roqet(1) now supports using a URI or local file to send to a SPARQL
protocol service URI. Fixes Issue #0000546

Other changes

Fixes to make Rasqal build in Travis CI, testing against newest
and oldest raptors.

Use __FUNCTION__ (c99) replacing __func__ (c90) in debug macros.

Fixes in Pull Request #3 for building with icc from Sebastian
Freundt. Thanks.

Many code quality fixes from clang and coverity primarily in error
path cleanups (out of memory cases) and dead code.

Updated the fix-flex and fix-bison scripts to remove dead code that
clang and coverity complain about.

Added new C testrunner utility to run the tests to eventually
replace the (perl) improve and check-sparql scripts.

Fixed some API changelog mistakes.

Updated gcc / clang warning args used (-Wxxxx) and made multiple
minor code fixes such as replacing %d with %u in debug messages or
adding missing default: to switches even when all cases were covered.

Added many more internal casts to make -Wconversion happier when
enabled.
   2014-05-04 19:06:35 by Thomas Klausner | Files touched by this commit (3)
Log message:
Update to 0.9.32:

2014-02-23 Rasqal Version 0.9.32 Released

   SPARQL parser now uses and requires Bison 3.0 (for maintainer)
   Fixed SPARQL 1.0 vs SPARQL 1.1 syntax feature checking
   Make ossp work as a UUID library option.
   Fixed configure searching for libgcrypt-config and pcre-config.
   Made --with-libgcrypt-config and --with-pcre-config work again.
   Made other fixes and improvements including fixing reported issues:
   0000558, 0000560, 0000561, 0000564 and 0000567.

2013-12-13 Rasqal Version 0.9.31 Released

   roqet with new -t mode can now read query results formats and act as a
   results format converter
   Added read support for SPARQL 1.1 Query Results CSV and TSV Formats
   Query engine can execute VALUES
   Multiple configuration and build improvements
   Several query engine bug fixes
   Made other fixes and improvements including fixing reported issues:
   0000527, 0000536, 0000537, 0000538 and 0000539
   2014-02-13 00:18:57 by Matthias Scheler | Files touched by this commit (1568)
Log message:
Recursive PKGREVISION bump for OpenSSL API version bump.

Next | Query returned 64 messages, browsing 31 to 40 | Previous