History log of /aoo41x/main/sal/inc/ (Results 1 - 25 of 37)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413
941ddfd708-Dec-2016 pfg

Update endianness detection on FreeBSD.

This produces a working AOO on FreeBSD PowerPC64!

This is related to i126615 which was also fixed by Curtis a while ago.
Kudos for both c

Update endianness detection on FreeBSD.

This produces a working AOO on FreeBSD PowerPC64!

This is related to i126615 which was also fixed by Curtis a while ago.
Kudos for both contributions, makes me want to get a PowerPC to run
FreeBSD + AOO on it!

Author: Curtis Hamilton -- cmhamilto at gmail

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1773166 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: AOO4121, AOO412, SNAPSHOT
4c428c3507-Oct-2015 Andrea Pescetti

#i125194# #i126305# Move new enum to last position.
Patch by: Giuseppe Castagno.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1707171 13f79535-47bb-0310-9

#i125194# #i126305# Move new enum to last position.
Patch by: Giuseppe Castagno.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1707171 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: AOO411
75e4cd2924-Sep-2015 Andrea Pescetti

#i125194# Fix WebDAV file locking.
Patch by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>


git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1705198 13f79

#i125194# Fix WebDAV file locking.
Patch by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>


git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1705198 13f79535-47bb-0310-9956-ffa450edef68

show more ...

de2c434c24-Sep-2015 Pedro Giffuni

i126553- Basic merges to clean up the FreeBSD port.

Bring major updates from trunk for the FreeBSD build.
This mainly targets the FreeBSD port that uses external
libraries. The build

i126553- Basic merges to clean up the FreeBSD port.

Bring major updates from trunk for the FreeBSD build.
This mainly targets the FreeBSD port that uses external
libraries. The buildbot, using internal components,
requires more changes but I am not planning to bring them
to this branch.

r1591501, r1602791:
Fix for the i386 platform.

r1669457, r1669459:
Make FreeBSD bridges code buildable with clang.

r1669462, r1669465, r1694132:
Fixes for recent gcc and clang.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1705124 13f79535-47bb-0310-9956-ffa450edef68

show more ...

e3d3059a18-Jun-2014 Herbert Dürr

#i125112# fix CStringHash functor to match full strings only

merged from AOO trunk revision 1603416


git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1603

#i125112# fix CStringHash functor to match full strings only

merged from AOO trunk revision 1603416


git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1603423 13f79535-47bb-0310-9956-ffa450edef68

show more ...

79e556ee12-Jun-2014 Juergen Schmidt

#124896# merge changes from trunk to be able to build on macos 10.9.3 and Xcode 5.1

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1602187 13f79535-47bb-0310-9956-ff

#124896# merge changes from trunk to be able to build on macos 10.9.3 and Xcode 5.1

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1602187 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: AOO410, AOO410_Beta
fe35874422-Jan-2014 Herbert Dürr

#i122208# the std::isfinite() workaround is only needed for GCC

and not for Clang (even if it quite compatible with GCC).
Also clang doesn't support GCC's __builtin_isfinite() function.

#i122208# the std::isfinite() workaround is only needed for GCC

and not for Clang (even if it quite compatible with GCC).
Also clang doesn't support GCC's __builtin_isfinite() function.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1560334 13f79535-47bb-0310-9956-ffa450edef68

show more ...

14f1afe110-Dec-2013 Herbert Dürr

#i122362# remove stlport4 specific allocator

the allocator wouldn't be much of a problem since it is in its own
namespace "_STL", but that seems to confuse some MSVC versions


#i122362# remove stlport4 specific allocator

the allocator wouldn't be much of a problem since it is in its own
namespace "_STL", but that seems to confuse some MSVC versions


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1549785 13f79535-47bb-0310-9956-ffa450edef68

show more ...

6a40b25c29-Nov-2013 Herbert Dürr

#i123068# allow OString argument for tools' DbgOut() function

The DbgOut() function is active especially in dbgutil-enabled builds.
For creating dynamic strings the rtl::OString is often

#i123068# allow OString argument for tools' DbgOut() function

The DbgOut() function is active especially in dbgutil-enabled builds.
For creating dynamic strings the rtl::OString is often used. Providing a
DbgOut() function which allows a direct OString argument helps for
situations where dynamic string creation and DbgOut() are employed.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546578 13f79535-47bb-0310-9956-ffa450edef68

show more ...

24c56ab928-Nov-2013 Herbert Dürr

#i123068# remove implicit conversions from rtl strings to their elements

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546390 13f79535-47bb-0310-9956-ffa450edef68

b597708b18-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 ...

fac8751308-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

c99cd5fc28-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
6aa9f3c504-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

d6d386b804-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

ded93d7822-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

f3e3624821-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 ...

b3f482f216-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

e80f0a4c16-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

8fe93d1b15-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

fda6966108-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 ...

d055812f17-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 ...

a067bd6514-Feb-2013 Rob Weir

Revert of r1444110

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1446344 13f79535-47bb-0310-9956-ffa450edef68

63b47d7f08-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 ...

7659be9a21-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

12