Age | Commit message (Collapse) | Author |
|
Change-Id: I4ce1123698ced152c076a4d0e4ad276be9a55bfe
|
|
Also note that OpenSSL is incompatible with -fvisibility=hidden on OS X
Change-Id: I1fc3cf4d515ef210f996cb04ba9c1b3216109137
Reviewed-on: https://gerrit.libreoffice.org/7233
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
(regression from 2fd70b6bf799843d2d9987cc90a5b373f31039f7)
Change-Id: I9e1d4d17582011a067aecf47144bb70643fac806
|
|
Don't force "yes" on Darwin.
Change-Id: I3a6a2ecdf15325d07fb22b9a6bb0da7b313036cb
Reviewed-on: https://gerrit.libreoffice.org/7197
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I8d80a8ff223d7c57f7efe808e07ac31aa4d521fd
|
|
Change-Id: Ie04cae9b9a362cb43b671fe8986545865822a953
|
|
Change-Id: I4e5563c47df83c50df75ccf330fbd38ec6da9170
|
|
Change-Id: Ifd33ea9c1f91865d5ae5175eefa9b65107404bf0
|
|
Change-Id: Ibbbfddf10677e8c5b654cee9c5fda1603a298a67
|
|
Change-Id: I026f9c664ff7dec51e511ad439ab563d2cc0c201
|
|
Change-Id: I90dc115044e5f81fa3a2b105d30d7d39e438b086
Reviewed-on: https://gerrit.libreoffice.org/7411
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
|
|
... in commit bf6d1f77420dcc9ece4d9f4eae1e37b427d85c6a. And it just
happens to not build with clang here.
Change-Id: Ic467abc894b9c98c81fa64cb57eafaa4cfcaa66e
|
|
Change-Id: Ifd46fc5dc531bd5bdb489c7550476f9c07a0a976
|
|
This update will obsolete two patches that were previously applied.
Change-Id: I521e939905e473ca5d440dea3b03faeb9af4c0fb
|
|
This is for multi_type_matrix.
Change-Id: I7b1fcf6b16b5addbb76078506536542cddede25f
|
|
Change-Id: I7a861758236bbae7f82292123ff012de97e2f4de
|
|
Change-Id: I5c9d01fa1be54b81f2aedead5f55ae737fb25d5a
|
|
- drop obsolete/upstreamed patches:
python-3.3.0-ffi-clang.patch.1
python-3.3.0-15833.patch.1
one hunk of python-3.3.0-aix.patch.1 in fficonfig.py.in
Change-Id: I12f0f78a172067986b63455847015ea2430a084c
Reviewed-on: https://gerrit.libreoffice.org/7278
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: I329edd1356fd36ffd0afd3b4d1d7b0403430d6db
|
|
Change-Id: I8cc702b9e16b0b151959c6dde066f80b825ac2e0
|
|
Change-Id: I27ada8b5154968e521d9e67f21473aa85776e70e
|
|
Change-Id: I3f0a51c53efdd383d49d978a1e8531afe9dac896
|
|
Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
|
|
Change-Id: Ib92cfca77dea62a7eb5ad29c7b129ef855be82b8
|
|
Change-Id: Ibf43da89c88596589c8e81f790c9d57c2a4e9701
|
|
Change-Id: I82fff6ab89acece0e46c92bfca2c7faf967639b8
|
|
Change-Id: Id8c90b58c40bd449617c58f6c9e7cdea035a1c41
Reviewed-on: https://gerrit.libreoffice.org/7056
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I65476b98a58b749619003965c41cfe0f32ae2e13
|
|
Change-Id: Ic9477039d7a1d9649487be634052608efe0d07b7
|
|
They were used to build metrics for printer built in fonts, which was
dropped in the previous commit.
Change-Id: Id9fb3108facec61eb6de0a2d16546f1187465e50
Reviewed-on: https://gerrit.libreoffice.org/6861
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I1c0527b01a958fca6e0cb3febb1915762f8a0074
|
|
Change-Id: I877cab5e13ebb52911b2e238a0f4ebb87cda73e9
|
|
Change-Id: Ib3e43e14f9223bc53f20f1241d9b8c0eaa5470ad
|
|
Change-Id: If26bdd6ed0be59a4fff137ac3166b9d644e1aea7
|
|
Fallout from f01580ce9c5f898c1fdb85e302a158f1a31205db, vs2012 was
complaining about mismatching IE_VER / WINVER in boost.
Change-Id: I2092aba9fa64740eb796538855caaefae9bceab6
|
|
* Windows XP SP2 is 0x0502, see
http://msdn.microsoft.com/en-us/library/aa383745.aspx
* If a module changes the Windows SDK version setting,
this is done module wide now. So the overall behavior
is as before. This seems to be the best compromise for
now.
* We need at least SP2 because of the bluetooth stuff
used in sd/source/ui/remotecontrol.
* Now, we require at least Internet Explorer 7.0. IE6
has been outdated for a long time.
* Leave StdAfx.h file definitions, as those are Microsoft
project specific precompiled header files.
* All local definitions of WINVER are removed, because
the global WINVER setting makes them obsolete now.
To the relation of the three macros:
Setting _WIN32_WINNT sets WINVER and NTDDI_VERSION
automatically to the same value as _WIN32_WINNT.
WINVER and NTDDI_VERSION can be set idenpendently each
for itself.
Change-Id: Ibcc12493aae4fcaf7bcfda88be99c1b61bc326cb
Reviewed-on: https://gerrit.libreoffice.org/6496
Reviewed-by: Thorsten Behrens <thb@documentfoundation.org>
Tested-by: Thorsten Behrens <thb@documentfoundation.org>
|
|
This commit enables CURLINFO_CERTINFO when curl is built with NSS
support but not openssl.
Change-Id: I1482b34d83a0ae0f47d524a940bb90ed072363a6
|
|
This should give better OS integration for things like adding CAs.
Change-Id: I53fbfad402618e98d4116a0fecf0bf59e905e292
|
|
... they are currently identical but it seems more appropriate.
Change-Id: I5ecd7209bc29f32a2f04299d35364a10fe381a35
|
|
This should give better OS integration for things like adding CAs.
Change-Id: I9578f7194f920a9ebc6c18696e12c8c2e2bb2d80
|
|
- from curl-7.26.0.patch:
* drop ADDCFLAGS stuff, must be some dmake relic
* drop wspiapi.h, presumably for backward compat with NT 5.0/Win2000
which is unsupported (and ws2_32.lib is linked anyway...)
* split out curl-freebsd.patch.1
- curl-7.26.0_win.patch:
* drop the library renaming stuff - can be handled in Package and
RepositoryExternal.mk without patch
* rename the rest to curl-msvc.patch.1
- drop curl-aix.patch:
presumably don't need special check for V7BETA since it's released now
- drop curl-7.26.0_strlcat.patch (obsolete)
Change-Id: Ie8c1d9e72f82ada95f42c49d22d90e43b1a6c3c0
Reviewed-on: https://gerrit.libreoffice.org/6642
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
|
|
presumably a simple blank string makes a whole lot more
sense in these langtag days
Change-Id: Ib50f7aed782f04d5d1c1f84617061ba2f66153bc
|
|
Change-Id: Ibf92c0044cdbea8c85a7a73258d883bd28d619e9
|
|
Change-Id: Idd034e3978c602e1e3dfcff5c1f3973c9dc5b6a9
|
|
Change-Id: I448d7ec788ed93c71d67ea6785ec8c463a936971
|
|
Change-Id: Id7f98b4e10cfbf6585e0f62fffa8837329ee5cb2
|
|
Change-Id: I0cfb09240a2e525cbd57b099b6e52eeabcc57d3f
|
|
... why didn't GCC 4.1 have #pragma diagnostic push?
Change-Id: Iedb33d6451e46dc12e137bcd4dccd592c7771c23
|
|
Change-Id: I05eb08927f27188eeb0998b09293fea05d037a41
|
|
Change-Id: Iedb2d7c62f6498691bffd0beb529e479d62d004e
|