summaryrefslogtreecommitdiff
path: root/redland/README
blob: 87299ebf1fd445ced2fd5bcc993e16c9f6475203 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Redland RDF library (librdf)

Module: external/redland

Upstream URL: http://librdf.org/

License: Triple-licensed: LGPL v2+/GPL v2+/Apache v2
         Note that Sun distributes this software only under LGPL v2
         (see LICENSE.txt)

Description:
This module contains the third-party Redland RDF / librdf library, which
is needed to support data in RDF (Resource Description Framework) format.
It consists of 3 parts:
- raptor:  parsers and serializers for numerous RDF file formats
- rasqal:  query engine which supports SPARQL queries
- redland: librdf integrates raptor and rasqal, and provides numerous storage
           engines for storing RDF graphs (in memory, SQL, ...)

Libraries: libraptor, librasqal, librdf

Patches:
There are several patches, most of which contain only hacks to get it to
build with OOo build system.
There used to be also 3 patches here that fix bugs in redland and ought to be
of general interest:
- redland-1.0.8.patch.free_null:
  redland destructor functions don't check if argument is NULL
- redland-1.0.8.patch.storage_hashes_context_serialize_get_statement:
  hashes storage: the function to create statements during serialization does
                  not fill in the context propery (i.e. context is NULL)
- redland-1.0.8.patch.storage_hashes_list_duplicates:
  hashes, list storage: if contexts are enabled, then it is possible to add
                        duplicate statements
Attempts to upstream these patches failed for reasons upstream kept to
themselves.  Now these patches are replaced with workarounds in unoxml.
Note to future maintainers: work around redland bugs in client code.

mmit/chart2/inc?h=feature/wasm&id=6d0592b40ec8c6f7e36b58a21efc78927ceaa012'>Move the 2D shape creation code into a separate method.Kohei Yoshida 2014-08-29the DUMMY_CHART_FACTORY variable is not the only indicator for OpenGl chartsMarkus Mohrhard 2014-08-13warning C4373: 'chart::ChartModel::setWindow': virtual function overrides...Thomas Arnhold 2014-08-13update_pchThomas Arnhold 2014-07-26bnc#885825: Support borders around data labels.Kohei Yoshida 2014-07-21Compiler macro in lieu of literal "Label" to make it easier to track it.Kohei Yoshida 2014-06-27fix invalid memory access in chart testsMarkus Mohrhard 2014-06-26Track all uses of ErrorBarX and ErrorBarY UNO property names.Kohei Yoshida 2014-06-19Use define constant to keep track of all NumberFormat property usage.Kohei Yoshida 2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin 2014-06-10fdo#79676: Initialize with a default chart only from the UI.Kohei Yoshida 2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin 2014-06-04fix refresh problem with 2D OpenGL chart and OpenGLWindowMarkus Mohrhard 2014-06-01extract the rendering code in ChartViewMarkus Mohrhard 2014-05-29update_pch: exclude OpenGLContext.hxx for nowThomas Arnhold 2014-05-28update_pchThomas Arnhold 2014-05-24make sure that OpenGL charts are rendered after importMarkus Mohrhard 2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold 2014-05-12Have ChartView keep the instance of GL3D chart object between rendering.Kohei Yoshida 2014-05-12volatile does not make any sense hereMarkus Mohrhard 2014-05-07the rendering is working on-screenMarkus Mohrhard 2014-05-07provide the OpenGL windowMarkus Mohrhard 2014-05-06update_pch for chartopenglThomas Arnhold 2014-04-25fix missing service factory during import, related fdo#74333, cp#1000057Markus Mohrhard 2014-04-21remove comments why a file gets includedThomas Arnhold 2014-04-17remove executable bitAndras Timar 2014-04-15remove some crap that should not have been pushedMarkus Mohrhard 2014-04-15chart2: sal_Bool->boolNoel Grandin 2014-04-14update_pchThomas Arnhold 2014-04-14update_pch: fix precompiled_chartopenglThomas Arnhold 2014-04-08add initial code for creating 3D bar shapesMarkus Mohrhard 2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin 2014-03-29Add API wrapper to handle properties of new GL3D chart type.Kohei Yoshida 2014-03-29Let's use define constants here rather than string values....Kohei Yoshida 2014-03-29Start using common symbols for textural UNO property names.Kohei Yoshida 2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2014-02-08coverity#737047 Uncaught exceptionCaolán McNamara 2014-02-07coverity#737046 Uncaught exceptionCaolán McNamara