wenzelm [Wed, 11 Apr 2012 15:02:48 +0200] rev 47425
clarified proof_result: finish proof formally via head tr, not end_tr;
wenzelm [Wed, 11 Apr 2012 14:20:51 +0200] rev 47424
tuned;
wenzelm [Wed, 11 Apr 2012 13:49:09 +0200] rev 47423
more robust Future.fulfill wrt. duplicate assignment and interrupt;
wenzelm [Wed, 11 Apr 2012 13:37:46 +0200] rev 47422
tuned message;
wenzelm [Wed, 11 Apr 2012 12:15:56 +0200] rev 47421
always signal after cancel_group: passive tasks may have become active;
wenzelm [Wed, 11 Apr 2012 11:44:21 +0200] rev 47420
just one dedicated execution per document version -- NB: non-monotonicity of cancel always requires fresh update;
explicit terminate_execution;
tuned source structure;
wenzelm [Tue, 10 Apr 2012 23:05:24 +0200] rev 47419
merged
Christian Urban <urbanc@in.tum.de> [Tue, 10 Apr 2012 16:10:50 +0100] rev 47418
moved lift_raw_const wrapper out of the Quotient-package into Nominal2
wenzelm [Tue, 10 Apr 2012 22:53:41 +0200] rev 47417
misc tuning and simplification;
wenzelm [Tue, 10 Apr 2012 21:31:05 +0200] rev 47416
static relevance of proof via syntax keywords;
wenzelm [Tue, 10 Apr 2012 20:42:17 +0200] rev 47415
tuned future priorities: print 0, goal ~1, execute ~2;
wenzelm [Tue, 10 Apr 2012 16:50:30 +0200] rev 47414
updated for Poly/ML SVN 1476;
wenzelm [Tue, 10 Apr 2012 11:42:15 +0200] rev 47413
some coverage of HOL/TPTP;
sultana [Tue, 10 Apr 2012 06:45:15 +0100] rev 47412
added graph-conversion utility for TPTP files
sultana [Tue, 10 Apr 2012 06:45:15 +0100] rev 47411
moved non-interpret-specific code to different module
wenzelm [Mon, 09 Apr 2012 23:06:14 +0200] rev 47410
disable parallel proofs (again) -- still suffering from instabilites wrt. interrupts;
wenzelm [Mon, 09 Apr 2012 21:29:47 +0200] rev 47409
tuned proofs;
wenzelm [Mon, 09 Apr 2012 20:57:23 +0200] rev 47408
slightly faster default compilation of Isabelle/Scala;
wenzelm [Mon, 09 Apr 2012 20:42:05 +0200] rev 47407
more explicit last exec result;
wenzelm [Mon, 09 Apr 2012 19:50:04 +0200] rev 47406
dynamic propagation of node "updated" status, which is required to propagate edits and re-assigments and allow direct memo_result;
discontinued odd "touched" field -- check given edits directly;
wenzelm [Mon, 09 Apr 2012 17:38:39 +0200] rev 47405
tuned;
wenzelm [Mon, 09 Apr 2012 17:22:23 +0200] rev 47404
simplified Future.cancel/cancel_group (again) -- running threads only;
more robust update/cancel_execution: full join_tasks of group before exec state assignment;
tuned signature;
wenzelm [Mon, 09 Apr 2012 15:10:52 +0200] rev 47403
added ML pretty-printing;
wenzelm [Sat, 07 Apr 2012 20:35:01 +0200] rev 47402
merged