Fri, 04 Feb 2011 21:52:36 +0100 more scalable collections of tasks, notably for totality of known group members;
wenzelm [Fri, 04 Feb 2011 21:52:36 +0100] rev 41709
more scalable collections of tasks, notably for totality of known group members; tuned;
Fri, 04 Feb 2011 20:40:25 +0100 tuned signature;
wenzelm [Fri, 04 Feb 2011 20:40:25 +0100] rev 41708
tuned signature; tuned;
Fri, 04 Feb 2011 17:25:12 +0100 merged
wenzelm [Fri, 04 Feb 2011 17:25:12 +0100] rev 41707
merged
Fri, 04 Feb 2011 14:16:55 +0100 prefer p2e before e2p; use measure_unique_Int_stable_vimage;
hoelzl [Fri, 04 Feb 2011 14:16:55 +0100] rev 41706
prefer p2e before e2p; use measure_unique_Int_stable_vimage;
Fri, 04 Feb 2011 14:16:55 +0100 add auto support for AE_mp
hoelzl [Fri, 04 Feb 2011 14:16:55 +0100] rev 41705
add auto support for AE_mp
Fri, 04 Feb 2011 14:16:48 +0100 add borel_fubini_integrable; remove unused bijectivity rules for measureable functions
hoelzl [Fri, 04 Feb 2011 14:16:48 +0100] rev 41704
add borel_fubini_integrable; remove unused bijectivity rules for measureable functions
Fri, 04 Feb 2011 17:11:00 +0100 parallelization of nested Isar proofs is subject to Goal.parallel_proofs_threshold;
wenzelm [Fri, 04 Feb 2011 17:11:00 +0100] rev 41703
parallelization of nested Isar proofs is subject to Goal.parallel_proofs_threshold;
Fri, 04 Feb 2011 16:33:12 +0100 Task_Queue.update_timing: more precise treatment of interruptibility;
wenzelm [Fri, 04 Feb 2011 16:33:12 +0100] rev 41702
Task_Queue.update_timing: more precise treatment of interruptibility; Task_Queue.waiting: potentially expensive wait dependencies are subject to trace flag;
Fri, 04 Feb 2011 16:29:47 +0100 Lazy.force_result: more standard treatment of interruptibility, potentially addressing races of exceptions vs. interrupts;
wenzelm [Fri, 04 Feb 2011 16:29:47 +0100] rev 41701
Lazy.force_result: more standard treatment of interruptibility, potentially addressing races of exceptions vs. interrupts;
Thu, 03 Feb 2011 20:13:49 +0100 thm_proof: visible fulfill_body only, without joining nested thms -- retain proof irrelevance, which is important for parallel performance;
wenzelm [Thu, 03 Feb 2011 20:13:49 +0100] rev 41700
thm_proof: visible fulfill_body only, without joining nested thms -- retain proof irrelevance, which is important for parallel performance;
Thu, 03 Feb 2011 19:27:04 +0100 tuned comments;
wenzelm [Thu, 03 Feb 2011 19:27:04 +0100] rev 41699
tuned comments;
Thu, 03 Feb 2011 19:21:12 +0100 clarified Proofterm.proofs_enabled;
wenzelm [Thu, 03 Feb 2011 19:21:12 +0100] rev 41698
clarified Proofterm.proofs_enabled;
Thu, 03 Feb 2011 18:57:42 +0100 explicit is better than implicit;
wenzelm [Thu, 03 Feb 2011 18:57:42 +0100] rev 41697
explicit is better than implicit;
Wed, 02 Feb 2011 22:48:24 +0100 tuned odd conditional expression;
wenzelm [Wed, 02 Feb 2011 22:48:24 +0100] rev 41696
tuned odd conditional expression;
Wed, 02 Feb 2011 20:32:50 +0100 eliminated slightly odd abstract type Task_Queue.deps;
wenzelm [Wed, 02 Feb 2011 20:32:50 +0100] rev 41695
eliminated slightly odd abstract type Task_Queue.deps; tuned signature; tuned;
Wed, 02 Feb 2011 18:22:13 +0100 merged
wenzelm [Wed, 02 Feb 2011 18:22:13 +0100] rev 41694
merged
Wed, 02 Feb 2011 14:11:26 +0000 Introduction of metis calls and other cosmetic modifications.
paulson [Wed, 02 Feb 2011 14:11:26 +0000] rev 41693
Introduction of metis calls and other cosmetic modifications.
Wed, 02 Feb 2011 15:47:57 +0100 merged
boehmes [Wed, 02 Feb 2011 15:47:57 +0100] rev 41692
merged
Wed, 02 Feb 2011 14:01:09 +0100 avoid ML structure aliases (especially single-letter abbreviations)
boehmes [Wed, 02 Feb 2011 14:01:09 +0100] rev 41691
avoid ML structure aliases (especially single-letter abbreviations)
Wed, 02 Feb 2011 13:53:06 +0100 making the bash script swipl_version closer to Isabelle's conventional bash scripts
bulwahn [Wed, 02 Feb 2011 13:53:06 +0100] rev 41690
making the bash script swipl_version closer to Isabelle's conventional bash scripts
Wed, 02 Feb 2011 12:34:45 +0100 the measure valuation is again part of the measure_space type, instead of an explicit parameter to the locale;
hoelzl [Wed, 02 Feb 2011 12:34:45 +0100] rev 41689
the measure valuation is again part of the measure_space type, instead of an explicit parameter to the locale; changed syntax for simple_function, simple_integral, positive_integral, integral and RN_deriv. introduced binder variants for simple_integral, positive_integral and integral.
Wed, 02 Feb 2011 10:35:41 +0100 merged
bulwahn [Wed, 02 Feb 2011 10:35:41 +0100] rev 41688
merged
Wed, 02 Feb 2011 10:34:14 +0100 scala serializer adds parentheses around function literals
bulwahn [Wed, 02 Feb 2011 10:34:14 +0100] rev 41687
scala serializer adds parentheses around function literals
Wed, 02 Feb 2011 08:47:45 +0100 made SML/NJ happy
krauss [Wed, 02 Feb 2011 08:47:45 +0100] rev 41686
made SML/NJ happy
Tue, 01 Feb 2011 21:09:52 +0100 term style 'isub': ad-hoc subscripting of variables that end with digits (x1, x23, ...)
krauss [Tue, 01 Feb 2011 21:09:52 +0100] rev 41685
term style 'isub': ad-hoc subscripting of variables that end with digits (x1, x23, ...)
Wed, 02 Feb 2011 17:26:07 +0100 refined Task_Queue.dequeue_deps (more incremental);
wenzelm [Wed, 02 Feb 2011 17:26:07 +0100] rev 41684
refined Task_Queue.dequeue_deps (more incremental);
Wed, 02 Feb 2011 15:04:09 +0100 maintain Task_Queue.group within Task_Queue.task;
wenzelm [Wed, 02 Feb 2011 15:04:09 +0100] rev 41683
maintain Task_Queue.group within Task_Queue.task; Task_Queue.dummy_task: id = 0 in accordance to Document.no_id etc.; tuned signature;
Wed, 02 Feb 2011 13:44:40 +0100 tuned comment;
wenzelm [Wed, 02 Feb 2011 13:44:40 +0100] rev 41682
tuned comment;
Wed, 02 Feb 2011 13:38:09 +0100 Future.join_results: discontinued post-hoc recording of dynamic dependencies;
wenzelm [Wed, 02 Feb 2011 13:38:09 +0100] rev 41681
Future.join_results: discontinued post-hoc recording of dynamic dependencies; abstract Task_Queue.deps; tuned signature; tuned;
Tue, 01 Feb 2011 22:24:28 +0100 more informative task timing: some dependency tracking;
wenzelm [Tue, 01 Feb 2011 22:24:28 +0100] rev 41680
more informative task timing: some dependency tracking;
Tue, 01 Feb 2011 21:05:22 +0100 refined task timing: joining vs. waiting;
wenzelm [Tue, 01 Feb 2011 21:05:22 +0100] rev 41679
refined task timing: joining vs. waiting; tuned;
Tue, 01 Feb 2011 19:39:26 +0100 simplified trace;
wenzelm [Tue, 01 Feb 2011 19:39:26 +0100] rev 41678
simplified trace;
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -32 +32 +50 +100 +300 +1000 +3000 +10000 +30000 tip