src/Pure/Tools/build.scala
Tue, 21 Feb 2023 12:03:52 +0100 wenzelm support alternative build engines, via system option "build_engine";
Tue, 21 Feb 2023 10:43:30 +0100 wenzelm clarified signature;
Mon, 20 Feb 2023 16:36:03 +0100 wenzelm clarified signature: move all parameters into Build_Process.Context;
Mon, 20 Feb 2023 10:42:07 +0100 wenzelm clarified signature;
Mon, 20 Feb 2023 10:29:45 +0100 wenzelm clarified modules;
Mon, 13 Feb 2023 10:17:30 +0100 wenzelm clarified modules;
Sun, 12 Feb 2023 20:53:55 +0100 wenzelm clarified signature: prefer stateful object-oriented style, to make it fit better into physical world;
Sun, 12 Feb 2023 13:45:06 +0100 wenzelm clarified modules;
Sat, 11 Feb 2023 23:24:57 +0100 wenzelm clarified signature;
Sat, 11 Feb 2023 23:02:51 +0100 wenzelm clarified static build_context vs. dynamic queue;
Sat, 11 Feb 2023 22:59:23 +0100 wenzelm clarified signature: make dynamic Queue from static Context;
Sat, 11 Feb 2023 22:36:13 +0100 wenzelm clarified data structure: absorb Option[Process_Result] into Process_Result, e.g. to simplify database storage;
Sat, 11 Feb 2023 22:13:55 +0100 wenzelm tuned;
Sat, 11 Feb 2023 22:02:39 +0100 wenzelm tuned;
Sat, 11 Feb 2023 21:55:46 +0100 wenzelm clarified data structure: use static info from deps, not dynamic results;
Sat, 11 Feb 2023 20:54:24 +0100 wenzelm clarified modules;
Sat, 11 Feb 2023 20:05:30 +0100 wenzelm clarified signature and terminology;
Sat, 11 Feb 2023 16:38:29 +0100 wenzelm clarified signature: avoid adhoc constants;
Sat, 11 Feb 2023 14:24:20 +0100 wenzelm tuned;
Sat, 11 Feb 2023 12:09:42 +0100 wenzelm clarified signature: more explicit types;
Sat, 11 Feb 2023 11:42:13 +0100 wenzelm clarified modules;
Sat, 11 Feb 2023 11:06:38 +0100 wenzelm clarified signature;
Wed, 08 Feb 2023 10:18:30 +0100 wenzelm clarified signature;
Mon, 06 Feb 2023 14:54:15 +0100 wenzelm proper Shasum.digest, to emulate old form from build_history database;
Mon, 06 Feb 2023 12:58:45 +0100 wenzelm prefer explicit shasum;
Mon, 06 Feb 2023 10:58:07 +0100 wenzelm prefer explicit shasum;
Sun, 05 Feb 2023 13:57:27 +0100 wenzelm more robust dependencies for Pure;
Wed, 01 Feb 2023 22:54:48 +0100 wenzelm clarified message: old-style log is usually empty;
Fri, 06 Jan 2023 13:06:03 +0100 wenzelm treat update_options as part of Sessions.Info meta_digest, for proper re-build of updated sessions;
Thu, 05 Jan 2023 20:44:10 +0100 wenzelm tuned message;
Wed, 04 Jan 2023 13:39:40 +0100 wenzelm clarified signature;
Tue, 03 Jan 2023 15:42:25 +0100 wenzelm tuned;
Mon, 02 Jan 2023 16:02:16 +0100 wenzelm clarified session_sources (again, see also 9d0e6ea7aa68);
Mon, 02 Jan 2023 15:05:15 +0100 wenzelm clarified signature: more explicit types (see also 90c552d28d36);
Sun, 01 Jan 2023 21:44:08 +0100 wenzelm store session sources within build database: timing e.g. 150ms for HOL and < 50ms for common sessions;
Sat, 17 Dec 2022 19:19:10 +0100 wenzelm discontinued somewhat pointless dependency: avoid illusion of extra accuracy (see also 09fb749d1a1e and 0f750a6dc754);
Sat, 17 Dec 2022 19:09:46 +0100 wenzelm tuned;
Sat, 17 Dec 2022 19:06:40 +0100 wenzelm clarified signature;
Sun, 06 Nov 2022 20:56:05 +0100 wenzelm clarified delay -- more reactive;
Fri, 30 Sep 2022 21:03:58 +0200 wenzelm clarified signature;
Mon, 26 Sep 2022 11:30:44 +0200 wenzelm clarified signature;
Thu, 22 Sep 2022 20:20:37 +0200 wenzelm clarified signature: re-use store/cache from build results;
Thu, 22 Sep 2022 16:17:02 +0200 wenzelm proper filter (amending fb4215da4919);
Thu, 22 Sep 2022 14:14:45 +0200 wenzelm clarified conditions: no_build is ok for presentation if "all_current" holds;
Thu, 22 Sep 2022 11:55:24 +0200 wenzelm tuned;
Thu, 22 Sep 2022 11:51:44 +0200 wenzelm tuned signature;
Thu, 22 Sep 2022 11:45:30 +0200 wenzelm clarified presentation_sessions: work with partial results;
Thu, 22 Sep 2022 11:30:12 +0200 wenzelm tuned signature: removed unused operations;
Thu, 22 Sep 2022 11:21:45 +0200 wenzelm tuned;
Thu, 25 Aug 2022 15:30:21 +0200 wenzelm maintain "uuid" column in session build database, to identity the original build process uniquely;
Sun, 21 Aug 2022 13:16:44 +0200 wenzelm clarified names;
Sun, 21 Aug 2022 13:12:25 +0200 wenzelm clarified modules;
Sun, 21 Aug 2022 12:19:38 +0200 wenzelm clarified names: Browser_Info.Config vs. Browser_Info.Context;
Sun, 21 Aug 2022 11:59:25 +0200 wenzelm clarified modules;
Fri, 19 Aug 2022 20:11:15 +0200 wenzelm tuned messages (again, see d50c2129e73a): presentation setup could fail initially for take some time;
Fri, 19 Aug 2022 20:07:41 +0200 wenzelm clarified modules;
Thu, 18 Aug 2022 12:48:01 +0200 wenzelm more robust directory structure: always relative to session_dir;
Thu, 18 Aug 2022 11:43:27 +0200 wenzelm clarified signature;
Wed, 17 Aug 2022 15:44:51 +0200 wenzelm clarified signature: replaced Sessions.Deps by Sessions.Structure from HTML_Context;
Wed, 17 Aug 2022 14:42:20 +0200 wenzelm clarified signature: avoid object-oriented HTML_Context;
less more (0) -300 -100 -60 tip