src/Pure/PIDE/session.scala
Mon, 03 Apr 2017 17:00:36 +0200 wenzelm tuned signature;
Sat, 18 Mar 2017 22:11:05 +0100 wenzelm more informative session result;
Sat, 18 Mar 2017 21:24:54 +0100 wenzelm clarified signature;
Sat, 18 Mar 2017 20:51:42 +0100 wenzelm more realistic PIDE build session;
Sat, 18 Mar 2017 20:30:05 +0100 wenzelm asynchronous send_stop operation;
Wed, 15 Mar 2017 15:50:28 +0100 wenzelm dynamic session_options for tuning parameters and initial prover options;
Tue, 14 Mar 2017 11:16:23 +0100 wenzelm more robust startup, despite remaining race condition of debugger.is_active vs. session.is_ready;
Tue, 14 Mar 2017 10:49:07 +0100 wenzelm more robust debugger initialization, e.g. required for GUI components before actual session startup;
Tue, 14 Mar 2017 09:41:02 +0100 wenzelm more abstract module Document;
Tue, 14 Mar 2017 00:09:15 +0100 wenzelm misc tuning and simplification;
Mon, 13 Mar 2017 23:24:20 +0100 wenzelm more explicit Session.xml_cache;
Mon, 13 Mar 2017 22:02:42 +0100 wenzelm tuned signature;
Mon, 13 Mar 2017 21:37:35 +0100 wenzelm clarified modules;
Mon, 13 Mar 2017 20:33:42 +0100 wenzelm proper local debugger state, depending on session;
Mon, 13 Mar 2017 15:32:19 +0100 wenzelm tuned signature;
Mon, 13 Mar 2017 15:25:25 +0100 wenzelm more robust Session.stop: idempotent, avoid conflict with startup;
Mon, 13 Mar 2017 12:48:45 +0100 wenzelm more strict Session.start: no restart from terminated session;
Mon, 13 Mar 2017 12:04:11 +0100 wenzelm clarified Session.Phase;
Mon, 09 Jan 2017 20:26:59 +0100 wenzelm tuned signature;
Sat, 07 Jan 2017 21:32:00 +0100 wenzelm uniform Document.Model.node_edits (without void edits);
Thu, 05 Jan 2017 16:23:51 +0100 wenzelm emit Commands_Changed for blobs as well, e.g. relevant for isabelle.vscode.Server.prover_output;
Tue, 02 Aug 2016 18:45:34 +0200 wenzelm tuned signature -- prover-independence is presently theoretical;
Tue, 08 Mar 2016 14:44:11 +0100 wenzelm more abstract Session.start, without prover command-line;
Mon, 07 Mar 2016 18:20:22 +0100 wenzelm Bash.process always uses a closed script instead of an open argument list, for extra robustness on Windows, where quoting is not well-defined;
Sat, 13 Feb 2016 20:41:56 +0100 wenzelm clarified bash process -- similar to ML version;
Sun, 10 Jan 2016 23:25:11 +0100 wenzelm prune old versions more often, to reduce overall heap requirements;
Mon, 04 Jan 2016 20:23:14 +0100 wenzelm clarified order of shutdown;
Fri, 06 Nov 2015 18:15:35 +0100 wenzelm tuned;
Tue, 03 Nov 2015 13:54:34 +0100 wenzelm clarified modules;
Sat, 10 Oct 2015 16:21:34 +0200 wenzelm more explicit HTML.symbols;
Fri, 09 Oct 2015 19:25:13 +0200 wenzelm output HTML text according to Isabelle/Scala Symbol.Interpretation;
Sat, 15 Aug 2015 19:00:04 +0200 wenzelm tuned;
Tue, 11 Aug 2015 20:32:56 +0200 wenzelm tuned signature;
Thu, 30 Jul 2015 14:02:19 +0200 wenzelm clarified management of (single) session;
Fri, 17 Jul 2015 21:40:47 +0200 wenzelm skeleton for interactive debugger;
Wed, 15 Apr 2015 14:01:28 +0200 wenzelm obsolete (see also 94b2690ad494);
Wed, 14 Jan 2015 17:24:55 +0100 wenzelm more type-safe handler interface;
Wed, 14 Jan 2015 16:27:19 +0100 wenzelm clarified build_theories: proper protocol handler;
Wed, 14 Jan 2015 14:28:52 +0100 wenzelm clarified build_theories;
Tue, 13 Jan 2015 21:46:09 +0100 wenzelm some support for PIDE batch session;
Thu, 08 Jan 2015 20:56:39 +0100 wenzelm tuned;
Wed, 03 Dec 2014 22:34:28 +0100 wenzelm node-specific keywords, with session base syntax as default;
Tue, 02 Dec 2014 14:16:56 +0100 wenzelm node-specific syntax, with base_syntax as default;
Fri, 07 Nov 2014 16:36:55 +0100 wenzelm plain value Keywords.keywords, which might be used outside theory for bootstrap purposes;
Mon, 18 Aug 2014 13:19:04 +0200 wenzelm merged;
Sun, 17 Aug 2014 16:05:43 +0200 wenzelm postpone changes in intermediate state between remove_versions/removed_versions, which is important for handle_change to refer to defined items on prover side;
Wed, 13 Aug 2014 10:46:14 +0200 wenzelm tuned comments;
Tue, 05 Aug 2014 20:40:35 +0200 wenzelm added system option editor_output_delay: lower value might help big sessions under low-memory situations;
Tue, 05 Aug 2014 19:58:07 +0200 wenzelm obsolete (see f7700146678d);
Sat, 02 Aug 2014 16:35:59 +0200 wenzelm more direct access to persistent blobs (see also 8953d4cc060a), avoiding fragile digest lookup from later version (which might have removed unused blobs already);
Thu, 24 Jul 2014 17:11:40 +0200 wenzelm less warnings -- ignore potential prover startup/shutdown races;
Mon, 05 May 2014 15:17:07 +0200 wenzelm support print operations as asynchronous query;
Wed, 30 Apr 2014 12:12:44 +0200 wenzelm tuned;
Tue, 29 Apr 2014 21:11:24 +0200 wenzelm more synchronized treatment of prover process, which might emit more messages before shutdown and requires manager to accept them;
Tue, 29 Apr 2014 13:32:13 +0200 wenzelm more systematic Isabelle output, like in classic Isabelle/ML (without markup);
Mon, 28 Apr 2014 16:17:07 +0200 wenzelm improved syslog performance -- avoid denial-of-service e.g. with threads_trace = 5 and active Syslog dockable;
Mon, 28 Apr 2014 15:20:59 +0200 wenzelm tuned comments;
Mon, 28 Apr 2014 15:18:37 +0200 wenzelm more systematic delay_first discipline for change_buffer and prune_history;
Sat, 26 Apr 2014 00:20:26 +0200 wenzelm tuned -- potentially more robust;
Fri, 25 Apr 2014 23:42:25 +0200 wenzelm manager is direct receiver of prover output -- discontinued old performance tuning (329320fc88df, 1baa5d19ac44);
less more (0) -60 tip