summaryrefslogtreecommitdiff
path: root/cppunit/ios.patch
AgeCommit message (Collapse)Author
2012-12-22Make the patch apply the gbuild wayTor Lillqvist
Change-Id: I0d0d6e7ef42b3fbddbb8f4267099ea3b029c01ac
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-06-27update cppunit to 1.13.0Markus Mohrhard
Change-Id: If3896361c31a84b77e4c446dac75aeb9268605a0
2011-07-10iOS hacksTor Lillqvist
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-09Fix debugging build for iOSTor Lillqvist