Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4 |
|
1e5ed18f | 31-Oct-2022 |
Arrigo Marchiori |
Set the default JVM classpath to $OOO_BASE_DIR/program (cherry picked from commit 69af28e78361a11b97a2d51674346f34921f0236) |
0b9007ea | 30-Sep-2022 |
Arrigo Marchiori |
Fix compilation under MSW (cherry picked from commit d103c092b2f69d7eeed1cfccf923d1a76a4ade17) |
54c60f80 | 28-Sep-2022 |
Arrigo Marchiori |
Better filtering (cherry picked from commit 597faa034e88ed743c2c324e8e98b5583ae83a4d) |
626e624c | 20-Jul-2022 |
Arrigo Marchiori |
Avoid empty paths (cherry picked from commit 55c2ab0d6a9ca16126fedfd274a3c3de19701d91) |
Revision tags: AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417 |
|
7ffb764a | 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
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 (cherry picked from commit 61a4f434029376f30410cf27dbdd93c1f6011f21)
show more ...
|
fd474603 | 18-Aug-2019 |
Mechtilde |
removed whitespaces (cherry picked from commit c4c81054f4275d578a084ee9a63b07db19337dfb) |
Revision tags: AOO420-Dev-m1, AOO416, AOO416-RC1 |
|
4524ebca | 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 (cherry picked from commit 5a2d7
Fix build on Windows with precompiled headers. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1830715 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 5a2d7207d0102343be221f0a085eade310636fec)
show more ...
|
f031179e | 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 (cherry picked from commit 58368a3fb4ba73f514fcac5672d8424ed9e2740f)
show more ...
|
7a04c6db | 24-Aug-2019 |
mseidel |
Fixed typo |
9fbe0120 | 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 (cherry picked from
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 (cherry picked from commit 779db4a01a7b0297a1573645c842007eab71ab85)
show more ...
|
76c3a0c5 | 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: https://sv
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 (cherry picked from commit 2bf1cfb0fb5470896af21c2c584f53f556e1551b)
show more ...
|
Revision tags: AOO415, AOO414, AOO413, AOO4121, AOO412, SNAPSHOT, AOO411, 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 |
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 |
45ef6fe1 | 31-Mar-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1307723 13f79535-47bb-0310-9956-ffa450edef68 |
7d2a984d | 16-Feb-2012 |
Herbert Dürr |
remove svn:executable properties from remaining non-exec files git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244921 13f79535-47bb-0310-9956-ffa450edef68 |
514f4c20 | 12-Jan-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1230723 13f79535-47bb-0310-9956-ffa450edef68 |
7871dc3e | 11-Jan-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1229815 13f79535-47bb-0310-9956-ffa450edef68 |
696f238b | 09-Jan-2012 |
Ariel Constenla-Haile |
i118352 - Add "Oracle Corporation" as a valid Java vendor git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1229371 13f79535-47bb-0310-9956-ffa450edef68 |
5ac42e1f | 06-Nov-2011 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198450 13f79535-47bb-0310-9956-ffa450edef68 |
36f55ffc | 06-Nov-2011 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198259 13f79535-47bb-0310-9956-ffa450edef68 |