Next | Query returned 64 messages, browsing 61 to 70 | previous

History of commit frequency

CVS Commit History:


   2009-06-14 20:17:35 by Joerg Sonnenberger | Files touched by this commit (218)
Log message:
Remove @dirrm entries from PLISTs
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2009-01-07 22:33:37 by Thomas Klausner | Files touched by this commit (4)
Log message:
Update to 0.9.16:

2008-07-05 Rasqal Version 0.9.16 Released

   WARNING: ABI AND API CHANGED in this release. Rasqal 0.9.16 is
   incompatible with 0.9.15.

   Added a rasqal_world object used for all constructor functions
   Removed deprecated functions and macros
   Fixed some memory leaks and made some low-memory resiliance fixes
   Query result sets can be read/written from sparql XML results format
   Improved error syntax error reporting

   See the Raptor 0.9.16 Release Notes for the full details of the
   changes.
   2008-11-04 11:35:22 by Mark Davies | Files touched by this commit (5) | Imported package
Log message:
Import rasqal 0.9.15

Rasqal is a free software / Open Source C library that handles
Resource Description Framework (RDF) query syntaxes,
query construction and query execution returning result bindings.
The supported query languages are SPARQL and RDQL.


Next | Query returned 64 messages, browsing 61 to 70 | previous