summaryrefslogtreecommitdiffstats
path: root/external
Commit message (Collapse)AuthorAgeFilesLines
* quote AR, etc. for AR='callcatcher ar'Caolán McNamara2014-02-051-1/+1
| | | | Change-Id: I8dbaeb87e65114e8db4571fe5f9c58974ff4e701
* update location of jpeg filter in READMEAndras Timar2014-02-041-2/+2
| | | | Change-Id: I418cccac5181c9a4e41f0fd5e06af10a21714f48
* -Wunused-parameter (when included from mysqlc/source/)Stephan Bergmann2014-02-032-0/+12
| | | | Change-Id: I4889864a3db2090c687c32e11d4d28c3dda63eb0
* User grants debug Mysql part: retrieve IS_GRANTABLE + update column privsJulien Nabet2014-01-302-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>
* glew: stop linking to unneeded Xmu, Xi, Xext librariesMichael Stahl2014-01-302-0/+185
| | | | Change-Id: I449a08699f0f980a2fe4624363116e6fae2b549c
* Globally disable MSVC warning 4201 (nonstandard extension nameless struct)Stephan Bergmann2014-01-301-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
* Use quotes around $(CC)Tor Lillqvist2014-01-291-1/+1
| | | | Change-Id: I68b61bab0d7aa22932261ac3e23f0fdb57219763
* Bypass glew when cross-compiling for now, doesn't seem to workTor Lillqvist2014-01-291-0/+4
| | | | Change-Id: I13940a01c74a01df9b73cbf68875e3ccdaef1e47
* glew: use CC from environmentMichael Stahl2014-01-293-1/+31
| | | | | | Also default LD is exported from outer make, override that. Change-Id: Iefbe7fce93e9021cbd9bb087d9becace85138f07
* Unbreak Cygwin patch handlingStephan Bergmann2014-01-291-0/+1
| | | | Change-Id: I7f0215f4799546e481423d6f4ab5d583bf083948
* Fix relative pathStephan Bergmann2014-01-291-1/+1
| | | | Change-Id: I4c193d31a94666fc607142cf3f6b2c6fcb15c82b
* Unbreak Cygwin patch handlingStephan Bergmann2014-01-291-0/+2
| | | | Change-Id: Id7ad1063ae73099b1513fbeb08458298d3c135d8
* Fix bad patchStephan Bergmann2014-01-292-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
* remove unnecessary lines in glew patchMarkus Mohrhard2014-01-291-3/+0
| | | | Change-Id: Ib5b12ab6502bbee92fd16f24c8398c6f657bc742
* we only need the glew libsMarkus Mohrhard2014-01-291-1/+1
| | | | Change-Id: Ibb67b7cbf9c41188f026826cdacacff26b29c576
* create symbols for glew in the debug caseMarkus Mohrhard2014-01-291-1/+1
| | | | Change-Id: Ia40d4477344f9fc0f9942a9d942b97a416ff11d7
* fix windows build of glewMarkus Mohrhard2014-01-294-0/+35
| | | | Change-Id: I8aab94aefd737195a26696635f52f754764ea1b4
* make glew a normal external shared projectMarkus Mohrhard2014-01-296-0/+84
| | | | Change-Id: I6306e23b3f20817de87951a8848de373fc5dbf85
* move glm to externalMarkus Mohrhard2014-01-297-0/+5365
| | | | Change-Id: Ifa9584ab86c2ca02b2b62fb95a2c029a278aea9a
* fdo#72804 Add firebird.msg to install.Andrzej Hunt2014-01-271-0/+2
| | | | | | | This provides saner error messages for malformed or invalid sql. Change-Id: I86664db1f1446128bb73e6749f8c00f8313dd414
* Don't crash on unstarted tableFridrich Štrba2014-01-232-0/+101
| | | | Change-Id: I68e596ea37133c89206333e8ca8aa3602878d2fc
* Coverity: Potential crash (?)Fridrich Štrba2014-01-212-0/+12
| | | | Change-Id: I819b0df446cf95d511d6a7a5a65c381a2a837d00
* Fake proper lib ID for macosx-change-install-names into external/curlStephan Bergmann2014-01-201-0/+1
| | | | Change-Id: I4ce1123698ced152c076a4d0e4ad276be9a55bfe
* Get bundled openssl to be used on OS X too, at least on OS X <10.7Douglas Mencken2014-01-201-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>
* curl: we really want --with-darwinssl on Mac for libcmisMichael Stahl2014-01-171-2/+4
| | | | | | (regression from 2fd70b6bf799843d2d9987cc90a5b373f31039f7) Change-Id: I9e1d4d17582011a067aecf47144bb70643fac806
* Get bundled curl to be used on OS X tooDouglas Mencken2014-01-172-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>
* No need to use the stuff from inttypes hereFridrich Štrba2014-01-162-0/+40
| | | | Change-Id: I8d80a8ff223d7c57f7efe808e07ac31aa4d521fd
* Uploading libabw-0.0.1 (support of zabw files too)Fridrich Štrba2014-01-155-189/+1
| | | | Change-Id: Ie04cae9b9a362cb43b671fe8986545865822a953
* fdo#70796 fix quoted printable encoding bug in internal PythonAndras Timar2014-01-152-0/+202
| | | | Change-Id: I4e5563c47df83c50df75ccf330fbd38ec6da9170
* Fix ABW embedded imagesFridrich Štrba2014-01-142-0/+14
| | | | Change-Id: Ifd33ea9c1f91865d5ae5175eefa9b65107404bf0
* Fix ABW list shapesFridrich Štrba2014-01-142-0/+68
| | | | Change-Id: Ibbbfddf10677e8c5b654cee9c5fda1603a298a67
* Fix a silly with ABW footnotes/endnotesFridrich Štrba2014-01-142-0/+105
| | | | Change-Id: I026f9c664ff7dec51e511ad439ab563d2cc0c201
* AbiWord Import filterFridrich Štrba2014-01-136-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>
* libxmlsec: openssl conditional was accidentally invertedMichael Stahl2014-01-101-1/+1
| | | | | | | ... in commit bf6d1f77420dcc9ece4d9f4eae1e37b427d85c6a. And it just happens to not build with clang here. Change-Id: Ic467abc894b9c98c81fa64cb57eafaa4cfcaa66e
* libxml2: don't grow dependency on liblzma if that happens to be installedMichael Stahl2014-01-101-0/+2
| | | | Change-Id: Ifd46fc5dc531bd5bdb489c7550476f9c07a0a976
* Update mdds to 0.10.1, set it as the required baseline.Kohei Yoshida2014-01-083-83/+0
| | | | | | This update will obsolete two patches that were previously applied. Change-Id: I521e939905e473ca5d440dea3b03faeb9af4c0fb
* Patch mdds to make available a method to empty multiple elements in one call.Kohei Yoshida2014-01-072-0/+55
| | | | | | This is for multi_type_matrix. Change-Id: I7b1fcf6b16b5addbb76078506536542cddede25f
* reduce warnings patchesCaolán McNamara2014-01-072-118/+1
| | | | Change-Id: I7a861758236bbae7f82292123ff012de97e2f4de
* bump boost from 1.54 to 1.55Caolán McNamara2014-01-079-193/+118
| | | | Change-Id: I5c9d01fa1be54b81f2aedead5f55ae737fb25d5a
* fdo#73087: python3: upgrade to version 3.3.3Michael Stahl2014-01-067-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>
* enable firebird --enable-debugCaolán McNamara2014-01-021-0/+1
| | | | Change-Id: I329edd1356fd36ffd0afd3b4d1d7b0403430d6db
* Firebird, instead of SQLite, has been chosen to replace HSQLDB in futureJulien Nabet2013-12-281-1/+5
| | | | Change-Id: I8cc702b9e16b0b151959c6dde066f80b825ac2e0
* TyposJulien Nabet2013-12-231-12/+12
| | | | Change-Id: I27ada8b5154968e521d9e67f21473aa85776e70e
* Fix other typosJulien Nabet2013-12-221-1/+1
| | | | Change-Id: I3f0a51c53efdd383d49d978a1e8531afe9dac896
* typo fixesAndras Timar2013-12-201-7/+7
| | | | Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
* vigra: remove SunStudio workaroundsMichael Stahl2013-12-181-31/+1
| | | | Change-Id: Ib92cfca77dea62a7eb5ad29c7b129ef855be82b8
* fdo#72598: remove last uses of "C52"Michael Stahl2013-12-182-2/+0
| | | | Change-Id: Ibf43da89c88596589c8e81f790c9d57c2a4e9701
* handle invalid xml files in orcus, fdo#63844Markus Mohrhard2013-12-132-0/+15
| | | | Change-Id: I82fff6ab89acece0e46c92bfca2c7faf967639b8
* Update bundled Graphite to 1.2.4Khaled Hosny2013-12-122-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>
* fix buildDavid Tardon2013-12-062-0/+30
| | | | Change-Id: I65476b98a58b749619003965c41cfe0f32ae2e13