summaryrefslogtreecommitdiff
path: root/cppunit/makefile.mk
AgeCommit message (Collapse)Author
2012-12-06convert cppunit to gbuildPeter Foley
Change-Id: Idcba54973940b9f197f2fd84a906b50468d1b166
2012-09-25update cppunit to 1.13.1Markus Mohrhard
Change-Id: I13a74ca921bb4b0766fab2123f46a97c90372a44
2012-09-14Adapt for DISABLE_DYNLOADING possibility also for AndroidTor Lillqvist
Change-Id: Iecc8c35b5b2235bc3408f2ecf3969317ac8bf679
2012-08-21Resurrect cppunit/ios.patchTor Lillqvist
Change-Id: Ie39f608d807ffd8cfb670e69a165cf4dd1e50d49
2012-08-17Use dlerror()Tor Lillqvist
Change-Id: Id4cb837d7c2441df1c46795a52385e2e0e605a46
2012-08-16For kicks, enable cross-building for Android on MIPSTor Lillqvist
Change-Id: I6fa2b9a50c525fb2d8666a144409eb9a3ad2698a
2012-06-29add windows patch backMarkus Mohrhard
Change-Id: Id30b06eb093e373da6eb328b5d22788f308ae4ff
2012-06-28use updated cppunit-1.13.0 sourcesMarkus Mohrhard
Thanks a lot to Fridrich. Change-Id: Iab8c1454f5aaf629b4761f451fbd075fd59bfa62
2012-06-27update cppunit to 1.13.0Markus Mohrhard
Change-Id: If3896361c31a84b77e4c446dac75aeb9268605a0
2012-02-29Simplify install name handling for external libraries on Mac OS XStephan 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-14Mark cppunit patch as upstreamedStephan Bergmann
2012-02-10-Werror=sign-promo from cppunitStephan Bergmann
2012-02-01Clarified patch status against new upstreamStephan Bergmann
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
2011-12-05cppunit build: fix the lib64 libdir on some linux distrosCédric Bosdonnat
2011-11-14Link libcppunit with the shared GNU C++ library for AndroidTor Lillqvist
2011-11-10We want Android shared objects to have names ending in .soTor Lillqvist
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-11enable libstdc++ debug mode with --enable-dbgutilMichael Stahl
2011-10-01make libcmis build aginst internal cppunitPeter Foley
2011-09-27Make Android cross-build workingThorsten 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-07-22ENABLE_DEBUG_STL isn't working out for us, too easy to mix with and withoutCaolán McNamara
2011-07-21Pass also our EXTRA_CDEFS to the cppunit configuryTor Lillqvist
2011-07-18build cppunit also with STL debug when STL debug is enabledLuboš Luňák
http://lists.freedesktop.org/archives/libreoffice/2011-July/014970.html
2011-07-09Fix debugging build for iOSTor Lillqvist
2011-07-09Build with -g if we want to be able to debugTor Lillqvist
2011-06-21Make cppunit build for AndroidTor Lillqvist
2011-06-17Surely we are not building Cygwin DLLs in the WNTGCC case!?Tor Lillqvist
2011-06-17Pass --host and --build flags also when cross-compiling to WindowsTor Lillqvist
2011-06-16Do build libccppunit when cross-compiling after allTor Lillqvist
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-06Always compare CROSS_COMPILING explicitly to "YES"Tor Lillqvist
2011-05-15Fix build on WindowsTor Lillqvist
2011-05-14Fix typoTor Lillqvist
2011-05-14Mostly bypass when cross-compilingTor Lillqvist
Unfortunately it still untars the tarball. But at least nothing gets built or delivered when cross-compiling.
2011-03-09Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky
Conflicts: cppunit/ldflags.patch hyphen/hyphen-2.4.patch libegg/source/eggtrayicon.c libtextcat/makefile.mk
2011-02-09Removing the ext_std masterpieceFridrich Štrba
2011-02-03CWS gnumake3: adapt mingw port to new features in cwsTakashi Ono
2011-01-25rhbz#641350 don't segfault when test is built with debug. STLDavid Tardon
2010-11-05add the correct cppunit library name for OpenBSDRobert Nagy
2010-10-13update libtooling and config.guess for aix 7Caolán McNamara
2010-10-01Pass the 'debug' and 'verbose' dmake variables to the sub-dmakesTor Lillqvist
2010-07-20#i107097# - pass MAXPROCESS to GNU make in external modulesHans-Joachim Lankenau
2010-06-22CWS-TOOLING: integrate CWS mingwport30obo
2010-06-20i#111958: MinGW port enhancement: runtime-pseude-reloc-v2 more relevant fixtono
2010-06-15i#111958: MinGW port enhancement: runtime-pseude-reloc-v2 relevant fixtono
2010-06-07masterfix: #i10000# #i112124# build fails in configure fixIvo Hinkelmann
Notes: split repo tag: libs-extern_ooo/DEV300_m81
2010-06-05mingwport30: merge with DEV300 m80tono
2010-05-31i#111958: MinGW port enhancement: runtime-pseude-reloc-v2tono
2010-05-05sb122: #i111385# fix for FreeBSD (by maho)sb
2010-05-03sb122: #i111141# fix ArchLinux build problem (patch from ↵sb
<http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;filename=cppunit.diff;att=1;bug=338252>)
2010-04-19DEV300 masterfix: #i10000#: add EXTRA_CFLAGS to CONFIGURE_ACTION for ↵Release Engineering
building on unxmacsxi Notes: split repo tag: libs-extern_ooo/DEV300_m77