summaryrefslogtreecommitdiff
path: root/external
AgeCommit message (Collapse)Author
2015-10-01New version of ConvertTextToNumber extension (1.5)Andras Timar
(cherry picked from commit 0590fe942a7047b2cca480657a93f24144ea9f3c) Conflicts: download.lst Change-Id: I4f33679332998f87b7bf1ad7c32aea64897dcaa6 Reviewed-on: https://gerrit.libreoffice.org/18922 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2015-09-29accept OS X 10.11 in configure, and fix firebird build against itTor Lillqvist
Accept also OS X 10.11 Change-Id: Ieedf4810f1e726bf11f0d0b1a203e560a0b16550 (cherry picked from commit bcd52844597640504d3a7caf5441f9f6181497c5) Fix Firebird build against OS X SDK 10.11 Change-Id: I60c7540241c41f5063736f2a3d4817371411c8dc (cherry picked from commit a799d7c9a66464f33bd8ee42d535e29a976d64ae) Reviewed-on: https://gerrit.libreoffice.org/18718 Reviewed-by: Tor Lillqvist <tml@collabora.com> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2015-09-14Resolves: rhbz#1261421 crash on mashing hangul korean keyboardCaolán McNamara
(cherry picked from commit 064fd8342111bc62ba646e439c235bd495587a4a) Change-Id: Ie066c7f83ad15bec198f2091a3b084468c502766 Reviewed-on: https://gerrit.libreoffice.org/18500 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2015-07-28tdf#92693: ReportBuilder: MINUTES() rounded to nearest for fractional minutesJulien Nabet
... instead of the correct truncation. Thanks to Lionel for the idea of the fix and his patience for newbies like me! Change-Id: I9864aeb08de2c054ee47aa6b04a31bdb4e20dc8c Reviewed-on: https://gerrit.libreoffice.org/17050 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Eike Rathke <erack@redhat.com>
2015-06-03curl: disable rtmp supportMichael Stahl
configure will add a dependency on librtmp.so.0 if the development package happens to be installed. (cherry picked from commit f4844a9abebcb0451161625c42a1e2b48796102d) curl: sigh... *actually* disable rtmp support (cherry picked from commit 805f12dd51ea72deda8f5be5839a205640ba968d) curl: disable loads more random stuff we don't need (cherry picked from commit 0b8b96ed515eec0a560812be73d4c9742f26e23b) Change-Id: I0f4bcd73f9e0e7307ca0556a5f6990631eb9f2c5 (cherry picked from commit df2e19ffa8840bc2fef5d56de5d6058f2b3c5ffb) Reviewed-on: https://gerrit.libreoffice.org/16036 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2015-05-09tdf#82968: python3: fix stdio detection on WNT harderMichael Stahl
Upgrade to the latest patch from http://bugs.python.org/issue17797 which appears to work even if you invoke from cmd.exe Change-Id: I85f1cc5ad7d8c059d972ae2a6fd2be1bb5604c2c (cherry picked from commit be3e1d65f50fe8b4ce5e4a87a82ff231c00aae79) Reviewed-on: https://gerrit.libreoffice.org/15688 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-04-14upgrade to openssl-1.0.2aCaolán McNamara
and de-ifdef-per-platform the patch makefile so an upgrade attempt on one platform tests the patchs applying on all platforms ubsan.patch.0 was effectively applied upstream while need to add http://rt.openssl.org/Ticket/Display.html?id=3650 to build under windows Reviewed-on: https://gerrit.libreoffice.org/15183 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 04a98015101b8fea3b200e0bf3a2469d8c75fdf7) Conflicts: external/openssl/UnpackedTarball_openssl.mk Change-Id: Ieffd9bc3dd861a94a083d8b6b8d4117bba7f527c Reviewed-on: https://gerrit.libreoffice.org/15221 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-04-11icu: various regex fixesEike Rathke
Backported from http://bugs.icu-project.org/trac/changeset/36724 http://bugs.icu-project.org/trac/changeset/36727 http://bugs.icu-project.org/trac/changeset/36801 Change-Id: Ib9a0d47466287fdc1d33fb191c97bc2c45116c80 Reviewed-on: https://gerrit.libreoffice.org/15237 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-03-03jpeg-turbo: work around failure in AC_PROG_MAKE_SET on WNTMichael Stahl
autoconf < 2.61a uses "echo" here and for some bizarre reason that converts " inside ' to \ so remove the " to get it to work. echo 'foo="bar"' foo=\bar" Change-Id: I6bee94d4d075ce953f5788b7fdf9d3b66a7db0c7 (cherry picked from commit 9c6ce47eaf1a891edf7c200145de400fd1cf2871) Reviewed-on: https://gerrit.libreoffice.org/14589 Tested-by: David Tardon <dtardon@redhat.com> Reviewed-by: David Tardon <dtardon@redhat.com>
2015-02-19liborcus: Remove BOOST_ALL_NO_LIB, it's already included upstreamDavid Ostrovsky
Reviewed-on: https://gerrit.libreoffice.org/14559 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com> (cherry picked from commit 38671c869d8903ba7d0bd516d53ba0ff9d152adf) This fixes the MSVC build breakage from commit 1714d4ce2cc3b1b1d88a4b30ce0abdb7669ecad8 Change-Id: I39e65a9ee3ede5217d9d6d8499297e449af798fe Signed-off-by: Michael Stahl <mstahl@redhat.com>
2015-02-11fix liborcus build with gcc 5David Tardon
(cherry picked from commit 8b68841c1482d98bee98de0a60910b93feb8f8b6) How is that supposed to ever work? (cherry picked from commit a5ec343f6cb522f4d41e097eda48042bf85c4578) ...next attempt at getting this through both GCC 5 and MSVC (cherry picked from commit cdd8ab7e0caa5b6845581afd5fc69bc69b5589df) Change-Id: I38b2ecf86d4334d0179362079a216df4301bf184 Reviewed-on: https://gerrit.libreoffice.org/14416 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-02-02tdf#80370: Fix Mac OS X install names of external/{coinmp,lpsolve}Stephan Bergmann
Change-Id: I240c8c940d7d3e1310c4ee33911e8c7019e67060 (cherry picked from commit f694ab5198587dcacd8c40c9095e7bc9435cbff2) Reviewed-on: https://gerrit.libreoffice.org/14274 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-27Resolves fdo#72543: ib_util not found when creating or accessing new firebirdJulien Nabet
... embedded database See https://bugs.freedesktop.org/show_bug.cgi?id=72543#c8 and https://bugs.freedesktop.org/show_bug.cgi?id=72543#c13 Change-Id: I299ab193333f43ff9aa87362adf76d3a362279fc Reviewed-on: https://gerrit.libreoffice.org/14146 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> (cherry picked from commit e3c0025461bdf55e62a308a76c3aa0a35109f076) Reviewed-on: https://gerrit.libreoffice.org/14149 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-06fdo#88098 ClarisWorks: import empty starting lines/columnsDavid Tardon
Change-Id: Ibe4d5be4df874336de7ae387d210deff0a927b38 (cherry picked from commit 2a8f6a8a81c568d9ad73838072d287ac4927649f) Reviewed-on: https://gerrit.libreoffice.org/13772 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-06upload libmwaw 0.3.4David Tardon
Change-Id: I0208d53522da4d3d32c4060b6d784d62a64bf0eb (cherry picked from commit 32c3167be34546bd437ad0f1cacc50a61ef753f7) Reviewed-on: https://gerrit.libreoffice.org/13748 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-05workaround error C2589: ´(´ : illegal token on right side of ´::´Caolán McNamara
Change-Id: I3654a4eb4caa3a987f6d797c9bcb577c6fd6b426 (cherry picked from commit 1fc30a25e2c69fe8b365300b0784f3a282183e80)
2015-01-05upload libvisio 0.1.1David Tardon
Change-Id: I6587bd27d07ae39074d3c304614e3bc831afe8c8 (cherry picked from commit 6d3826588ac66c77555cc1c66bd6c6a8426a659d) Reviewed-on: https://gerrit.libreoffice.org/13721 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-05upload libodfgen 0.1.3David Tardon
(cherry picked from commit 9fbc8c06a3cb0df6d1208b8916e0e9f31ca8d025) error C1083: Cannot open include file: 'config.h': No such file or directory (cherry picked from commit fcf152ea70164f303861c7edcd83ab0766ad600a) define all needed macros for libodfgen build on windows (cherry picked from commit d2d941ceec8c02f2c062558bd573d49d988a0fcc) Library_odfgen: missing quotes (cherry picked from commit e4c2340c4e0c048af4c77d17380cccf7f2985b5d) Change-Id: I4137a362b0f163b82d1212d3833f8037ed4a773f Reviewed-on: https://gerrit.libreoffice.org/13720 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-12-30upload libwps 0.3.1David Tardon
Change-Id: Ifc0218b76f9b330185986bf4c7137f4f9a2f1081 (cherry picked from commit ff2990fded4f1745c44f62cca53e3bff28e371fb) Reviewed-on: https://gerrit.libreoffice.org/13705 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2014-12-25upload librevenge 0.0.2David Tardon
Change-Id: Ie12b7ec9630d45e23fb11f12d2d4955855ae34cc (cherry picked from commit a84f0aa8c30d744fdee5e36ad91fb8689ea2757c) Reviewed-on: https://gerrit.libreoffice.org/13644 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2014-12-22upload libabw 0.1.1David Tardon
Change-Id: Idbe25949adab4ac20613a4c14885d4b1a4c40775 (cherry picked from commit bc4bbf802fd2729ec70cd33a143d7c4c856fa317) Reviewed-on: https://gerrit.libreoffice.org/13565 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2014-12-19icu#11451 bidi, the gift that keeps on givingCaolán McNamara
Change-Id: I3bd37f8468c95a29ab3385dbc3ae825b76d8d3df (cherry picked from commit bfb9eb550c4facb9aa6346a8d19f015cf5182668)
2014-12-19libmspub depends on zlibChristian Lohmaier
Change-Id: I3024693698f85ef1c2bbb7fb6ee968a0d5ba6359 (cherry picked from commit 2116f1cfb31e5fcf829c2f101cd878a32b56c365) Reviewed-on: https://gerrit.libreoffice.org/13536 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2014-12-16Updated CMIS patches and the makefile for the OneDrive bindingMihai Varga
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 (cherry picked from commit a7b86c0e647bef6da677fa71aa921976bd165138)
2014-12-15poppler: let's disable Qt5 tooMichael Stahl
Change-Id: I8571aa0ccc9f691d7fd9290a647117161755d3a7 (cherry picked from commit aaf717a8fad0b097b84cbd803acea1330bd925a5)
2014-12-08Don't treat clew as part of an "external" clcc moduleTor Lillqvist
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>
2014-12-02fdo#86664 VSD import: handle metadataMiklos Vajna
(cherry picked from commit 9b61cf4a70b9c3023d035a1b0f7cc1488dd55e22) (cherry picked from commit 386014bb5ee1fb611bbc00c37c04cdf191a833b7) Change-Id: Icec212a93df10b212a9ae614b5c1ced6bf25ff7f
2014-12-01fdo#86664 VSDX import: handle metadataMiklos Vajna
(cherry picked from commit 411bd6e440266a0db95907ad73a3a5be92bd1827) (cherry picked from commit b3b0ecbf3717b04de3a5149db1c70a8ee93bf2ee) Change-Id: I04a446e6b8a8352be9f091980bca31842bb7e643
2014-11-30mirror fixes for fdo#78906 and deb#766788 into icuCaolán McNamara
Change-Id: I9325bb28eb267b023f628e24fea216ad580759e9 (cherry picked from commit a66451887425ddd9387e2b25d5125916f4a35f83)
2014-11-28Move clew into a library of its ownTor Lillqvist
Change-Id: Ifb7e86b078bd549506a9cc1b9ce9fc22fffc5eec
2014-11-27collada2gltf: Force GLSL versionMatúš Kukan
Change-Id: Ia5e29cff04c3a38d992a78b956a93103ad1042a3 (cherry picked from commit 76b76049e57319a772b863519d8bbc57460eb6f4)
2014-11-26there is no HI country code, I suspect it should be HT for HaitiCaolán McNamara
https://github.com/languagetool-org/languagetool/pull/219 Change-Id: I32e5caac17165a77d0803e782a285a9f32752742 (cherry picked from commit 4e14439b065d3f36823029bb1a314dad5af73821)
2014-11-24upload libodfgen 0.1.2David Tardon
Change-Id: I9a4719e60f910256c529551fdbb387e98aefd6ce (cherry picked from commit 4578ed5b0ae63850704027861b3d475d818ead33)
2014-11-19coinmp: conditional patchRobert Antoni Buj i Gelonch
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>
2014-11-18Apache Commons Codec 1.9 at least requires Java 1.6 and non debug versionRobert Antoni Buj i Gelonch
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>
2014-11-17Add internal libjpeg-turbo library to be used instead of libjpegMatúš Kukan
Unfortunately requires nasm - the netwide assembler - http://www.nasm.us/ Upstream libjpeg-turbo is meant to be built with CMake on Windows but thanks to our gcc-wrappers we are able to avoid that. jpeg is kept mostly for platforms we are cross-compiling to. For now, it's used also for Mac OS X because jpeg-turbo does not build there, which should be fixed later. Change-Id: Id87b7072a8acc2578c3abf7e82cb1499e5094dbf
2014-11-15Partial revert of da40cac540e7d735edbe9069b3c8ec6af4530208Andrea Gelmini
As requested from Michael Stahl here: https://gerrit.libreoffice.org/#/c/12164/ Change-Id: Ie00bc789c1dfa3f0049c8915e0deeac7fab6e0fd Reviewed-on: https://gerrit.libreoffice.org/12432 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-13More passing of MAKE into external configureStephan Bergmann
...like 2fdf78109e815a64169fdab1a8175b63ef9c64d4 "Pass MAKE into external/poppler's configure" Change-Id: I4e2f1a13d120a7398fa81884710c589bb905714d
2014-11-13Work around InterlockedExchange not exported from kernel32.dll on x64Stephan Bergmann
...as reported in a comment on <http://msdn.microsoft.com/en-us/library/windows/ desktop/ms683590%28v=vs.85%29.aspx> "InterlockedExchange function" Change-Id: Ie71edd7a5ce8ff3c922d607e174a4c4d43c08c1d
2014-11-13external/boost: WaEStephan Bergmann
Change-Id: Iffc69577f12020c60bf5db1f740ec3fec43c3d8e
2014-11-13Apache Commons Logging 1.2 - re-enable the non debug version.Robert Antoni Buj i Gelonch
Change-Id: Ib0f3b3a650b7f72c7942f8b72420e33743ff9c44 Reviewed-on: https://gerrit.libreoffice.org/12123 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-12Apache Commons Lang 3.3.1 at least requires Java 1.6 and non debug versionRobert Antoni Buj i Gelonch
Change-Id: If6526a9170f90227fff6b148f24a0dc99ff42941 Reviewed-on: https://gerrit.libreoffice.org/12116 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-12Pass MAKE into external/poppler's configureStephan Bergmann
...which does some checks about make and could otherwise add some unhelpful MAKE=make into its Makefiles if it doesn't find a make (so that the following $(MAKE) step would needlessly fail). Change-Id: Id8d11ffbc5a09c9f7f61fb12acc2481468746404
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-11Avoid -fsanitize=signed-integer-overflowStephan Bergmann
Change-Id: I1a8ae99401e488e2ece47be4119843945154ef98
2014-11-11Pass down some CFLAGSStephan Bergmann
Change-Id: I2c69d9ad61137adb82213ad2a4c40e7403a395a5
2014-11-10external: fortunately boost no longer requires config_host.mkMichael Stahl
Change-Id: I8f2176500bf620cd5e4cdf434e6122b6163b3e0f
2014-11-10mwaw: fix build failure with clang (work around libtool stupidity)Michael Stahl
Clang warns about unused -I parameters, and the libtool configure check for lt_cv_prog_compiler_pic_works_CXX mis-interprets that and declares -fPIC is not supported. Change-Id: I0802719142c5a96bc672be299d6e94a1b2d27001
2014-11-03fdo#82430: MSVC build: disable a few more cases of SSE2 in externalsMichael Stahl
Change-Id: I8f0db23d1f9ba6b9fc3c8b64b32822ba8166428f
2014-11-03add some more kill paths to cppunitCaolán McNamara
Change-Id: I8610e99aecc725e349976746af6c8bd560ba2ffa