Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-12-12 | Fix VS2012 build at least for me | Tor Lillqvist | 1 | -2/+2 | |
2012-12-08 | No .libs directory when DISABLE_DYNLOADING | Tor Lillqvist | 1 | -0/+4 | |
Change-Id: I4e72093ade16bde4715cd60bf98779c462dd09e5 | |||||
2012-12-07 | missing delivery in cppunit on Mac | Norbert Thiebaud | 1 | -0/+1 | |
Change-Id: I45e608da450b34c516974cfa1bf6267f5d6ddd29 | |||||
2012-12-07 | get cppunit/disable-dynloading.patch to apply | Luboš Luňák | 1 | -1/+1 | |
2012-12-07 | cppunit is PLAINLIBS_NONE | Stephan Bergmann | 1 | -1/+1 | |
Change-Id: Id6401999d20069f17133a765195cd49b50ff532f | |||||
2012-12-07 | One more typo | Stephan Bergmann | 1 | -1/+1 | |
Change-Id: Ie08b5ebf76f22a42c99729a284bf1931a7cf9bc9 | |||||
2012-12-07 | Typo | Stephan Bergmann | 1 | -1/+1 | |
Change-Id: Iff8315535293613423199aaffeac904e721928bf | |||||
2012-12-07 | Revert "fix pretty broken cppunit gbuild conversion on windows" | Markus Mohrhard | 6 | -3114/+1 | |
This reverts commit 58cb1a2f25ceba89766797af4ce3ce1d590b3915. | |||||
2012-12-07 | fix pretty broken cppunit gbuild conversion on windows | Luboš Luňák | 6 | -1/+3114 | |
The original dmake makefile.mk even said the files were missing ... ? | |||||
2012-12-06 | convert cppunit to gbuild | Peter Foley | 10 | -386/+161 | |
Change-Id: Idcba54973940b9f197f2fd84a906b50468d1b166 | |||||
2012-09-26 | config.sub doesn't need patching any more it seems | Tor Lillqvist | 1 | -20/+0 | |
Change-Id: I87c779de583011d340cece39efa32e891d20852d | |||||
2012-09-25 | update cppunit to 1.13.1 | Markus Mohrhard | 6 | -18/+18 | |
Change-Id: I13a74ca921bb4b0766fab2123f46a97c90372a44 | |||||
2012-09-14 | Adapt for DISABLE_DYNLOADING possibility also for Android | Tor Lillqvist | 3 | -27/+31 | |
Change-Id: Iecc8c35b5b2235bc3408f2ecf3969317ac8bf679 | |||||
2012-08-21 | Resurrect cppunit/ios.patch | Tor Lillqvist | 2 | -0/+47 | |
Change-Id: Ie39f608d807ffd8cfb670e69a165cf4dd1e50d49 | |||||
2012-08-17 | Use dlerror() | Tor Lillqvist | 2 | -1/+16 | |
Change-Id: Id4cb837d7c2441df1c46795a52385e2e0e605a46 | |||||
2012-08-16 | For kicks, enable cross-building for Android on MIPS | Tor Lillqvist | 1 | -1/+1 | |
Change-Id: I6fa2b9a50c525fb2d8666a144409eb9a3ad2698a | |||||
2012-06-29 | add windows patch back | Markus Mohrhard | 2 | -1/+49 | |
Change-Id: Id30b06eb093e373da6eb328b5d22788f308ae4ff | |||||
2012-06-28 | use updated cppunit-1.13.0 sources | Markus Mohrhard | 1 | -1/+1 | |
Thanks a lot to Fridrich. Change-Id: Iab8c1454f5aaf629b4761f451fbd075fd59bfa62 | |||||
2012-06-27 | update cppunit to 1.13.0 | Markus Mohrhard | 12 | -296/+28 | |
Change-Id: If3896361c31a84b77e4c446dac75aeb9268605a0 | |||||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | 1 | -0/+0 | |
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b | |||||
2012-03-01 | WaE: unused parameter | Tor Lillqvist | 1 | -0/+11 | |
2012-02-29 | Simplify install name handling for external libraries on Mac OS X | Stephan Bergmann | 1 | -0/+2 | |
...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-14 | Mark cppunit patch as upstreamed | Stephan Bergmann | 1 | -1/+3 | |
2012-02-10 | -Werror=sign-promo from cppunit; old GCC redux | Stephan Bergmann | 1 | -1/+14 | |
2012-02-10 | -Werror=sign-promo from cppunit | Stephan Bergmann | 2 | -1/+22 | |
2012-02-08 | Added and improved READMEs for modules whihc used to be in libs-extern | Josh Heidenreich | 1 | -0/+3 | |
2012-02-01 | Clarified patch status against new upstream | Stephan Bergmann | 1 | -3/+17 | |
2012-01-21 | Removed some unused parameters; added SAL_UNUSED_PARAMETER. | Stephan Bergmann | 2 | -1/+14 | |
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-05 | cppunit build: fix the lib64 libdir on some linux distros | Cédric Bosdonnat | 1 | -0/+2 | |
2011-11-17 | Use lo_dlopen() on Android | Tor Lillqvist | 1 | -0/+18 | |
2011-11-14 | Link libcppunit with the shared GNU C++ library for Android | Tor Lillqvist | 1 | -0/+4 | |
2011-11-10 | We want Android shared objects to have names ending in .so | Tor Lillqvist | 3 | -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. | |||||
2011-10-11 | enable libstdc++ debug mode with --enable-dbgutil | Michael Stahl | 1 | -0/+9 | |
2011-10-01 | make libcmis build aginst internal cppunit | Peter Foley | 2 | -1/+4 | |
2011-09-27 | Make Android cross-build working | Thorsten Behrens | 2 | -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. | |||||
2011-09-16 | Revert "Trying to chop out the uwinapi library" | Fridrich Štrba | 2 | -0/+2 | |
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51. | |||||
2011-09-16 | Trying to chop out the uwinapi library | Fridrich Štrba | 2 | -2/+0 | |
2011-07-22 | ENABLE_DEBUG_STL isn't working out for us, too easy to mix with and without | Caolán McNamara | 1 | -4/+0 | |
2011-07-21 | Pass also our EXTRA_CDEFS to the cppunit configury | Tor Lillqvist | 1 | -1/+1 | |
2011-07-18 | build cppunit also with STL debug when STL debug is enabled | Luboš Luňák | 1 | -0/+4 | |
http://lists.freedesktop.org/archives/libreoffice/2011-July/014970.html | |||||
2011-07-10 | iOS hacks | Tor Lillqvist | 1 | -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. | |||||
2011-07-09 | Fix debugging build for iOS | Tor Lillqvist | 2 | -1/+19 | |
2011-07-09 | Build with -g if we want to be able to debug | Tor Lillqvist | 1 | -1/+6 | |
2011-06-21 | Make cppunit build for Android | Tor Lillqvist | 2 | -2/+13 | |
2011-06-17 | Surely we are not building Cygwin DLLs in the WNTGCC case!? | Tor Lillqvist | 1 | -1/+1 | |
2011-06-17 | Surely we are not building Cygwin DLLs in the WNTGCC case!? | Tor Lillqvist | 1 | -1/+4 | |
2011-06-17 | Fix compilation error with MinGW | Tor Lillqvist | 1 | -0/+12 | |
2011-06-17 | Pass --host and --build flags also when cross-compiling to Windows | Tor Lillqvist | 1 | -0/+4 | |
2011-06-16 | Deliver also static libcppunit if built in that way | Tor Lillqvist | 1 | -0/+2 | |
2011-06-16 | Do build libccppunit when cross-compiling after all | Tor Lillqvist | 1 | -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... |