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
wenzelm [Sat, 07 Apr 2012 20:10:13 +0200] rev 47401
merged
haftmann [Sat, 07 Apr 2012 20:24:39 +0200] rev 47400
explicit constructor Nat leaves nat_of as conversion
haftmann [Fri, 06 Apr 2012 19:23:51 +0200] rev 47399
abandoned almost redundant *_foldr lemmas
haftmann [Fri, 06 Apr 2012 19:18:00 +0200] rev 47398
tuned
haftmann [Fri, 06 Apr 2012 18:17:16 +0200] rev 47397
no preference wrt. fold(l/r); prefer fold rather than foldr for iterating over lists in generated code
wenzelm [Sat, 07 Apr 2012 19:59:09 +0200] rev 47396
enable parallel proofs (cf. e8552cba702d), only affects packages so far;
disable quick_and_dirty to make packages produce proofs -- NB: 'sorry' works via "int" mode of proof commands;
wenzelm [Sat, 07 Apr 2012 19:28:44 +0200] rev 47395
added static command status markup, to emphasize accepted but unassigned/unparsed commands (notably in overview panel);
wenzelm [Sat, 07 Apr 2012 18:08:29 +0200] rev 47394
tuned proofs;
wenzelm [Sat, 07 Apr 2012 17:55:35 +0200] rev 47393
more robust update_perspective, e.g. required after reload of buffer that is not at start position;
wenzelm [Sat, 07 Apr 2012 17:49:20 +0200] rev 47392
tuned imports;