History log of /seL4-l4v-10.1.1/l4v/isabelle/src/Pure/System/platform.scala
Revision Date Author Comments
# f02b6269 11-Nov-2016 wenzelm <none@none>

clarified platform selection;


# 3ee6c0a8 23-Oct-2016 wenzelm <none@none>

discontinued unused / untested distinction of separate PIDE modules;


# b5e9c324 21-Aug-2015 wenzelm <none@none>

more version information;


# ffd59da7 20-Feb-2014 wenzelm <none@none>

tuned imports;


# 08cb91f3 12-Sep-2013 wenzelm <none@none>

more robust System.getProperty with default;


# 449e9992 04-Apr-2013 wenzelm <none@none>

tuned signature -- concentrate GUI tools;


# be372ce7 04-Jan-2012 wenzelm <none@none>

updated version information;
discontinued somewhat obsolete hotspot check: OpenJDK 1.7 works reasonably well, and final bundling provides certain tested JDK/JRE versions;


# 2ec142c0 29-Nov-2011 wenzelm <none@none>

separate compilation of PIDE vs. Pure sources, which enables independent Scala library;


# 2a73801f 28-Nov-2011 wenzelm <none@none>

explicit indication of modules for independent Scala library;


# 80be4c97 23-Jun-2011 wenzelm <none@none>

explicit import java.lang.System to prevent odd scope problems;


# 3989f78c 21-Dec-2010 wenzelm <none@none>

more explicit jvm_name;


# bc862ff1 10-May-2010 wenzelm <none@none>

more convenient look-and-feel setup;


# ed51f5ae 19-Apr-2010 wenzelm <none@none>

check JVM platform at most once -- still non-strict to prevent potential failure during initialization of object Platform;


# be45a487 17-Apr-2010 wenzelm <none@none>

system properties determine the JVM platform, not the Isabelle one;


# 3abac5a1 05-Feb-2010 wenzelm <none@none>

try "GTK+" as well -- note that "Nimbus" is unavailable in versions of OpenJDK;


# 78752fa2 29-Jun-2009 wenzelm <none@none>

fixed permissions;


# abe44bc7 28-Jun-2009 wenzelm <none@none>

sane platform look-and-feel;


# ab746189 28-Jun-2009 wenzelm <none@none>

moved platform identification to platform.scala;
more precise discrimination, including 64bit option;