History log of /aoo41x/main/solenv/inc/ (Results 1 - 25 of 169)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: AOO420-Dev5-m5
5ab7d47802-Jan-2024 mseidel

Update copyright year to 2024

c4492ed725-Dec-2023 mseidel

Bump rev to 4.1.16

14d0842a08-Nov-2023 mseidel

Update milestone

c1b0a2bf28-Feb-2023 mseidel

Bump up version.lst

75d569a528-Feb-2023 mseidel

Bump rev to 4.1.15

Revision tags: AOO4115-GA, AOO4114-GA
b6736e0831-Dec-2022 mseidel

Update copyright year to 2023

Revision tags: AOO420-Dev4-m4
51e5034526-Jul-2022 mseidel

Bump rev to 4.1.14

Revision tags: AOO4113-GA
10fe4fb205-May-2022 mseidel

Bump rev to 4.1.13

Revision tags: AOO4112-GA
b1ddfb3c01-Jan-2022 mseidel

Update copyright year to 2022

f991e94c29-Dec-2021 Matthias Seidel

Update version.lst

aa35365208-Oct-2021 mseidel

Bump rev to 4.1.12

Revision tags: AOO4111-GA, AOO420-Dev3-m3
be689d0811-May-2021 mseidel

Bump rev to 4.1.11

Revision tags: AOO4110-GA
b1cdbd2c19-Apr-2021 Jim Jagielski

RC2

b9c8791e01-Apr-2021 mseidel

Bump rev to 4.1.10

Revision tags: AOO419-GA
85cfe42204-Jan-2021 mseidel

Updated copyright year to 2021

30f2cd9a26-Dec-2020 Jim Jagielski

bump rev to 4.1.9

Revision tags: AOO418-GA
314bad9719-Oct-2020 Matthias Seidel

Update minor.mk

1732e54a06-Oct-2020 Jim Jagielski

Bump to m2 ==> AOO418-RC2

Revision tags: 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413
0bd9e24403-Jan-2017 pfg

Initial support for the FreeBSD ARM platform.

This is just the skeleton, basically a copy of the linux support.
It wouldn't be surprising if it works without much trouble.


Initial support for the FreeBSD ARM platform.

This is just the skeleton, basically a copy of the linux support.
It wouldn't be surprising if it works without much trouble.


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

show more ...

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, AOO411
af84ad0706-Jul-2014 Pedro Giffuni

Add initial support for FreeBSD PPC using gcc.

This is just the skeleton and required bridge support based
on linux-ppc. Currently untested.


git-svn-id: https://svn.apache.

Add initial support for FreeBSD PPC using gcc.

This is just the skeleton and required bridge support based
on linux-ppc. Currently untested.


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

show more ...

07cb168e16-Jan-2017 pfg

i104495 - libstdc++ removal.

This cleanup was meant for KDE4 integration: in the BSDs this is dead code
and it doesn't seem a good idea on linux either, plus carrying libstdc++
doesn

i104495 - libstdc++ removal.

This cleanup was meant for KDE4 integration: in the BSDs this is dead code
and it doesn't seem a good idea on linux either, plus carrying libstdc++
doesn't align with ASF policies.


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

show more ...

6ea0ec5823-Aug-2020 Don Lewis

Force Linux builds to use gnu++98 (C++98 + GNU extensions) mode to be
the most compatible with our old code base rather than relying on the
compiler default mode. Compiling in C++11 or newer

Force Linux builds to use gnu++98 (C++98 + GNU extensions) mode to be
the most compatible with our old code base rather than relying on the
compiler default mode. Compiling in C++11 or newer mode is very noisy
due to deprecation warnings about our use of std::auto_ptr. If the
compiler defaults to C++17 mode or newer, the build would be totally
broken because std::auto_ptr is removed from C++17.

There is an unknown amount of porting effort needed to convert to
std::unique_ptr, which has somewhat different semantics and which is
not available before C++11, which would break building with older versions
of gcc which default to gnu++98 mode.

std::shared_ptr, might be an alternative since there is a BOOST
implementation.

show more ...

ad2d53db21-Apr-2018 Don Lewis

Unbreak build on FreeBSD with clang 6.0 and newer. Clang 6 changed
the its default C++ standard from C++98 to C++14 and our old code
is not prepared for that. Avoid the problem by adding th

Unbreak build on FreeBSD with clang 6.0 and newer. Clang 6 changed
the its default C++ standard from C++98 to C++14 and our old code
is not prepared for that. Avoid the problem by adding the -std=gnu++98
compiler flag.

Add the -fstack-protector compiler flag on FreeBSD INTEL and X86_64.



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

show more ...

3d054da905-Oct-2019 mseidel

Patch for Win64 shell extension, provided by: Don Lewis

(cherry picked from commit f65b8bff325add857d0f70d81aeb09a90aa05edf)

1234567