Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-27 | Fix detection of Java versions > 1.8 | Damjan Jovanovic | |
Patch by: me Notes: ignore: obsolete | |||
2019-07-27 | Add support for the AdoptOpenJDK Java distribution | Damjan Jovanovic | |
(https://adoptopenjdk.net/). Closes #i128157# Add support for AdoptOpenJDK JVM's. Patch by: me Notes: prefer: 61c4f96d6ae6a80370774e53287edb27cbce8067 | |||
2018-05-02 | Fix build on Windows with precompiled headers. | Don Lewis | |
Notes: ignore: obsolete | |||
2018-04-15 | Allow the Java version suffix (eg. the 162 in 1.8.0_162) to be | Damjan Jovanovic | |
3 digits long. Patch by: me Notes: prefer: 52ffad9bb7be800790de6d918154dbeade88cadd | |||
2018-04-15 | Port main/jvmfwk to gbuild / Ant. | Damjan Jovanovic | |
Fix the gbuild platform CPUDEFS to conform to what modules expect. Patch by: me Notes: ignore: obsolete | |||
2018-04-15 | Improve Java detection on *nix, by also checking the immediate | Damjan Jovanovic | |
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 Notes: ignore: aoo | |||
2017-06-21 | Fixed typo | Matthias Seidel | |
Notes: prefer: 5e9a2e9b0f33ab50aa3a84728db75383aede19d9 | |||
2014-04-29 | Many spelling fixes: directories h* - p*. | Pedro Giffuni | |
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. Notes: merged as: 19c4d8d2fbe424aaa54f098bcc6ba8c9aeb1e403 | |||
2014-03-18 | #124442# merge from beta branch, special handling of nRequirements flag on ↵ | Jürgen Schmidt | |
MacOS when comparing JavaInfo Notes: prefer: 6c697a99c90a40492eb8c16466a2082cc2be927e | |||
2013-11-29 | #i123773# fix ambiguity between string concatenation and C++ user-defined ↵ | Herbert Dürr | |
literals C++11 conformant compilers such as clang rejects string concatenations that are ambigous with the C++11 feature "user-defined literals" (N2378) Notes: prefer: fcc8db1d2be9a25f79cbcc14043b495d240bb8bf | |||
2013-04-26 | #i121715# find official JRE>=7 on OSX | Herbert Dürr | |
Notes: merged as: b828a6f494cc90e1a135e7442589679993eb2a5c | |||
2013-02-07 | fix build for compilers supporting user-defined literals | Herbert Dürr | |
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. Notes: prefer: f958657cc5a179a2bccff06f88cd36f80b779184 | |||
2013-02-01 | fix null-pointer check in sunjavaplugin | Herbert Dürr | |
Notes: prefer: 49d432658d3be60e9b3647f5eefc70d1b9997f8d | |||
2013-02-01 | fixing bNeedsSave return via pointer | Herbert Dürr | |
Notes: prefer: 3b56b6ff5fff1ca733e32edd8200ae2a3febbba6 | |||
2012-09-21 | #i119525# - List only JREs whose jvm library can be loaded | Ariel Constenla-Haile | |
Notes: merged as: 37ca14359b8c4027f1d9f9569ddfa2740cd2731e | |||
2012-08-26 | Clearer javaldx message | Ariel Constenla-Haile | |
Notes: merged as: c0b455a664bae6047992a98e3c991b8b5dc84736 | |||
2012-06-19 | i118923 - OS/2 port: more work on Java support, correctly identify new ↵ | Yuri Dario | |
OpenJDK 1.6 client library. Notes: ignore: OS/2 | |||
2012-06-10 | i66923 - Add support for JRockit JVM | Ariel Constenla-Haile | |
Notes: merged as: 55d2d982d0722e2ede96811d2a38ad3d70fc9d62 | |||
2012-05-02 | Add Oracle as a Java vendor for Solaris. | Pedro Giffuni | |
Notes: merged as: cb5000280e292042f36b07f2484026a4382899f9 | |||
2012-04-24 | Add Oracle as a Java vendor for FreeBSD.aoo/approx-3.4.0 | Pedro Giffuni | |
2012-04-24 | Add Oracle as a Java vendor for FreeBSD: discussed with maho@ and jsc@. | Pedro Giffuni | |
2012-03-31 | Update headers to Alv2 headers | Andrew Rist | |
2012-03-29 | Update headers to Alv2 headers | Andrew Rist | |
2012-03-28 | Added AL2 license. | Andre Fischer | |
2012-02-18 | i118923 - OS/2 port: new link system now uses unix style. | Yuri Dario | |
2012-02-16 | remove svn:executable properties from remaining non-exec files | Herbert Dürr | |
2012-02-15 | remove svn:executable properties from more source files | Herbert Dürr | |
2012-02-15 | remove svn:executable properties from make and pack files | Herbert Dürr | |
2012-02-15 | remove svn:executable properties from configuration files | Herbert Dürr | |
2012-01-12 | Update headers to Alv2 headers | Andrew Rist | |
2012-01-10 | Update headers to Alv2 headers | Andrew Rist | |
2012-01-09 | i118352 - Add "Oracle Corporation" as a valid Java vendor | Ariel Constenla-Haile | |
2011-11-06 | Update headers to Alv2 headers | Andrew Rist | |
2011-11-06 | Update headers to Alv2 headers | Andrew Rist | |
2011-11-06 | Update headers to Alv2 headers | Andrew Rist | |
2011-01-04 | jl160 merge with DEV300m96 | Joachim Lingner | |
2010-10-27 | jl162 #i115180# fix problems with latest java 1.6.0_22 on MacOS 10.6 | Joachim Lingner | |
2010-10-27 | jl162 #i115180# fix problems with latest java 1.6.0_22 on MacOS 10.6 | Joachim Lingner | |
2010-10-26 | jl162 #i115180# fix problems with latest java 1.6.0_22 on MacOS 10.6 | Joachim Lingner | |
2010-10-21 | jl162 #i115180# OOo does not find VM runtime library of Java 1.6.0_22 on Mac | Joachim Lingner | |
2010-09-15 | jl160 #i114509# installation hangs when installing on nfs volume | Joachim Lingner | |
2010-06-11 | jl152 #i77196# marking two bootstrap variables as deprecated in the header ↵ | Joachim Lingner | |
comment, because they were used when running unopkg during the setup | |||
2010-03-15 | linuxaxp01: #i110145# first cut | Caolán McNamara | |
2010-03-03 | CWS-TOOLING: integrate CWS sb119 | Ivo Hinkelmann | |
Notes: split repo tag: ure_ooo/DEV300_m74 | |||
2010-03-02 | CWS-TOOLING: integrate CWS jl145 | Ivo Hinkelmann | |
2010-02-26 | sb119: merged in DEV300_m72 | sb | |
2010-02-25 | sb111: merged in DEV300_m72 | sb | |
2010-02-12 | changefileheader2: #i109125#: change source file copyright notice from Sun ↵ | Jens-Heiner Rechtien | |
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) | |||
2010-01-20 | sb119: #i108476# removed obsolete code that deactivates osl signal handler; ↵ | sb | |
fixed signature of JNI abort_handler | |||
2010-01-18 | #jl145: #i106849# resolving link to a directory not working by applying the ↵ | Joachim Lingner | |
first fix. Redone and added a relative base URL file:/// in the call to osl_getAbsolutFileURL |