Fri, 05 Dec 2008 18:42:37 +0100 removed Table.extend, NameSpace.extend_table
haftmann [Fri, 05 Dec 2008 18:42:37 +0100] rev 29004
removed Table.extend, NameSpace.extend_table
Sat, 06 Dec 2008 00:09:01 +0100 renamed force_proof to join_proof;
wenzelm [Sat, 06 Dec 2008 00:09:01 +0100] rev 29003
renamed force_proof to join_proof;
Sat, 06 Dec 2008 00:08:32 +0100 renamed force_proofs to join_proofs;
wenzelm [Sat, 06 Dec 2008 00:08:32 +0100] rev 29002
renamed force_proofs to join_proofs;
Sat, 06 Dec 2008 00:08:07 +0100 finish_thy: to not collapse checkpoints -- allows future proofs to be deferred indefinitely (performance tradeoff: 5-15% slowdown in sequential batch jobs);
wenzelm [Sat, 06 Dec 2008 00:08:07 +0100] rev 29001
finish_thy: to not collapse checkpoints -- allows future proofs to be deferred indefinitely (performance tradeoff: 5-15% slowdown in sequential batch jobs);
Sat, 06 Dec 2008 00:04:44 +0100 improved future_schedule: more robust handling of failed parents (explicit join), final join of all futures, including Exn.release_all;
wenzelm [Sat, 06 Dec 2008 00:04:44 +0100] rev 29000
improved future_schedule: more robust handling of failed parents (explicit join), final join of all futures, including Exn.release_all;
Sat, 06 Dec 2008 00:03:28 +0100 excursion: improve parallelism by not joining proofs here (depends on persistent checkpoints);
wenzelm [Sat, 06 Dec 2008 00:03:28 +0100] rev 28999
excursion: improve parallelism by not joining proofs here (depends on persistent checkpoints);
Sat, 06 Dec 2008 00:02:11 +0100 added new_task;
wenzelm [Sat, 06 Dec 2008 00:02:11 +0100] rev 28998
added new_task;
Sat, 06 Dec 2008 00:01:57 +0100 added constant value;
wenzelm [Sat, 06 Dec 2008 00:01:57 +0100] rev 28997
added constant value;
Fri, 05 Dec 2008 20:38:40 +0100 refined type deriv: replaced all_promises by max_promise (dependency limit) and open_promises (potentially unfinished/failed promises);
wenzelm [Fri, 05 Dec 2008 20:38:40 +0100] rev 28996
refined type deriv: replaced all_promises by max_promise (dependency limit) and open_promises (potentially unfinished/failed promises); name_thm: actually maintain max_promise/open_promises here (!), reduce open_promises as far as possible; tuned;
Fri, 05 Dec 2008 18:15:52 +0100 uniform treatment of ISABELLE_HOME/contrib vs. ISABELLE_HOME/..;
wenzelm [Fri, 05 Dec 2008 18:15:52 +0100] rev 28995
uniform treatment of ISABELLE_HOME/contrib vs. ISABELLE_HOME/..;
Fri, 05 Dec 2008 11:42:27 +0100 Merged.
ballarin [Fri, 05 Dec 2008 11:42:27 +0100] rev 28994
Merged.
Fri, 05 Dec 2008 11:26:07 +0100 Interpretation in theories including interaction with subclass relation.
ballarin [Fri, 05 Dec 2008 11:26:07 +0100] rev 28993
Interpretation in theories including interaction with subclass relation.
Fri, 05 Dec 2008 08:05:14 +0100 merged
haftmann [Fri, 05 Dec 2008 08:05:14 +0100] rev 28992
merged
Fri, 05 Dec 2008 08:04:53 +0100 dropped NameSpace.declare_base
haftmann [Fri, 05 Dec 2008 08:04:53 +0100] rev 28991
dropped NameSpace.declare_base
Thu, 04 Dec 2008 18:37:46 -0800 fix proofs
huffman [Thu, 04 Dec 2008 18:37:46 -0800] rev 28990
fix proofs
Thu, 04 Dec 2008 16:44:37 -0800 merged.
huffman [Thu, 04 Dec 2008 16:44:37 -0800] rev 28989
merged.
Thu, 04 Dec 2008 16:28:09 -0800 revert to using eq_number_of_eq for simplification (Groebner_Examples.thy was broken)
huffman [Thu, 04 Dec 2008 16:28:09 -0800] rev 28988
revert to using eq_number_of_eq for simplification (Groebner_Examples.thy was broken)
Thu, 04 Dec 2008 16:05:45 -0800 remove duplicated lemmas
huffman [Thu, 04 Dec 2008 16:05:45 -0800] rev 28987
remove duplicated lemmas
Thu, 04 Dec 2008 13:30:09 -0800 include iszero_simps in lemmas comp_arith
huffman [Thu, 04 Dec 2008 13:30:09 -0800] rev 28986
include iszero_simps in lemmas comp_arith
Thu, 04 Dec 2008 12:32:38 -0800 add named lemma lists: neg_simps and iszero_simps
huffman [Thu, 04 Dec 2008 12:32:38 -0800] rev 28985
add named lemma lists: neg_simps and iszero_simps
Thu, 04 Dec 2008 11:14:24 -0800 change arith_special simps to avoid using neg
huffman [Thu, 04 Dec 2008 11:14:24 -0800] rev 28984
change arith_special simps to avoid using neg
Fri, 05 Dec 2008 11:35:07 +1100 merged
kleing [Fri, 05 Dec 2008 11:35:07 +1100] rev 28983
merged
Fri, 05 Dec 2008 11:33:03 +1100 run test for sunbroy2 on /tmp,
kleing [Fri, 05 Dec 2008 11:33:03 +1100] rev 28982
run test for sunbroy2 on /tmp, be careful about removing old test dir
Fri, 05 Dec 2008 00:23:37 +0100 merged
wenzelm [Fri, 05 Dec 2008 00:23:37 +0100] rev 28981
merged
Thu, 04 Dec 2008 23:46:20 +0100 refined Future.fork interfaces, no longer export Future.future;
wenzelm [Thu, 04 Dec 2008 23:46:20 +0100] rev 28980
refined Future.fork interfaces, no longer export Future.future;
Thu, 04 Dec 2008 23:46:20 +0100 fork/map: no inheritance of group (structure is nested, not parallel);
wenzelm [Thu, 04 Dec 2008 23:46:20 +0100] rev 28979
fork/map: no inheritance of group (structure is nested, not parallel); removed group thread_data; refined Future.fork interfaces, no longer export Future.future;
Thu, 04 Dec 2008 23:02:56 +0100 future proofs: pass actual futures to facilitate composite computations;
wenzelm [Thu, 04 Dec 2008 23:02:56 +0100] rev 28978
future proofs: pass actual futures to facilitate composite computations; removed join_futures -- superceded by higher-level PureThy.force_proofs;
Thu, 04 Dec 2008 23:02:52 +0100 renamed type Lazy.T to lazy;
wenzelm [Thu, 04 Dec 2008 23:02:52 +0100] rev 28977
renamed type Lazy.T to lazy; force_proofs: original order;
Thu, 04 Dec 2008 23:02:46 +0100 future_scheduler: no global task group, exceptions via collective join;
wenzelm [Thu, 04 Dec 2008 23:02:46 +0100] rev 28976
future_scheduler: no global task group, exceptions via collective join; finish: removed PureThy.force_proofs, back to old version;
Thu, 04 Dec 2008 23:01:11 +0100 renamed type Lazy.T to lazy;
wenzelm [Thu, 04 Dec 2008 23:01:11 +0100] rev 28975
renamed type Lazy.T to lazy; renamed type Future.T to future;
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip