Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-05 | cppunit build: fix the lib64 libdir on some linux distros | Cédric Bosdonnat | 1 | -0/+2 | |
2011-11-17 | Use lo_dlopen() on Android | Tor Lillqvist | 1 | -0/+18 | |
2011-11-14 | Link libcppunit with the shared GNU C++ library for Android | Tor Lillqvist | 1 | -0/+4 | |
2011-11-10 | We want Android shared objects to have names ending in .so | Tor Lillqvist | 3 | -2/+25 | |
The silly apkbuilder tool doesn't add extra native libs to an .apk package unless their name ends with .so. It just silently ignores them. So, force libtool to avoid versioning suffix for Android. Yeah, unclear whether apkbuilder is what we will end up using to construct the APKs of actual LO code using Android apps. But at this stage when just trying to build a unit testing app, it seems to be the simplest way to get the .apk properly signed and all to just use a normal Ant project, and let Ant run apkbuilder. | |||||
2011-10-11 | enable libstdc++ debug mode with --enable-dbgutil | Michael Stahl | 1 | -0/+9 | |
2011-10-01 | make libcmis build aginst internal cppunit | Peter Foley | 2 | -1/+4 | |
2011-09-27 | Make Android cross-build working | Thorsten Behrens | 2 | -8/+18 | |
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 | 2 | -0/+2 | |
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51. | |||||
2011-09-16 | Trying to chop out the uwinapi library | Fridrich Štrba | 2 | -2/+0 | |
2011-07-22 | ENABLE_DEBUG_STL isn't working out for us, too easy to mix with and without | Caolán McNamara | 1 | -4/+0 | |
2011-07-21 | Pass also our EXTRA_CDEFS to the cppunit configury | Tor Lillqvist | 1 | -1/+1 | |
2011-07-18 | build cppunit also with STL debug when STL debug is enabled | Luboš Luňák | 1 | -0/+4 | |
http://lists.freedesktop.org/archives/libreoffice/2011-July/014970.html | |||||
2011-07-10 | iOS hacks | Tor Lillqvist | 1 | -0/+25 | |
For iOS, the LibreOffice unit tests that normally are built as "plugins", i.e. dynamic libraries, are actually built as static libraries, because we don't do any dynamic linking of own code on iOS. Enable giving the "plugin" unit test entry point a different name than a fixed "cppunitTestPlugIn", so that several unit tests can be linked together into one executable, for simplicity. Drop the stupid dummy main() function in cppunit plugins. I doubt any Unix platform we care for needs it, but drop just for iOS and MacOSX for now. | |||||
2011-07-09 | Fix debugging build for iOS | Tor Lillqvist | 2 | -1/+19 | |
2011-07-09 | Build with -g if we want to be able to debug | Tor Lillqvist | 1 | -1/+6 | |
2011-06-21 | Make cppunit build for Android | Tor Lillqvist | 2 | -2/+13 | |
2011-06-17 | Surely we are not building Cygwin DLLs in the WNTGCC case!? | Tor Lillqvist | 1 | -1/+1 | |
2011-06-17 | Surely we are not building Cygwin DLLs in the WNTGCC case!? | Tor Lillqvist | 1 | -1/+4 | |
2011-06-17 | Fix compilation error with MinGW | Tor Lillqvist | 1 | -0/+12 | |
2011-06-17 | Pass --host and --build flags also when cross-compiling to Windows | Tor Lillqvist | 1 | -0/+4 | |
2011-06-16 | Deliver also static libcppunit if built in that way | Tor Lillqvist | 1 | -0/+2 | |
2011-06-16 | Do build libccppunit when cross-compiling after all | Tor Lillqvist | 1 | -8/+23 | |
Makes it easier to build other stuff. Whether we will actually run normal unit tests at build time, or ever, or not when cross-compiling to some platform is a different matter... | |||||
2011-06-06 | Always compare CROSS_COMPILING explicitly to "YES" | Tor Lillqvist | 1 | -1/+1 | |
2011-06-03 | Drop %_EXT% which was always empty | Tor Lillqvist | 1 | -29/+29 | |
2011-05-15 | Fix build on Windows | Tor Lillqvist | 1 | -6/+4 | |
2011-05-14 | Fix typo | Tor Lillqvist | 1 | -1/+1 | |
2011-05-14 | Mostly bypass when cross-compiling | Tor Lillqvist | 1 | -6/+5 | |
Unfortunately it still untars the tarball. But at least nothing gets built or delivered when cross-compiling. | |||||
2011-03-20 | I bet we need soltools here as a build dep | Caolán McNamara | 1 | -1/+1 | |
2011-03-09 | Merge commit 'ooo/DEV300_m101' into intm101 | Jan Holesovsky | 3 | -6/+7 | |
Conflicts: cppunit/ldflags.patch hyphen/hyphen-2.4.patch libegg/source/eggtrayicon.c libtextcat/makefile.mk | |||||
2011-03-03 | Try to avoid triggering autotools during the build | Fridrich Štrba | 1 | -4/+6 | |
Since the version of autotools used for the rolling of the tarball and the version on a machine running the build might be different, avoid breaking builds. Notes: split repo tag: libs-extern_LO-BASE-INTEGRATION-DEV300_M101 | |||||
2011-02-11 | No need to include <windows.h> in TestPlugIn.h | Tor Lillqvist | 1 | -9/+15 | |
We don't define any dummy DllMain() any more so no need to include <windows.h>. That was necessary just to get the types used by the DllMain() prototype. | |||||
2011-02-09 | Removing the ext_std masterpiece | Fridrich Štrba | 1 | -60/+6 | |
2011-02-09 | Make stlport only optional dependency of postprocess | Fridrich Štrba | 1 | -1/+1 | |
2011-02-08 | Drop the unnecessary DllMain from CPPUNIT_PLUGIN_IMPLEMENT_MAIN() | Tor Lillqvist | 1 | -2/+20 | |
It caused compilation errors even thanks to our workarounds for BOOL clashes. | |||||
2011-02-03 | CWS gnumake3: adapt mingw port to new features in cws | Takashi Ono | 2 | -0/+2 | |
2011-01-25 | fix the patch, i said! | David Tardon | 1 | -4/+4 | |
Notes: split repo tag: libs-extern_LO-BASE-INTEGRATION-DEV300_m98 | |||||
2011-01-25 | fix the patch | David Tardon | 1 | -4/+4 | |
2011-01-25 | rhbz#641350 don't segfault when test is built with debug. STL | David Tardon | 2 | -1/+30 | |
2010-11-06 | reenable this after tweaking deliver | Caolán McNamara | 1 | -0/+3 | |
reenable this after tweaking deliver to not remove a link unless symlink would work | |||||
2010-11-06 | Sorry, this breaks build miserably on linux. | Kohei Yoshida | 1 | -3/+0 | |
2010-11-05 | add the correct cppunit library name for OpenBSD | Robert Nagy | 2 | -1/+6 | |
2010-10-13 | update libtooling and config.guess for aix 7 | Caolán McNamara | 3 | -1/+27 | |
2010-10-01 | Pass the 'debug' and 'verbose' dmake variables to the sub-dmakes | Tor Lillqvist | 1 | -2/+2 | |
2010-09-16 | sb126: merged in DEV300_m87 | sb | 1 | -2/+2 | |
2010-07-20 | #i107097# - pass MAXPROCESS to GNU make in external modules | Hans-Joachim Lankenau | 1 | -2/+2 | |
2010-06-30 | sb126: merged in DEV300_m84 | sb | 1 | -6/+44 | |
2010-06-22 | CWS-TOOLING: integrate CWS mingwport30 | obo | 1 | -6/+44 | |
2010-06-21 | sb126: #i111141# patch the file that is actually used | sb | 1 | -6/+7 | |
2010-06-20 | i#111958: MinGW port enhancement: runtime-pseude-reloc-v2 more relevant fix | tono | 1 | -5/+36 | |
2010-06-15 | i#111958: MinGW port enhancement: runtime-pseude-reloc-v2 relevant fix | tono | 1 | -4/+6 | |