Age | Commit message (Collapse) | Author |
|
Change-Id: I99c62b08b84d2d8afafd391257ab7b8b2d887fac
|
|
Change-Id: I1098c0103d095bc3ee251dbf03bc8b42f08f259f
|
|
Change-Id: Ie1cebb9884d580d5e2bb0e885a22ee04b92aecb5
|
|
Also, for some reason building the endian check thing fails when trying to use
Clang for Android, so just hardcode it.
Change-Id: I04fb7ba4f88a1dc6a4e743b39e7c0cd19d7e3598
|
|
Change-Id: Ie514017dc186fea4c3f2699e92bfe46706eb6413
|
|
Includes the mingw fixes from
dc6c7e844a02a59133e96553000666be87b1a74e
See original file changes at
http://sourceforge.net/p/twain-dsm/code/127#diff-2
|
|
Change-Id: I64a35ca0902ba40a4fba3080181147b4facac2ee
|
|
Change-Id: I0cf84a6ccb783642a3d50a004325a19b79741b32
|
|
Change-Id: Ie841bbc23ddd99fc023c3066b107172f9cfb7a24
|
|
Change-Id: I3b87643c1853ceaed3d2422a7340a931bb0c5850
|
|
Change-Id: I16c2235dd72f86b7659d92aa1c72b573ccadacb7
|
|
Change-Id: Ic82f00a9750dc4f15207474a5cf4873e620198a3
|
|
Change-Id: I4f07df4fc9def60dcf6ae9a3cf33c5315c9ad2ad
|
|
Change-Id: I6b51bd0e9bb8db50514ab19c4678784b4782d63c
|
|
Change-Id: I680a19b87708459501816cb7de228468f167caa9
|
|
Change-Id: Ie637b6e7f452633a3cfa7826d7add0eb9846f7f8
|
|
Change-Id: I7c9cf801f5ce0a16adf6eef7fc5697cfc6c0c194
|
|
Change-Id: I8cf46ebbe5b17109e9ab2a13ed7c50cc48d6eae4
|
|
boost.6369.warnings.patch
Change-Id: I7a36f6242d92cb46aac80a46ac69ba488ca4e4c5
|
|
Change-Id: I19ba507541a0bacc77ac9b77c64f8809273f9d4d
|
|
The intent being that the data file will be used instead.
To avoid linking error, correspondingly include the ICU stubdata
library in the list of static libraries to link with.
Change-Id: I0f223fcce89dfbe283aaa2fcd2d5a58ea36ba364
|
|
Change-Id: I40132f735eabbead0a1f16d44dbd8878b03902ce
|
|
...which can lead to problems when e.g. building against a local trunk GCC
(requiring LD_LIBRARY_PATH) that was configured to build only C/C++ compilers,
so CoinMP's configuration would try to blend that with the system's gfortran.
Change-Id: I9f237df0887e06e50b9e76f3a09cfebb6f22dc20
|
|
... as downloaded from
https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry
Change-Id: I7aee9c6e42aabc9e023ab9a2ec3880dbde940396
Reviewed-on: https://gerrit.libreoffice.org/8919
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
|
|
Change-Id: I31494d4314557672b7e3c2ff6846663fb9ed981a
|
|
Change-Id: I0ef21ee7709cab05639935d70722973c9a18f93c
|
|
Change-Id: Ie0eb1f68d997c4f2bd37c9d7c2ff6feccbc7b8ce
|
|
Change-Id: I1e0ee6aa3d136c75309c5c70011da787806efa1f
|
|
So no need to bother with what framework(s) to link to.
Change-Id: I7dac64357bc01221787ef7e393952d492e2d84c7
|
|
Whether it actually should be used or not on some particular platform
is another thing that remains to be seen. But I think it should be
buildable for all?
Don't build the glew programs for non-desktop platforms.
Build only static libraries when DISABLE_DYNLOADING.
No AGL framework, and it's OpenGLES, not OpenGL, on iOS.
Change-Id: Idf3aad341c4f270952db2039d5a5e421f39e728f
|
|
Change-Id: I00ee89f69d85010be5d3a537092349fa9eeb71c8
|
|
Change-Id: I996f88544c4cdedaf8aa047abb1888409b949800
|
|
Change-Id: Iaca0fc9ca12ee672f640be9c639b7b0d0dd3bc10
|
|
This patch fixes the problem that a linker misses CoinMP.dll.
The problem will occurs when we use --enable-dbgutil option.
Change-Id: If6cec0f9705db2af33cb9a69d9440e3053c5979a
Reviewed-on: https://gerrit.libreoffice.org/8854
Reviewed-by: Matúš Kukan <matus.kukan@collabora.com>
Tested-by: Matúš Kukan <matus.kukan@collabora.com>
|
|
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
|