870c3792 | 17-Jul-2024 |
mseidel |
Fixed typo (completly -> completely) and many more |
Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4 |
|
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 |
55c2ab0d | 20-Jul-2022 |
Arrigo Marchiori |
Avoid empty paths |
a6c7a775 | 03-Sep-2022 |
mseidel |
Fixed typo )plattform -> platform |
Revision tags: AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA |
|
7950f2af | 14-Jun-2020 |
mseidel |
Fixed typos (the the -> the) and some more |
Revision tags: 420-Dev2-m2, 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, 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 ...
|
Revision tags: AOO401, AOO400 |
|
83f1bc14 | 26-Apr-2013 |
Herbert Dürr |
#i121715# find official JRE>=7 on OSX git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1476122 13f79535-47bb-0310-9956-ffa450edef68 |
6f51c329 | 07-Feb-2013 |
Herbert Dürr |
fix build for compilers supporting user-defined literals User defined literals (http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2378.pdf) are already available in gcc 4.7 and cl
fix build for compilers supporting user-defined literals User defined literals (http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2378.pdf) are already available in gcc 4.7 and clang 3.1 and this results in problems in code where literal strings are concatenated without any whitespace inbetween. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1443509 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
93358cf7 | 01-Feb-2013 |
Herbert Dürr |
fix null-pointer check in sunjavaplugin git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1441372 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO340 |
|
e4982c43 | 21-Sep-2012 |
Ariel Constenla-Haile |
#i119525# - List only JREs whose jvm library can be loaded git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1388592 13f79535-47bb-0310-9956-ffa450edef68 |
a937066d | 26-Aug-2012 |
Ariel Constenla-Haile |
Clearer javaldx message git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1377429 13f79535-47bb-0310-9956-ffa450edef68 |
0fff73ca | 19-Jun-2012 |
Yuri Dario |
i118923 - OS/2 port: more work on Java support, correctly identify new OpenJDK 1.6 client library. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1351699 13f79535-47bb-0310
i118923 - OS/2 port: more work on Java support, correctly identify new OpenJDK 1.6 client library. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1351699 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
3bdaae44 | 10-Jun-2012 |
Ariel Constenla-Haile |
i66923 - Add support for JRockit JVM git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1348680 13f79535-47bb-0310-9956-ffa450edef68 |