wenzelm [Thu, 01 Mar 2012 14:12:18 +0100] rev 46740
explicitly revoke delay, to avoid spurious timer events after deactivation of related components;
wenzelm [Thu, 01 Mar 2012 11:28:33 +0100] rev 46739
clarified document nodes (full import graph) vs. node_status (non-preloaded theories);
tuned;
wenzelm [Wed, 29 Feb 2012 23:31:35 +0100] rev 46738
more defensive node_header;
wenzelm [Wed, 29 Feb 2012 23:09:06 +0100] rev 46737
clarified module Thy_Load;
more precise graph based on Document.Node.Deps with actual Node.Name dependencies;
boehmes [Wed, 29 Feb 2012 17:43:41 +0100] rev 46736
SMT fails if the chosen SMT solver is not installed
wenzelm [Tue, 28 Feb 2012 21:58:59 +0100] rev 46735
merged
blanchet [Tue, 28 Feb 2012 15:54:51 +0100] rev 46734
speed up Sledgehammer's clasimpset lookup a bit
blanchet [Tue, 28 Feb 2012 15:54:51 +0100] rev 46733
use SPASS instead of E for Metis examples -- it's seems faster for these small problems
blanchet [Tue, 28 Feb 2012 15:54:51 +0100] rev 46732
spelling
wenzelm [Tue, 28 Feb 2012 21:53:36 +0100] rev 46731
avoid undeclared variables in let bindings;
tuned proofs;
wenzelm [Tue, 28 Feb 2012 20:20:09 +0100] rev 46730
tuned proofs;
wenzelm [Tue, 28 Feb 2012 17:11:18 +0100] rev 46729
more release tests;
wenzelm [Tue, 28 Feb 2012 16:43:32 +0100] rev 46728
display proof results as "state", to suppress odd squiggles in the Prover IDE (see also 9240be8c8c69);
Cezary Kaliszyk <cezarykaliszyk@gmail.com> [Tue, 28 Feb 2012 14:24:37 +0100] rev 46727
Finish localizing the quotient package.
berghofe [Tue, 28 Feb 2012 11:45:40 +0100] rev 46726
merged
berghofe [Tue, 28 Feb 2012 11:10:09 +0100] rev 46725
Added infrastructure for mapping SPARK field / constructor names
to Isabelle types
berghofe [Mon, 27 Feb 2012 10:32:39 +0100] rev 46724
Use long prefix rather than short package name to disambiguate constant names
introduced by verification environment
wenzelm [Mon, 27 Feb 2012 23:35:11 +0100] rev 46723
more explicit development graph;
wenzelm [Mon, 27 Feb 2012 23:30:38 +0100] rev 46722
removed dead code (cf. a34d89ce6097);
wenzelm [Mon, 27 Feb 2012 21:07:00 +0100] rev 46721
tuned proofs;
wenzelm [Mon, 27 Feb 2012 20:55:30 +0100] rev 46720
tuned proofs;
wenzelm [Mon, 27 Feb 2012 20:42:09 +0100] rev 46719
removed introiff (cf. b09afce1e54f);
wenzelm [Mon, 27 Feb 2012 20:33:18 +0100] rev 46718
tuned;
wenzelm [Mon, 27 Feb 2012 20:23:57 +0100] rev 46717
removed broken/unused introiff (cf. d452117ba564);
wenzelm [Mon, 27 Feb 2012 19:54:50 +0100] rev 46716
discontinued slightly odd built-in timing (cf. 53fd5cc685b4) -- the Isar toplevel does that already (e.g. via Toplevel.timing or Toplevel.profiling);
wenzelm [Mon, 27 Feb 2012 19:53:34 +0100] rev 46715
tuned;
wenzelm [Mon, 27 Feb 2012 17:40:59 +0100] rev 46714
tuned proofs;
wenzelm [Mon, 27 Feb 2012 17:39:34 +0100] rev 46713
prefer uniform Timing.message -- avoid assumption about sequential execution;
wenzelm [Mon, 27 Feb 2012 17:13:25 +0100] rev 46712
prefer final ADTs -- prevent ooddities;
wenzelm [Mon, 27 Feb 2012 16:56:25 +0100] rev 46711
more explicit Long_Name operations (NB: analyzing qualifiers is inherently fragile);