src/Pure/Tools/build.scala
Tue, 07 Mar 2023 11:13:36 +0100 wenzelm tuned structure;
Tue, 07 Mar 2023 10:57:50 +0100 wenzelm clarified terminology of "session build database", while "build database" is the one underlying Build_Process;
Tue, 07 Mar 2023 10:16:24 +0100 wenzelm clarified modules;
Mon, 06 Mar 2023 17:29:00 +0100 wenzelm clarified build process roles: "worker" vs. "build";
Mon, 06 Mar 2023 16:20:12 +0100 wenzelm clarified database content;
Mon, 06 Mar 2023 11:39:40 +0100 wenzelm clarified database content and prepare/init stages;
Mon, 06 Mar 2023 10:58:36 +0100 wenzelm tuned signature;
Sun, 05 Mar 2023 16:36:18 +0100 wenzelm clarified signature: manage "verbose" flag via "progress";
Sat, 04 Mar 2023 16:45:21 +0100 wenzelm support progress backed by database;
Thu, 02 Mar 2023 14:58:59 +0100 wenzelm clarified modules;
Wed, 01 Mar 2023 19:13:19 +0100 wenzelm tuned signature;
Tue, 28 Feb 2023 16:25:23 +0100 wenzelm clafified signature: simplify object-oriented reuse;
Sun, 26 Feb 2023 21:05:39 +0100 wenzelm option build_hostname allows to change hostname easily;
Sun, 26 Feb 2023 11:55:24 +0100 wenzelm support for build database: still inactive;
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;
less more (0) -300 -100 -60 tip