Mon, 31 Jan 2011 22:57:01 +0100 |
wenzelm |
support named tasks, for improved tracing;
|
file |
diff |
annotate
|
Mon, 31 Jan 2011 21:54:49 +0100 |
wenzelm |
more direct Future.bulk, which potentially reduces overhead for Par_List;
|
file |
diff |
annotate
|
Thu, 27 Jan 2011 12:24:00 +0100 |
wenzelm |
cancel document execution before editing, to improve reactivity on systems with few cores;
|
file |
diff |
annotate
|
Tue, 25 Jan 2011 21:26:25 +0100 |
wenzelm |
singleton (sequential) execution, to avoid race conditions in theory loader state (e.g. when multiple independent theories import the same theory);
|
file |
diff |
annotate
|
Tue, 25 Jan 2011 20:06:32 +0100 |
wenzelm |
workaround for odd x86_64 problem in Poly/ML 5.4.0 (actually SVN 1151?), which causes unexpected nontermination of Isabelle/Scala document editing;
|
file |
diff |
annotate
|
Thu, 13 Jan 2011 17:39:35 +0100 |
wenzelm |
full theory path enables loading parents via master directory and keeps files strictly separate;
|
file |
diff |
annotate
|
Sun, 14 Nov 2010 14:05:08 +0100 |
wenzelm |
clarified interact/print state: proof commands are treated as in TTY mode to get full response;
|
file |
diff |
annotate
|
Sat, 13 Nov 2010 21:46:24 +0100 |
wenzelm |
always print state of proof commands (notably "qed" etc.);
|
file |
diff |
annotate
|
Sat, 13 Nov 2010 11:41:02 +0100 |
wenzelm |
await_cancellation in the main thread, independently of the execution futures, which might get interrupted or be absent after node deletetion;
|
file |
diff |
annotate
|
Thu, 11 Nov 2010 19:58:07 +0100 |
wenzelm |
more precise treatment of deleted nodes;
|
file |
diff |
annotate
|
Tue, 09 Nov 2010 21:44:19 +0100 |
wenzelm |
added general Synchronized.counter convenience;
|
file |
diff |
annotate
|
Sat, 06 Nov 2010 20:59:59 +0100 |
wenzelm |
continue after failed commands;
|
file |
diff |
annotate
|
Sat, 06 Nov 2010 16:31:35 +0100 |
wenzelm |
explicit "timing" status for toplevel transactions;
|
file |
diff |
annotate
|
Sat, 06 Nov 2010 16:03:49 +0100 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Wed, 15 Sep 2010 16:06:52 +0200 |
wenzelm |
Document.async_state: some attempts to make this more robust wrt. cancelation of the main transaction -- avoid confusing feedback about pending forks;
|
file |
diff |
annotate
|
Thu, 09 Sep 2010 18:21:06 +0200 |
wenzelm |
refined Runtime.toplevel_error/Document.run_command: let interrupts pass unhindered;
|
file |
diff |
annotate
|
Thu, 09 Sep 2010 17:20:27 +0200 |
wenzelm |
more abstract treatment of interrupts in structure Exn -- hardly ever need to mention Interrupt literally;
|
file |
diff |
annotate
|
Tue, 31 Aug 2010 23:46:49 +0200 |
wenzelm |
moved Toplevel.run_command to Pure/PIDE/document.ML;
|
file |
diff |
annotate
|
Mon, 30 Aug 2010 14:56:27 +0200 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Tue, 17 Aug 2010 15:54:04 +0200 |
wenzelm |
tune;
|
file |
diff |
annotate
|
Tue, 17 Aug 2010 15:10:49 +0200 |
wenzelm |
added functor Linear_Set, based on former adhoc structures in document.ML;
|
file |
diff |
annotate
|
Sun, 15 Aug 2010 20:13:07 +0200 |
wenzelm |
document commands: maintain transition as future (wrt. potentially slow Outer_Syntax.prepare_command), refrain from second Toplevel.put_id;
|
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 18:41:23 +0200 |
wenzelm |
more explicit / functional ML version of document model;
|
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 11:52:24 +0200 |
wenzelm |
tuned;
|
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
|
Wed, 11 Aug 2010 22:41:26 +0200 |
wenzelm |
represent document ids by (long) int, to benefit from the somewhat faster Inttab in ML (LinearSet in Scala is invariably indexed by native object ids);
|
file |
diff |
annotate
|
Thu, 05 Aug 2010 14:35:35 +0200 |
wenzelm |
simplified/refined document model: collection of named nodes, without proper dependencies yet;
|
file |
diff |
annotate
|