blanchet [Thu, 31 Jan 2013 17:54:05 +0100] rev 51003
report (MeSh, MePo, MaSh) triple, to be able to use different filters in different slices
hoelzl [Thu, 31 Jan 2013 17:42:12 +0100] rev 51002
remove unnecessary assumption from real_normed_vector
blanchet [Thu, 31 Jan 2013 12:09:07 +0100] rev 51001
adapted to new MaSh interface
hoelzl [Thu, 31 Jan 2013 11:31:30 +0100] rev 51000
use order topology for extended reals
hoelzl [Thu, 31 Jan 2013 11:31:27 +0100] rev 50999
introduce order topology
hoelzl [Thu, 31 Jan 2013 11:31:22 +0100] rev 50998
simplify heine_borel type class
blanchet [Thu, 31 Jan 2013 11:20:12 +0100] rev 50997
compute proper weight for "p proves p" in MaSh
kuncar [Tue, 15 Jan 2013 12:13:27 +0100] rev 50996
restore code equations for List.set in RBT_Set; make Scala happy according to 7.1 in the code generator manual
nipkow [Fri, 25 Jan 2013 16:45:09 +0100] rev 50995
tuned
wenzelm [Sun, 20 Jan 2013 15:34:27 +0100] rev 50994
back to post-release mode -- after fork point;
wenzelm [Sun, 20 Jan 2013 15:26:56 +0100] rev 50993
updated for release;
wenzelm [Sun, 20 Jan 2013 14:05:37 +0100] rev 50992
merged
wenzelm [Sun, 20 Jan 2013 14:00:05 +0100] rev 50991
misc tuning for release;
wenzelm [Sun, 20 Jan 2013 13:59:13 +0100] rev 50990
tuned;
wenzelm [Sun, 20 Jan 2013 13:55:15 +0100] rev 50989
accomodate scala-2.9.2;
wenzelm [Sat, 19 Jan 2013 22:18:35 +0100] rev 50988
afford parallel proof terms;
wenzelm [Sat, 19 Jan 2013 22:17:26 +0100] rev 50987
always close derivation at the bottom of forked proofs (despite increased non-determinism of proof terms) -- improve parallel performance by avoiding dynamic dependency within large Isar proofs, e.g. Slicing/JinjaVM/SemanticsWF.thy in AFP/bf9b14cbc707;
nipkow [Sat, 19 Jan 2013 21:05:05 +0100] rev 50986
simplified proofs
blanchet [Sat, 19 Jan 2013 17:42:12 +0100] rev 50985
tuning
wenzelm [Sat, 19 Jan 2013 12:53:13 +0100] rev 50984
misc cleanup;
wenzelm [Sat, 19 Jan 2013 00:00:29 +0100] rev 50983
tuned signature;
wenzelm [Fri, 18 Jan 2013 23:33:17 +0100] rev 50982
use inlined session name as title for charts;
tuned signature;
wenzelm [Fri, 18 Jan 2013 22:38:34 +0100] rev 50981
tuned signature;
wenzelm [Fri, 18 Jan 2013 22:31:57 +0100] rev 50980
charts for future task runtime statistics;
wenzelm [Fri, 18 Jan 2013 20:31:22 +0100] rev 50979
merged
wenzelm [Fri, 18 Jan 2013 20:24:51 +0100] rev 50978
more uniform permissions;
wenzelm [Fri, 18 Jan 2013 20:16:47 +0100] rev 50977
more generous C stack size as in Linux and Mac OS X, to reduce chance of Cygwin-specific crashes;
more generous initial C heap within VM;
proper executable;
wenzelm [Fri, 18 Jan 2013 18:46:52 +0100] rev 50976
tuned proof -- much faster;
wenzelm [Fri, 18 Jan 2013 17:51:50 +0100] rev 50975
more systematic task statistics;
wenzelm [Fri, 18 Jan 2013 16:20:09 +0100] rev 50974
added "tasks_proof" statistics, via slighly odd global reference Future.forked_proofs (NB: Future.report_status is intertwined with scheduler thread);