Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-25 | update cppunit to 1.13.1 | Markus Mohrhard | |
Change-Id: I13a74ca921bb4b0766fab2123f46a97c90372a44 | |||
2012-09-14 | Adapt for DISABLE_DYNLOADING possibility also for Android | Tor Lillqvist | |
Change-Id: Iecc8c35b5b2235bc3408f2ecf3969317ac8bf679 | |||
2012-08-21 | Resurrect cppunit/ios.patch | Tor Lillqvist | |
Change-Id: Ie39f608d807ffd8cfb670e69a165cf4dd1e50d49 | |||
2012-06-27 | update cppunit to 1.13.0 | Markus Mohrhard | |
Change-Id: If3896361c31a84b77e4c446dac75aeb9268605a0 | |||
2011-07-10 | iOS hacks | Tor 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-09 | Fix debugging build for iOS | Tor Lillqvist | |