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 |
de739a45 | 08-Jul-2024 |
John Bampton |
Fix spelling (#222) * Fix spelling * Update unochart.cxx --------- Co-authored-by: Matthias Seidel <mseidel@apache.org> |
d93c3826 | 11-Jun-2024 |
mseidel |
Revert "Converrt line endings from Mac (CR) to Linux (LF)" This reverts commit be5d7cd4cdbcf05fe843cbc3d869baacc4923811. |
be5d7cd4 | 11-Jun-2024 |
mseidel |
Converrt line endings from Mac (CR) to Linux (LF) |
2266b4fa | 07-Mar-2024 |
Matthias Seidel |
Build nss with OS_TARGET=WINNT (#199) * Build nss with OS_TARGET=WINNT * Additional files * Fixed typo |
e883eadd | 21-Feb-2024 |
John Bampton |
docs: fix spelling in code comments (#204) |
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 |
81afc36f | 19-Nov-2023 |
John Bampton |
misc: fix spelling (#184) |
104751b6 | 01-Oct-2023 |
Damjan Jovanovic |
For gbuild, when linking a binary on Windows produces a .manifest file, embed this manifest into the binary like dmake did. Unfortunately our old version of LINK.EXE doesn't have the /MA
For gbuild, when linking a binary on Windows produces a .manifest file, embed this manifest into the binary like dmake did. Unfortunately our old version of LINK.EXE doesn't have the /MANIFEST:EMBED option, so the manifest has to be be embedded by calling MT.EXE in a separate step. Also, stop delivering the .manifest files to ${OUTDIR} now. Patch by: me Fixes: #127731 - AOO fails to open ODBC manager
show more ...
|
12ebf780 | 27-May-2023 |
mseidel |
Remove executable flag from various files (4th part) |
95e2fe77 | 22-May-2023 |
mseidel |
Fixed typos (unknown) and some other, removed whitespace |
ca7bbf1c | 21-May-2023 |
mseidel |
Added remaining files to exclude list |
a9bc0cf5 | 18-May-2023 |
mseidel |
Corrected typos (be be) |
710881b9 | 20-Mar-2023 |
Matthias Seidel |
fgrep is deprecated and may be removed soon, use grep -F instead (#173) * Update makedepn * Minor change to commentregarding fgrep |
ef6e816f | 10-Mar-2023 |
Arrigo Marchiori |
Ensure compatibility with GNU Make 4.4 (#175) Change a pattern rule with multiple targets into multiple pattern rules with single targets. Also, correct an inessential whitespac
Ensure compatibility with GNU Make 4.4 (#175) Change a pattern rule with multiple targets into multiple pattern rules with single targets. Also, correct an inessential whitespace.
show more ...
|
Revision tags: AOO4115-GA |
|
3562d444 | 15-Feb-2023 |
mseidel |
Cleanup Make files |
Revision tags: AOO4114-GA |
|
b7bcc0c3 | 31-Dec-2022 |
mseidel |
Update copyright year to 2023 |
Revision tags: AOO420-Dev4-m4 |
|
0f464f24 | 10-Nov-2022 |
Matthias Seidel |
Update srcrelease.xml to exclude certain files from Source build (#154) * Update srcrelease.xml * Update srcrelease.xml |
c7b6c371 | 03-Sep-2022 |
mseidel |
Fixed localisation -> localization |