src/Pure/Thy/thy_info.ML
Fri, 06 Mar 2009 22:47:32 +0100 wenzelm schedule_seq: handle after_load errors as in schedule_futures;
Sat, 10 Jan 2009 23:56:11 +0100 wenzelm schedule_futures: save memory for non-parallel proofs, by applying after_load as soon as possible here;
Sat, 10 Jan 2009 16:58:56 +0100 wenzelm remove_thy: perform PureThy.cancel_proofs;
Sat, 10 Jan 2009 13:11:56 +0100 wenzelm schedule_futures: tuned final consolidation, explicit after_load phase;
Sat, 10 Jan 2009 00:25:31 +0100 wenzelm use_thys: perform consolidate_thy on loaded theories, which removes failed nodes in post-hoc fashion;
Tue, 16 Dec 2008 12:13:53 +0100 wenzelm removed old scheduler;
Fri, 12 Dec 2008 12:14:02 +0100 wenzelm future proofs: more robust check via Future.enabled;
Sat, 06 Dec 2008 00:04:44 +0100 wenzelm improved future_schedule: more robust handling of failed parents (explicit join), final join of all futures, including Exn.release_all;
Thu, 04 Dec 2008 23:46:20 +0100 wenzelm refined Future.fork interfaces, no longer export Future.future;
Thu, 04 Dec 2008 23:02:46 +0100 wenzelm future_scheduler: no global task group, exceptions via collective join;
Tue, 18 Nov 2008 18:25:59 +0100 wenzelm force_proofs after cumulative use_thys;
Tue, 18 Nov 2008 00:11:06 +0100 wenzelm finish: force proofs;
Wed, 08 Oct 2008 20:21:35 +0200 wenzelm Future.joint_results is already uninterruptible;
Wed, 01 Oct 2008 18:16:10 +0200 wenzelm future_schedule: back to one group for all loader tasks;
Wed, 01 Oct 2008 12:00:05 +0200 wenzelm more robust treatment of Interrupt (cf. exn.ML);
Tue, 30 Sep 2008 22:02:55 +0200 wenzelm schedule_tasks: single theory is loaded concurrently as well (cf. concurrent Toplevel.excursion);
Thu, 25 Sep 2008 20:34:21 +0200 wenzelm moved future_scheduler flag to skip_proof.ML;
Fri, 19 Sep 2008 21:22:31 +0200 wenzelm future tasks: support boolean priorities (true = high, false = low/irrelevant);
Thu, 18 Sep 2008 19:39:49 +0200 wenzelm begin_theory: Theory.checkpoint for immediate uses ensures that ML evaluation always starts with non-draft @{theory};
Wed, 10 Sep 2008 22:29:36 +0200 wenzelm future_schedule: uninterruptible join;
Wed, 10 Sep 2008 21:50:32 +0200 wenzelm added future_scheduler (default false);
Thu, 04 Sep 2008 16:03:49 +0200 wenzelm moved Multithreading.task/schedule to Concurrent/schedule.ML
Tue, 12 Aug 2008 21:28:05 +0200 wenzelm load_thy: removed obsolete dir argument;
Mon, 14 Jul 2008 17:51:48 +0200 wenzelm end_theory: no result;
Tue, 08 Jul 2008 17:52:28 +0200 wenzelm moved and renamed IsarCmd.kill_theory to ThyInfo.kill_thy;
Tue, 24 Jun 2008 19:43:21 +0200 wenzelm moved concrete antiquotations to ml_antiquote.ML;
Sat, 24 May 2008 20:12:17 +0200 wenzelm exported master_directory;
Wed, 14 May 2008 11:05:08 +0200 wenzelm renamed Position.path to Path.position;
Thu, 10 Apr 2008 14:53:30 +0200 wenzelm export get_names (formerly names);
Sat, 29 Mar 2008 19:14:16 +0100 wenzelm added exec_file;
Fri, 28 Mar 2008 00:02:54 +0100 wenzelm reorganized signature of ML_Context;
Thu, 27 Mar 2008 14:41:10 +0100 wenzelm renamed ML_Context.the_context to ML_Context.the_global_context;
Wed, 26 Mar 2008 22:40:07 +0100 wenzelm adapted to Context.thread_data interface;
Sun, 27 Jan 2008 22:21:37 +0100 wenzelm use_thy: do not set implicit ML context anymore;
Wed, 02 Jan 2008 16:32:53 +0100 wenzelm added Multithreading.max_threads_value, which maps a value of 0 to number of CPUs;
Thu, 20 Dec 2007 21:12:03 +0100 wenzelm scheduling/next_task: PrintMode.closure;
Sun, 14 Oct 2007 16:13:46 +0200 wenzelm require_thy: read_text *after* checking parents
Fri, 12 Oct 2007 21:37:00 +0200 wenzelm added generic provide_file;
Mon, 24 Sep 2007 21:07:41 +0200 wenzelm added @{theory_ref};
Sat, 08 Sep 2007 19:58:39 +0200 wenzelm export is_finished;
Fri, 17 Aug 2007 23:10:46 +0200 wenzelm removed obsolete touch_all_thys;
Fri, 17 Aug 2007 17:49:33 +0200 wenzelm check_deps: ensure that theory is actually present, not just update_time > 1;
Sun, 12 Aug 2007 14:14:24 +0200 wenzelm made SML/NJ happy;
Sat, 11 Aug 2007 17:50:23 +0200 wenzelm schedule_tasks: alphabetical order for equivalent tasks;
Thu, 09 Aug 2007 23:53:51 +0200 wenzelm schedule: misc cleanup, more precise task model;
Wed, 08 Aug 2007 23:07:50 +0200 wenzelm discontinued attached ML files;
Wed, 08 Aug 2007 20:48:08 +0200 wenzelm check_deps: really do reload the master text if required;
Tue, 07 Aug 2007 20:19:51 +0200 wenzelm theory loader: removed obsolete update_thy (coincides with use_thy);
Fri, 03 Aug 2007 22:33:10 +0200 wenzelm replaced outdated flag by update_time (multithreading-safe presentation order);
Thu, 02 Aug 2007 21:45:07 +0200 wenzelm added int type constraints to accomodate hacked SML/NJ;
Tue, 31 Jul 2007 19:40:28 +0200 wenzelm register_thy: more sanity checks;
Tue, 31 Jul 2007 00:56:34 +0200 wenzelm added register_thy (replaces pretend_use_thy_only and really flag);
Mon, 30 Jul 2007 11:12:28 +0200 wenzelm marked some CRITICAL sections;
Sun, 29 Jul 2007 22:42:02 +0200 wenzelm deps: keep thy source text, avoid reloading;
Sun, 29 Jul 2007 16:00:06 +0200 wenzelm removed obsolete Output.ML_errors/toplevel_errors;
Wed, 25 Jul 2007 17:05:50 +0200 wenzelm require_thy/schedule: improved task graph, actually observe dependencies on running tasks;
Tue, 24 Jul 2007 22:53:49 +0200 wenzelm require_thy: tuned tasks graph, removed visited;
Tue, 24 Jul 2007 19:44:39 +0200 wenzelm require_thy: explicit tasks graph;
Mon, 23 Jul 2007 19:45:46 +0200 wenzelm marked some CRITICAL sections;
Sun, 22 Jul 2007 21:20:55 +0200 wenzelm added simultaneous use_thys;
Sun, 22 Jul 2007 13:53:52 +0200 wenzelm begin_theory: simplified interface, keep thy info empty until end_theory;
Sat, 21 Jul 2007 17:40:40 +0200 wenzelm deps: maintain source specification of parents (prevents repeated ThyLoad.deps_thy);
Fri, 20 Jul 2007 17:54:17 +0200 wenzelm simplified ThyLoad interfaces: only one additional directory;
Thu, 19 Jul 2007 23:18:58 +0200 wenzelm removed obsolete use/update_thy_only;
Tue, 30 Jan 2007 13:16:58 +0100 aspinall Add get_succs
Sun, 21 Jan 2007 16:46:40 +0100 wenzelm *** MESSAGE REFERS TO PREVIOUS VERSION ***
Sun, 21 Jan 2007 16:43:47 +0100 wenzelm tuned comments
Sat, 20 Jan 2007 14:09:22 +0100 wenzelm added @{theory};
Fri, 19 Jan 2007 22:08:02 +0100 wenzelm moved ML context stuff to from Context to ML_Context;
Fri, 19 Jan 2007 13:09:33 +0100 wenzelm adapted ML context operations;
Fri, 15 Dec 2006 00:08:06 +0100 wenzelm avoid conflict with Alice keywords: renamed pack -> implode, unpack -> explode, any -> many, avoided assert;
Thu, 21 Sep 2006 19:04:20 +0200 wenzelm member (op =);
Tue, 02 May 2006 20:42:43 +0200 wenzelm added the_theory;
Thu, 27 Apr 2006 15:06:35 +0200 wenzelm tuned basic list operators (flat, maps, map_filter);
Wed, 26 Apr 2006 22:38:05 +0200 wenzelm tuned;
Tue, 21 Mar 2006 12:18:15 +0100 wenzelm avoid polymorphic equality;
Thu, 19 Jan 2006 21:22:26 +0100 wenzelm use/use_thy: Output.toplevel_errors;
Sat, 14 Jan 2006 17:14:06 +0100 wenzelm sane ERROR handling;
Tue, 04 Oct 2005 19:01:37 +0200 wenzelm minor tweaks for Poplog/ML;
Tue, 13 Sep 2005 22:19:50 +0200 wenzelm begin_theory: tuned interface, check uses;
Wed, 31 Aug 2005 09:37:12 +0200 haftmann introduced AList.*
Mon, 20 Jun 2005 22:14:19 +0200 wenzelm Theory.begin/end_theory;
Fri, 17 Jun 2005 18:33:39 +0200 wenzelm removed obsolete theory_of_sign, theory_of_thm;
Mon, 23 May 2005 14:56:37 +0200 wenzelm tuned pretty_sg;
Thu, 21 Apr 2005 22:02:06 +0200 wenzelm superceded by Pure.thy and CPure.thy;
Sat, 26 Mar 2005 18:20:29 +0100 paulson new display of theory stamps
Thu, 03 Mar 2005 12:43:01 +0100 skalberg Move towards standard functions.
Sun, 13 Feb 2005 17:15:14 +0100 skalberg Deleted Library.option type.
Mon, 23 Aug 2004 18:33:55 +0200 berghofe Fixed several bugs related to path specifications in theory names.
Mon, 19 Jul 2004 18:21:26 +0200 berghofe Some changes to allow qualified theory import.
Mon, 21 Jun 2004 10:25:57 +0200 kleing Merged in license change from Isabelle2004
Sat, 29 May 2004 15:01:36 +0200 wenzelm Output.timing;
Fri, 21 May 2004 21:18:48 +0200 wenzelm Graph.minimals;
Sun, 17 Sep 2000 22:22:11 +0200 wenzelm begin_theory: removed message;
Wed, 13 Sep 2000 22:32:15 +0200 wenzelm begin_theory: priority message to gain some robustness in sync communication;
Sun, 03 Sep 2000 20:04:43 +0200 wenzelm added pretend_use_thy_only;
Fri, 01 Sep 2000 00:34:07 +0200 wenzelm replaced writeln by priority;
Tue, 01 Aug 2000 13:43:22 +0200 wenzelm tuned msg;
Thu, 27 Jul 2000 18:25:01 +0200 wenzelm begin_theory: store *copy* of initial theory;
Sun, 23 Jul 2000 12:10:41 +0200 wenzelm get_names: topologically sorted;
Thu, 13 Jul 2000 23:26:08 +0200 wenzelm tuned cycle_msg;
Thu, 13 Jul 2000 23:20:14 +0200 wenzelm tuned;
Sun, 25 Jun 2000 23:56:16 +0200 wenzelm use Library.change;
Sun, 04 Jun 2000 21:54:58 +0200 wenzelm do not setmp Library.timing;
Tue, 30 May 2000 16:03:09 +0200 wenzelm global timing flag;
Fri, 05 May 2000 22:00:17 +0200 wenzelm GPLed;
Wed, 27 Oct 1999 17:25:36 +0200 wenzelm quiet_update_thy: ml flag;
Tue, 26 Oct 1999 22:37:34 +0200 wenzelm improved ml handling;
Tue, 26 Oct 1999 19:04:55 +0200 wenzelm added check_known_thy, if_known_thy;
Thu, 21 Oct 1999 19:00:01 +0200 wenzelm added known_thy;
Wed, 20 Oct 1999 15:50:51 +0200 wenzelm remove_thy: warn unknown theory (rather than error);
Mon, 04 Oct 1999 12:22:14 +0200 wenzelm fixed lookup_theory;
Thu, 23 Sep 1999 18:42:28 +0200 wenzelm improved cycle error;
Thu, 19 Aug 1999 16:33:36 +0200 wenzelm lookup_theory;
Wed, 18 Aug 1999 20:42:09 +0200 wenzelm deps: include 'really' flag;
Tue, 17 Aug 1999 22:22:36 +0200 wenzelm may_load_file;
Mon, 16 Aug 1999 22:04:07 +0200 wenzelm tuned msg;
Mon, 16 Aug 1999 16:44:24 +0200 wenzelm fixed thy_only;
Fri, 06 Aug 1999 22:32:27 +0200 wenzelm added pretend_use;
Tue, 27 Jul 1999 21:55:19 +0200 wenzelm added update_thy_only;
less more (0) -120 tip