wenzelm [Thu, 01 Jan 2015 12:34:15 +0100] rev 59220
tuned signature;
wenzelm [Thu, 01 Jan 2015 12:20:22 +0100] rev 59219
tuned;
wenzelm [Thu, 01 Jan 2015 11:37:09 +0100] rev 59218
tuned whitespace;
boehmes [Thu, 01 Jan 2015 11:12:15 +0100] rev 59217
merged
boehmes [Thu, 01 Jan 2015 11:08:47 +0100] rev 59216
updated NEWS
boehmes [Mon, 29 Dec 2014 22:14:13 +0100] rev 59215
optionally display statistics for Z3 proof reconstruction
boehmes [Mon, 29 Dec 2014 16:21:33 +0100] rev 59214
avoid more than one data slot per module
boehmes [Mon, 29 Dec 2014 14:57:13 +0100] rev 59213
limit reconstruction time of Z3 proof steps to be able to detect long-running reconstruction steps
wenzelm [Wed, 31 Dec 2014 21:45:30 +0100] rev 59212
converse graph according to Graph_Display;
wenzelm [Wed, 31 Dec 2014 20:55:11 +0100] rev 59211
eliminated TTY/PG legacy;
wenzelm [Wed, 31 Dec 2014 20:42:45 +0100] rev 59210
clarified Graph_Display.graph etc.: sort_graph determines order from structure (and names);
tuned;
wenzelm [Wed, 31 Dec 2014 14:28:04 +0100] rev 59209
tuned;
wenzelm [Wed, 31 Dec 2014 14:15:52 +0100] rev 59208
for graph display, prefer graph data structure over list with dependencies;
pragmatic distinction between (historically evolved) "session" nodes and (more abstract) "content" nodes
wenzelm [Wed, 31 Dec 2014 14:13:11 +0100] rev 59207
more explict and generic field names
wenzelm [Wed, 31 Dec 2014 14:08:50 +0100] rev 59206
uniform variable name for presentation graphs, to distinguish from values of type Graph.T
wenzelm [Wed, 31 Dec 2014 14:05:06 +0100] rev 59205
stripped ad-hoc diagnostic facility
kleing [Wed, 31 Dec 2014 11:27:26 +1100] rev 59204
update map definition in Prog_Prove for new datatype package
wenzelm [Tue, 30 Dec 2014 23:45:03 +0100] rev 59203
explicit message channel for "legacy", which is nonetheless a variant of "warning";
wenzelm [Tue, 30 Dec 2014 14:11:06 +0100] rev 59202
clarified source location;
wenzelm [Tue, 30 Dec 2014 11:50:34 +0100] rev 59201
added system property isabelle.laf, notably for initial system dialog;
let L&F take care of font scaling, e.g. GTK+ for Linux where X11 dpi scaling does not really work;
wenzelm [Tue, 30 Dec 2014 10:38:10 +0100] rev 59200
NEWS;
wenzelm [Mon, 29 Dec 2014 21:02:49 +0100] rev 59199
tuned;
wenzelm [Mon, 29 Dec 2014 20:51:42 +0100] rev 59198
clarified execution graph traversal: stable imports are required to proceed, e.g. relevant to avoid crash of init_theory after discontinued execution;
wenzelm [Mon, 29 Dec 2014 19:17:24 +0100] rev 59197
tuned whitespace;
wenzelm [Mon, 29 Dec 2014 15:38:59 +0100] rev 59196
more toplevel pretty printing;
wenzelm [Sun, 28 Dec 2014 22:10:09 +0100] rev 59195
back to full synchronization (cf. eb3e399f5b9f);
wenzelm [Sun, 28 Dec 2014 22:03:11 +0100] rev 59194
proper sequential version;
wenzelm [Sun, 28 Dec 2014 21:34:45 +0100] rev 59193
eliminated Document.execution frontier (again, see 627fb639a2d9): just run into older execution, potentially stalling worker thread, but without global delay due to long-running tasks (notably sledgehammer);
clarified Command.run_process etc.: join running eval, bypass running print;
eliminated Command.memo in favour of regular Lazy.lazy;
more Lazy.lazy status information;
wenzelm [Sun, 28 Dec 2014 12:37:03 +0100] rev 59192
modernized historic example;
wenzelm [Sun, 28 Dec 2014 12:18:01 +0100] rev 59191
more thorough Lazy.is_finished;
kleing [Sun, 28 Dec 2014 15:42:34 +1100] rev 59190
3 old example lemmas by Amine listed in the top 100 theorems
wenzelm [Sat, 27 Dec 2014 20:32:06 +0100] rev 59189
update_cartouches;
trimmed whitespace;