summaryrefslogtreecommitdiff
path: root/external
AgeCommit message (Collapse)AuthorFilesLines
2015-09-20We don't want libxmlsec on iOS, I thinkTor Lillqvist1-1/+1
It would require NSS which I just decided to skip. If/when we patch it to support native iOS (and OS X?) crypto APIs, re-consider. Or something. Now the TiledLibreOffice iOS demo app builds again. Change-Id: I2816a49bbdbde5a8f9d3b9fcdfff420bdca05ff8
2015-09-19Fix error: case value evaluates to 2168791104, which cannot be narrowed ...Tor Lillqvist2-0/+15
... to type 'long' [-Wc++11-narrowing] Change-Id: If9d34297c08744671d2aedd6b3ef7ad3592fb431
2015-09-17pass user-set CXXFLAGSDavid Tardon1-1/+1
Change-Id: I1b4f0f3e7f5a7092f904fc8de59bb704073ed7db
2015-09-17blind attempt to fix lcovDavid Tardon10-10/+10
Change-Id: If8d6c8da1be1e540d641f20ac90e7877feae27be
2015-09-17external/jpeg-turbo: pass (debug) CFLAGS into external build processStephan Bergmann1-0/+1
Change-Id: I51db4784135be1d66f3fede5f87fcb5cd786fbc9
2015-09-17external/jpeg-turbo: Fix calling convention confusion in asm codeStephan Bergmann2-0/+254
...which becomes evident with recent Clang trunk versions, and is fixed for libjpeg-turbo master with <https://github.com/libjpeg-turbo/libjpeg-turbo/ commit/8b2c04f774d18e05e321ee67a9a38b4d7e84f168> "Fix x86-64 ABI conformance issue in SIMD code" (but unfortunately needs a quite different patch for our libjpeg-turbo 1.3.1 tarball). Change-Id: Id9842cc85b4ea87b2faf73f1c8d10533621557e1
2015-09-17Fix Graphite windows build staticMartin Hosken2-1/+12
Change-Id: I6feb3805e79f7cae4a8df7efa665fd97c56411c2 Reviewed-on: https://gerrit.libreoffice.org/18654 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Martin Hosken <martin_hosken@sil.org>
2015-09-14Refactor graphite integration and update graphiteMartin Hosken4-17/+18
Change-Id: I09db7262c2a6180a078620ba086dd7a4c132bd82 Reviewed-on: https://gerrit.libreoffice.org/18459 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: László Németh <nemeth@numbertext.org> Reviewed-by: Martin Hosken <martin_hosken@sil.org>
2015-09-13libfreehand: FHTransform defined as a struct but declared as a classDavid Ostrovsky2-0/+28
MSVC 14.0 is failing to link with unresolved external symbol, because of struct/class mismatch: [1]. * [1] http://paste.openstack.org/show/447780 Change-Id: I67093550d89b323914ae42014d55e89a38adec8c Reviewed-on: https://gerrit.libreoffice.org/18528 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Ostrovsky <david@ostrovsky.org>
2015-09-11Resolves: rhbz#1261421 crash on mashing hangul korean keyboardCaolán McNamara2-0/+192
Change-Id: Ie066c7f83ad15bec198f2091a3b084468c502766
2015-09-09externals: remove various obsolete MSVC2012 specific flagsMichael Stahl7-10/+0
Change-Id: I8848d042a008c21e407d9610161b5c67d2137a18
2015-09-04New version of ConvertTextToNumber extension (1.5)Andras Timar1-1/+1
Change-Id: I4f33679332998f87b7bf1ad7c32aea64897dcaa6
2015-09-04Fix libxmlsec on MSVC 14.0David Ostrovsky1-0/+36
Change-Id: I37fd06bb0df1ad8f23eddc32b8eb5c93b2943fda Reviewed-on: https://gerrit.libreoffice.org/18327 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Ostrovsky <david@ostrovsky.org>
2015-09-03Fix liblangtag on MSVC 14.0David Ostrovsky2-4/+39
Change-Id: Ied20186f4863b49dba5d0c7ed98b3a297f3f2239 Reviewed-on: https://gerrit.libreoffice.org/16767 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-09-02Fix redland on MSVC 14.0David Ostrovsky2-66/+64
Change-Id: I1b51102bd4d5aa6b148c0cd7e191d01c72b6c1c9 Reviewed-on: https://gerrit.libreoffice.org/18214 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-09-02Fix cppunit on MSVC 14.0David Ostrovsky1-1/+2
Change-Id: Iebfbd843cd3fbe46f3e090654a8493adb5309800 Reviewed-on: https://gerrit.libreoffice.org/17341 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-09-02Fix poppler on MSVC 14.0David Ostrovsky1-1/+1
Change-Id: I4791c53078f827248b6f163104727cd97dfb227f Reviewed-on: https://gerrit.libreoffice.org/17659 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-09-02Fix nss on MSVC 14.0David Ostrovsky2-1/+14
Change-Id: I8c2f18a509ae6686af4ede5b0daa8291d164c9fd Reviewed-on: https://gerrit.libreoffice.org/18211 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-09-02Fix coinmp on MSVC 14.0David Ostrovsky1-0/+1
Change-Id: I59372b51ce4aef2e4a923787db61e20cfd96a9fa Reviewed-on: https://gerrit.libreoffice.org/17342 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-09-02Fix libgltf on MSVC 14.0David Ostrovsky1-2/+2
Change-Id: I3fda18b1d26e8c7ff509cdd33e44e75671c6157d Reviewed-on: https://gerrit.libreoffice.org/18212 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-09-02icu: Parallelize writing to PDB filesDavid Ostrovsky1-1/+1
Change-Id: I728177b27fa4049c3f3945246f0f19f937c949b4 Reviewed-on: https://gerrit.libreoffice.org/18216 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-09-01core: fix build with system boost 1.59David Ostrovsky7-81/+9
9a6cdce37e601b1406c71fef16ad9b315045c9da was trying to fix the problem with exposing deprecated vars and functions in system's error_code.hpp include file by patching bundled boost version. This approach would only make sense, when upstream version is going to be fixed ASAP. Apply another approach, and follow the same pattern as applied in external libraries, by defining -DBOOST_ERROR_CODE_HEADER_ONLY \ -DBOOST_SYSTEM_NO_DEPRECATED instead of patching bundled boost version. This way, the code would work with unpatched system boost 1.59 final as well. Change-Id: I8684ca458ea4a5b7d7c3c3acfe7c14a6d19bc665 Reviewed-on: https://gerrit.libreoffice.org/18201 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Tested-by: David Ostrovsky <david@ostrovsky.org>
2015-08-31a blind attempt to fix tinderbox failureDavid Tardon2-0/+34
Change-Id: I3b33529a37174682e68be897a77b2736133b6ac6
2015-08-30libcdr: fix build with boost 1.59David Tardon1-1/+2
Change-Id: Ie12338eae161f0a13fa4ff036e41d389bc0d616a
2015-08-30libvisio: fix build with boost 1.59David Tardon1-1/+2
Change-Id: Ib90425d6908bc0bfe2efb633d0215f77546e4c38
2015-08-30libabw: fix build with boost 1.59David Tardon1-1/+2
Change-Id: I2213101623ba7e2cc329b659e17abe3d82e6b634
2015-08-30libodfgen: drop dep. on boostDavid Tardon2-4/+3
Change-Id: If13cdf90de752626bbd37877fea045faae0616cb
2015-08-30libmwaw: drop dep. on boostDavid Tardon2-6/+3
Change-Id: If3bce409a98b9593920c41f8e18b82e8daa36fb1
2015-08-30libwps: drop dep. on boostDavid Tardon4-4/+28
Change-Id: Id8ac510ad96d2a845b5c14024973274fb797c000
2015-08-29Bump boost to 1.59 final releaseDavid Ostrovsky10-204/+97
Change-Id: Id71e098dd2356043d2b5fee0736ebfedb5c8c1cd Reviewed-on: https://gerrit.libreoffice.org/18050 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Tested-by: David Ostrovsky <david@ostrovsky.org>
2015-08-25upload libwps 0.4.1David Tardon3-63/+0
Change-Id: I53dc6d358952a046a4c1f03246441742dfa3d685
2015-08-25upload libmwaw 0.3.6David Tardon1-0/+6
Change-Id: I09249673d42d36bf72ee1ffbf8f3f37734bd8bae
2015-08-17external/apr: Avoid dependency on system uuid libStephan Bergmann2-0/+247
...which isn't even needed, as apr only uses APR_HAS_OS_UUID for apr_os_uuid_get (apr_portable.h), which is neither used internally in apr nor by either of the two clients of apr in LO, external/serf and ucb/source/ucp/webdav Change-Id: I2e9d1f2640df0a8125ae2840f54488e77656c3ec
2015-08-14tdf#82744: fix WebDAV lock/unlock behaviour - part 4Giuseppe Castagno2-0/+13
Fix a problem when neon send the token list for methods modifying a WebDAV resource. The problem showed up when working whith Sharepoint 2013. Other WebDAV servers seem unaffected by it. The If Request Header is currently formed in neon using the "Tagged-List" format, while Sharepoint 2013 only accepts the "No-Tag-List" format. References: section 7.5 of RFC4918: http://tools.ietf.org/html/rfc4918#section-7.5 section 10.4 of RFC4918: http://tools.ietf.org/html/rfc4918#section-10.4 Change-Id: I24d607fde251f1846f0e7b630b627b1500da18ea Reviewed-on: https://gerrit.libreoffice.org/17423 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2015-08-11gbuild/config stop using VERBOSE, use only verbose=tNorbert Thiebaud18-18/+18
configure.ac was setting VERBOSE=YES/NO when really we use verbose=t or verbose= Change-Id: I47aee8d177cb2d788a62ecdbbb9cc3695c2bb299 Reviewed-on: https://gerrit.libreoffice.org/17634 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2015-08-08Do not add --binary to patch flags unconditionally.Thomas Klausner1-1/+1
It is only needed for Cygwin, and some patch(1) don't support it, like NetBSD's. Solution suggested by vmiklos on irc. Change-Id: I65a3a82e755167828658218c7d73c4f2294e587f
2015-08-07libmwaw bundled soname patchAndras Timar3-1/+23
Change-Id: Ibaba47be8aeefca7719d1ff335f551777130c6cd Reviewed-on: https://gerrit.libreoffice.org/17568 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2015-08-07libetonyek bundled soname patchAndras Timar3-1/+20
Change-Id: Ib9ca5d65a493db7daa094b0dea3613637c4c184b Reviewed-on: https://gerrit.libreoffice.org/17567 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2015-08-07librevenge bundled soname patchAndras Timar3-1/+20
Change-Id: I8c55eb6eeca40faf8201af037f31a57ce9b64ac0 Reviewed-on: https://gerrit.libreoffice.org/17572 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2015-08-07libodfgen bundled soname patchAndras Timar3-1/+21
Change-Id: I09f0528420577e4b417ee4e39a52150777910d13 Reviewed-on: https://gerrit.libreoffice.org/17569 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2015-08-07libwpg bundled soname patchAndras Timar3-1/+20
Change-Id: Ied2f331000c83d696fb5dd662860c3b51b95c616 Reviewed-on: https://gerrit.libreoffice.org/17547 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2015-08-07libwpd bundled soname patchAndras Timar3-1/+20
Change-Id: I25dee74be0391b56587b4cc3eb9599708446825d Reviewed-on: https://gerrit.libreoffice.org/17548 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2015-08-07libwps bundled soname patchAndras Timar3-1/+20
Change-Id: I6661ff49e25921ce11dc04fffab84cf5db3c95fe Reviewed-on: https://gerrit.libreoffice.org/17533 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2015-07-31boost: fix Clang > 3.5 -Wunused-local-typedefs in concept_checkMichael Stahl2-0/+15
Change-Id: I84ee651a51e1919be036ffd47d80eb1ab7433973
2015-07-30fix firebird build on Win64Christian Lohmaier2-415/+128
use defines from static version of autoconfig.h for msvc instead of fiddling with configure. Removes the need for adding some defines/checks in the sources. Change-Id: I21d4217ebb687eb13f7e7db2519a209f3b178a90
2015-07-30Bump boost to 1.59David Ostrovsky47-1647/+1845
1.59 upcoming release is needed for MSVC 14.0 (aka VS 2015) support. There is a known breakage on MSVC with boost::none instance in optional library. Use not documented define as explained in this issue upstream [1]: BOOST_OPTIONAL_USE_OLD_DEFINITION_OF_NONE. [1] https://svn.boost.org/trac/boost/ticket/11203 Change-Id: I25b1797da93f7959d15a70105d67100e0e2c4b3b Reviewed-on: https://gerrit.libreoffice.org/17056 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Jenkins <ci@libreoffice.org>
2015-07-30Fix neon on MSVC 14.0David Ostrovsky1-0/+7
Change-Id: I389b6c4a4218f71113845d37a610fd621bc4396e Reviewed-on: https://gerrit.libreoffice.org/17359 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-07-28Fix clucene on MSVC 14.0David Ostrovsky2-0/+56
Change-Id: I225d9c5eb1d9c9851b3f64f7c654cfede6297933 Reviewed-on: https://gerrit.libreoffice.org/17339 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-07-27firebird: --enable-debug breaks the build with MSVCMichael Stahl1-1/+1
With the 2.5.4 upgrade somehow this fails to link fbintl.lib with unresolved symbols. Debugging is overrated anyway, let's just disable that for now. Change-Id: I265c705c10ca7c70baa18232f6f740120d6b397e
2015-07-25upload libvisio 0.1.3David Tardon2-20/+0
Change-Id: I022e036c4a27f3c3931c19b0df0e64c6c0dd25a0