summaryrefslogtreecommitdiff
path: root/cppunit/prj
AgeCommit message (Collapse)Author
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-01make libcmis build aginst internal cppunitPeter Foley
2011-06-17Surely we are not building Cygwin DLLs in the WNTGCC case!?Tor Lillqvist
2011-06-16Deliver also static libcppunit if built in that wayTor Lillqvist
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist
2011-03-20I bet we need soltools here as a build depCaolán McNamara
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-09Make stlport only optional dependency of postprocessFridrich Štrba
2011-02-03CWS gnumake3: adapt mingw port to new features in cwsTakashi Ono
2010-11-06reenable this after tweaking deliverCaolán McNamara
reenable this after tweaking deliver to not remove a link unless symlink would work
2010-11-06Sorry, this breaks build miserably on linux.Kohei Yoshida
2010-11-05add the correct cppunit library name for OpenBSDRobert Nagy
2010-10-13update libtooling and config.guess for aix 7Caolán McNamara
2009-12-16sb118: adaptions of using CppUnit 1.12.1 for wntgcci platform and for ↵sb
--enable-dbgutil configuration
2009-12-11sb118: Replace (heavily modified) CppUnit 1.8.0 with (unmodified) latest 1.12.1.sb
- Old modifications were necessary for testshl2, which has simply been excluded from the build for now. - Tests in basebmp, basegfx, o3tl (that are executed during build) have been converted from using modified CppUnit/testshl2 to using unmodified CppUnit. - CppUnit's DllPlugInTester has problems with OOo tests on Windows, see #i107562#, so for now a new cppunittester from sal is used instead.
2008-12-15CWS-TOOLING: integrate CWS qadev34t_DEV300Rüdiger Timm
2008-07-08#i86509# dep for win addedLars Langhans
2008-07-07#i86509# remove wrong c5t_win, it's only on windowsLars Langhans
2008-07-07#i86509# add depLars Langhans
2008-02-27#i86509#Lars Langhans