wenzelm [Sun, 11 Jan 2009 16:56:59 +0100] rev 29446
merged
wenzelm [Sun, 11 Jan 2009 14:23:54 +0100] rev 29445
merged
wenzelm [Sun, 11 Jan 2009 16:41:48 +0100] rev 29444
less ambitious ML_OPTIONS;
wenzelm [Sun, 11 Jan 2009 14:22:34 +0100] rev 29443
merged
haftmann [Sun, 11 Jan 2009 14:18:32 +0100] rev 29442
merged
haftmann [Sun, 11 Jan 2009 14:18:17 +0100] rev 29441
explicit bookkeeping of intro rules and axiom
haftmann [Sun, 11 Jan 2009 14:18:16 +0100] rev 29440
stripped Id
haftmann [Sun, 11 Jan 2009 14:18:16 +0100] rev 29439
construct explicit class morphism
wenzelm [Sun, 11 Jan 2009 13:48:11 +0100] rev 29438
less ambitious ML_OPTIONS;
wenzelm [Sat, 10 Jan 2009 23:56:11 +0100] rev 29437
schedule_futures: save memory for non-parallel proofs, by applying after_load as soon as possible here;
wenzelm [Sat, 10 Jan 2009 21:47:02 +0100] rev 29436
future_result: avoid expensive norm_proof (consider usedir option -Q false in low-memory situations);
wenzelm [Sat, 10 Jan 2009 21:32:30 +0100] rev 29435
added parallel_proofs flag (default true, cf. usedir option -Q), which can be disabled in low-memory situations;
wenzelm [Sat, 10 Jan 2009 16:58:56 +0100] rev 29434
remove_thy: perform PureThy.cancel_proofs;
schedule_futures: PureThy.join_proofs before after_load -- achieves parallel error messages;
wenzelm [Sat, 10 Jan 2009 16:55:46 +0100] rev 29433
added cancel_proofs, based on task groups of "entered" proofs;
wenzelm [Sat, 10 Jan 2009 16:54:55 +0100] rev 29432
added pending_groups -- accumulates task groups of local derivations only;
wenzelm [Sat, 10 Jan 2009 16:53:12 +0100] rev 29431
added cancel_group;
wenzelm [Sat, 10 Jan 2009 16:00:34 +0100] rev 29430
merged
wenzelm [Sat, 10 Jan 2009 13:11:56 +0100] rev 29429
schedule_futures: tuned final consolidation, explicit after_load phase;
wenzelm [Sat, 10 Jan 2009 13:10:38 +0100] rev 29428
load_thy: explicit after_load phase for presentation;
wenzelm [Sat, 10 Jan 2009 13:10:07 +0100] rev 29427
excursion: commit_exit internally -- checkpoints are fully persistent now;
excursion: do not force intermediate result states yet -- great performance improvement;
wenzelm [Sat, 10 Jan 2009 15:55:19 +0100] rev 29426
slightly more robust matching of session name;
wenzelm [Sat, 10 Jan 2009 01:28:31 +0100] rev 29425
merged
wenzelm [Sat, 10 Jan 2009 01:06:32 +0100] rev 29424
fixed proof involving dvd;
wenzelm [Sat, 10 Jan 2009 01:28:18 +0100] rev 29423
tuned;