History log of /trunk/main/solenv/inc/ (Results 1 - 25 of 187)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
d435d9a517-Jul-2024 Damjan Jovanovic

Get the dmake JUnit unit tests on Windows to run the same way as other
platforms, using the "installed" package format, instead of using the
"archive" package format and trying to unzip it, w

Get the dmake JUnit unit tests on Windows to run the same way as other
platforms, using the "installed" package format, instead of using the
"archive" package format and trying to unzip it, which is less often
used, and archives can be unzipped manually while trying to zip up
the "installed" format is harder.

Patch by: me

show more ...

6181058d29-Jun-2024 Damjan Jovanovic

Allow Java unit tests to exist in subdirectories.

Patch by: me

2c0cd9c825-Jun-2024 Damjan Jovanovic

Add a missing slash.

Patch by: me

fd6e8d9f15-Jun-2024 Damjan Jovanovic

Fix the installation path for OpenOffice used by dmake
when running JUnit tests.

Patch by: me

eeb47f1e15-Jun-2024 Damjan Jovanovic

Add $(HAMCREST_CORE_JAR) to other dmake makefiles where it was missing.

Patch by: me

efc1756a15-Jun-2024 Damjan Jovanovic

Fix a typo in a dmake variable name. It's called PATH_SEPERATOR, not PATH_SEPARATOR.

Patch by: me

2266b4fa07-Mar-2024 Matthias Seidel

Build nss with OS_TARGET=WINNT (#199)

* Build nss with OS_TARGET=WINNT

* Additional files

* Fixed typo

11c03c6d10-Feb-2024 Damjan Jovanovic

Merge main/cosv and main/udm into main/autodoc.

main/autodoc depends on main/cosv and main/udm.
main/udm depends on main/cosv.
No other module depends on main/cosv or main/udm.
T

Merge main/cosv and main/udm into main/autodoc.

main/autodoc depends on main/cosv and main/udm.
main/udm depends on main/cosv.
No other module depends on main/cosv or main/udm.
The only deliverable from main/autodoc is the autodoc executable -
there are no libraries, and all headers remain private and undelivered.

We might even be able to use some third-party documentation generator
instead of autodoc, perhaps Doxygen. Whether we should go that way is debatable,
but there is no point in littering main/ with 2 modules and littering solver/
with many headers and 2 static libraries just so autodoc can consume them.
Rather make their code internal to autodoc.

Patch by: me

show more ...

Revision tags: AOO420-Dev5-m5
e07a388002-Jan-2024 mseidel

Update copyright year to 2024

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

Update copyright year to 2023

Revision tags: AOO420-Dev4-m4
a6c7a77503-Sep-2022 mseidel

Fixed typo )plattform -> platform

Revision tags: AOO4113-GA, AOO4112-GA
a4b3dcbe01-Jan-2022 mseidel

Update copyright year to 2022

Revision tags: AOO4111-GA, AOO420-Dev3-m3
6bb8e16715-Jun-2021 mseidel

Small cleanup in OS/2 makefiles

Revision tags: AOO4110-GA, AOO419-GA
b3fc2ec304-Jan-2021 mseidel

Updated copyright year to 2021

46cbbbfe20-Dec-2020 Jim Jagielski

Revert "Up"

This reverts commit aff3bb25c3d3591c9e34ef04c5eb1043ee55d311.

5bc7609c20-Dec-2020 Jim Jagielski

Revert "More s5abi->gcc3 fluff... Whatta pain. Should have kept it s5abi :-P"

This reverts commit b324a13c356e00ab9de3cc5bba7e1d635c6c3b44.

b324a13c18-Dec-2020 Jim Jagielski

More s5abi->gcc3 fluff... Whatta pain. Should have kept it s5abi :-P

(cherry picked from commit 6958bde220413b1c2b08f8600a28e5ef5adae22c)

aff3bb2518-Dec-2020 Jim Jagielski

Up
Merge branch 'AOO42X' of https://gitbox.apache.org/repos/asf/openoffice into AOO42X

(cherry picked from commit 3eac5e1a06ced5fbc1bce9fa16090e1d47c1b67e)

Revision tags: AOO418-GA
5f3b9f7723-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 ...

Revision tags: 420-Dev2-m2
46e28a4a01-Jan-2020 mseidel

Updated copyright year

f65b8bff05-Oct-2019 mseidel

Patch for Win64 shell extension, provided by: Don Lewis

190cb14802-Oct-2019 Don Lewis

Upgrade bundled expat to 2.2.9.

Delete expat-winapi.patch which was needed to get linkage on Windows
to work with the expat static libraries. Instead add -DXML_STATIC
to the compile

Upgrade bundled expat to 2.2.9.

Delete expat-winapi.patch which was needed to get linkage on Windows
to work with the expat static libraries. Instead add -DXML_STATIC
to the compiler flags when building the modules that link to the
expat static libraries to accomplish the same thing, but in a
supported way.

Don't build the expat man pages since we don't have the necessary
build dependencies and we don't need them anyway.

show more ...

Revision tags: AOO417
0a8c54fe23-Jun-2019 Matthias Seidel

Added Amharic (am) to language list

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

Revision tags: AOO420-Dev-m1
c33f463529-Jan-2019 Matthias Seidel

Added Armenian (hy) to language list

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

bc1f836c24-Jan-2019 Jim Jagielski

Pre-allocate BUILD numbers... Start at 9800 for 4.1.4, 9820 for 4.2.0 and 9900 for 4.5.x


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

Pre-allocate BUILD numbers... Start at 9800 for 4.1.4, 9820 for 4.2.0 and 9900 for 4.5.x


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

show more ...

12345678