Age | Commit message (Collapse) | Author |
|
Change-Id: I5ff214bf1ec9031e30344bc125bc99916fd11bfb
Reviewed-on: https://gerrit.libreoffice.org/28897
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
|
|
and remove that 'using namespace' statement in the header...
Change-Id: I2f994af5088ce6d1ffe92c8d36285a4f6fdd2248
Reviewed-on: https://gerrit.libreoffice.org/24628
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
|
|
Change-Id: I4d4e928f7542aee69362fdaab8015ab379327b95
|
|
Android-ARM doesn't have std::copysign(), who knows what else will be
non-functioning on whatever platform..
Change-Id: I40e80c26f2892007caa3729bd0dda2733e875613
|
|
With MSVC werror bails out, that generates
warning C4756: overflow in constant arithmetic
because aparently there is
#define _HUGE_ENUF 1e+300 /* _HUGE_ENUF*_HUGE_ENUF must overflow */
#define INFINITY ((float)(_HUGE_ENUF * _HUGE_ENUF)) /* causes warning
C4756: overflow in constant arithmetic (by design) */
Great stuff..
Change-Id: Id85e3cac6ea24858654ced617c7e06c62f78374d
|
|
Change-Id: I3af85344119ca0056a127a5278e8993f9d79e2f9
|
|
we need that method soon in another place
Change-Id: Ic5b20acd666bd4d5183be7acc9d9ebe2c0a810f7
|