This allows us to make sure that the correct officeotron version is
installed on the machine.
Change-Id: I1c4532bed3e91194f51aa6f6767711295282528f
Reviewed-on: https://gerrit.libreoffice.org/22417
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Where this fancy new no-use-server-timestamps is not yet known.
Change-Id: I481c44bb977620400a3dede6191889bbbe5ec74a
Reviewed-on: https://gerrit.libreoffice.org/22546
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
it doesn't really gain us much to have a handful of
boost::signal use in a sea of Links
This also fixes a regression in
commit 051b29e1025253f35f87a04e297760aa8b40611f
Author: Luboš Luňák <l.lunak@collabora.com>
Date: Sun Sep 14 15:45:02 2014 +0200
convert Edit autocomplete Hdl to boost signals2
where the conversion was...
- if ( maAutocompleteHdl.IsSet() )
+ if ( autocompleteSignal.empty() )
instead of the correct
+ if ( !autocompleteSignal.empty() )
Change-Id: I27270d94c782485c0a7e929bc4980af4527fe82b
--enable-icecream option mentions this in its documentation, but
it had been missing till now.
This option is also necessary when operating systems installs
icecc wrappers in locations other than /usr/lib/icecc, /opt/icecream,
which is what GCC_HOME gets set to by default with --enable-icecream.
Change-Id: Ib2b6ec010271467949e7ac9f1d01624cb360c5a5
Reviewed-on: https://gerrit.libreoffice.org/21551
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
19ec3c5e2230f982789f18c8e7bf77eabef68ad0 "firebird compat issue with macosx
10.11 was fixed by sberg some time ago" forgot to turn this back on when
reverting 9af1331c9253426855ac0f3a26e7f4bfff900d61 "For now, firebird doe snot
[sic] build on macosx 10.11."
(But no, firebird still does not build out of the box on Mac OS X 10.11, one
still needs to pass into the build a non-broken SHELL that does not filter away
DYLD_* env vars.)
Change-Id: I17321893a08d1f2a129ee14bf4f4453ff64ad2ad
This looks obsolete, it was used in LibreOfficeLinux.conf since the
beginning but in fact since LO 3.5 it was broken and the vclplug_gen
was not actully dlopen()ing Xrandr.so but somehow magically "found"
the symbols anyway.
Change-Id: I81251a8fef0abac63183b0ff3533bb2331ca6f5a
This was borked since gbuildification of vcl in 2011 and the dlopen
code didn't even compile since commit
b5f1139427b40ca727a03e2e41aa5625cfb08bb8
Change-Id: Ieff22ed144d9d89e53dd956ce0dfea5e4d07ea13
Some options aren't supported on android, so disable them by default to
avoid errors.
Change-Id: Ifef2f5ff55d3bd7d7da1f53d1345be3c5ef11f45
Reviewed-on: https://gerrit.libreoffice.org/21590
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
...introduced with 19167ea31383cb91c1563ba2d4bb7708eea8afc1 "Use test -f rather
then cross-compilation unfriendly AC_CHECK_FILE"
Change-Id: I586a716abb855c3cd66409f5409b5f3c8af8e4fd
When building with GCC, the gcc-ar, gcc-ranlib, and gcc-nm wrappers
must be used for the linker to properly resolve symbols from static
libraries containing LTO objects.
Likewise, clang requires the llvm-ar, llvm-ranlib, and llvm-nm
wrappers.
Change-Id: I539017b6da7732f998a49820dc01d0e6b302952a
Reviewed-on: https://gerrit.libreoffice.org/21502
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
The build configure run tries to use the ndk as well.
Prevent this by only auto-detecting the ndk when cross-compiling.
Change-Id: I0c098a7ae3f34cd6210f1b6b14121f62ed892b13
Reviewed-on: https://gerrit.libreoffice.org/21547
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
apparently in the past it was disabled because it did depend on glib,
and maybe also size constraints, but neither apply anymore.
Change-Id: Ic731b204cf482639e4d468512b97b5c39ddc73e6
...to reduce unnecessary differences between instdir and instsets.
(Maybe CustomTarget_readmes could even generate the README_* directly into instdir?)
Change-Id: If243a229e6f0e401abe6708899964f7b5949cc09
... to avoid calling C:/Windows/system32/{sort,find}.exe, if those
happen to be first in PATH.
On a Windows 7 system, the other conflicts appear to be harmless,
we don't use "more", "expand", "timeout", "whoami".
Change-Id: Iceefeb7ee6725291b04c0eba465991bb1df96b57
Reviewed-on: https://gerrit.libreoffice.org/21175
Tested-by: Jenkins <ci@libreoffice.org>
Tested-by: Tor Lillqvist <tml@collabora.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
A few icons are still left in the folder as these are used as fallback for tango.
See industrial/README for details.
Change-Id: Iaeb672609cd57bba5707cbafbfe295bfb8c5011d
Reviewed-on: https://gerrit.libreoffice.org/19149
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>