Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-19 | Try to use -fvisibility=hidden when DISABLE_DYNLOADING | Tor Lillqvist | |
Change-Id: I92a5de2344e82f99ac94608e1455afa8c33bd54a | |||
2012-08-29 | fdo#54015: At least FreeBSD ld requires -z origin when RPATH contains $ORIGIN | Jung-uk Kim | |
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>: * bulk replacement of "-Wl,-z,origin,-rpath,..." with "-Wl,-z,origin -Wl,rpath,..." * additional hunk for directory/c-sdk/config/FreeBSD.mk in moz/seamonkey-source-1.1.14.patch did not apply and has been dropped Change-Id: Ie60c696f041108e819ce8f799cff6f58e63a5ad7 | |||
2012-07-27 | redland: fix some warnings in raptor | Michael Stahl | |
2012-04-20 | Build the redland libs statically for Android | Tor Lillqvist | |
They are only linked to libunordf anyway, so we reduce the number of shared libraries a bit this way. | |||
2012-04-13 | renaming dlls makes little sense on windows | David Tardon | |
2012-04-13 | Revert "change redland dllnames on windows too" | David Tardon | |
This reverts commit 6bc4d28845db8d63faeaa9eac4ce7364f37e4d2e. | |||
2012-04-13 | change redland dllnames on windows too | David Tardon | |
2012-04-13 | oops, missed one for macosx | David Tardon | |
2012-04-13 | rhbz#809466 change soname of bundled redland libs | David Tardon | |
2012-04-10 | No sonames on Android | Tor Lillqvist | |
2012-03-04 | it seems this is not necessary after all | David Tardon | |
Maybe it depends on the day of the week or something like that... | |||
2012-03-02 | workaround ld link-time crash on ppc64 | Caolán McNamara | |
2012-03-01 | Move MinGW-specific magic inside MinGW-specific .IF branch | Tor Lillqvist | |
2012-03-01 | get redland built with mingw | David Tardon | |
Do not ask me how or why this works. There are things man was not meant to know. | |||
2012-03-01 | get raptor built with mingw | David Tardon | |
I _really_ love how libtool, when called without -no-undefined, silently falls back to building a static lib (AFAICS without even trying to check if there really will be any undefined symbols in the resulting dll). Thank you, libtool author! I cannot express how much I enjoyed the hours I spent figuring out what is happening there! | |||
2012-03-01 | raptor: make the entities patch work on older libxml2 versions | Michael Stahl | |
Add a runtime check whether the "checked" member is available. | |||
2012-02-29 | Simplify install name handling for external libraries on Mac OS X | Stephan Bergmann | |
...by allowing our special @___... tokens anywhere within an install name, so that external modules can configure --prefix=/@___... etc. This removes the need for the special extshl and EXTRPATH=LOADER. Also, a new OUT2BIN_NONE can be used for external modules where the generated libraries need the default EXTRPATH=OOO, but generated executables are only used during the build and such need RPATH=NONE. | |||
2012-02-22 | Disable problematic reading of external entities in raptor | Petr Mladek | |
2012-02-17 | add missing quotes | David Tardon | |
2012-01-11 | add debugging symbols to raptor in debugging levels | Caolán McNamara | |
2011-11-12 | Fix iOS build: Link (as such unneeded) executables with -liconv | Tor Lillqvist | |
2011-11-10 | Deliver shared library file names ending in .so for Android | Tor Lillqvist | |
2011-11-03 | Use xml2-config and xslt-config from our own copies if not using system ones | Tor Lillqvist | |
2011-09-27 | Replace raptor rindex calls with strrchr | Thorsten Behrens | |
Seems android libc is missing that - replaced by non-deprecated posix func. | |||
2011-09-27 | Fix android platform parsing for raptor | Thorsten Behrens | |
2011-09-27 | Make Android cross-build working | Thorsten Behrens | |
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-16 | Revert "Trying to chop out the uwinapi library" | Fridrich Štrba | |
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51. | |||
2011-09-16 | Trying to chop out the uwinapi library | Fridrich Štrba | |
2011-06-09 | First attempt at Android support | Tor Lillqvist | |
2011-06-08 | Fix raptor to not use xml2-config on Mac | William Lachance | |
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-06 | Always compare CROSS_COMPILING explicitly to "YES" | Tor Lillqvist | |
2011-06-06 | Bin unnecessary quoting | Tor Lillqvist | |
2011-06-06 | Patch raptor configure, not configure.ac for cross-compilation | Tor Lillqvist | |
It looks sillier, yes, but it is good to not have to run autoconf. Fixes cross-compilation for ppc MacOSX. | |||
2011-06-04 | make sure to compile against SDK version of libxml/libxslt | Christian Lohmaier | |
might not be the most elegant solution, but should do the trick | |||
2011-05-21 | Drop OS2 | Tor Lillqvist | |
2011-05-14 | Fix typo | Tor Lillqvist | |
2011-05-13 | Cross-compile redland for iOS | Tor Lillqvist | |
2011-03-09 | Merge commit 'ooo/DEV300_m101' into intm101 | Jan Holesovsky | |
Conflicts: cppunit/ldflags.patch hyphen/hyphen-2.4.patch libegg/source/eggtrayicon.c libtextcat/makefile.mk | |||
2011-02-02 | Clean up makefiles | Thomas Arnhold | |
2011-01-06 | mingwport33: i#116329: MinGW port enhancement: configurable libstdc++ name | tono | |
2010-10-14 | that didn't make sense | Caolán McNamara | |
2010-10-13 | update libtooling and config.guess for aix 7 | Caolán McNamara | |
2010-06-30 | sb126: merged in DEV300_m84 | sb | |
2010-06-22 | sb126: #i110197# remove -Wl,-z,noexecstack hack | sb | |
2010-05-31 | i#111958: MinGW port enhancement: runtime-pseude-reloc-v2 | tono | |
2010-04-16 | CWS-TOOLING: integrate CWS sb118 | Jens-Heiner Rechtien | |
2010-03-10 | ause110: update to DEV300_m74 | Hans-Joachim Lankenau | |
2010-02-25 | sb118: merged in DEV300_m72 | sb | |
2010-02-12 | changefileheader2: #i109125#: change source file copyright notice from Sun ↵ | Jens-Heiner Rechtien | |
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) | |||
2010-01-29 | sb118: #i108776# changed addsym.awk to also export STLport num_put symbols, ↵ | sb | |
and simplified it by requiring that first section is labeled UDK_3_0_0; adapted map files accordingly, replacing many individual ones with solenv/src templates |