0b7f0425 | 25-Nov-2013 |
Herbert Dürr |
#i123747# ignore single step and breakpoint SEH events git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1545301 13f79535-47bb-0310-9956-ffa450edef68 |
747164b0 | 25-Nov-2013 |
Herbert Dürr |
#i123747# allow treating Window's SEH events as C++ exceptions The crash reporter facility can provide much better details about crashes. But if that facility is disabled then handling S
#i123747# allow treating Window's SEH events as C++ exceptions The crash reporter facility can provide much better details about crashes. But if that facility is disabled then handling SEH events such as div-by-zero as C++ exceptions is a worthwhile alternative. It can provide a few interesting details and it allows a graceful shutdown of the application. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1545268 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
b597708b | 18-Nov-2013 |
Herbert Dürr |
#i122362# remove stlport4-build support but keep the --without-stlport configure option for now it is the new default anyway git-svn-id: https://svn.apache.org/repos/asf/op
#i122362# remove stlport4-build support but keep the --without-stlport configure option for now it is the new default anyway git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1543067 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
87c0c1b4 | 08-Nov-2013 |
Yuri Dario |
i123001 - force destructor to be called before libc calls DosExit(). git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1539965 13f79535-47bb-0310-9956-ffa450edef68 |
fac87513 | 08-Nov-2013 |
Yuri Dario |
i123001 - force destructor to be called before libc calls DosExit(). git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1539964 13f79535-47bb-0310-9956-ffa450edef68 |
c99cd5fc | 28-Oct-2013 |
Yuri Dario |
i118923 - OS/2 port: make use of system ExceptQ exception handler. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1536313 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO401, AOO400 |
|
b93bfd5e | 12-Jun-2013 |
Oliver-Rainer Wittmann |
122500,122378: fix build breaker in non-pro builds with and without stlport git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1492233 13f79535-47bb-0310-9956-ffa450edef68 |
6aa9f3c5 | 04-Jun-2013 |
Herbert Dürr |
fix gnuc_minor version check git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1489389 13f79535-47bb-0310-9956-ffa450edef68 |
d6d386b8 | 04-Jun-2013 |
Herbert Dürr |
extend workaround for gcc bug 14608 to work on gcc<4.3 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1489344 13f79535-47bb-0310-9956-ffa450edef68 |
82c0ddf2 | 27-May-2013 |
Herbert Dürr |
#i122208# include <algorithm> explicitly if functions from <algorithm> are used most STLs include relevant parts of it indirectly, but one can not depend on it (seen with MSVC's tr1 head
#i122208# include <algorithm> explicitly if functions from <algorithm> are used most STLs include relevant parts of it indirectly, but one can not depend on it (seen with MSVC's tr1 headers) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1486646 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
ded93d78 | 22-May-2013 |
Jürgen Schmidt |
fix isfinite error for gcc on MacOS git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1485191 13f79535-47bb-0310-9956-ffa450edef68 |
f3e36248 | 21-May-2013 |
Herbert Dürr |
prefer standard isfinite() which should be available in math.h according to C99, C++99, SUSv3, etc. unless GCC bug 14608 hits us where cmath undefines isfinite as macro git
prefer standard isfinite() which should be available in math.h according to C99, C++99, SUSv3, etc. unless GCC bug 14608 hits us where cmath undefines isfinite as macro git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1484783 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
b3f482f2 | 16-May-2013 |
Herbert Dürr |
fix the long cast to eliminate the little warning git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1483328 13f79535-47bb-0310-9956-ffa450edef68 |
e80f0a4c | 16-May-2013 |
Herbert Dürr |
fix constness issue causing a build breaker git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1483216 13f79535-47bb-0310-9956-ffa450edef68 |
8fe93d1b | 15-May-2013 |
Herbert Dürr |
#i122208# avoid signedness warnings in signed-char build environments git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1482736 13f79535-47bb-0310-9956-ffa450edef68 |
fda69661 | 08-May-2013 |
Herbert Dürr |
#i122208# use rtl::CStringHash and rtl::CStringEqual instead of relying on pre-tr1-stl specializations In stlport<=4 the functors hash and equal_to had specializions for conveniently handlin
#i122208# use rtl::CStringHash and rtl::CStringEqual instead of relying on pre-tr1-stl specializations In stlport<=4 the functors hash and equal_to had specializions for conveniently handling c-strings. For consistency reasons this specialization was not included in the TR1 report and the C++11 standard. The two new helper functors are drop-in replacements for the old specializations. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1480318 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
910823ae | 18-Apr-2013 |
Jürgen Schmidt |
#121996# integrate first part to remove 3layer office git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1469276 13f79535-47bb-0310-9956-ffa450edef68 |
d055812f | 17-Apr-2013 |
Herbert Dürr |
only check for gcc-visibility feature but not for gcc itself there are non-gcc compilers such as clang that support this feature git-svn-id: https://svn.apache.org/repos/asf/op
only check for gcc-visibility feature but not for gcc itself there are non-gcc compilers such as clang that support this feature git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1468948 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
4dbb87e9 | 08-Mar-2013 |
Herbert Dürr |
avoid expensive pthread interlocking on clang Clang handles the GCC inline assembler syntax just fine git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1454390 13f7
avoid expensive pthread interlocking on clang Clang handles the GCC inline assembler syntax just fine git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1454390 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
13e77a6a | 08-Mar-2013 |
Herbert Dürr |
use the canonical "error:" string in osl's module loading compilers/linkers/etc. use "error:" and other tools pick that up. Having OSL errors noticed by the same automatisms is helpful.
use the canonical "error:" string in osl's module loading compilers/linkers/etc. use "error:" and other tools pick that up. Having OSL errors noticed by the same automatisms is helpful. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1454291 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
38fa8b40 | 01-Mar-2013 |
Herbert Dürr |
quota.h should be included via generic path for our MacOSX targets git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1451597 13f79535-47bb-0310-9956-ffa450edef68 |
a067bd65 | 14-Feb-2013 |
Rob Weir |
Revert of r1444110 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1446344 13f79535-47bb-0310-9956-ffa450edef68 |
63b47d7f | 08-Feb-2013 |
Pedro Giffuni |
i114430 - AOO Calc: 0^0=1 and it should be indeterminate. Many spreadsheets and math packages set the value of POWER( 0, 0) to 1 as that sometimes is required for some calculations. This
i114430 - AOO Calc: 0^0=1 and it should be indeterminate. Many spreadsheets and math packages set the value of POWER( 0, 0) to 1 as that sometimes is required for some calculations. This is also done by the standard C99 libc pow() function. In mathematical terms the value is an indeterminate form and in strict mathematical sense such value should at least be considered with caution. OpenFormula permits implementation defined values of 0, 1 or error in this case. We shall now return NaN. Clean some headers while here. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1444110 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
7659be9a | 21-Jan-2013 |
Herbert Dürr |
standalone semicolon is deprecated as toplevel declaration git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1436370 13f79535-47bb-0310-9956-ffa450edef68 |
5725d830 | 14-Jan-2013 |
Pedro Giffuni |
i121614 - SAL Unix file handling: used pread/pwrite on FreeBSD git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1433129 13f79535-47bb-0310-9956-ffa450edef68 |