src/Pure/System/isabelle_system.scala
Thu, 08 Apr 2021 16:43:35 +0200 wenzelm clarified signature;
Wed, 31 Mar 2021 23:45:16 +0200 wenzelm clarified signature;
Wed, 31 Mar 2021 22:58:17 +0200 wenzelm further clarification of Isabelle distribution identification -- avoid odd patching of sources;
Wed, 31 Mar 2021 22:10:56 +0200 wenzelm tuned signature -- more explicit types;
Wed, 31 Mar 2021 21:44:29 +0200 wenzelm more robust and uniform ISABELLE_TAGS;
Wed, 31 Mar 2021 18:12:46 +0200 wenzelm clarified ISABELLE_ID: distribution vs. hg archive vs. hg repos;
Tue, 16 Mar 2021 23:30:51 +0100 wenzelm tuned message;
Sat, 13 Mar 2021 12:36:24 +0100 wenzelm clarified signature: function_thread is determined in Isabelle/Scala, not Isabelle/ML;
Fri, 12 Mar 2021 19:46:37 +0100 wenzelm clarified signature: more explicit HTTP operations;
Thu, 04 Mar 2021 21:04:27 +0100 wenzelm clarified signature --- fewer warnings;
Mon, 01 Mar 2021 22:22:12 +0100 wenzelm tuned --- fewer warnings;
Mon, 01 Mar 2021 18:24:50 +0100 wenzelm download more directly, via means of JVM;
Mon, 01 Mar 2021 18:11:06 +0100 wenzelm clarified signature;
Sun, 28 Feb 2021 21:31:35 +0100 wenzelm more robust (amending 87403fde8cc3): notably allow symlink to existing directory, which Files.createDirectories does not accept;
Sat, 27 Feb 2021 22:17:56 +0100 wenzelm more Isabelle/ML/Scala operations;
Sat, 27 Feb 2021 21:36:58 +0100 wenzelm more Isabelle/ML/Scala operations;
Sat, 27 Feb 2021 21:01:07 +0100 wenzelm more Isabelle/ML/Scala operations;
Sat, 27 Feb 2021 20:49:38 +0100 wenzelm proper src1, amending 20157c8ab3f3;
Sat, 27 Feb 2021 19:51:56 +0100 wenzelm tuned;
Sat, 27 Feb 2021 19:45:33 +0100 wenzelm proper File.eq, amending df49ca5da9d0;
Sat, 27 Feb 2021 18:04:29 +0100 wenzelm clarified modules: more like ML;
Sat, 27 Feb 2021 17:25:54 +0100 wenzelm more direct make_directory in ML and Scala, but ssh still requires perl for Windows UNC paths (see a5dbad753552);
Wed, 03 Feb 2021 20:18:34 +0100 wenzelm clarified links to external files, e.g. .pdf within .thy source document;
Mon, 21 Dec 2020 22:47:53 +0100 wenzelm more robust Java monitor: avoid odd warning about insecure connection;
Thu, 12 Nov 2020 16:07:25 +0100 wenzelm support for watchdog thread;
Mon, 12 Oct 2020 16:19:11 +0200 wenzelm clarified signature;
Sat, 10 Oct 2020 21:19:22 +0200 wenzelm more standard path output (despite platform_path from d55eb82ae77b);
Fri, 09 Oct 2020 20:54:26 +0200 wenzelm build Isabelle CSDP component from official downloads;
Mon, 05 Oct 2020 22:23:17 +0200 wenzelm clarified signature;
Mon, 05 Oct 2020 22:07:25 +0200 wenzelm clarified signature;
Mon, 05 Oct 2020 21:15:58 +0200 wenzelm clarified signature;
Fri, 02 Oct 2020 21:18:27 +0200 wenzelm clarified signature;
Thu, 27 Aug 2020 12:51:57 +0200 wenzelm clarified modules;
Sun, 16 Aug 2020 11:57:15 +0200 wenzelm clarified management of services: static declarations vs. dynamic instances (e.g. relevant for stateful Session.Protocol_Handler, notably Scala.Handler and session "System");
Thu, 06 Aug 2020 22:58:18 +0200 wenzelm unused --- superseded by PIDE messages;
Mon, 25 May 2020 20:46:50 +0200 wenzelm omit pointless memoing: Scala compiler is rather bulky anyway;
Sat, 23 May 2020 12:04:24 +0200 wenzelm init default context;
Thu, 23 Apr 2020 13:49:46 +0200 wenzelm more robust Isabelle_System.init (amending c0bc99aad936): avoid non-termination on Windows (java.lang.StackOverflowError);
Wed, 08 Apr 2020 20:38:06 +0200 wenzelm clarified init of settings vs. services;
Wed, 08 Apr 2020 14:06:26 +0200 wenzelm tuned -- avoid deprecated operations;
Wed, 08 Apr 2020 13:14:05 +0200 wenzelm more general support for isabelle_scala_service;
Sun, 05 Apr 2020 21:05:08 +0200 wenzelm clarified signature;
Wed, 18 Mar 2020 18:06:36 +0100 wenzelm more robust re-use of $ISABELLE_TMP_PREFIX (amending c1597167563e);
Fri, 06 Mar 2020 20:18:21 +0100 wenzelm support Java/VM monitoring via jconsole;
Thu, 09 Jan 2020 13:44:16 +0100 wenzelm unused;
Thu, 14 Nov 2019 13:40:21 +0100 wenzelm clarified signature: allow compound arg;
Thu, 14 Nov 2019 12:42:06 +0100 wenzelm more portable;
Thu, 14 Nov 2019 11:35:02 +0100 wenzelm clarified signature;
Sat, 08 Dec 2018 14:58:56 +0100 wenzelm clarified gnutar options: more uniform owner;
Wed, 28 Nov 2018 11:28:02 +0100 wenzelm clarified modules;
Sat, 10 Nov 2018 14:08:02 +0100 wenzelm support for user-defined Isabelle/Scala command-line tools;
Sun, 21 Oct 2018 18:32:33 +0200 wenzelm eliminated "isabelle makedist" -- prefer Scala over bash/perl scripting;
Thu, 13 Sep 2018 16:30:07 +0200 wenzelm more robust: avoid race condition wrt. cleanup of ML process, e.g. relevant for "$ISABELLE_TMP/rat.ML" in theory Codegen.Further;
Sat, 09 Jun 2018 13:19:57 +0200 wenzelm tuned -- use existing operation;
Thu, 22 Mar 2018 17:00:48 +0100 wenzelm clarified signature: flexible base_dir;
Thu, 15 Mar 2018 22:28:20 +0100 wenzelm more accurate isabelle_id: parent directory is not necessarily at tip;
Thu, 15 Mar 2018 11:44:07 +0100 wenzelm more uniform id;
Mon, 12 Mar 2018 11:17:59 +0100 wenzelm tuned imports;
Fri, 09 Feb 2018 17:57:36 +0100 wenzelm more robust: avoid global change of LD_LIBRARY_PATH (e.g. relevant for subprocesses);
Wed, 24 May 2017 11:39:00 +0200 wenzelm tuned;
less more (0) -100 -60 tip