Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: I46e4081375e2f7eda0c9f443cf28dcfe575a7dba
|
|
Also fix the wrong check in cppunit/ExternalProject_cppunit.mk
which caused cppunit to always be built without -D_GLIBCXX_DEBUG.
Change-Id: Ia247dcd84e2c6fa0e9384fd27643537984d980b5
|
|
Change-Id: I67e38db4b41849ac4be4ad20825391c84c7ed412
|
|
Change-Id: I0d0d6e7ef42b3fbddbb8f4267099ea3b029c01ac
|
|
|
|
Change-Id: I4e72093ade16bde4715cd60bf98779c462dd09e5
|
|
Change-Id: I45e608da450b34c516974cfa1bf6267f5d6ddd29
|
|
|
|
Change-Id: Id6401999d20069f17133a765195cd49b50ff532f
|
|
Change-Id: Ie08b5ebf76f22a42c99729a284bf1931a7cf9bc9
|
|
Change-Id: Iff8315535293613423199aaffeac904e721928bf
|
|
This reverts commit 58cb1a2f25ceba89766797af4ce3ce1d590b3915.
|
|
The original dmake makefile.mk even said the files were missing ... ?
|
|
Change-Id: Idcba54973940b9f197f2fd84a906b50468d1b166
|
|
Change-Id: I87c779de583011d340cece39efa32e891d20852d
|
|
Change-Id: I13a74ca921bb4b0766fab2123f46a97c90372a44
|
|
Change-Id: Iecc8c35b5b2235bc3408f2ecf3969317ac8bf679
|
|
Change-Id: Ie39f608d807ffd8cfb670e69a165cf4dd1e50d49
|
|
Change-Id: Id4cb837d7c2441df1c46795a52385e2e0e605a46
|
|
Change-Id: I6fa2b9a50c525fb2d8666a144409eb9a3ad2698a
|
|
Change-Id: Id30b06eb093e373da6eb328b5d22788f308ae4ff
|
|
Thanks a lot to Fridrich.
Change-Id: Iab8c1454f5aaf629b4761f451fbd075fd59bfa62
|
|
Change-Id: If3896361c31a84b77e4c446dac75aeb9268605a0
|
|
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
|
|
|
|
...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.
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
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.
|
|
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
|
|
|
|
|
|
|
|
http://lists.freedesktop.org/archives/libreoffice/2011-July/014970.html
|
|
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.
|
|
|
|
|
|
|
|
|
|
|