src/Pure/Tools/build.ML
Sat, 11 Jul 2020 16:58:38 +0200 wenzelm clarified messages;
Sat, 11 Jul 2020 15:23:22 +0200 wenzelm clarified inlined protocol messages;
Sat, 11 Jul 2020 14:44:50 +0200 wenzelm removed unused property;
Wed, 08 Jul 2020 14:43:02 +0200 wenzelm more robust protocol for "Timing ..." messages, notably for pide_session=true;
Sun, 24 May 2020 21:01:51 +0200 wenzelm proper stack_limit;
Sun, 24 May 2020 14:47:28 +0200 wenzelm asynchronous build_session: notably for Scala.fulfill protocol commands during run;
Sun, 24 May 2020 14:15:44 +0200 wenzelm clarified build_session protocol;
Sun, 24 May 2020 13:39:45 +0200 wenzelm clarified signature;
Sun, 24 May 2020 12:38:41 +0200 wenzelm more robust: explicit check for PIDE session;
Sun, 24 May 2020 10:36:42 +0200 wenzelm tuned signature;
Fri, 03 Apr 2020 11:22:51 +0200 wenzelm tuned signature;
Thu, 02 Apr 2020 20:06:43 +0200 wenzelm proper treatment of protocol exceptions and prover termination: avoid session.stop while saving image;
Thu, 02 Apr 2020 12:49:53 +0200 wenzelm clarified signature: more direct Isabelle_Process.EXIT;
Mon, 30 Mar 2020 19:39:11 +0200 wenzelm more accurate treatment of errors;
Sun, 29 Mar 2020 21:32:20 +0200 wenzelm tuned signature -- follow Scala;
Sun, 29 Mar 2020 13:25:59 +0200 wenzelm clarified protocol messages: explicitly use physical_writeln, always encode_lines;
Sun, 29 Mar 2020 12:30:27 +0200 wenzelm tuned;
Sat, 28 Mar 2020 19:53:01 +0100 wenzelm tuned;
Sat, 28 Mar 2020 19:11:59 +0100 wenzelm eliminated pointless flag (see also 6533ceee4cd7);
Sat, 02 Nov 2019 12:02:27 +0100 wenzelm more scalable protocol_message: use XML.body directly (Output.output hook is not required);
Sat, 19 Oct 2019 11:33:36 +0200 wenzelm proper protocol_message for bootstrap proofs;
Mon, 16 Sep 2019 16:00:10 +0200 wenzelm find theories via session directories only -- ignore known_theories;
Thu, 12 Sep 2019 13:33:09 +0200 wenzelm find theory files via session structure: much faster Prover IDE startup;
Wed, 30 Jan 2019 13:25:33 +0100 wenzelm discontinued obsolete option "checkpoint";
Tue, 26 Jun 2018 18:44:51 +0200 wenzelm tuned signature;
Sun, 20 May 2018 15:05:17 +0200 wenzelm tuned;
Wed, 16 May 2018 21:36:59 +0200 wenzelm avoid race condition wrt. ISABELLE_TMP, which is removed in Bash.cleanup() before Bash.result(progress_stdout);
Mon, 14 May 2018 10:58:14 +0200 wenzelm clarified signature: more explicit type "context" with full options;
Fri, 11 May 2018 19:57:49 +0200 wenzelm more scalable -- avoid huge lines within stdout;
Sat, 05 May 2018 22:33:35 +0200 wenzelm protocol message for export of theory resources;
Tue, 23 Jan 2018 19:25:39 +0100 wenzelm treat sessions as entities with defining position;
Fri, 19 Jan 2018 14:55:46 +0100 wenzelm formal treatment of documentation names;
Fri, 29 Dec 2017 17:40:57 +0100 wenzelm formal check of @{cite} bibtex entries -- only in batch-mode session builds;
Sat, 16 Dec 2017 21:53:07 +0100 wenzelm added document antiquotation @{session name};
Mon, 16 Oct 2017 14:32:09 +0200 wenzelm provide theory timing information, similar to command timing but always considered relevant;
Thu, 28 Sep 2017 15:11:32 +0200 wenzelm session-qualified theory names are mandatory;
Fri, 09 Jun 2017 14:25:00 +0200 wenzelm avoid markup, for the sake of Build_Log.Log_File.parse_props;
Sat, 27 May 2017 13:20:35 +0200 wenzelm clarified build errors;
Fri, 26 May 2017 19:39:02 +0200 wenzelm tuned;
Fri, 26 May 2017 15:19:21 +0200 wenzelm store errors in build db;
Fri, 21 Apr 2017 14:09:03 +0200 wenzelm eliminated default_qualifier: just a constant;
Wed, 19 Apr 2017 20:10:34 +0200 wenzelm more position information;
Thu, 13 Apr 2017 12:39:36 +0200 wenzelm clarified init_session_base / finish_session_base: retain some information for plain "isabelle process", without rechecking dependencies as in "isabelle console";
Mon, 10 Apr 2017 16:43:12 +0200 wenzelm proper import qualifier for global theories;
Sat, 08 Apr 2017 22:36:32 +0200 wenzelm more qualifier treatment, but in the end it is still ignored;
Sat, 08 Apr 2017 21:28:19 +0200 wenzelm provide Resources.import_name in ML, similar to Scala version;
Sat, 08 Apr 2017 20:56:41 +0200 wenzelm more session_base information in ML;
Fri, 07 Apr 2017 19:35:39 +0200 wenzelm provide session base for "isabelle build" and "isabelle console" ML process;
Sun, 19 Mar 2017 11:56:56 +0100 wenzelm eliminated somewhat redundant inlined name (despite a7aa17a1f721);
Sat, 18 Mar 2017 20:51:42 +0100 wenzelm more realistic PIDE build session;
Sat, 18 Mar 2017 16:15:37 +0100 wenzelm more explicit build_session args;
Sat, 18 Mar 2017 14:30:03 +0100 wenzelm avoid compiler warning;
Mon, 27 Feb 2017 16:29:52 +0100 wenzelm absent timing information means zero, according to 0070053570c4, f235646b1b73;
Sun, 18 Dec 2016 15:53:27 +0100 wenzelm dummy fork to produce ML_statistics even in sequential mode (e.g. for heap size);
Wed, 19 Oct 2016 14:42:28 +0200 wenzelm added system option "profiling";
Thu, 08 Sep 2016 18:18:57 +0200 wenzelm option "checkpoint" helps to fine-tune global heap space management;
Sat, 09 Apr 2016 16:16:05 +0200 wenzelm shared output primitives of physical/virtual Pure;
Sat, 09 Apr 2016 14:17:50 +0200 wenzelm tuned signature;
Wed, 06 Apr 2016 11:44:34 +0200 wenzelm clarified bootstrap;
Sat, 02 Apr 2016 23:29:05 +0200 wenzelm prefer infix operations;
Fri, 01 Apr 2016 17:00:18 +0200 wenzelm less bulky timing information, e.g. HOL 56913 ~> 672;
Sat, 26 Mar 2016 14:27:58 +0100 wenzelm obsolete -- done in Isabelle_Process.init_options;
Sat, 26 Mar 2016 14:14:23 +0100 wenzelm clarified use of options;
Sat, 26 Mar 2016 13:41:14 +0100 wenzelm tuned signature;
Fri, 18 Mar 2016 17:11:30 +0100 wenzelm clarified modules;
Tue, 15 Mar 2016 16:23:27 +0100 wenzelm ML save_state under control of Isabelle/Scala;
Sat, 12 Mar 2016 20:17:37 +0100 wenzelm clarified session build options: already provided by ML_Process;
Mon, 29 Feb 2016 16:25:51 +0100 wenzelm redundant -- already part of Session.finish;
Mon, 29 Feb 2016 16:12:47 +0100 wenzelm save heap more directly;
Sat, 10 Oct 2015 16:21:34 +0200 wenzelm more explicit HTML.symbols;
Fri, 09 Oct 2015 19:25:13 +0200 wenzelm output HTML text according to Isabelle/Scala Symbol.Interpretation;
Sun, 25 Jan 2015 22:11:06 +0100 wenzelm discontinued obsolete option "document_graph";
Sun, 25 Jan 2015 21:46:21 +0100 wenzelm provide session_graph.pdf via Isabelle/Scala;
Thu, 15 Jan 2015 12:54:08 +0100 wenzelm more informative build_theories_result: cumulative Runtime.exn_message;
Thu, 15 Jan 2015 11:39:58 +0100 wenzelm tuned;
Wed, 14 Jan 2015 16:27:19 +0100 wenzelm clarified build_theories: proper protocol handler;
Wed, 14 Jan 2015 14:28:52 +0100 wenzelm clarified build_theories;
Tue, 13 Jan 2015 21:46:09 +0100 wenzelm some support for PIDE batch session;
Mon, 22 Dec 2014 16:44:24 +0100 wenzelm system option "pretty_margin" is superseded by "thy_output_margin";
Thu, 18 Dec 2014 21:10:39 +0100 wenzelm suppress irrelevant timing messages (the majority);
Wed, 26 Nov 2014 20:05:34 +0100 wenzelm renamed "pairself" to "apply2", in accordance to @{apply 2};
Fri, 07 Nov 2014 16:36:55 +0100 wenzelm plain value Keywords.keywords, which might be used outside theory for bootstrap purposes;
Fri, 31 Oct 2014 18:56:59 +0100 wenzelm discontinued pointless option: timing is always on (overall theory only);
Tue, 22 Apr 2014 12:30:54 +0200 wenzelm tuned;
Thu, 17 Apr 2014 12:03:15 +0200 wenzelm tuned comments;
Thu, 17 Apr 2014 11:42:36 +0200 wenzelm tuned;
Thu, 17 Apr 2014 11:29:15 +0200 wenzelm tuned;
Fri, 11 Apr 2014 11:52:28 +0200 wenzelm explicit 'document_files' in session ROOT specifications;
Thu, 10 Apr 2014 18:13:44 +0200 wenzelm removed obsolete doc_dump option (see also 892061142ba6);
Thu, 13 Feb 2014 12:09:51 +0100 wenzelm explicit indication that redefining outer syntax commands is not supposed to happen -- NB: interactive mode requires global change of syntax;
Mon, 10 Feb 2014 22:39:04 +0100 wenzelm seal system channels at end of Pure bootstrap -- Isabelle/Scala provides official interfaces;
Wed, 11 Dec 2013 18:02:22 +0100 wenzelm support for polml-5.5.2;
Sat, 16 Nov 2013 22:17:45 +0100 wenzelm prefer explicit "document" flag -- eliminated stateful Present.no_document;
Mon, 26 Aug 2013 21:56:08 +0200 wenzelm added SHA1 library integrity test, which is invoked at compile time and Isabelle_Process run-time;
Fri, 02 Aug 2013 20:47:02 +0200 wenzelm tuned signature;
Fri, 19 Jul 2013 17:58:57 +0200 wenzelm just one option "skip_proofs", without direct access within the editor (it makes document processing stateful without strong reasons -- monotonic updates already handle goal forks smoothly);
Sun, 30 Jun 2013 12:30:02 +0200 wenzelm discontinued system option "proofs" -- global state of Proofterm.proofs is persistently compiled into HOL-Proofs image;
Sun, 30 Jun 2013 11:37:34 +0200 wenzelm backout dedd7952a62c: static "proofs" value within theory prevents later inferencing with different configuration;
Thu, 27 Jun 2013 23:17:26 +0200 wenzelm manage option "proofs" within theory context -- with minor overhead for primitive inferences;
Tue, 21 May 2013 17:55:28 +0200 wenzelm proper options;
Fri, 17 May 2013 20:41:45 +0200 wenzelm proper option quick_and_dirty;
Fri, 17 May 2013 18:19:42 +0200 wenzelm discontinued obsolete isabelle usedir, mkdir, make;
Thu, 16 May 2013 20:50:01 +0200 wenzelm some system options as context-sensitive config options;
Sun, 12 May 2013 20:25:45 +0200 wenzelm some system options as context-sensitive config options;
Sun, 12 May 2013 15:05:15 +0200 wenzelm full default options for Isabelle_Process and Build;
Tue, 09 Apr 2013 21:22:15 +0200 wenzelm add command timings (like document command status);
Tue, 09 Apr 2013 20:16:52 +0200 wenzelm just one timing protocol function, with 3 implementations: TTY/PG, PIDE/document, build;
Tue, 09 Apr 2013 15:59:02 +0200 wenzelm clarified protocol_message undefinedness;
Wed, 27 Mar 2013 16:38:25 +0100 wenzelm more ambitious Goal.skip_proofs: covers Goal.prove forms as well, and do not insist in quick_and_dirty (for the sake of Isabelle/jEdit);
Wed, 13 Mar 2013 21:25:08 +0100 wenzelm clarified parallel_subproofs_saturation (blind guess) vs. parallel_subproofs_threshold (precient timing estimate);
Tue, 12 Mar 2013 16:47:24 +0100 wenzelm discontinued "isabelle usedir" option -r (reset session path);
Mon, 11 Mar 2013 14:25:14 +0100 wenzelm discontinued "isabelle usedir" option -P (remote path);
Wed, 20 Feb 2013 15:22:22 +0100 wenzelm more tight representation of command timing;
Tue, 19 Feb 2013 16:49:40 +0100 wenzelm recover timing information from old log files;
Tue, 19 Feb 2013 13:57:13 +0100 wenzelm support for build passing timings from Scala to ML;
Tue, 19 Feb 2013 12:58:32 +0100 wenzelm support for prescient timing information within command transactions;
Tue, 19 Feb 2013 10:55:11 +0100 wenzelm emit command_timing properties into build log;
Thu, 24 Jan 2013 17:18:13 +0100 wenzelm more efficient inlined properties, especially relevant for voluminous tasks trace;
Fri, 18 Jan 2013 23:33:17 +0100 wenzelm use inlined session name as title for charts;
Fri, 18 Jan 2013 17:51:50 +0100 wenzelm more systematic task statistics;
less more (0) -120 tip