870c3792 | 17-Jul-2024 |
mseidel |
Fixed typo (completly -> completely) and many more |
ceb51a8e | 01-Apr-2024 |
John Bampton |
Fix spelling in code comments and descriptions only (#207) * Fix spelling in code comments and descriptions only * Update IllegalAccessibleComponentStateException.idl -----
Fix spelling in code comments and descriptions only (#207) * Fix spelling in code comments and descriptions only * Update IllegalAccessibleComponentStateException.idl --------- Co-authored-by: Matthias Seidel <mseidel@apache.org>
show more ...
|
Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4 |
|
a543930b | 12-Nov-2022 |
Arrigo Marchiori |
Add separator to an already existing path only |
69af28e7 | 31-Oct-2022 |
Arrigo Marchiori |
Set the default JVM classpath to $OOO_BASE_DIR/program |
d103c092 | 30-Sep-2022 |
Arrigo Marchiori |
Fix compilation under MSW |
597faa03 | 28-Sep-2022 |
Arrigo Marchiori |
Better filtering |
84ee7f0f | 28-Sep-2022 |
Arrigo Marchiori |
Better logging |
55c2ab0d | 20-Jul-2022 |
Arrigo Marchiori |
Avoid empty paths |
a6c7a775 | 03-Sep-2022 |
mseidel |
Fixed typo )plattform -> platform |
Revision tags: AOO4113-GA, AOO4112-GA |
|
2c9c3879 | 27-Oct-2021 |
mseidel |
Fixed operation system -> operating system |
Revision tags: AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA |
|
cfd52e18 | 01-Oct-2020 |
mseidel |
Fixed typos (thats -> that's) and many more |
7950f2af | 14-Jun-2020 |
mseidel |
Fixed typos (the the -> the) and some more |
Revision tags: 420-Dev2-m2 |
|
7a50e16f | 04-Oct-2019 |
Don Lewis |
Fix incorrect gbuild usage that can cause intermittent parallel build failures. There was some misuse of gbuild that was causing make rules to be added that had solver/*/*/workdir/Extern
Fix incorrect gbuild usage that can cause intermittent parallel build failures. There was some misuse of gbuild that was causing make rules to be added that had solver/*/*/workdir/ExternalHeaders/Library and solver/*/*/workdir/ExternalHeaders/Library listed as dependencies. If these directories did not exist, then a pattern match rule intended to create files under the solver/*/*/workdir/ExternalHeaders/{Library,StaticLibrary} directories would be triggered. The recipe for that rule would then mkdir -p solver/*/*/workdir/ExternalHeaders and then touch solver/*/*/workdir/ExternalHeaders/{Library,StaticLibrary} creating it as a plain file. A subsequent make rule would unconditionally mkdir -p solver/*/*/workdir/ExternalHeaders/{Library,StaticLibrary} and fail. Fix the incorrect gbuild usage and add some sanity checks to gbuild to catch the problem closer to the source and more deterministically.
show more ...
|
Revision tags: AOO417 |
|
61a4f434 | 19-Aug-2019 |
Damjan Jovanovic |
If the vendor is unknown, treat it as OpenJDK, as OpenJDK now allows every builder to set its own vendor string and we can't use that to identify them any more. Patch by: me |
c4c81054 | 18-Aug-2019 |
Mechtilde |
removed whitespaces |
779db4a0 | 27-Jul-2019 |
Damjan Jovanovic |
Fix detection of Java versions > 1.8 Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1863883 13f79535-47bb-0310-9956-ffa450edef68 |
2bf1cfb0 | 27-Jul-2019 |
Damjan Jovanovic |
Add support for the AdoptOpenJDK Java distribution (https://adoptopenjdk.net/). Closes #i128157# Add support for AdoptOpenJDK JVM's. Patch by: me git-svn-id:
Add support for the AdoptOpenJDK Java distribution (https://adoptopenjdk.net/). Closes #i128157# Add support for AdoptOpenJDK JVM's. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1863875 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO420-Dev-m1, AOO416, AOO416-RC1 |
|
5a2d7207 | 02-May-2018 |
Don Lewis |
Fix build on Windows with precompiled headers. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1830715 13f79535-47bb-0310-9956-ffa450edef68 |
3bd2d6ae | 15-Apr-2018 |
Damjan Jovanovic |
Allow the Java version suffix (eg. the 162 in 1.8.0_162) to be 3 digits long. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1829211 13f795
Allow the Java version suffix (eg. the 162 in 1.8.0_162) to be 3 digits long. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1829211 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
8cb913c4 | 15-Apr-2018 |
Damjan Jovanovic |
Port main/jvmfwk to gbuild / Ant. Fix the gbuild platform CPUDEFS to conform to what modules expect. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/ope
Port main/jvmfwk to gbuild / Ant. Fix the gbuild platform CPUDEFS to conform to what modules expect. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1829205 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
58368a3f | 15-Apr-2018 |
Damjan Jovanovic |
Improve Java detection on *nix, by also checking the immediate subdirectories of /usr and /usr/local, where at least FreeBSD puts Java (eg. /usr/local/openjdk8, /usr/local/openjdk7-jre). Also
Improve Java detection on *nix, by also checking the immediate subdirectories of /usr and /usr/local, where at least FreeBSD puts Java (eg. /usr/local/openjdk8, /usr/local/openjdk7-jre). Also simplify that search code a bit, and eliminate an unnecessary stat() for a directory on which it has already been called earlier. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1829200 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO415, AOO414 |
|
0acd7d50 | 21-Jun-2017 |
Matthias Seidel |
Fixed typo git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1799486 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO413, AOO4121, AOO412, SNAPSHOT, AOO411 |
|
a893be29 | 29-Apr-2014 |
Pedro Giffuni |
Many spelling fixes: directories h* - p*. Attempt to clean up most but certainly not all the spelling mistakes that found home in OpenOffice through decades. We could probably blame
Many spelling fixes: directories h* - p*. Attempt to clean up most but certainly not all the spelling mistakes that found home in OpenOffice through decades. We could probably blame the international nature of the code but it is somewhat shameful that this wasn't done before. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1591060 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO410 |
|
6c2ec20c | 18-Mar-2014 |
Jürgen Schmidt |
#124442# merge from beta branch, special handling of nRequirements flag on MacOS when comparing JavaInfo git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1578778 13f79535-47bb-0
#124442# merge from beta branch, special handling of nRequirements flag on MacOS when comparing JavaInfo git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1578778 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO410_Beta |
|
ce15f79d | 29-Nov-2013 |
Herbert Dürr |
#i123773# fix ambiguity between string concatenation and C++ user-defined literals C++11 conformant compilers such as clang rejects string concatenations that are ambigous with the C++11
#i123773# fix ambiguity between string concatenation and C++ user-defined literals C++11 conformant compilers such as clang rejects string concatenations that are ambigous with the C++11 feature "user-defined literals" (N2378) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546572 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|