Age | Commit message (Collapse) | Author |
|
Change-Id: I81dc29f5ba2ef442ffb7e2823f02b9bfead24a46
|
|
Change-Id: I57d30410640fa1b7e1768136b1802546b2b7253f
|
|
Change-Id: Iec76486aa8a0eef7e1a5c74b416d466f16ff979a
|
|
Change-Id: Ibe4d5be4df874336de7ae387d210deff0a927b38
|
|
Change-Id: I608ec429696e6a02aa528b10057d93da63544eb4
|
|
Change-Id: Ic47a1b43323f84971aed9b3cdb2ec83f9e931d6a
|
|
Change-Id: I0208d53522da4d3d32c4060b6d784d62a64bf0eb
|
|
Change-Id: I3654a4eb4caa3a987f6d797c9bcb577c6fd6b426
|
|
Change-Id: I6587bd27d07ae39074d3c304614e3bc831afe8c8
|
|
Change-Id: I1df6ad9a53001348f269d4156dd09c4d2c361c26
|
|
Change-Id: Ic23c434770159ddea1f05ac0ef49572b387ebb54
|
|
Change-Id: Ic05027fafc9bed8d37306be9c7da63e53d1c6196
|
|
Change-Id: I8499c79358c598f71585234d7007e981ff4d88e1
|
|
Change-Id: Ia28bac4b12f23f3e85e42e323b35d8715a6d5d02
|
|
Fixes build for iOS.
In theory, it is a bit unclear whether DISABLE_DYNLOADING means to 1)
not build any dynamic libraries at all, not even of bundled 3rd-party
libraries, or 2) not build any own dynamic libraries, including
dynamically loaded UNO components, while still building 3rd-party
libraries as dynamic. But in practice, a use case for the latter is
nonexistent, nobody uses --disable-dynamic-loading in their
autogen.input, and DISABLE_DYNLOADING is turned on automatically for
iOS and Android.
What we want for iOS, for an LO-based app, is to not build any dynamic
libraries at all, but produce a single executable. Correspondingly for
Android, at least currently, we want to produce a single dynamic
library.
Change-Id: I7af4c3e53b13439612bb57bbb0fc8b118bda96bd
|
|
Change-Id: Ifc0218b76f9b330185986bf4c7137f4f9a2f1081
|
|
Change-Id: Ie12b7ec9630d45e23fb11f12d2d4955855ae34cc
|
|
Change-Id: I7a00dfaa3252e2a0ab145ef8a4355f9bd14570da
|
|
Change-Id: I5485e879b30a1559127ee5f0060aa7d740fb2e7d
|
|
Change-Id: I794f8d9d23234af46f16a71021be069ca5383f03
Reviewed-on: https://gerrit.libreoffice.org/13568
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: Idbe25949adab4ac20613a4c14885d4b1a4c40775
|
|
Change-Id: I98d9fecb0f44b0b4354029bab1a5d675e98edd1f
|
|
Change-Id: I4d32ac386ff8b69bee4319e673769917045d9450
Reviewed-on: https://gerrit.libreoffice.org/13547
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I3bd37f8468c95a29ab3385dbc3ae825b76d8d3df
|
|
Change-Id: I3024693698f85ef1c2bbb7fb6ee968a0d5ba6359
|
|
...to harmonize the mechanisms to not define LIBO_INTERNAL_ONLY for extension
code and CppunitTest_odk_checkapi. (It also needs to revert any -Wundef, as the
config_host/config_*.h files will not be included, so the HAVE_* macros will be
undefined.)
This obsoletes the need for RTL_DISABLE_FAST_STRING.
Change-Id: If5eacba80c349efb90762aade8f2ea6d2db7e314
|
|
Change-Id: I8571aa0ccc9f691d7fd9290a647117161755d3a7
|
|
To fix build, also squashed in:
Author: Miklos Vajna <vmiklos@collabora.co.uk>
Date: Sun Dec 14 15:18:58 2014 +0100
upload libcmis 0.5.0
Author: Mihai Varga <mihai.mv13@gmail.com>
Date: Mon Aug 11 13:23:53 2014 +0300
SharePoint binding settings, part 1
Conflicts:
officecfg/registry/data/org/openoffice/Office/Common.xcu
Change-Id: I45eb81a0139c42864f93ad89c4a31185f3ac5bd6
|
|
Change-Id: I498507ad7d951a71f7be2c0d3c411756e0462f7d
|
|
...since ba5285f4e1b9f15a55e6ec40ea1ea916af9a3280 "I give up on patching glm"
Change-Id: I5a2cc1a2ea2a455df3ce364249b101df1e615367
|
|
...since 4c232e49621065d6b12e087333f44a224f788d71 "remove build dependency on
cmake for sqlconnector"
Change-Id: I9ed77e7db6214e07e5671b07a0d878be1c34be6c
|
|
This reverts commit 759c4d18d57b06dcc26fb82759599a29c61ef853, every part of it
is wrong.
|
|
Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959
Reviewed-on: https://gerrit.libreoffice.org/12164
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
|
|
There is no obvious authoritative upstream for clew anyway, so it causes
philosophical problems for distros. For a while, we used to use a zip archive
from the "clcc" project on SourceForge that included clew.c and
clew.h. (Before that we also just had clew.c and clew.h in our source repo.)
So, drop the external/clcc module and have clew.c and clew.h in the source
repo again. But this time clew is in a module of its own, not in sc.
This re-introduces "No need to have OpenCL optional at configure-time"
This reverts commit 764836cb00e8e6dfd2ab48e080a166ec90359e01.
Change-Id: I413142f4f9f8399489f9c3e5327132822f07a454
Reviewed-on: https://gerrit.libreoffice.org/13368
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
|
|
...assuming the delayLoadHook in cli_ure/source/native/native_bootstrap.cxx is
no longer necessary and loading of cppuhelper from the program dir cannot fail
regardless in whatever scenario the cli_cppuhelper library itself is loaded.
Change-Id: I13f32b327bca4cce9780864f5e57cdad3860afe5
|
|
...already covered in external/Module_external.mk
Change-Id: Ieebb376a7509135c6102ec2c7433a815ec679b6c
|
|
Change-Id: I2c805be63bb246106c9302404ef873528d759eec
|
|
Change-Id: Icec212a93df10b212a9ae614b5c1ced6bf25ff7f
|
|
Change-Id: I753602314f0ed3822bce489e9e427a1de77d2431
Reviewed-on: https://gerrit.libreoffice.org/13230
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: I60701b2c0a0ec06ada24b397107b337676dbd319
Reviewed-on: https://gerrit.libreoffice.org/13229
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: I9325bb28eb267b023f628e24fea216ad580759e9
|
|
The ../../../program/ links in the URE jar Class-Paths are a temporary kludge
(and juh.jar had lacked adaption for Mac OS X).
Change-Id: I2542d8a582866485dd61c05df3fc6b4b39a8403d
|
|
Change-Id: Ia5e29cff04c3a38d992a78b956a93103ad1042a3
|
|
https://github.com/languagetool-org/languagetool/pull/219
Change-Id: I32e5caac17165a77d0803e782a285a9f32752742
|
|
Change-Id: Ifb7e86b078bd549506a9cc1b9ce9fc22fffc5eec
|
|
Change-Id: I89b3b175d75f27704dfcd1d11f953f0bfca5b60c
|
|
Change-Id: I04a446e6b8a8352be9f091980bca31842bb7e643
|
|
Change-Id: I9a4719e60f910256c529551fdbb387e98aefd6ce
|
|
Change-Id: I33927632173d422d04771f550721dba1767cded5
Reviewed-on: https://gerrit.libreoffice.org/12040
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: Ie7834a908c8b19cfa46d71ff6fd712e10bbe8fbb
Reviewed-on: https://gerrit.libreoffice.org/12115
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|