summaryrefslogtreecommitdiff
path: root/jvmfwk
AgeCommit message (Collapse)Author
2019-07-27Fix detection of Java versions > 1.8Damjan Jovanovic
Patch by: me Notes: ignore: obsolete
2019-07-27Add support for the AdoptOpenJDK Java distributionDamjan Jovanovic
(https://adoptopenjdk.net/). Closes #i128157# Add support for AdoptOpenJDK JVM's. Patch by: me Notes: prefer: 61c4f96d6ae6a80370774e53287edb27cbce8067
2018-05-02Fix build on Windows with precompiled headers.Don Lewis
Notes: ignore: obsolete
2018-04-15Allow the Java version suffix (eg. the 162 in 1.8.0_162) to beDamjan Jovanovic
3 digits long. Patch by: me Notes: prefer: 52ffad9bb7be800790de6d918154dbeade88cadd
2018-04-15Port 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-15Improve Java detection on *nix, by also checking the immediateDamjan 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-21Fixed typoMatthias Seidel
Notes: prefer: 5e9a2e9b0f33ab50aa3a84728db75383aede19d9
2014-04-29Many 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 OSXHerbert Dürr
Notes: merged as: b828a6f494cc90e1a135e7442589679993eb2a5c
2013-02-07fix build for compilers supporting user-defined literalsHerbert 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-01fix null-pointer check in sunjavapluginHerbert Dürr
Notes: prefer: 49d432658d3be60e9b3647f5eefc70d1b9997f8d
2013-02-01fixing bNeedsSave return via pointerHerbert Dürr
Notes: prefer: 3b56b6ff5fff1ca733e32edd8200ae2a3febbba6
2012-09-21#i119525# - List only JREs whose jvm library can be loadedAriel Constenla-Haile
Notes: merged as: 37ca14359b8c4027f1d9f9569ddfa2740cd2731e
2012-08-26Clearer javaldx messageAriel Constenla-Haile
Notes: merged as: c0b455a664bae6047992a98e3c991b8b5dc84736
2012-06-19i118923 - OS/2 port: more work on Java support, correctly identify new ↵Yuri Dario
OpenJDK 1.6 client library. Notes: ignore: OS/2
2012-06-10i66923 - Add support for JRockit JVMAriel Constenla-Haile
Notes: merged as: 55d2d982d0722e2ede96811d2a38ad3d70fc9d62
2012-05-02Add Oracle as a Java vendor for Solaris.Pedro Giffuni
Notes: merged as: cb5000280e292042f36b07f2484026a4382899f9
2012-04-24Add Oracle as a Java vendor for FreeBSD.aoo/approx-3.4.0Pedro Giffuni
2012-04-24Add Oracle as a Java vendor for FreeBSD: discussed with maho@ and jsc@.Pedro Giffuni
2012-03-31Update headers to Alv2 headersAndrew Rist
2012-03-29Update headers to Alv2 headersAndrew Rist
2012-03-28Added AL2 license.Andre Fischer
2012-02-18i118923 - OS/2 port: new link system now uses unix style.Yuri Dario
2012-02-16remove svn:executable properties from remaining non-exec filesHerbert Dürr
2012-02-15remove svn:executable properties from more source filesHerbert Dürr
2012-02-15remove svn:executable properties from make and pack filesHerbert Dürr
2012-02-15remove svn:executable properties from configuration filesHerbert Dürr
2012-01-12Update headers to Alv2 headersAndrew Rist
2012-01-10Update headers to Alv2 headersAndrew Rist
2012-01-09i118352 - Add "Oracle Corporation" as a valid Java vendorAriel Constenla-Haile
2011-11-06Update headers to Alv2 headersAndrew Rist
2011-11-06Update headers to Alv2 headersAndrew Rist
2011-11-06Update headers to Alv2 headersAndrew Rist
2011-01-04jl160 merge with DEV300m96Joachim Lingner
2010-10-27jl162 #i115180# fix problems with latest java 1.6.0_22 on MacOS 10.6Joachim Lingner
2010-10-27jl162 #i115180# fix problems with latest java 1.6.0_22 on MacOS 10.6Joachim Lingner
2010-10-26jl162 #i115180# fix problems with latest java 1.6.0_22 on MacOS 10.6Joachim Lingner
2010-10-21jl162 #i115180# OOo does not find VM runtime library of Java 1.6.0_22 on MacJoachim Lingner
2010-09-15jl160 #i114509# installation hangs when installing on nfs volumeJoachim Lingner
2010-06-11jl152 #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-15linuxaxp01: #i110145# first cutCaolán McNamara
2010-03-03CWS-TOOLING: integrate CWS sb119Ivo Hinkelmann
Notes: split repo tag: ure_ooo/DEV300_m74
2010-03-02CWS-TOOLING: integrate CWS jl145Ivo Hinkelmann
2010-02-26sb119: merged in DEV300_m72sb
2010-02-25sb111: merged in DEV300_m72sb
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-01-20sb119: #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