Age | Commit message (Collapse) | Author |
|
Several people named Chris report failures in the solver unit test, and
apparently the CoinMP libraries have loads of unresolved symbols
because they don't have NEEDED entries, i.e. were not linked properly;
let's see if this fixes it.
Change-Id: Id406e14b0805a458d608c23cb7c65d873b5ba2f0
Reviewed-on: https://gerrit.libreoffice.org/8850
Reviewed-by: Chris Laplante <mostthingsweb@gmail.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I1cc6c6ab39ec27dbf08c2019c7dd7f8f29537520
|
|
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
|
|
Change-Id: Ibe07fc9a61ae8432e92c43ac6ff07c4dc9e6c771
|
|
Change-Id: Ica3b1207a2847917d82b3c82d14479fb58a7aaa2
|
|
Problematic variable: separator -> separator_
Change-Id: Ia4e1b1543f61b03e029e1bc4151ec58334e8df57
|
|
Moreover these line causes the same Wshadow warning
which was the reason of adding them.
Change-Id: I6b5793b66db26720626b7924d59e9283168f8abe
|
|
Let's remove this since the future is MariaDB
Change-Id: I39641f81c59e7d024aaf48e8e3cc9fc9a7c3127c
|
|
Change-Id: Ia5638f4c4cc47121610b8ddff144fb88aff6b96f
|
|
Change-Id: Ibeebcc8616a3547f2e2dbf4d613ce4c02ba9d176
|
|
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
|
|
Change-Id: I62f2f654ac661ebf266b7b5cf70728a616c9b50f
|
|
Change-Id: Iad5aa66635a34a4dfceb0bd6145f2d9bd197cc17
|
|
... and remove the unimplemented "package" option.
Change-Id: I2b0cfcdc040b653fe0c4cd061ae4e0d7f745068c
|
|
Change-Id: I4f4cecd95f87b9d37fa1b1a270cf554d7707aaa2
|
|
Change-Id: Ifdbd07db813fd5c8dc02ebd04aea8086ff333411
|
|
Change-Id: I72c67d5a4987f25ddfa21d93a89b0ceae40c9e81
|
|
Change-Id: I5e93bb6fb53537b889c6ba9888f0f32a0d6f8050
|
|
Change-Id: Iae71a0779839015b7c853f93703fe263f84a591a
|
|
They have been applied upstream and are part of the new release.
Change-Id: I928b29e74abe2415bdf75de32cbaa7ac279a2889
|
|
Change-Id: I6619e70f3f7c8ba4d17be4ca434057948be3d79f
|
|
Conflicts:
external/boost/StaticLibrary_boost_system.mk
Change-Id: Ie4af26c87a100b67baeedbaa7fb1ac428845f92b
|
|
Change-Id: I9bf5c339a34655c3b842cef3af76814a14c483bc
|
|
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>
|
|
Change-Id: I86a0098b64e02a438c5660ea8b391a9737473aa3
|
|
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>
|
|
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>
|
|
Change-Id: I9f084a363bdeab800f0039f9be19d03225a1a8ce
|
|
Change-Id: I406669380ece23d2acd3e9df2731d7e486696778
|
|
Change-Id: I0cc43cef91e3fcd82a3558a16ab0afbd4d56b141
|
|
Change-Id: I58f3cc12f2fa177c26608d372f99c086503a13a5
Reviewed-on: https://gerrit.libreoffice.org/8205
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Change-Id: Ibfd47071c73fc5f6c48d268a1f00d7f52762d0f2
Reviewed-on: https://gerrit.libreoffice.org/8204
Tested-by: Michael Stahl <mstahl@redhat.com>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
|
|
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
|
|
Change-Id: Ida2dee3b66dd7fbc7942d47a13ce38dda82db866
|
|
Change-Id: Ie24054a9c0538187e1b234101dd41f30306ec2ae
|
|
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
|
|
It's easier to type 'make ENABLE_WERROR= <module>' if one wants that.
Change-Id: I2bb9911259f41ecae27dc110723f3364b3ff09cf
|
|
Unicode Character 'COMBINING RIGHT ARROW ABOVE' wasn't taken into account
Change-Id: I4b5fc5fcfa4efe40fc92935e21af829edadf1dea
|
|
see <https://groups.google.com/forum/#!topic/mozilla.dev.security/n16bQj4qZHc>
Change-Id: I6635d187b29d6b50fbccaf3f4c29d72660fcaa5e
|
|
Change-Id: Ia6adb8ae07ec80e83bc67084dfbd0bc6136ed8b7
|
|
Change-Id: I8034b6fdf85697b6b409143396983ef3170257b2
|
|
Change-Id: Ib11dcf94263aefc68ae2e831baeeb957231793ae
|
|
Change-Id: I7f1153e4a07a4116417a7734d867f2d0feda1ee4
|
|
Change-Id: I913c38878a110625747fbf32ad9c43ad0dab30d3
|
|
Change-Id: Idc28f8be610aae57477f18c26ffcb97a24a2ab82
|
|
Change-Id: Ia29a173ab6bb3442f98cd6db4db67ad27e7fa9a1
|
|
Change-Id: I2fce6545d7f279e0e2d6f3ff53eee1ab82314135
|
|
Change-Id: I8932febdd39c35f23fb3a89703b69e25302f5678
|
|
Change-Id: Iffcc671ca41c5880579effe0786a3b4d3be0dab0
|
|
Change-Id: I343dae79b01e1369722c7bbd1ab2c36e2bfa96ac
|