wenzelm [Thu, 12 Dec 2013 13:23:23 +0100] rev 54722
tuned message;
haftmann [Thu, 12 Dec 2013 17:02:52 +0100] rev 54721
be more explicit about pre- and postprocessor, particularly code_abbrev
traytel [Wed, 11 Dec 2013 17:30:51 +0100] rev 54720
removed obsolete codegen setup; Stream -> SCons; tuned
wenzelm [Wed, 11 Dec 2013 20:57:47 +0100] rev 54719
merged
wenzelm [Wed, 11 Dec 2013 20:38:39 +0100] rev 54718
tuned patterns;
wenzelm [Wed, 11 Dec 2013 18:02:22 +0100] rev 54717
support for polml-5.5.2;
support Thread.numPhysicalProcessors of polyml-5.5.2 (according to SVN 1890);
clarified max_threads: store plain value internally, reproduce result only on startup, and thus avoid potential system overhead;
blanchet [Wed, 11 Dec 2013 22:53:32 +0800] rev 54716
reverse order in which lines are selected, to ensure that the number of dependencies is accurate
blanchet [Wed, 11 Dec 2013 22:23:42 +0800] rev 54715
truncate proof once False is hit to avoid confusing the rest of the code (no idea why Z3 goes on)
blanchet [Wed, 11 Dec 2013 22:23:07 +0800] rev 54714
removed inlined rewriting'' for one-branch case splits in Isar proofs, since these can yield huge unreadable formulas
paulson [Wed, 11 Dec 2013 00:17:09 +0000] rev 54713
Fib: Who needs the int version?