summaryrefslogtreecommitdiff
path: root/redland
AgeCommit message (Collapse)AuthorFilesLines
2012-03-01raptor: make the entities patch work on older libxml2 versionsMichael Stahl1-1/+12
Add a runtime check whether the "checked" member is available. Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-02-27Make redland build on Mac with internal libxmlFridrich Štrba2-0/+8
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-02-22Disable problematic reading of external entities in raptorPetr Mladek2-1/+385
Signed-off-by: Michael Meeks <michael.meeks@suse.com>
2011-11-12Fix iOS build: Link (as such unneeded) executables with -liconvTor Lillqvist1-0/+3
2011-11-10Deliver shared library file names ending in .so for AndroidTor Lillqvist4-0/+11
2011-11-03Use xml2-config and xslt-config from our own copies if not using system onesTor Lillqvist1-0/+9
2011-09-28Android now builds up to instsetoo_nativeThorsten Behrens1-3/+6
Last fixes - remove kludge from RepositoryFixes.mk, have redland build w/o threads for the while, and some hackery to exclude pointless code like oosplash from android build.
2011-09-27More Android config.sub fixing.Thorsten Behrens1-0/+20
This time the redland library.
2011-09-27Replace raptor rindex calls with strrchrThorsten Behrens2-0/+63
Seems android libc is missing that - replaced by non-deprecated posix func.
2011-09-27More Android config.sub fixing.Thorsten Behrens4-22/+20
More parse fixing for android os string.
2011-09-27Fix android platform parsing for raptorThorsten Behrens1-0/+20
2011-09-27Make Android cross-build workingThorsten Behrens2-12/+1
In the spirit of 12759f67a36d52a345be6002d7017551e8414c59, change external lib's config.sub to eat the arm-unknown-linux-androideabi host os string. Also, permit shared libs again - seems Android can handle those. Added dictionaries to cross-build-toolset - idxdict is needed. Should build up to sfx2 - some residual static lib issues there, and in raptor.
2011-09-16Revert "Trying to chop out the uwinapi library"Fridrich Štrba3-3/+7
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
2011-09-16Trying to chop out the uwinapi libraryFridrich Štrba3-7/+3
2011-06-09First attempt at Android supportTor Lillqvist6-3/+36
2011-06-08Fix raptor to not use xml2-config on MacWilliam Lachance2-6/+213
Christian suggested modifying the configure script not to use xml2-config/xslt-config at all. Here's a patch which does exactly that. I'm not exactly thrilled by the size/complexity of this patch for what it does, but at the same time it does seem a bit crazy for LO not to build just because libxml is installed in MacPorts (which is not uncommon: it's a dependency of ImageMagick for instance).
2011-06-06Always compare CROSS_COMPILING explicitly to "YES"Tor Lillqvist3-4/+4
2011-06-06Bin unnecessary quotingTor Lillqvist3-3/+3
2011-06-06Patch raptor configure, not configure.ac for cross-compilationTor Lillqvist2-25/+36
It looks sillier, yes, but it is good to not have to run autoconf. Fixes cross-compilation for ppc MacOSX.
2011-06-04make sure to compile against SDK version of libxml/libxsltChristian Lohmaier3-2/+34
might not be the most elegant solution, but should do the trick
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist1-19/+19
2011-05-30Fix typoTor Lillqvist1-1/+1
2011-05-21Drop OS2Tor Lillqvist3-18/+3
2011-05-14Fix typoTor Lillqvist1-1/+1
2011-05-13Cross-compile redland for iOSTor Lillqvist4-3/+64
2011-03-09Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky3-6/+6
Conflicts: cppunit/ldflags.patch hyphen/hyphen-2.4.patch libegg/source/eggtrayicon.c libtextcat/makefile.mk
2011-02-09Make stlport only optional dependency of postprocessFridrich Štrba1-1/+1
2011-02-02Clean up makefilesThomas Arnhold3-6/+0
2011-01-06mingwport33: i#116329: MinGW port enhancement: configurable libstdc++ nametono3-3/+3
2010-10-14#i10000# changes from OOO330 m10Vladimir Glazunov1-0/+1
Notes: split repo tag: libs-extern_ooo/DEV300_m90
2010-10-14that didn't make senseCaolán McNamara1-1/+1
2010-10-13update libtooling and config.guess for aix 7Caolán McNamara6-4/+107
2010-09-28sw33bf10: redland/prj/d.lst: missing mkdir inc/externalMichael Stahl1-0/+1
2010-06-30sb126: merged in DEV300_m84sb3-9/+9
2010-06-22sb126: #i110197# remove -Wl,-z,noexecstack hacksb3-3/+3
2010-06-05i#111958: MinGW port enhancement: runtime-pseude-reloc-v2 : more fixestono2-2/+2
2010-05-31i#111958: MinGW port enhancement: runtime-pseude-reloc-v2tono3-9/+9
2010-04-28merge DEV300_m77Michael Stahl8-7/+53
2010-04-16CWS-TOOLING: integrate CWS sb118Jens-Heiner Rechtien3-3/+3
2010-04-07sb118: merged in re/DEV300_next towards DEV300_m76sb4-6/+48
2010-03-17ause110: update to DEV300_m75Hans-Joachim Lankenau4-6/+48
2010-03-10ause110: update to DEV300_m74Hans-Joachim Lankenau7-38/+10
2010-03-09odfmetadata4: #i108911#: configure.in: enable with-system-redland:Michael Stahl1-1/+5
based on patch by cmc. no patches are required for redland any more, so enable system redland. minimum version is redland 1.0.8.
2010-03-09odfmetadata4: #i108911#: patch by cmc: remove third redland patch:Michael Stahl2-171/+0
redland: remove redland-1.0.8.patch.storage_hashes_list_duplicates. unordf: work around by checking for duplicate in addStatementGraph().
2010-03-09odfmetadata4: #i108911#: patch by cmc: remove second redland patch:Michael Stahl2-36/+0
redland: remove redland-1.0.8.patch.storage_hashes_context_serialize_get_statement. unordf: work around by extending librdf_GraphResult with a context pointer.
2010-03-09odfmetadata4: #i108911#: patch by cmc: remove first redland patch:Michael Stahl2-175/+0
redland: remove remove redland-1.0.8.patch.free_null. unordf: work around by wrapping librdf free functions.
2010-02-25sb118: merged in DEV300_m72sb7-38/+10
2010-02-25cmcfixes72: merge with DEV300 m72Caolán McNamara7-38/+10
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien7-38/+10
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-02-12cmcfixes72: #i109194# ↵Caolán McNamara4-6/+48
http://fedoraproject.org/wiki/UnderstandingDSOLinkChange fixes for raptor/rasqal