summaryrefslogtreecommitdiff
path: root/external
AgeCommit message (Collapse)AuthorFilesLines
2014-02-10Seems that -fno-weak is unknown in upcoming Clang on OS XTor Lillqvist1-2/+4
Change-Id: I43bb17757f2b477674c49ad989393bb861c8d934
2014-02-05quote AR, etc. for AR='callcatcher ar'Caolán McNamara1-1/+1
Change-Id: I8dbaeb87e65114e8db4571fe5f9c58974ff4e701
2014-02-04update location of jpeg filter in READMEAndras Timar1-2/+2
Change-Id: I418cccac5181c9a4e41f0fd5e06af10a21714f48
2014-02-03-Wunused-parameter (when included from mysqlc/source/)Stephan Bergmann2-0/+12
Change-Id: I4889864a3db2090c687c32e11d4d28c3dda63eb0
2014-01-30User grants debug Mysql part: retrieve IS_GRANTABLE + update column privsJulien Nabet2-0/+32
(See http://dev.mysql.com/doc/refman/5.6/en/grant-table-structure.html Table 6.7. Set-Type Privilege Column Values Section) Change-Id: I6173ba0df84f722a872afa59d7d7dc9eefe3e368 Reviewed-on: https://gerrit.libreoffice.org/7155 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
2014-01-30glew: stop linking to unneeded Xmu, Xi, Xext librariesMichael Stahl2-0/+185
Change-Id: I449a08699f0f980a2fe4624363116e6fae2b549c
2014-01-30Globally disable MSVC warning 4201 (nonstandard extension nameless struct)Stephan Bergmann1-7/+0
...it is caused by some external code (newly so by glm included in chart2) and does not really add value. (Incidentally, all relevent compilers, Clang, GCC, and MSVC uniformly support this language extension anyway.) Change-Id: I5b4c11b5cea0267bf39ac95e9021a5761a4d7b91
2014-01-29Use quotes around $(CC)Tor Lillqvist1-1/+1
Change-Id: I68b61bab0d7aa22932261ac3e23f0fdb57219763
2014-01-29Bypass glew when cross-compiling for now, doesn't seem to workTor Lillqvist1-0/+4
Change-Id: I13940a01c74a01df9b73cbf68875e3ccdaef1e47
2014-01-29glew: use CC from environmentMichael Stahl3-1/+31
Also default LD is exported from outer make, override that. Change-Id: Iefbe7fce93e9021cbd9bb087d9becace85138f07
2014-01-29Unbreak Cygwin patch handlingStephan Bergmann1-0/+1
Change-Id: I7f0215f4799546e481423d6f4ab5d583bf083948
2014-01-29Fix relative pathStephan Bergmann1-1/+1
Change-Id: I4c193d31a94666fc607142cf3f6b2c6fcb15c82b
2014-01-29Unbreak Cygwin patch handlingStephan Bergmann1-0/+2
Change-Id: Id7ad1063ae73099b1513fbeb08458298d3c135d8
2014-01-29Fix bad patchStephan Bergmann2-0/+15
...and whoever had the bad idea to make the downloaded GLM_TARBALL bae83fa5dc7f081768daace6e199adc3-glm-0.9.4.6-libreoffice.zip to already be patched with that broken patch (external/glm/Wshadow-unix.patch or external/glm/Wshadow-windows.patch or whatever?) instead of applying locally via gb_UnpackedTarball_add_patches... Change-Id: I0053346f626cc3af42f7ea82a7a26c8b47876a98
2014-01-29remove unnecessary lines in glew patchMarkus Mohrhard1-3/+0
Change-Id: Ib5b12ab6502bbee92fd16f24c8398c6f657bc742
2014-01-29we only need the glew libsMarkus Mohrhard1-1/+1
Change-Id: Ibb67b7cbf9c41188f026826cdacacff26b29c576
2014-01-29create symbols for glew in the debug caseMarkus Mohrhard1-1/+1
Change-Id: Ia40d4477344f9fc0f9942a9d942b97a416ff11d7
2014-01-29fix windows build of glewMarkus Mohrhard4-0/+35
Change-Id: I8aab94aefd737195a26696635f52f754764ea1b4
2014-01-29make glew a normal external shared projectMarkus Mohrhard6-0/+84
Change-Id: I6306e23b3f20817de87951a8848de373fc5dbf85
2014-01-29move glm to externalMarkus Mohrhard7-0/+5365
Change-Id: Ifa9584ab86c2ca02b2b62fb95a2c029a278aea9a
2014-01-27fdo#72804 Add firebird.msg to install.Andrzej Hunt1-0/+2
This provides saner error messages for malformed or invalid sql. Change-Id: I86664db1f1446128bb73e6749f8c00f8313dd414
2014-01-23Don't crash on unstarted tableFridrich Štrba2-0/+101
Change-Id: I68e596ea37133c89206333e8ca8aa3602878d2fc
2014-01-21Coverity: Potential crash (?)Fridrich Štrba2-0/+12
Change-Id: I819b0df446cf95d511d6a7a5a65c381a2a837d00
2014-01-20Fake proper lib ID for macosx-change-install-names into external/curlStephan Bergmann1-0/+1
Change-Id: I4ce1123698ced152c076a4d0e4ad276be9a55bfe
2014-01-20Get bundled openssl to be used on OS X too, at least on OS X <10.7Douglas Mencken1-1/+1
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>
2014-01-17curl: we really want --with-darwinssl on Mac for libcmisMichael Stahl1-2/+4
(regression from 2fd70b6bf799843d2d9987cc90a5b373f31039f7) Change-Id: I9e1d4d17582011a067aecf47144bb70643fac806
2014-01-17Get bundled curl to be used on OS X tooDouglas Mencken2-3/+4
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>
2014-01-16No need to use the stuff from inttypes hereFridrich Štrba2-0/+40
Change-Id: I8d80a8ff223d7c57f7efe808e07ac31aa4d521fd
2014-01-15Uploading libabw-0.0.1 (support of zabw files too)Fridrich Štrba5-189/+1
Change-Id: Ie04cae9b9a362cb43b671fe8986545865822a953
2014-01-15fdo#70796 fix quoted printable encoding bug in internal PythonAndras Timar2-0/+202
Change-Id: I4e5563c47df83c50df75ccf330fbd38ec6da9170
2014-01-14Fix ABW embedded imagesFridrich Štrba2-0/+14
Change-Id: Ifd33ea9c1f91865d5ae5175eefa9b65107404bf0
2014-01-14Fix ABW list shapesFridrich Štrba2-0/+68
Change-Id: Ibbbfddf10677e8c5b654cee9c5fda1603a298a67
2014-01-14Fix a silly with ABW footnotes/endnotesFridrich Štrba2-0/+105
Change-Id: I026f9c664ff7dec51e511ad439ab563d2cc0c201
2014-01-13AbiWord Import filterFridrich Štrba6-0/+87
Change-Id: I90dc115044e5f81fa3a2b105d30d7d39e438b086 Reviewed-on: https://gerrit.libreoffice.org/7411 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2014-01-10libxmlsec: openssl conditional was accidentally invertedMichael Stahl1-1/+1
... in commit bf6d1f77420dcc9ece4d9f4eae1e37b427d85c6a. And it just happens to not build with clang here. Change-Id: Ic467abc894b9c98c81fa64cb57eafaa4cfcaa66e
2014-01-10libxml2: don't grow dependency on liblzma if that happens to be installedMichael Stahl1-0/+2
Change-Id: Ifd46fc5dc531bd5bdb489c7550476f9c07a0a976
2014-01-08Update mdds to 0.10.1, set it as the required baseline.Kohei Yoshida3-83/+0
This update will obsolete two patches that were previously applied. Change-Id: I521e939905e473ca5d440dea3b03faeb9af4c0fb
2014-01-07Patch mdds to make available a method to empty multiple elements in one call.Kohei Yoshida2-0/+55
This is for multi_type_matrix. Change-Id: I7b1fcf6b16b5addbb76078506536542cddede25f
2014-01-07reduce warnings patchesCaolán McNamara2-118/+1
Change-Id: I7a861758236bbae7f82292123ff012de97e2f4de
2014-01-07bump boost from 1.54 to 1.55Caolán McNamara9-193/+118
Change-Id: I5c9d01fa1be54b81f2aedead5f55ae737fb25d5a
2014-01-06fdo#73087: python3: upgrade to version 3.3.3Michael Stahl7-107/+21
- 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>
2014-01-02enable firebird --enable-debugCaolán McNamara1-0/+1
Change-Id: I329edd1356fd36ffd0afd3b4d1d7b0403430d6db
2013-12-28Firebird, instead of SQLite, has been chosen to replace HSQLDB in futureJulien Nabet1-1/+5
Change-Id: I8cc702b9e16b0b151959c6dde066f80b825ac2e0
2013-12-23TyposJulien Nabet1-12/+12
Change-Id: I27ada8b5154968e521d9e67f21473aa85776e70e
2013-12-22Fix other typosJulien Nabet1-1/+1
Change-Id: I3f0a51c53efdd383d49d978a1e8531afe9dac896
2013-12-20typo fixesAndras Timar1-7/+7
Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
2013-12-18vigra: remove SunStudio workaroundsMichael Stahl1-31/+1
Change-Id: Ib92cfca77dea62a7eb5ad29c7b129ef855be82b8
2013-12-18fdo#72598: remove last uses of "C52"Michael Stahl2-2/+0
Change-Id: Ibf43da89c88596589c8e81f790c9d57c2a4e9701
2013-12-13handle invalid xml files in orcus, fdo#63844Markus Mohrhard2-0/+15
Change-Id: I82fff6ab89acece0e46c92bfca2c7faf967639b8
2013-12-12Update bundled Graphite to 1.2.4Khaled Hosny2-31/+0
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>