summaryrefslogtreecommitdiffstats
path: root/cppunit
Commit message (Collapse)AuthorAgeFilesLines
* cppunit build: fix the lib64 libdir on some linux distrosCédric Bosdonnat2011-12-051-0/+2
|
* Use lo_dlopen() on AndroidTor Lillqvist2011-11-171-0/+18
|
* Link libcppunit with the shared GNU C++ library for AndroidTor Lillqvist2011-11-141-0/+4
|
* We want Android shared objects to have names ending in .soTor Lillqvist2011-11-103-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.
* enable libstdc++ debug mode with --enable-dbgutilMichael Stahl2011-10-111-0/+9
|
* make libcmis build aginst internal cppunitPeter Foley2011-10-012-1/+4
|
* Make Android cross-build workingThorsten Behrens2011-09-272-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.
* Revert "Trying to chop out the uwinapi library"Fridrich Štrba2011-09-162-0/+2
| | | | This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
* Trying to chop out the uwinapi libraryFridrich Štrba2011-09-162-2/+0
|
* ENABLE_DEBUG_STL isn't working out for us, too easy to mix with and withoutCaolán McNamara2011-07-221-4/+0
|
* Pass also our EXTRA_CDEFS to the cppunit configuryTor Lillqvist2011-07-211-1/+1
|
* build cppunit also with STL debug when STL debug is enabledLuboš Luňák2011-07-181-0/+4
| | | | http://lists.freedesktop.org/archives/libreoffice/2011-July/014970.html
* iOS hacksTor Lillqvist2011-07-101-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.
* Fix debugging build for iOSTor Lillqvist2011-07-092-1/+19
|
* Build with -g if we want to be able to debugTor Lillqvist2011-07-091-1/+6
|
* Make cppunit build for AndroidTor Lillqvist2011-06-212-2/+13
|
* Surely we are not building Cygwin DLLs in the WNTGCC case!?Tor Lillqvist2011-06-171-1/+1
|
* Surely we are not building Cygwin DLLs in the WNTGCC case!?Tor Lillqvist2011-06-171-1/+4
|
* Fix compilation error with MinGWTor Lillqvist2011-06-171-0/+12
|
* Pass --host and --build flags also when cross-compiling to WindowsTor Lillqvist2011-06-171-0/+4
|
* Deliver also static libcppunit if built in that wayTor Lillqvist2011-06-161-0/+2
|
* Do build libccppunit when cross-compiling after allTor Lillqvist2011-06-161-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...
* Always compare CROSS_COMPILING explicitly to "YES"Tor Lillqvist2011-06-061-1/+1
|
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-29/+29
|
* Fix build on WindowsTor Lillqvist2011-05-151-6/+4
|
* Fix typoTor Lillqvist2011-05-141-1/+1
|
* Mostly bypass when cross-compilingTor Lillqvist2011-05-141-6/+5
| | | | | Unfortunately it still untars the tarball. But at least nothing gets built or delivered when cross-compiling.
* I bet we need soltools here as a build depCaolán McNamara2011-03-201-1/+1
|
* Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky2011-03-093-6/+7
|\ | | | | | | | | | | | | | | Conflicts: cppunit/ldflags.patch hyphen/hyphen-2.4.patch libegg/source/eggtrayicon.c libtextcat/makefile.mk
| * CWS gnumake3: adapt mingw port to new features in cwsTakashi Ono2011-02-032-0/+2
| |
| * sb126: merged in DEV300_m87sb2010-09-161-2/+2
| |\
| | * #i107097# - pass MAXPROCESS to GNU make in external modulesHans-Joachim Lankenau2010-07-201-2/+2
| | |
| * | sb126: merged in DEV300_m84sb2010-06-301-6/+44
| |\|
| * | sb126: #i111141# patch the file that is actually usedsb2010-06-211-6/+7
| | |
* | | Try to avoid triggering autotools during the buildFridrich Štrba2011-03-031-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.
* | | No need to include <windows.h> in TestPlugIn.hTor Lillqvist2011-02-111-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.
* | | Removing the ext_std masterpieceFridrich Štrba2011-02-091-60/+6
| | |
* | | Make stlport only optional dependency of postprocessFridrich Štrba2011-02-091-1/+1
| | |
* | | Drop the unnecessary DllMain from CPPUNIT_PLUGIN_IMPLEMENT_MAIN()Tor Lillqvist2011-02-081-2/+20
| | | | | | | | | | | | | | | It caused compilation errors even thanks to our workarounds for BOOL clashes.
* | | fix the patch, i said!David Tardon2011-01-251-4/+4
| | |
* | | fix the patchDavid Tardon2011-01-251-4/+4
| | |
* | | rhbz#641350 don't segfault when test is built with debug. STLDavid Tardon2011-01-252-1/+30
| | |
* | | reenable this after tweaking deliverCaolán McNamara2010-11-061-0/+3
| | | | | | | | | | | | | | | reenable this after tweaking deliver to not remove a link unless symlink would work
* | | Sorry, this breaks build miserably on linux.Kohei Yoshida2010-11-061-3/+0
| | |
* | | add the correct cppunit library name for OpenBSDRobert Nagy2010-11-052-1/+6
| | |
* | | update libtooling and config.guess for aix 7Caolán McNamara2010-10-133-1/+27
| | |
* | | Pass the 'debug' and 'verbose' dmake variables to the sub-dmakesTor Lillqvist2010-10-011-2/+2
| |/ |/|
* | CWS-TOOLING: integrate CWS mingwport30obo2010-06-221-6/+44
|\ \ | |/ |/|
| * i#111958: MinGW port enhancement: runtime-pseude-reloc-v2 more relevant fixtono2010-06-201-5/+36
| |
| * i#111958: MinGW port enhancement: runtime-pseude-reloc-v2 relevant fixtono2010-06-151-4/+6
| |