Age | Commit message (Collapse) | Author |
|
Change-Id: Ia53ef2130c03f36909f4ee47a60077fe74e0f481
|
|
The tests cannot be run on cross-compilation anyway.
Change-Id: I89afe30067e3f06fe090e529e6072c79ea696038
|
|
Change-Id: Ibc97c8d082b154faed48efa81fb48d5247fc7b6d
|
|
Change-Id: I266e9ba3fb72489986d7d8cef4cb59b8c09dd51f
|
|
Change-Id: Ibd97268e4aaa61ec896135bf780173a18536101d
|
|
System python can be used for build even if the bundled python is
enabled, c.f. --enable-python=internal vs. fully-internal. We need to
use the python that is used at runtime, not for building.
Change-Id: Ia1cd0b787d23645ce469e6975d90f01239256b9b
|
|
Change-Id: Ie040f95a92eb2fc3b68e5310103388a01cfd4fdf
|
|
Change-Id: I911d1131a91f0a5baea3324c0d48cb4fa5c5c344
|
|
Change-Id: I8957392a08bf7f39ef0cfac39484157c6a8f048d
|
|
It gives such substantial code space savings. We will just have to
work around the few problems it seems to cause.
Change-Id: I31031dfea049c7d28624c76ec8999976d9383df6
|
|
Add HAVE_FEATURE_DBCONNECTIVITY to <config_features.h> instead of
using (or not, more likely) -DDISABLE_DBCONNECTIVITY.
The plan is still that database connectivity would be disabled always
for the non-desktop platforms, and otherwise disabling it would be a
configure option.
But, still lots to do; the TiledLibreOffice iOS test app gets tons of
undefineds when linking if I actually try to disable the database
connectivity.
Change-Id: If1e4b55faa1514cd55dec5fc5487a30d689739ac
|
|
This is with the Xcode 5.1.1 tool-chain. Either a compiler bug, or
some undefined behaviour in our code sensitive to compiler
optimisation details.
The crash we noticed was in sw/source/core/layout/paintfrm.cxx. (There
might of course be more locations with similar behaviour.)
Change-Id: I5d0f0aee369b2ca5fc77356f0a7cb88bec6cc58e
|
|
Change-Id: If7b1183384c3931efe73a24a894116be4d827807
|
|
Change-Id: Iaf02671b7d3abc8e096ed817385fc78cead1813c
|
|
Change-Id: Ibc36e4795122167585fb653cc1c4e81fd59f3620
|
|
Change-Id: Ib94b338491a574810280b1bcb6446d02e90a9042
|
|
Change-Id: Ib56b50b9ce2252e6eba488e88dd45a5ebd062b6b
|
|
Change-Id: I3bc3397c6a505c758703e506474657fa97ef51bd
|
|
This reverts commit 11e881a63821ea209bda509d1e502d9ba270782d, which assumed that
"all the Makefile's using it are in builddir/<module>/", which is not the case
for the external/ sub-modules.
|
|
...in the spirit of 3e70e26cbc96667e2968cd325737053bf8bffb78 "gbuild: fix over-
evaluation in gb_ExternalExecutable__set_internal"
Change-Id: Ica0f8a029e18f66c470afb6a038a4746c919a8d6
|
|
Change-Id: I7265aa6f79bcee99bf5c60dc21b61ea95ae85864
|
|
LibreOffice 4 NetBSD build fails with wrong LD_LIBRARY_PATH.
LD_LIBRARY_PATH setting in solenv/gbuild/platform/NETBSD_INTEL_GCC.mk and
solenv/gbuild/platform/NETBSD_X86_64_GCC.mk is not needed.
Attached patch should fix amd64 (x86_64) and i386 build.
https://bugs.freedesktop.org/show_bug.cgi?id=77098
Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
|
|
Language Pack did not seem to pick a decent default value for that
Change-Id: I567f24882e16533e10d8ba91b777ad91dc507b87
Reviewed-on: https://gerrit.libreoffice.org/7485
Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
|
|
Change-Id: Id0be70056645a5fa5df49aa5186e3187c719e048
|
|
Change-Id: I0e8524a0933114196a80317b9a427d8cd3f3e459
|
|
It probably does not make much sense in general but will be used to
optionally disable some implementations in a library.
Change-Id: Ib491b8b642907b5bb20d458cbf766c9c9a5a5111
|
|
Change-Id: Id329745fa1988003b4771c6b7d75f2db0930184c
|
|
Change-Id: I1f24a281155ade91f0296dbc24550fcd8febf0d0
|
|
Change-Id: I87090e2714bca3ea7a9ad8a8ff966702139ba345
|
|
Change-Id: I1bc585af8f0189dfa219bd42a5f09871a006c6ea
|
|
|
|
Saw messages about that in logcat. Didn't help making the 'desktop' app work
again, though. I wonder when it last worked.
Change-Id: I32f7f32a30f3d00aa0754c00469ecddf2831aad5
|
|
Corrected typo, included the option dump-deps-png because that is
awesome and available and not in this helpfile! :-)
Change-Id: If8dd8b9c4dc9938c65499ae5d6dfdd7bf830e94d
Reviewed-on: https://gerrit.libreoffice.org/8747
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
|
|
Change-Id: I4a5784a63d3bcc8af3b50e51e410744d8b185be9
|
|
This reverts commit d2c16eb81a813f709552bd840897047fe98eb131, which caused
JunitTests to call java with a command line containing
-Dorg.openoffice.test.arg.env=LD_LIBRARY_PATH""
instead of
-Dorg.openoffice.test.arg.env=LD_LIBRARY_PATH"${LD_LIBRARY_PATH+=$LD_LIBRARY_PATH}"
(and thus caused a build against a local trunk GCC, that requires
LD_LIBRARY_PATH to find the corresponding libstdc++.so.6, to fail).
Change-Id: Ia9613f5a7c6dff1ff6883fc4c079ffaacd1c1b59
|
|
It was removed by a previous commit, because the code used the wrong,
non-existing variable $helppackpackaddon.
Change-Id: I00ca05ee07585ffd4fbdc75f881749098e6d5329
Reviewed-on: https://gerrit.libreoffice.org/8662
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
The change in partial_build.mk assumes all the Makefile's using it
are in builddir/<module>/ , but that seems to be the case.
Change-Id: Iddc8fa2ec0842f181780f7491cf5a2244efd014a
|
|
Change-Id: I523a9813c2b121342fc1bc31328ff8ce48f68c4d
|
|
Change-Id: I92b4c1be5d8e051a4d716900bcc5dd7bb621017b
Reviewed-on: https://gerrit.libreoffice.org/8658
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
|
|
Change-Id: Icdb628164c53d212871171ab7dea2617f79a7a36
|
|
...similarly to desktop/scripts/soffice.sh preventing that for LO itself.
One problem is that, even if it does not find any errors, Valgrind writes onto
a traced child's stderr, and when jvmfwk searches for a JRE to use, it takes
output to stderr into account, so would start to behave differently when run
under Valgrind.
--trace-children-skip appears to be new since Valgrind 3.6, and older versions
would probably fail early when they see this unknown-to-them option. If this
turns out to be a problem in practice (current version is 3.9), we probably need
to make this conditional on a configure.ac check.
Change-Id: Ia6a72bdcd666d68ed0539170f3fc476292e82b96
|
|
Change-Id: Ie8e6858194f4081e080f67a9af88108f10e1c503
|
|
Change-Id: I1101b87d3f34169f985924f8b867511e68ed5b66
|
|
Change-Id: I7d0a42a89dff1e701627453ea4d337d21fbf6056
|
|
Change-Id: Ia01efee8c7cc28d1f71fd87c735a6cbc205b3eaf
|
|
As new 'edit' group because they are not needed in view-only
TiledLibreOffice_app. Although, probably there are more components
in 'core' which should be in 'edit' too, who knows, sigh.
Change-Id: I1efebc9884662a5d25744a3414717aa410350ef4
|
|
Also remove extended_core group. If something from there will be
needed, we will add it another way.
Currently only android/experimental/desktop/Makefile and
ios/CustomTarget_TiledLibreOffice_app.mk are known to do something.
Change-Id: I99936075e35ce98d684581838c0a19dccd83f942
|
|
Change-Id: Ic1c6109ff9463add24c879cf6e6371ab050831d0
|
|
Change-Id: I5e93bb6fb53537b889c6ba9888f0f32a0d6f8050
|
|
Change-Id: I48c8d110666e0404b49e3a7816c134a7f06fb929
|