wenzelm [Tue, 08 Feb 2011 17:44:53 +0100] rev 41729
reverted slightly odd eb5900951702: isatest-doc should work again due to 4b08499b3db1 (polyml-5.3.0 supports proper TimeLimit, as required for HOL-Nitpick-Examples);
wenzelm [Tue, 08 Feb 2011 17:38:43 +0100] rev 41728
merged
blanchet [Tue, 08 Feb 2011 16:10:10 +0100] rev 41727
available_provers ~> supported_provers (for clarity)
blanchet [Tue, 08 Feb 2011 16:10:09 +0100] rev 41726
sort E weights
blanchet [Tue, 08 Feb 2011 16:10:08 +0100] rev 41725
added support for bleeding-edge E weighting function "SymOffsetsWeight"
blanchet [Tue, 08 Feb 2011 16:10:07 +0100] rev 41724
transformed lie into truth
blanchet [Tue, 08 Feb 2011 16:10:06 +0100] rev 41723
enable SMT weights and triggers, since they lead to slight improvements according to the Judgment Day suite
bulwahn [Tue, 08 Feb 2011 08:58:24 +0100] rev 41722
improving sum type and option type term constructions for correct presentation in Smallcheck
kleing [Tue, 08 Feb 2011 18:39:36 +1100] rev 41721
Explicitly build HOLCF and ZF images. They are not part of the release any more.
nipkow [Tue, 08 Feb 2011 07:42:08 +0100] rev 41720
added termination lemmas
bulwahn [Mon, 07 Feb 2011 15:46:58 +0100] rev 41719
improving term construction of product types in Smallcheck which enables correct presentation of counterexamples
wenzelm [Tue, 08 Feb 2011 17:36:21 +0100] rev 41718
discontinued support for Poly/ML 5.2, which was the last version without proper multithreading and TimeLimit implementation;
wenzelm [Tue, 08 Feb 2011 17:27:18 +0100] rev 41717
tuned headers;
wenzelm [Tue, 08 Feb 2011 16:45:33 +0100] rev 41716
updated to polyml-5.3.0, which is presently known as the most robust version;
wenzelm [Tue, 08 Feb 2011 16:11:52 +0100] rev 41715
explicit Multithreading.interrupted to ensure that interrupts stay within the boundaries of managed evaluation blocks;
wenzelm [Tue, 08 Feb 2011 14:28:15 +0100] rev 41714
always test/clear Multithreading.interrupted, indepently of thread attributes;
tuned;
wenzelm [Tue, 08 Feb 2011 14:09:24 +0100] rev 41713
added Multithreading.interrupted (cf. java.lang.Thread.interrupted);
wenzelm [Mon, 07 Feb 2011 23:57:03 +0100] rev 41712
more robust TimeLimit: make double sure that watchdog has terminated and interrupts received during uninterruptible state are propagated (NB: Thread.testInterrupt requires InterruptSynch in Poly/ML 5.4.0 or earlier);
wenzelm [Sat, 05 Feb 2011 20:38:32 +0100] rev 41711
more tracing information via Par_List.map_name;
wenzelm [Sat, 05 Feb 2011 18:09:57 +0100] rev 41710
clarified bootstrapping of structure TimeLimit;
wenzelm [Fri, 04 Feb 2011 21:52:36 +0100] rev 41709
more scalable collections of tasks, notably for totality of known group members;
tuned;
wenzelm [Fri, 04 Feb 2011 20:40:25 +0100] rev 41708
tuned signature;
tuned;
wenzelm [Fri, 04 Feb 2011 17:25:12 +0100] rev 41707
merged
hoelzl [Fri, 04 Feb 2011 14:16:55 +0100] rev 41706
prefer p2e before e2p; use measure_unique_Int_stable_vimage;
hoelzl [Fri, 04 Feb 2011 14:16:55 +0100] rev 41705
add auto support for AE_mp
hoelzl [Fri, 04 Feb 2011 14:16:48 +0100] rev 41704
add borel_fubini_integrable; remove unused bijectivity rules for measureable functions
wenzelm [Fri, 04 Feb 2011 17:11:00 +0100] rev 41703
parallelization of nested Isar proofs is subject to Goal.parallel_proofs_threshold;
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;
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;
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;