wenzelm [Fri, 22 Feb 2013 14:38:52 +0100] rev 51239
eliminated hard tabs;
wenzelm [Fri, 22 Feb 2013 14:25:52 +0100] rev 51238
discontinued obsolete src/HOL/IsaMakefile;
wenzelm [Thu, 21 Feb 2013 18:27:28 +0100] rev 51237
merged
wenzelm [Thu, 21 Feb 2013 18:21:40 +0100] rev 51236
more explicit session dependency, for improved parallel performance of HOL-UNITY test session -- NB: separate 'theories' sections are sequential;
wenzelm [Thu, 21 Feb 2013 16:00:48 +0100] rev 51235
merged
wenzelm [Thu, 21 Feb 2013 15:35:09 +0100] rev 51234
removed obsolete tags;
wenzelm [Thu, 21 Feb 2013 10:52:14 +0100] rev 51233
highest priority for proofs with unknown / very short timing -- recover original scheduling with parallel_proofs_reuse_timing = false;
blanchet [Thu, 21 Feb 2013 16:36:19 +0100] rev 51232
tuned misleading message
wenzelm [Thu, 21 Feb 2013 15:10:04 +0100] rev 51231
merged
wenzelm [Wed, 20 Feb 2013 19:57:17 +0100] rev 51230
option parallel_proofs_reuse_timing controls reuse of log information -- since it is not always beneficial for performance;
wenzelm [Wed, 20 Feb 2013 18:04:44 +0100] rev 51229
prefer outdegree in comparison again (cf. 88c96e836ed6) -- NB: big jobs might hide behind small ones in this naive queuing scheme;
wenzelm [Wed, 20 Feb 2013 15:22:22 +0100] rev 51228
more tight representation of command timing;
tuned signatures;
tuned;
wenzelm [Wed, 20 Feb 2013 13:03:50 +0100] rev 51227
prefer comparison of session timing, if this is known already;
some odd workarounds to prevent crashes due to TreeSet.- sometimes not deleting the element;
wenzelm [Wed, 20 Feb 2013 11:40:30 +0100] rev 51226
proper check of Proof.is_relevant (again, cf. c3e99efacb67 and df8fc0567a3d);
wenzelm [Wed, 20 Feb 2013 00:00:42 +0100] rev 51225
support nested Thy_Syntax.element;
more explicit Keyword.is_proof_body;
tuned;
wenzelm [Tue, 19 Feb 2013 21:44:37 +0100] rev 51224
back to non-schematic 'sublocale' and 'interpretation' (despite df8fc0567a3d) for more potential parallelism;
wenzelm [Tue, 19 Feb 2013 20:19:21 +0100] rev 51223
help JVM to cope with large symbolic structures;
wenzelm [Tue, 19 Feb 2013 17:55:26 +0100] rev 51222
improved scheduling of forked proofs, based on elapsed time estimate (from last run via session log file);
wenzelm [Tue, 19 Feb 2013 17:02:52 +0100] rev 51221
read logs from failed sessions as well;
proper output base directory (which is two steps upwards);
wenzelm [Tue, 19 Feb 2013 16:49:40 +0100] rev 51220
recover timing information from old log files;
use session timing for queue ordering;
pass command timings to ML process (still unused);
wenzelm [Tue, 19 Feb 2013 14:47:57 +0100] rev 51219
suppress timing message in full PIDE protocol -- this is for batch build;
wenzelm [Tue, 19 Feb 2013 13:57:13 +0100] rev 51218
support for build passing timings from Scala to ML;
wenzelm [Tue, 19 Feb 2013 12:58:32 +0100] rev 51217
support for prescient timing information within command transactions;
wenzelm [Tue, 19 Feb 2013 10:55:11 +0100] rev 51216
emit command_timing properties into build log;
tuned;
blanchet [Thu, 21 Feb 2013 12:22:26 +0100] rev 51215
generate Isar proof if Metis appears to be too slow
blanchet [Thu, 21 Feb 2013 12:22:26 +0100] rev 51214
swap slices so that the last slice is more complete (for minimization)
blanchet [Thu, 21 Feb 2013 12:22:26 +0100] rev 51213
tuning
blanchet [Wed, 20 Feb 2013 17:42:20 +0100] rev 51212
ensure all conjecture clauses are in the graph -- to prevent exceptions later
blanchet [Wed, 20 Feb 2013 17:31:28 +0100] rev 51211
generalize syntax of SPASS proofs
blanchet [Wed, 20 Feb 2013 17:15:06 +0100] rev 51210
tweaked hack some more