d435d9a5 | 17-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 ...
|
6181058d | 29-Jun-2024 |
Damjan Jovanovic |
Allow Java unit tests to exist in subdirectories. Patch by: me |
2c0cd9c8 | 25-Jun-2024 |
Damjan Jovanovic |
Add a missing slash. Patch by: me |
fd6e8d9f | 15-Jun-2024 |
Damjan Jovanovic |
Fix the installation path for OpenOffice used by dmake when running JUnit tests. Patch by: me |
eeb47f1e | 15-Jun-2024 |
Damjan Jovanovic |
Add $(HAMCREST_CORE_JAR) to other dmake makefiles where it was missing. Patch by: me |
efc1756a | 15-Jun-2024 |
Damjan Jovanovic |
Fix a typo in a dmake variable name. It's called PATH_SEPERATOR, not PATH_SEPARATOR. Patch by: me |
2266b4fa | 07-Mar-2024 |
Matthias Seidel |
Build nss with OS_TARGET=WINNT (#199) * Build nss with OS_TARGET=WINNT * Additional files * Fixed typo |
11c03c6d | 10-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 |
|
e07a3880 | 02-Jan-2024 |
mseidel |
Update copyright year to 2024 |
Revision tags: AOO4115-GA, AOO4114-GA |
|
b7bcc0c3 | 31-Dec-2022 |
mseidel |
Update copyright year to 2023 |
Revision tags: AOO420-Dev4-m4 |
|
a6c7a775 | 03-Sep-2022 |
mseidel |
Fixed typo )plattform -> platform |
Revision tags: AOO4113-GA, AOO4112-GA |
|
a4b3dcbe | 01-Jan-2022 |
mseidel |
Update copyright year to 2022 |
Revision tags: AOO4111-GA, AOO420-Dev3-m3 |
|
6bb8e167 | 15-Jun-2021 |
mseidel |
Small cleanup in OS/2 makefiles |
Revision tags: AOO4110-GA, AOO419-GA |
|
b3fc2ec3 | 04-Jan-2021 |
mseidel |
Updated copyright year to 2021 |
46cbbbfe | 20-Dec-2020 |
Jim Jagielski |
Revert "Up" This reverts commit aff3bb25c3d3591c9e34ef04c5eb1043ee55d311. |
5bc7609c | 20-Dec-2020 |
Jim Jagielski |
Revert "More s5abi->gcc3 fluff... Whatta pain. Should have kept it s5abi :-P" This reverts commit b324a13c356e00ab9de3cc5bba7e1d635c6c3b44. |
b324a13c | 18-Dec-2020 |
Jim Jagielski |
More s5abi->gcc3 fluff... Whatta pain. Should have kept it s5abi :-P (cherry picked from commit 6958bde220413b1c2b08f8600a28e5ef5adae22c) |
aff3bb25 | 18-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 |
|
5f3b9f77 | 23-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 |
|
46e28a4a | 01-Jan-2020 |
mseidel |
Updated copyright year |
f65b8bff | 05-Oct-2019 |
mseidel |
Patch for Win64 shell extension, provided by: Don Lewis |
190cb148 | 02-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 |
|
0a8c54fe | 23-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 |
|
c33f4635 | 29-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 |
bc1f836c | 24-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 ...
|