src/Pure/Tools/build.scala
Fri, 07 Aug 2020 22:19:32 +0200 wenzelm clarified names;
Thu, 06 Aug 2020 23:44:43 +0200 wenzelm recovered stderr for PIDE batch-build, such as "Browser info at ...", "Document at ..." (see also 940195fbb282, 5469bacf5573, 5c4800f6b25a);
Thu, 06 Aug 2020 23:27:52 +0200 wenzelm more compact command_timings, as in former batch-build;
Thu, 06 Aug 2020 22:43:40 +0200 wenzelm discontinued old batch-build functionality;
Sun, 26 Jul 2020 22:28:43 +0200 wenzelm enforce pide_session to see if all isabelle_cronjob tasks work smoothly with it;
Sat, 11 Jul 2020 18:19:08 +0200 wenzelm clarified message --- as in former ML version (see 940195fbb282);
Sat, 11 Jul 2020 17:15:28 +0200 wenzelm clarified signature;
Sat, 11 Jul 2020 16:58:38 +0200 wenzelm clarified messages;
Sat, 11 Jul 2020 16:41:55 +0200 wenzelm clarified signature;
Sat, 11 Jul 2020 16:37:32 +0200 wenzelm tuned;
Sat, 11 Jul 2020 16:32:25 +0200 wenzelm avoid duplicate Timing messages (see also 5c4800f6b25a);
Sat, 11 Jul 2020 16:25:17 +0200 wenzelm more accurate message;
Sat, 11 Jul 2020 15:51:15 +0200 wenzelm clarified signature;
Sat, 11 Jul 2020 15:23:22 +0200 wenzelm clarified inlined protocol messages;
Fri, 10 Jul 2020 21:58:49 +0200 wenzelm clarified signature;
Fri, 10 Jul 2020 21:23:01 +0200 wenzelm more robust build_session protocol: allow prover process to terminate/crash without build_session_finished message;
Wed, 08 Jul 2020 14:43:02 +0200 wenzelm more robust protocol for "Timing ..." messages, notably for pide_session=true;
Fri, 03 Jul 2020 16:48:57 +0200 wenzelm clarified log message (more uniform);
Wed, 01 Jul 2020 21:14:04 +0200 wenzelm tuned message;
Sat, 27 Jun 2020 11:25:30 +0200 wenzelm clarified signature;
Wed, 24 Jun 2020 20:59:50 +0200 wenzelm clarified use of memory: prefer share tree structures over fresh strings;
Sat, 20 Jun 2020 16:18:33 +0200 wenzelm share cache for parallel sessions;
Sat, 20 Jun 2020 15:09:20 +0200 wenzelm clarified signature;
Sat, 20 Jun 2020 11:01:57 +0200 wenzelm removed pointless pide_exports: unused during "build_session" process (reverting 6a64205b491a);
Fri, 19 Jun 2020 16:12:32 +0200 wenzelm avoid redundant export handling for build;
Tue, 26 May 2020 11:58:42 +0200 wenzelm clarified signature --- fit within limit of 22 arguments;
Tue, 26 May 2020 11:25:33 +0200 wenzelm tuned;
Tue, 26 May 2020 11:17:10 +0200 wenzelm tuned;
Sun, 24 May 2020 14:15:44 +0200 wenzelm clarified build_session protocol;
Sun, 24 May 2020 12:43:04 +0200 wenzelm clarified name;
Tue, 28 Apr 2020 19:50:36 +0200 wenzelm tuned messages;
Tue, 07 Apr 2020 21:52:03 +0200 wenzelm more careful handling of interrupts, notably for Isabelle/jEdit Scala Console;
Tue, 07 Apr 2020 21:49:36 +0200 wenzelm clarified signature: more uniform treatment of stopped/interrupted state;
Mon, 06 Apr 2020 22:28:41 +0200 wenzelm more robust interrupts;
Sat, 04 Apr 2020 18:13:05 +0200 wenzelm clarified signature;
Fri, 03 Apr 2020 20:31:55 +0200 wenzelm proper "editor_tracing_messages=0" as in "isabelle dump";
Fri, 03 Apr 2020 20:27:52 +0200 wenzelm clarified build_options vs. job options;
Fri, 03 Apr 2020 18:26:04 +0200 wenzelm more official handling of protocol messages, including export;
Fri, 03 Apr 2020 17:35:10 +0200 wenzelm less redundant markup reports;
Fri, 03 Apr 2020 12:45:14 +0200 wenzelm clarified signature;
Fri, 03 Apr 2020 11:47:08 +0200 wenzelm clarified signature;
Fri, 03 Apr 2020 11:29:44 +0200 wenzelm clarified signature;
Fri, 03 Apr 2020 11:22:51 +0200 wenzelm tuned signature;
Thu, 02 Apr 2020 20:37:11 +0200 wenzelm proper treatment of startup errors, notably for Pure ROOT.ML;
Thu, 02 Apr 2020 20:06:43 +0200 wenzelm proper treatment of protocol exceptions and prover termination: avoid session.stop while saving image;
Wed, 01 Apr 2020 21:43:22 +0200 wenzelm clarified signature;
Wed, 01 Apr 2020 21:10:44 +0200 wenzelm prefer system option: easier to make it default;
Wed, 01 Apr 2020 20:17:23 +0200 wenzelm pretty formatting as in Isabelle/ML;
Wed, 01 Apr 2020 18:36:58 +0200 wenzelm output prover messages;
Wed, 01 Apr 2020 14:32:30 +0200 wenzelm proper parent base;
Wed, 01 Apr 2020 13:55:30 +0200 wenzelm traditional print_mode for batch build;
Wed, 01 Apr 2020 12:59:05 +0200 wenzelm proper support for "isabelle build -P Pure";
Tue, 31 Mar 2020 22:27:02 +0200 wenzelm clarified signature of ML_Process vs. Isabelle_Process: proper support for "isabelle build -P -b";
Mon, 30 Mar 2020 19:50:01 +0200 wenzelm clarified signature;
Mon, 30 Mar 2020 19:39:11 +0200 wenzelm more accurate treatment of errors;
Mon, 30 Mar 2020 11:59:44 +0200 wenzelm clarified modules: global quasi-scope for markers;
Sun, 29 Mar 2020 22:30:26 +0200 wenzelm tuned;
Sun, 29 Mar 2020 22:23:33 +0200 wenzelm clarified modules;
Sun, 29 Mar 2020 21:57:40 +0200 wenzelm clarified signature: more explicit type Protocol_Message.Marker;
Sat, 28 Mar 2020 19:58:19 +0100 wenzelm tuned;
less more (0) -300 -100 -60 tip