| Sat, 22 Oct 2011 23:28:24 +0200 |
wenzelm |
class Volatile as abstract datatype;
|
file |
diff |
annotate
|
| Mon, 17 Oct 2011 11:24:22 +0200 |
wenzelm |
always use sockets on Windows/Cygwin;
|
file |
diff |
annotate
|
| Sun, 25 Sep 2011 17:25:34 +0200 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
| Sun, 25 Sep 2011 13:48:59 +0200 |
wenzelm |
more uniform defaults;
|
file |
diff |
annotate
|
| Fri, 23 Sep 2011 13:44:31 +0200 |
wenzelm |
explicit option for socket vs. fifo communication;
|
file |
diff |
annotate
|
| Sun, 18 Sep 2011 00:05:22 +0200 |
wenzelm |
graph traversal in topological order;
|
file |
diff |
annotate
|
| Sat, 17 Sep 2011 17:55:39 +0200 |
wenzelm |
sane default for class Thy_Load;
|
file |
diff |
annotate
|
| Wed, 07 Sep 2011 21:38:48 +0200 |
wenzelm |
clarified terminology;
|
file |
diff |
annotate
|
| Wed, 07 Sep 2011 11:00:39 +0200 |
wenzelm |
added "cancel" button based on cancel_execution, not interrupt (cf. 156be0e43336);
|
file |
diff |
annotate
|
| Tue, 06 Sep 2011 11:25:27 +0200 |
wenzelm |
more specific message channels to avoid potential bottle-neck of raw_messages;
|
file |
diff |
annotate
|
| Tue, 06 Sep 2011 11:18:19 +0200 |
wenzelm |
buffer prover messages to prevent overloading of session_actor input channel -- which is critical due to synchronous messages wrt. GUI thread;
|
file |
diff |
annotate
|
| Tue, 06 Sep 2011 10:27:04 +0200 |
wenzelm |
more abstract receiver interface;
|
file |
diff |
annotate
|
| Mon, 05 Sep 2011 23:26:41 +0200 |
wenzelm |
commands_change_delay within main actor -- prevents overloading of commands_change_buffer input channel;
|
file |
diff |
annotate
|
| Mon, 05 Sep 2011 20:30:37 +0200 |
wenzelm |
tuned imports;
|
file |
diff |
annotate
|
| Sat, 03 Sep 2011 21:15:35 +0200 |
wenzelm |
Document.removed_versions on Scala side;
|
file |
diff |
annotate
|
| Fri, 02 Sep 2011 21:48:27 +0200 |
wenzelm |
raw message function "assign_execs" avoids full overhead of decoding and caching message body;
|
file |
diff |
annotate
|
| Fri, 02 Sep 2011 11:52:13 +0200 |
wenzelm |
clarified define_command: store name as structural information;
|
file |
diff |
annotate
|
| Thu, 01 Sep 2011 13:39:40 +0200 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
| Thu, 01 Sep 2011 13:34:45 +0200 |
wenzelm |
more abstract Document.Node.Name;
|
file |
diff |
annotate
|
| Wed, 31 Aug 2011 20:47:33 +0200 |
wenzelm |
explicit cancel_execution before queueing new edits -- potential performance improvement for machines with few cores;
|
file |
diff |
annotate
|
| Wed, 31 Aug 2011 17:22:49 +0200 |
wenzelm |
tuned Commands_Changed: cover nodes as well;
|
file |
diff |
annotate
|
| Tue, 30 Aug 2011 16:04:26 +0200 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
| Mon, 29 Aug 2011 21:55:49 +0200 |
wenzelm |
actual auto loading of required files;
|
file |
diff |
annotate
|
| Mon, 29 Aug 2011 16:38:56 +0200 |
wenzelm |
some dialog for auto loading of required files (still inactive);
|
file |
diff |
annotate
|
| Fri, 26 Aug 2011 22:14:12 +0200 |
wenzelm |
tuned Session.edit_node: update_perspective based on last_exec_offset;
|
file |
diff |
annotate
|
| Fri, 26 Aug 2011 16:06:58 +0200 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
| Fri, 26 Aug 2011 15:09:54 +0200 |
wenzelm |
refined document state assignment: observe perspective, more explicit assignment message;
|
file |
diff |
annotate
|
| Thu, 25 Aug 2011 17:38:12 +0200 |
wenzelm |
maintain last_execs assignment on Scala side;
|
file |
diff |
annotate
|
| Thu, 25 Aug 2011 16:44:06 +0200 |
wenzelm |
propagate information about last command with exec state assignment through document model;
|
file |
diff |
annotate
|
| Thu, 25 Aug 2011 13:24:41 +0200 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
| Wed, 24 Aug 2011 17:25:45 +0200 |
wenzelm |
misc tuning and simplification;
|
file |
diff |
annotate
|
| Wed, 24 Aug 2011 16:27:27 +0200 |
wenzelm |
clarified norm_header/header_edit -- disallow update of loaded theories;
|
file |
diff |
annotate
|
| Wed, 24 Aug 2011 13:03:39 +0200 |
wenzelm |
update_perspective without actual edits, bypassing the full state assignment protocol;
|
file |
diff |
annotate
|
| Tue, 23 Aug 2011 12:20:12 +0200 |
wenzelm |
propagate editor perspective through document model;
|
file |
diff |
annotate
|
| Mon, 22 Aug 2011 21:42:02 +0200 |
wenzelm |
some support for editor perspective;
|
file |
diff |
annotate
|
| Mon, 22 Aug 2011 21:09:26 +0200 |
wenzelm |
discontinued redundant Edit_Command_ID;
|
file |
diff |
annotate
|
| Fri, 19 Aug 2011 14:01:20 +0200 |
wenzelm |
Future.promise: explicit abort operation (like uninterruptible future job);
|
file |
diff |
annotate
|
| Tue, 16 Aug 2011 22:48:31 +0200 |
wenzelm |
more robust Thy_Header.base_name, with minimal assumptions about path syntax;
|
file |
diff |
annotate
|
| Tue, 16 Aug 2011 21:13:52 +0200 |
wenzelm |
use full .thy file name as node name, which makes MiscUtilities.resolveSymlinks/File.getCanonicalPath more predictable;
|
file |
diff |
annotate
|
| Sat, 13 Aug 2011 20:20:36 +0200 |
wenzelm |
provide node header via Scala layer;
|
file |
diff |
annotate
|
| Sat, 13 Aug 2011 16:04:28 +0200 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
| Sat, 13 Aug 2011 15:59:26 +0200 |
wenzelm |
clarified node header -- exclude master_dir;
|
file |
diff |
annotate
|
| Fri, 12 Aug 2011 22:10:49 +0200 |
wenzelm |
normalized theory dependencies wrt. file_store;
|
file |
diff |
annotate
|
| Fri, 12 Aug 2011 12:03:17 +0200 |
wenzelm |
simplified class Thy_Header;
|
file |
diff |
annotate
|
| Thu, 11 Aug 2011 20:32:44 +0200 |
wenzelm |
uniform treatment of header edits as document edits;
|
file |
diff |
annotate
|
| Thu, 11 Aug 2011 18:01:28 +0200 |
wenzelm |
explicit datatypes for document node edits;
|
file |
diff |
annotate
|
| Mon, 11 Jul 2011 16:48:02 +0200 |
wenzelm |
JVM method invocation service via Scala layer;
|
file |
diff |
annotate
|
| Mon, 11 Jul 2011 11:13:33 +0200 |
wenzelm |
some support for raw messages, which bypass standard Symbol/YXML decoding;
|
file |
diff |
annotate
|
| Sun, 10 Jul 2011 00:21:19 +0200 |
wenzelm |
propagate header changes to prover process;
|
file |
diff |
annotate
|
| Sat, 09 Jul 2011 21:53:27 +0200 |
wenzelm |
echo prover input via raw_messages, for improved protocol tracing;
|
file |
diff |
annotate
|
| Sat, 09 Jul 2011 18:54:50 +0200 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
| Sat, 09 Jul 2011 18:35:00 +0200 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
| Sat, 09 Jul 2011 18:15:23 +0200 |
wenzelm |
clarified propagation of node name and header;
|
file |
diff |
annotate
|
| Sat, 09 Jul 2011 17:14:08 +0200 |
wenzelm |
more precise treatment of prover definedness;
|
file |
diff |
annotate
|
| Sat, 09 Jul 2011 16:53:19 +0200 |
wenzelm |
tuned source structure;
|
file |
diff |
annotate
|
| Thu, 07 Jul 2011 22:04:30 +0200 |
wenzelm |
explicit Document.Node.Header, with master_dir and thy_name;
|
file |
diff |
annotate
|
| Thu, 07 Jul 2011 13:48:30 +0200 |
wenzelm |
simplified Symbol based on lazy Symbol.Interpretation -- reduced odd "functorial style";
|
file |
diff |
annotate
|
| Tue, 05 Jul 2011 22:39:15 +0200 |
wenzelm |
Thy_Info.dependencies: ignore already loaded theories, according to initial prover session status;
|
file |
diff |
annotate
|
| Mon, 04 Jul 2011 22:25:33 +0200 |
wenzelm |
Document.no_id/new_id as in ML (new_id *could* be session-specific but it isn't right now);
|
file |
diff |
annotate
|
| Mon, 04 Jul 2011 22:11:32 +0200 |
wenzelm |
quasi-static Isabelle_System -- reduced tendency towards "functorial style";
|
file |
diff |
annotate
|
| Mon, 04 Jul 2011 20:18:19 +0200 |
wenzelm |
explicit class Counter;
|
file |
diff |
annotate
|
| Mon, 04 Jul 2011 16:51:45 +0200 |
wenzelm |
pervasive Basic_Library in Scala;
|
file |
diff |
annotate
|
| Mon, 04 Jul 2011 16:27:11 +0200 |
wenzelm |
some support for theory files within Isabelle/Scala session;
|
file |
diff |
annotate
|
| Sun, 03 Jul 2011 19:53:35 +0200 |
wenzelm |
eliminated null;
|
file |
diff |
annotate
|
| Sun, 03 Jul 2011 19:42:32 +0200 |
wenzelm |
more explicit edit_node vs. init_node;
|
file |
diff |
annotate
|
| Sun, 03 Jul 2011 15:10:17 +0200 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
| Sat, 02 Jul 2011 23:04:19 +0200 |
wenzelm |
some support for Session.File_Store;
|
file |
diff |
annotate
|
| Sat, 02 Jul 2011 21:24:19 +0200 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
| Sat, 25 Jun 2011 20:03:07 +0200 |
wenzelm |
proper tokens only if session is ready;
|
file |
diff |
annotate
|
| Thu, 23 Jun 2011 14:52:32 +0200 |
wenzelm |
explicit import java.lang.System to prevent odd scope problems;
|
file |
diff |
annotate
|
| Sat, 18 Jun 2011 17:33:27 +0200 |
wenzelm |
basic support for extended syntax styles: sub/superscript;
|
file |
diff |
annotate
|
| Thu, 13 Jan 2011 17:27:52 +0100 |
wenzelm |
less verbosity;
|
file |
diff |
annotate
|
| Wed, 01 Dec 2010 20:34:40 +0100 |
wenzelm |
more abstract/uniform handling of time, preferring seconds as Double;
|
file |
diff |
annotate
|
| Tue, 16 Nov 2010 15:29:01 +0100 |
wenzelm |
post raw messages last, to ensure that result has been handled by session actor already (e.g. to avoid race between Session.session_actor and Session_Dockable.main_actor);
|
file |
diff |
annotate
|
| Sat, 13 Nov 2010 22:33:07 +0100 |
wenzelm |
somewhat adhoc replacement for 'thus' and 'hence';
|
file |
diff |
annotate
|
| Thu, 11 Nov 2010 17:07:05 +0100 |
wenzelm |
unified type Document.Edit;
|
file |
diff |
annotate
|
| Thu, 11 Nov 2010 16:48:46 +0100 |
wenzelm |
replaced Document.Node_Text_Edit by Document.Text_Edit, with treatment of deleted nodes;
|
file |
diff |
annotate
|
| Sat, 25 Sep 2010 16:22:27 +0200 |
wenzelm |
simplified / clarified Session.Phase;
|
file |
diff |
annotate
|
| Sat, 25 Sep 2010 13:57:34 +0200 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
| Fri, 24 Sep 2010 20:33:38 +0200 |
wenzelm |
more informative Session.Phase;
|
file |
diff |
annotate
|
| Thu, 23 Sep 2010 22:04:18 +0200 |
wenzelm |
simplified Session.Phase;
|
file |
diff |
annotate
|
| Thu, 23 Sep 2010 18:44:26 +0200 |
wenzelm |
explicit Session.Phase indication with associated event bus;
|
file |
diff |
annotate
|
| Thu, 23 Sep 2010 16:48:48 +0200 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
| Thu, 23 Sep 2010 15:21:04 +0200 |
wenzelm |
manage persistent syslog via Session, not Isabelle_Process;
|
file |
diff |
annotate
|
| Thu, 23 Sep 2010 14:39:29 +0200 |
wenzelm |
tuned prover message categorization;
|
file |
diff |
annotate
|
| Wed, 22 Sep 2010 16:17:20 +0200 |
wenzelm |
basic setup for Session_Dockable controls;
|
file |
diff |
annotate
|
| Wed, 22 Sep 2010 15:01:34 +0200 |
wenzelm |
Session_Dockable: basic syslog output;
|
file |
diff |
annotate
|
| Wed, 22 Sep 2010 14:53:42 +0200 |
wenzelm |
just one Session.raw_messages event bus;
|
file |
diff |
annotate
|
| Wed, 22 Sep 2010 13:47:48 +0200 |
wenzelm |
main Isabelle_Process via Isabelle_System.Managed_Process;
|
file |
diff |
annotate
|
| Mon, 20 Sep 2010 21:20:06 +0200 |
wenzelm |
added Isabelle_Process.syslog;
|
file |
diff |
annotate
|
| Sun, 19 Sep 2010 22:40:22 +0200 |
wenzelm |
refined Isabelle_Process startup: emit \002 before rendezvous on fifos, more robust treatment of startup failure with timeout, do not quit() after main loop;
|
file |
diff |
annotate
|
| Sun, 19 Sep 2010 17:12:34 +0200 |
wenzelm |
simplified Isabelle_Process message kinds;
|
file |
diff |
annotate
|
| Sat, 18 Sep 2010 21:33:56 +0200 |
wenzelm |
recovered basic session stop/restart;
|
file |
diff |
annotate
|
| Tue, 31 Aug 2010 17:35:41 +0200 |
wenzelm |
Document state assignment indicates command change;
|
file |
diff |
annotate
|
| Sun, 29 Aug 2010 20:07:59 +0200 |
wenzelm |
session_actor: ignore spurious TIMEOUT (again) -- probably stemming from earlier use of receiveWithin;
|
file |
diff |
annotate
|
| Sun, 29 Aug 2010 19:48:35 +0200 |
wenzelm |
session_actor: await state assigment of previous change before signalling current change, and avoid crash in overrun situations;
|
file |
diff |
annotate
|
| Sun, 29 Aug 2010 19:04:29 +0200 |
wenzelm |
use Future.get_finished where this is the intended meaning -- prefer immediate crash over deadlock due to promises that are never fulfilled;
|
file |
diff |
annotate
|
| Sat, 28 Aug 2010 17:37:57 +0200 |
wenzelm |
avoid application crash due to wrong requirement -- result is joined, but change not necessarily finished due to extra map;
|
file |
diff |
annotate
|
| Sat, 28 Aug 2010 17:27:38 +0200 |
wenzelm |
include Document.History in Document.State -- just one universal session state maintained by main actor;
|
file |
diff |
annotate
|
| Wed, 25 Aug 2010 22:37:53 +0200 |
wenzelm |
organized markup properties via apply/unapply patterns;
|
file |
diff |
annotate
|
| Mon, 23 Aug 2010 16:53:22 +0200 |
wenzelm |
main session actor as independent thread, to avoid starvation via regular worker pool;
|
file |
diff |
annotate
|
| Fri, 20 Aug 2010 20:11:25 +0200 |
wenzelm |
tuned signatures;
|
file |
diff |
annotate
|
| Mon, 16 Aug 2010 18:20:36 +0200 |
wenzelm |
XML.Cache: pipe-lined (thread-safe) version using actor;
|
file |
diff |
annotate
|
| Sun, 15 Aug 2010 21:42:13 +0200 |
wenzelm |
moved Text_Edit to Text.Edit;
|
file |
diff |
annotate
|
| Sun, 15 Aug 2010 21:03:13 +0200 |
wenzelm |
moved History/Snapshot to document.scala;
|
file |
diff |
annotate
|
| Sun, 15 Aug 2010 20:27:29 +0200 |
wenzelm |
renamed raw_results to raw_protocol;
|
file |
diff |
annotate
|
| Sun, 15 Aug 2010 19:30:11 +0200 |
wenzelm |
renamed create_id to new_id;
|
file |
diff |
annotate
|
| Sun, 15 Aug 2010 14:18:52 +0200 |
wenzelm |
renamed class Document to Document.Version etc.;
|
file |
diff |
annotate
|
| Sun, 15 Aug 2010 13:17:45 +0200 |
wenzelm |
fixed Isabelle/Scala build (cf. f3220ef79d51);
|
file |
diff |
annotate
|
| Sat, 14 Aug 2010 23:01:53 +0200 |
wenzelm |
Snapshot.state: fall back on Command.empty_state -- looked-up command might be unavailable due to editing divergence;
|
file |
diff |
annotate
|
| Sat, 14 Aug 2010 22:45:23 +0200 |
wenzelm |
more basic Markup.parse_int/print_int (using signed_string_of_int) (ML);
|
file |
diff |
annotate
|
| Sat, 14 Aug 2010 21:25:20 +0200 |
wenzelm |
Keyword.status: always suppress position;
|
file |
diff |
annotate
|
| Sat, 14 Aug 2010 12:01:50 +0200 |
wenzelm |
moved Document.text_edits to Thy_Syntax;
|
file |
diff |
annotate
|
| Sat, 14 Aug 2010 11:52:24 +0200 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
| Fri, 13 Aug 2010 18:21:19 +0200 |
wenzelm |
explicit Document.State value, instead of individual state variables in Session, Command, Document;
|
file |
diff |
annotate
|
| Thu, 12 Aug 2010 17:37:58 +0200 |
wenzelm |
simplified/clarified Change: transition prev --edits--> result, based on futures;
|
file |
diff |
annotate
|
| Thu, 12 Aug 2010 16:23:04 +0200 |
wenzelm |
moved snapshot to Session (cf. 96b22dfeb56a);
|
file |
diff |
annotate
|
| Thu, 12 Aug 2010 16:01:44 +0200 |
wenzelm |
Change: eliminated id, which is merely the resulting document id and is only required in joined state anyway;
|
file |
diff |
annotate
|
| Thu, 12 Aug 2010 15:19:11 +0200 |
wenzelm |
clarified "state" (accumulated data) vs. "exec" (execution that produces data);
|
file |
diff |
annotate
|
| Thu, 12 Aug 2010 13:49:08 +0200 |
wenzelm |
specific Session.Commands_Changed;
|
file |
diff |
annotate
|