src/Pure/PIDE/session.scala
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);
Fri, 25 Apr 2014 13:55:50 +0200 wenzelm simplified change_buffer (again, see 937826d702d5): no thread, just timer, rely on asynchronous commands_changed.post;
Fri, 25 Apr 2014 12:51:08 +0200 wenzelm clarified Session.Consumer, with Session.Outlet managed by dispatcher thread;
Fri, 25 Apr 2014 11:09:59 +0200 wenzelm more robust prover termination;
Fri, 25 Apr 2014 10:51:57 +0200 wenzelm more explicit checks;
Thu, 24 Apr 2014 23:21:00 +0200 wenzelm tuned signature;
Thu, 24 Apr 2014 23:13:17 +0200 wenzelm more uniform warning/error handling, potentially with propagation to send_wait caller;
Thu, 24 Apr 2014 23:02:10 +0200 wenzelm more careful shutdown (amending f2f53f7046f4);
Thu, 24 Apr 2014 22:10:00 +0200 wenzelm converted main session manager to Consumer_Thread: messages need to be consumed immediately, postponed_changes replaces implicit actor mailbox scanning;
Thu, 24 Apr 2014 18:04:18 +0200 wenzelm simplified commands_changed_buffer (in contrast to a8331fb5c959): rely on better performance of Consumer_Thread/Mailbox and more direct Timer (like session_actor.receiver);
Thu, 24 Apr 2014 16:52:17 +0200 wenzelm simplified -- prefer Consumer_Thread over Actor;
Thu, 24 Apr 2014 11:01:14 +0200 wenzelm tuned signature, in accordance to ML version;
Thu, 24 Apr 2014 10:38:14 +0200 wenzelm eliminated redundant Volatile;
Thu, 24 Apr 2014 10:24:44 +0200 wenzelm tuned signature in accordance to ML version;
Wed, 23 Apr 2014 13:28:32 +0200 wenzelm explicit Exn.error_message in accordance to Output.error_message in ML;
Fri, 04 Apr 2014 22:21:46 +0200 wenzelm more permissive Session.update_options: this is wired to jEdit PropertiesChanged, which may occur before the prover is started;
Thu, 03 Apr 2014 21:08:00 +0200 wenzelm clarified Version.syntax -- avoid guessing initial situation;
Thu, 03 Apr 2014 20:53:35 +0200 wenzelm more abstract Prover.Syntax, as proposed by Carst Tankink;
Thu, 03 Apr 2014 14:54:17 +0200 wenzelm more general prover operations;
Thu, 03 Apr 2014 13:46:18 +0200 wenzelm more general prover operations;
Mon, 31 Mar 2014 15:05:24 +0200 wenzelm store blob content within document node: aux. files that were once open are made persistent;
Sat, 29 Mar 2014 10:49:32 +0100 wenzelm propagate deps_changed, to resolve missing files without requiring jEdit events (e.g. buffer load/save);
Sat, 29 Mar 2014 10:17:09 +0100 wenzelm tuned signature;
Tue, 18 Mar 2014 18:09:31 +0100 wenzelm clarified module arrangement;
less more (0) tip