Age | Commit message (Collapse) | Author |
|
Change-Id: I606e99e80ace5b086210e5a724a3e979e2b98cbf
|
|
Change-Id: Ic9209b5db0990bc9433d82ef95ca64179e888f51
|
|
Change-Id: I94d15fc2e367a2fe474cd4e10109bef0d9029b28
|
|
Change-Id: Ib58198ad0ec638bd92d0e7d8301709654c93ea54
|
|
Change-Id: I78d5b83b5d98c1c37b9b95d3504533dabb449e09
|
|
Change-Id: I9686ef445dde2e2f1e2e88a93ec681251fe3093d
|
|
Change-Id: Id80540174ccd141eaf89854da6f80bcc0659b59c
|
|
- RepositoryModule_build: add modules necessary to build gengal and
libraries used at run-time
- add dependencies to gb_Executable__register_gengal.bin
- use gb_Helper_OUTDIR_FOR_BUILDLIBDIR
Change-Id: I4a88c1786b1ee2ee2b75b1a5dd75009ef70ed353
|
|
Change-Id: I5d179ab3d8591bb01799dcb2b8eb6b5c2bd90110
|
|
Change-Id: Ie644af5866eadbee2a3d2840db37676d5c0bdc30
|
|
Change-Id: Ia2914e24f03cdb3f24df30bf203a09d18f4a8fd4
|
|
Change-Id: Ic05de69951b28b9cc8d62f0a534b507c424e6b25
|
|
Change-Id: I5bce88b2044279a6563fd68c35f9c1ac824c8850
|
|
Change-Id: I09a4b3a3ef816a8bf63d4aa0c7fe7bec2a67dbd8
|
|
Change-Id: I478a057c07b9fe850401b96297a14d7842c0703f
|
|
Change-Id: Ib81300d8606281d7de46382c4f251f58ffffb5ad
|
|
Change-Id: I15bf4537a88f2ae290d778ada993f06ec99c2fa5
|
|
Change-Id: I1c08999207a90e6105fbba576354cbfea0ec1689
|
|
Change-Id: I10a9e7836ce648a0f789be479a7c90bbff592b37
|
|
Change-Id: Ib120919cf3810eeba8332dd572af73c0f4979922
|
|
Change-Id: I6a68b2df3a5bd4076e07729b675179e52f4f0615
|
|
Change-Id: I80b7f86947645a45263bbd7423a10ba8300441e9
|
|
(should hopefully fix tinderbox breakage)
Change-Id: I460b782b1bbf212a4f535960f82b2a2843f6fe74
|
|
Change-Id: I4d11dc634c4f93ffcdc7e1f359e5d6a0d001aaae
|
|
This is a bit of a mess, apparently there are some headers here that may
come from the system and others that are always internal?
Change-Id: Ifbf486d3016bc87849e2593d83b3d48dae3aeca0
|
|
Change-Id: Iae077cdb1f79a6f539734ecc9897249675f2aa73
|
|
Change-Id: I67d0801d8d353951f9c9b1ca7f08b23de9b34067
|
|
Change-Id: Ie60d8e9ff8f0abcccc85253be15b6c2c8de944cb
|
|
Change-Id: I99ebfcf2a52fe108599938abad87ab73552e6e2a
|
|
Change-Id: Ie87b9b2d7dc87ee60c072a2cf80cda5b191d1209
|
|
Change-Id: I69f12fb097dbc977e63463b6b764a3553bcf9271
|
|
Change-Id: I3e9027ac1d4a19b953bd3404c82f069334f5f4ff
|
|
Change-Id: I7be80bbef306db8f7ad585e95bfa4b6da0b30067
|
|
Fixes cross-compilation: Running (the BUILD platform) saxparser in i18npool
failed because there was no BUILD udkapi.rdb.
No gb_UnoApi_get_target_for_build exists, and anyway, it would not be
needed. (Not here at least.)
Change-Id: I7bfe34cf339d8a847b76ab29669acc8d458d54e3
|
|
What is a little confusing is that the udkapi.rdb ends up as types.rdb in the
installation set (in the URE's sub-tree). So all places that reference it
during the build do so as "udkapi" while all places that reference it in an
installation set do so as "types."
Change-Id: I35d0695966b3bd703f5494b636b9782efc0d3fcb
|
|
Change-Id: Ic28c7922b0fab3b5a7ac1c0500a429539a4c29bc
|
|
To be used in the next commit.
Change-Id: I6ee286d0c050a5ca650e7fb3692b0facccb5f0c0
Reviewed-on: https://gerrit.libreoffice.org/3517
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
|
|
- python3: deliver files to INSTDIR, with same layout as instset
and do not deliver .lib files
- pyuno: remove obsolete python.bin targets
- pyuno: remove usage of CustomTarget_zip for WNT and non-Mac UNX
platforms (sadly it is apparently still needed for "system" python on
MinGW)
- scp2: use the python3 filelist
There is still a problem here because the installer does not currently
allow to preserve the executable bit on files in a filelist
- RepositoryExternal: run python executable from INSTDIR
and link against libraries in UnpackedTarball dir
Change-Id: I931ca0a8be6ff40051b1ca50da1f0770e6057832
Reviewed-on: https://gerrit.libreoffice.org/3525
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: I53413843694bd090d5eaa714b141761e8ad7db60
|
|
Change-Id: I2ffc92c620242426da61e11c8f354f6080edbabc
|
|
Add patches and/or tweaks to the following modules:
curl, cppunit, icu, lcms2, libxml2, libxslt, libxmlsec,
lpsolve, nss, openssl, python3
lcms2 has an inconsistency where the .lib and the .dll don't agree on
the .dll name.
openssl gets a honorable mention because apparently it's undocumented
custom build system can build with /MDd if one picks the right
configuration but i couldn't figure out how to do that in an hour of
trying, and just patched the release config instead.
Change-Id: I7854a0fc85247e398d561b4f513d09fe2d1ebb3c
|
|
Change-Id: I4eff9417d57b6d949ce511fd508a1a2d73197952
|
|
Change-Id: I6d2a73960ded37e60008daea6555001e7b126f5a
|
|
On --disable-openssl, the bundled neon library
will link against GNUTLS + gcrypt instead of
OpenSSL.
Change-Id: I5b3f09cd1003aefde0478aaab026536c962212c4
Reviewed-on: https://gerrit.libreoffice.org/3330
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
|
|
Most of the components included in LibreOffice
already support alternative TLS libraries (e.g.
NSS, GnuTLS).
Change-Id: If00c348046fdbc88156f3d89c25e874e7e9bd04c
Reviewed-on: https://gerrit.libreoffice.org/3328
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
|
|
Change-Id: Ia5a73ec2acd3663a35632f268b59c0646cd356ea
|
|
Change-Id: I728b162e21a7a2c02cb76af110cc0a01a762fdbd
|
|
expat_utf16 is long gone, so there is no need to fool around with
expat_utf8.
Change-Id: I0dd4a5c4d78805e98913e645cc83d2ab634bcb89
|
|
Change-Id: I73b5eba6c7cff7b6c45fd1f24197550d8e52f26b
|
|
XCode 2.5 (i.e. Mac OSX 10.4 & 10.5) couldn't find the libraries
without explicit mapping, but as baseline is now 10.6, this
wrapping is no longer necessary
Change-Id: I225fc47b9ea4b1fb2b13ba575605cbdebc014fd8
Reviewed-on: https://gerrit.libreoffice.org/3192
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
|