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;
wenzelm [Thu, 03 Feb 2011 19:27:04 +0100] rev 41699
tuned comments;
wenzelm [Thu, 03 Feb 2011 19:21:12 +0100] rev 41698
clarified Proofterm.proofs_enabled;
wenzelm [Thu, 03 Feb 2011 18:57:42 +0100] rev 41697
explicit is better than implicit;
wenzelm [Wed, 02 Feb 2011 22:48:24 +0100] rev 41696
tuned odd conditional expression;
wenzelm [Wed, 02 Feb 2011 20:32:50 +0100] rev 41695
eliminated slightly odd abstract type Task_Queue.deps;
tuned signature;
tuned;
wenzelm [Wed, 02 Feb 2011 18:22:13 +0100] rev 41694
merged
paulson [Wed, 02 Feb 2011 14:11:26 +0000] rev 41693
Introduction of metis calls and other cosmetic modifications.
boehmes [Wed, 02 Feb 2011 15:47:57 +0100] rev 41692
merged
boehmes [Wed, 02 Feb 2011 14:01:09 +0100] rev 41691
avoid ML structure aliases (especially single-letter abbreviations)
bulwahn [Wed, 02 Feb 2011 13:53:06 +0100] rev 41690
making the bash script swipl_version closer to Isabelle's conventional bash scripts
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.
bulwahn [Wed, 02 Feb 2011 10:35:41 +0100] rev 41688
merged
bulwahn [Wed, 02 Feb 2011 10:34:14 +0100] rev 41687
scala serializer adds parentheses around function literals
krauss [Wed, 02 Feb 2011 08:47:45 +0100] rev 41686
made SML/NJ happy
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, ...)
wenzelm [Wed, 02 Feb 2011 17:26:07 +0100] rev 41684
refined Task_Queue.dequeue_deps (more incremental);
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;
wenzelm [Wed, 02 Feb 2011 13:44:40 +0100] rev 41682
tuned comment;
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;
wenzelm [Tue, 01 Feb 2011 22:24:28 +0100] rev 41680
more informative task timing: some dependency tracking;
wenzelm [Tue, 01 Feb 2011 21:05:22 +0100] rev 41679
refined task timing: joining vs. waiting;
tuned;
wenzelm [Tue, 01 Feb 2011 19:39:26 +0100] rev 41678
simplified trace;
wenzelm [Mon, 31 Jan 2011 23:53:07 +0100] rev 41677
more specific Goal.fork_name;
wenzelm [Mon, 31 Jan 2011 23:21:43 +0100] rev 41676
name "passive" tasks (practically lazy values);
wenzelm [Mon, 31 Jan 2011 23:10:16 +0100] rev 41675
tuned trivial cases;
wenzelm [Mon, 31 Jan 2011 23:02:53 +0100] rev 41674
tuned signature;
tuned vacous forks;
wenzelm [Mon, 31 Jan 2011 22:57:01 +0100] rev 41673
support named tasks, for improved tracing;
wenzelm [Mon, 31 Jan 2011 21:54:49 +0100] rev 41672
more direct Future.bulk, which potentially reduces overhead for Par_List;
tuned signature;
wenzelm [Mon, 31 Jan 2011 17:19:23 +0100] rev 41671
tuned isatest settings;
wenzelm [Mon, 31 Jan 2011 16:34:10 +0100] rev 41670
added basic task timing;
wenzelm [Mon, 31 Jan 2011 15:28:48 +0100] rev 41669
some notes on Cygwin;
wenzelm [Mon, 31 Jan 2011 14:55:18 +0100] rev 41668
more platform hints;
wenzelm [Mon, 31 Jan 2011 11:18:29 +0100] rev 41667
merged
wenzelm [Mon, 31 Jan 2011 11:15:02 +0100] rev 41666
tuned;
wenzelm [Mon, 31 Jan 2011 11:14:05 +0100] rev 41665
back to post-release mode;
wenzelm [Sun, 30 Jan 2011 22:44:02 +0100] rev 41664
removed obsolete test tags;
kleing [Fri, 28 Jan 2011 11:26:08 +1100] rev 41663
removed Florian's email from isatest (bounces)
hoelzl [Tue, 25 Jan 2011 09:45:45 +0100] rev 41662
merged
hoelzl [Mon, 24 Jan 2011 22:29:50 +0100] rev 41661
use pre-image measure, instead of image
hoelzl [Fri, 21 Jan 2011 11:39:26 +0100] rev 41660
use AE_mp in AE_conjI proof
hoelzl [Wed, 19 Jan 2011 17:44:53 +0100] rev 41659
tuned proof
haftmann [Fri, 21 Jan 2011 10:43:09 +0100] rev 41658
merged
haftmann [Fri, 21 Jan 2011 09:44:12 +0100] rev 41657
moved theorem
haftmann [Fri, 21 Jan 2011 09:41:59 +0100] rev 41656
restructured theory;
tuned proofs
hoelzl [Wed, 19 Jan 2011 11:34:10 +0100] rev 41655
merged
hoelzl [Tue, 18 Jan 2011 21:37:23 +0100] rev 41654
Gauge measure removed
haftmann [Tue, 18 Jan 2011 09:44:29 +0100] rev 41653
merged
haftmann [Tue, 18 Jan 2011 09:44:23 +0100] rev 41652
report mutabelle log in mira configuration
wenzelm [Mon, 17 Jan 2011 20:20:51 +0100] rev 41651
back to post-release mode;
wenzelm [Sun, 30 Jan 2011 20:47:26 +0100] rev 41650
delete .elc files unconditionally -- they cause too many incompatibilities;
wenzelm [Sun, 30 Jan 2011 18:36:35 +0100] rev 41649
Added tag Isabelle2011 for changeset 6d736d983d5c
wenzelm [Sun, 30 Jan 2011 13:02:18 +0100] rev 41648
clarified example settings for Proof General;
wenzelm [Fri, 28 Jan 2011 18:35:46 +0100] rev 41647
adhoc patches relative to ProofGeneral-4.1pre101216, which has setprefs working;
wenzelm [Fri, 28 Jan 2011 15:14:52 +0100] rev 41646
more precise stats;
wenzelm [Fri, 28 Jan 2011 14:59:48 +0100] rev 41645
some adhoc patches for ProofGeneral-4.1pre110112;
wenzelm [Fri, 28 Jan 2011 14:20:41 +0100] rev 41644
enforce STIXGeneral, which is preferred by PG 4.1;
wenzelm [Fri, 28 Jan 2011 13:19:21 +0100] rev 41643
default UTF-8 locale, to work with funny base directory (e.g. Chinese);
wenzelm [Fri, 28 Jan 2011 11:19:12 +0100] rev 41642
enforce fonts;
wenzelm [Thu, 27 Jan 2011 20:50:58 +0100] rev 41641
added option -f FONT;
wenzelm [Thu, 27 Jan 2011 20:48:53 +0100] rev 41640
Proof General 4.x interface wrapper;
wenzelm [Thu, 27 Jan 2011 20:46:20 +0100] rev 41639
old Proof General patches;
wenzelm [Thu, 27 Jan 2011 17:37:42 +0100] rev 41638
Added tag isa2011-test3 for changeset 55a45051b220
berghofe [Thu, 27 Jan 2011 16:31:03 +0100] rev 41637
Tuned definition of sdiv.
wenzelm [Thu, 27 Jan 2011 16:24:29 +0100] rev 41636
CRITICAL markup for critical poking with unsynchronized references;
berghofe [Wed, 26 Jan 2011 20:51:09 +0100] rev 41635
Replaced smod by standard mod operator to reflect actual behaviour
of the SPARK tools.
wenzelm [Thu, 27 Jan 2011 12:24:00 +0100] rev 41634
cancel document execution before editing, to improve reactivity on systems with few cores;
wenzelm [Tue, 25 Jan 2011 22:59:03 +0100] rev 41633
tuned isatest settings (for Poly/ML SVN 1278);
wenzelm [Tue, 25 Jan 2011 22:15:03 +0100] rev 41632
merged
wenzelm [Tue, 25 Jan 2011 14:06:43 +0100] rev 41631
do not restore old files on startup, which is potentially slow due to automatic rechecking;
attempt to enable thick caret for improved visibility;
wenzelm [Tue, 25 Jan 2011 21:26:25 +0100] rev 41630
singleton (sequential) execution, to avoid race conditions in theory loader state (e.g. when multiple independent theories import the same theory);
wenzelm [Tue, 25 Jan 2011 20:06:32 +0100] rev 41629
workaround for odd x86_64 problem in Poly/ML 5.4.0 (actually SVN 1151?), which causes unexpected nontermination of Isabelle/Scala document editing;
wenzelm [Mon, 24 Jan 2011 21:30:33 +0100] rev 41628
improved README -- Isabelle symbols and fonts;
wenzelm [Mon, 24 Jan 2011 15:39:42 +0100] rev 41627
delete compiled .elc files to improve portability on Linux, notably for GNU Emacs 23.1.x instead of 23.2.x;
wenzelm [Sun, 23 Jan 2011 16:29:10 +0100] rev 41626
do not overwrite proof-shell-quit-timeout by default (final PG 4.1 supposedly gets it right);
wenzelm [Sun, 23 Jan 2011 13:28:10 +0100] rev 41625
Added tag isa2011-test2 for changeset 237328506a42
berghofe [Sun, 23 Jan 2011 01:03:42 +0100] rev 41624
Documented unused_thms