summaryrefslogtreecommitdiff
path: root/external
AgeCommit message (Collapse)AuthorFilesLines
2014-04-02WaE: comparison of constant 255 with expression of type 'const char'Tor Lillqvist1-1/+1
Better fix for warning: "comparison of constant 255 with expression of type 'const char' is always true". I hadn't considered that the code is in a template, so it must handle strings of arbitrary integer types (well, Unicode). Change-Id: I38d6d480bfc3ff89db1276cac38d310ecdcc2cfa
2014-04-02WaE: comparison of constant 255 with expression of type 'const char'Tor Lillqvist1-0/+11
Change-Id: Ibe07fc9a61ae8432e92c43ac6ff07c4dc9e6c771
2014-04-02apr external: add --with-picMatúš Kukan2-0/+2
Change-Id: Ica3b1207a2847917d82b3c82d14479fb58a7aaa2
2014-04-02Avoid Wsahdow warnings related to boost json parserZolnai Tamás2-0/+59
Problematic variable: separator -> separator_ Change-Id: Ia4e1b1543f61b03e029e1bc4151ec58334e8df57
2014-04-02These changes are not needed any moreZolnai Tamás1-97/+0
Moreover these line causes the same Wshadow warning which was the reason of adding them. Change-Id: I6b5793b66db26720626b7924d59e9283168f8abe
2014-03-26Resolves: fdo#76638 Patch retrieve_grants.patch.1 failsJulien Nabet2-32/+0
Let's remove this since the future is MariaDB Change-Id: I39641f81c59e7d024aaf48e8e3cc9fc9a7c3127c
2014-03-25bump apache-commons-codec to 1.9Caolán McNamara1-1/+1
Change-Id: Ia5638f4c4cc47121610b8ddff144fb88aff6b96f
2014-03-25bump apache-commons-logging to 1.1.3Caolán McNamara4-4/+4
Change-Id: Ibeebcc8616a3547f2e2dbf4d613ce4c02ba9d176
2014-03-24fix libetonyek buildLuboš Luňák2-0/+57
KEY2StyleParser.cpp:65:10: error: no matching function for call to 'readNumber' KEY2StyleParser.cpp:34:13: note: candidate template ignored: couldn't infer template argument 'C' I took the patch from Fridrich's openSUSE rpms. Change-Id: Iba3c682539c5c978dddb0040f24f23c7299af0d9
2014-03-14scp2: move libxml2 to AutoInstallMichael Stahl3-4/+27
Change-Id: I62f2f654ac661ebf266b7b5cf70728a616c9b50f
2014-03-11normalize values of WITH_MOZAB4WINMichael Stahl2-2/+2
Change-Id: Iad5aa66635a34a4dfceb0bd6145f2d9bd197cc17
2014-03-11normalize values of WITH_GALLERY_BUILDMichael Stahl1-1/+1
... and remove the unimplemented "package" option. Change-Id: I2b0cfcdc040b653fe0c4cd061ae4e0d7f745068c
2014-03-11normalize values of MINGW_SHARED_GCCLIB/MINGW_SHARED_GXXLIBMichael Stahl13-23/+23
Change-Id: I4f4cecd95f87b9d37fa1b1a270cf554d7707aaa2
2014-03-11normalize values of HSQLDB_USE_JDBC_4_1Michael Stahl1-1/+1
Change-Id: Ifdbd07db813fd5c8dc02ebd04aea8086ff333411
2014-03-11normalize values of WITH_GSSAPI/WITH_KRB5Michael Stahl1-2/+2
Change-Id: I72c67d5a4987f25ddfa21d93a89b0ceae40c9e81
2014-03-06Add apr and serf externals for alternative webdav implementation.Matúš Kukan15-0/+326
Change-Id: I5e93bb6fb53537b889c6ba9888f0f32a0d6f8050
2014-03-04Add mode linesTakeshi Abe1-0/+1
Change-Id: Iae71a0779839015b7c853f93703fe263f84a591a
2014-03-04remove unnecessary patchesMarkus Mohrhard2-32/+0
They have been applied upstream and are part of the new release. Change-Id: I928b29e74abe2415bdf75de32cbaa7ac279a2889
2014-03-03I think we don't need that Mac patch anymoreMarkus Mohrhard1-5/+0
Change-Id: I6619e70f3f7c8ba4d17be4ca434057948be3d79f
2014-03-03upgrade liborcusMarkus Mohrhard5-16/+54
Conflicts: external/boost/StaticLibrary_boost_system.mk Change-Id: Ie4af26c87a100b67baeedbaa7fb1ac428845f92b
2014-03-03Add CoinMP external as an alternative to lpsolve.Matúš Kukan8-0/+3349
Change-Id: I9bf5c339a34655c3b842cef3af76814a14c483bc
2014-03-02curl (bundled): fix logic breakoutDouglas Mencken1-8/+5
use --with-nss only on platforms other than Mac OS X and iOS (see commit 4e8ab2198819551d07f303f80d2bd5f5ae53bc6e) Change-Id: Ie6cb35ea5f5db2d08f303f70d1559188912ba8e5 Reviewed-on: https://gerrit.libreoffice.org/8418 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2014-03-02add missing depsDavid Tardon3-0/+6
Change-Id: I86a0098b64e02a438c5660ea8b391a9737473aa3
2014-03-01libcmis (bundled): add patch with missing definition for HTML_PARSE_RECOVERDouglas Mencken2-1/+16
Change-Id: I4c3760808b92c066181ce7e1294ee9e6dd9ea016 Reviewed-on: https://gerrit.libreoffice.org/8387 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-03-01curl (bundled): with-darwinssl option is not compatible with OSX SDK 10.5Douglas Mencken1-2/+7
Change-Id: I3e8576926df875d73de10d5212adde2685c3a799 Reviewed-on: https://gerrit.libreoffice.org/8386 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-02-27normalize values of WITH_EXTRA_EXTENSIONSMichael Stahl1-1/+1
Change-Id: I9f084a363bdeab800f0039f9be19d03225a1a8ce
2014-02-27normalize values of WITH_EXTRA_FONT/WITH_EXTRA_SAMPLE/etc.Michael Stahl1-4/+4
Change-Id: I406669380ece23d2acd3e9df2731d7e486696778
2014-02-27normalize values of CROSS_COMPILINGMichael Stahl42-46/+46
Change-Id: I0cc43cef91e3fcd82a3558a16ab0afbd4d56b141
2014-02-24OpenSSL @OS X: choose correct build targetDouglas Mencken1-1/+3
Change-Id: I58f3cc12f2fa177c26608d372f99c086503a13a5 Reviewed-on: https://gerrit.libreoffice.org/8205 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-02-24nss: continue delivering libsqlite on Mac OS X 10.5Douglas Mencken3-2/+4
Change-Id: Ibfd47071c73fc5f6c48d268a1f00d7f52762d0f2 Reviewed-on: https://gerrit.libreoffice.org/8204 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2014-02-22external: Use gb_LTOFLAGS only in LDFLAGS to fix building.Matúš Kukan2-2/+2
liborcus was not building for me with -flto in CFLAGS, I would have to fix ar somehow. -flto in LDFLAGS is just to fix the build if the external library does use another library built by us with -flto: does happen for liborcus and python3. It's not like we would use -flto for external libraries consistently anyway, the only exception is icu: no idea why we build with -flto there. Change-Id: Ia54d619674b8999ce5e4b920ba77b1587c9cf48d
2014-02-21Use gb_LTOFLAGS for python3 too.Matúš Kukan1-1/+2
Change-Id: Ida2dee3b66dd7fbc7942d47a13ce38dda82db866
2014-02-21Build liborcus with lto flags. To unbreak linking phase.Matúš Kukan1-2/+2
Change-Id: Ie24054a9c0538187e1b234101dd41f30306ec2ae
2014-02-21Do not include pngtest in static png library.Matúš Kukan1-1/+0
Because it contains main function and creates unnecessary problems when experimenting with linking ~everything into one object. It's not mentioned in its tarball's Makefile.in with all the other source files and is not needed. Change-Id: Id8975679db6931c0105fbbaac742582e08ad0f2d
2014-02-20EXTERNAL_WARNINGS_NOT_ERRORS -> ENABLE_WERROR and be "TRUE"/""Matúš Kukan1-4/+0
It's easier to type 'make ENABLE_WERROR= <module>' if one wants that. Change-Id: I2bb9911259f41ecae27dc110723f3364b3ff09cf
2014-02-17Resolves: fdo#50451 Mediawiki formula export + vec useJulien Nabet1-1/+6
Unicode Character 'COMBINING RIGHT ARROW ABOVE' wasn't taken into account Change-Id: I4b5fc5fcfa4efe40fc92935e21af829edadf1dea
2014-02-14Linux x86 nss/lib/freebl/mpi/mpi_x86.s confusion of mp_digit sizeStephan Bergmann2-0/+11
see <https://groups.google.com/forum/#!topic/mozilla.dev.security/n16bQj4qZHc> Change-Id: I6635d187b29d6b50fbccaf3f4c29d72660fcaa5e
2014-02-12normalize values of SYSTEM_APACHE_COMMONS, SYSTEM_BSHMichael Stahl2-2/+2
Change-Id: Ia6adb8ae07ec80e83bc67084dfbd0bc6136ed8b7
2014-02-12normalize values of SYSTEM_POPPLER, SYSTEM_JFREEREPORTMichael Stahl1-1/+1
Change-Id: I8034b6fdf85697b6b409143396983ef3170257b2
2014-02-12normalize values of SYSTEM_HUNSPELL, SYSTEM_HYPHMichael Stahl1-1/+1
Change-Id: Ib11dcf94263aefc68ae2e831baeeb957231793ae
2014-02-12normalize values of SYSTEM_NPAPI_HEADERS, SYSTEM_ICUMichael Stahl1-2/+2
Change-Id: I7f1153e4a07a4116417a7734d867f2d0feda1ee4
2014-02-12normalize values of SYSTEM_ODBC_HEADERS, SYSTEM_OPENLDAPMichael Stahl2-2/+2
Change-Id: I913c38878a110625747fbf32ad9c43ad0dab30d3
2014-02-12normalize values of SYSTEM_GLM, SYSTEM_VIGRAMichael Stahl2-2/+2
Change-Id: Idc28f8be610aae57477f18c26ffcb97a24a2ab82
2014-02-12normalize values of SYSTEM_HSQLDB, SYSTEM_POSTGRESQLMichael Stahl1-1/+1
Change-Id: Ia29a173ab6bb3442f98cd6db4db67ad27e7fa9a1
2014-02-12normalize values of SYSTEM_BOOSTMichael Stahl11-15/+16
Change-Id: I2fce6545d7f279e0e2d6f3ff53eee1ab82314135
2014-02-12normalize values of SYSTEM_PYTHON, SYSTEM_MYSQL_CPPCONNMichael Stahl1-1/+1
Change-Id: I8932febdd39c35f23fb3a89703b69e25302f5678
2014-02-12normalize values of SYSTEM_FREETYPE, SYSTEM_LIBXML, SYSTEM_MARIADBMichael Stahl10-16/+16
Change-Id: Iffcc671ca41c5880579effe0786a3b4d3be0dab0
2014-02-12normalize values of SYSTEM_CLUCENE, SYSTEM_EXPAT, SYSTEM_JPEGMichael Stahl2-3/+3
Change-Id: I343dae79b01e1369722c7bbd1ab2c36e2bfa96ac
2014-02-12normalize values of SYSTEM_ZLIB, SYSTEM_DICTS, SYSTEM_FONTCONFIGMichael Stahl4-6/+6
Change-Id: I7530cb9d0797df5fc86695b0379cc44c159d2ab5
2014-02-12normalize values of SYSTEM_LIBATOMIC_OPS, SYSTEM_FIREBIRDMichael Stahl2-4/+4
Change-Id: I89802da0ad7f7bf838a8937430825b0adf42a6ee