src/Pure/Tools/build_process.scala
Wed, 23 Aug 2023 11:31:17 +0200 wenzelm tuned message;
Wed, 23 Aug 2023 11:20:07 +0200 wenzelm tuned;
Tue, 22 Aug 2023 11:33:25 +0200 wenzelm tuned whitespace;
Mon, 21 Aug 2023 15:04:22 +0200 wenzelm clarified signature: proper treatment of implicit state (amending d0c9d277620e);
Mon, 21 Aug 2023 13:01:45 +0200 wenzelm performance tuning: avoid redundant db access;
Mon, 21 Aug 2023 12:40:33 +0200 wenzelm performance tuning: avoid multiple db roundtrips;
Mon, 21 Aug 2023 11:15:25 +0200 wenzelm tuned signature: removed unused arguments;
Mon, 21 Aug 2023 10:55:30 +0200 wenzelm minor performance tuning: avoid multiple db roundtrips;
Thu, 17 Aug 2023 20:06:24 +0200 wenzelm restrict input_messages to master build_process: avoid excessive db traffic for distributed build_workers;
Thu, 17 Aug 2023 19:01:40 +0200 wenzelm more scalable Database_Progress via asynchronous Consumer_Thread.fork_bulk;
Wed, 16 Aug 2023 14:50:17 +0200 wenzelm tuned signature;
Wed, 16 Aug 2023 14:42:43 +0200 wenzelm build_worker is stopped independently from master build_process;
Thu, 10 Aug 2023 20:30:37 +0200 wenzelm more thorough ML_Heap.restore: include ancestors; prefer simultaneous ML_Heap.get_entries: just one database access for heap hierarchy;
Thu, 10 Aug 2023 19:48:39 +0200 wenzelm more robust wrt. undefined state;
Thu, 10 Aug 2023 12:26:20 +0200 wenzelm tuned messages;
Thu, 10 Aug 2023 12:15:40 +0200 wenzelm more robust ancestor_results: avoid total existence failure after build_process has crashed elsewhere;
Sun, 23 Jul 2023 14:51:07 +0200 wenzelm support for Build_Cluster.Session.init (rsync + Admin/init);
Sat, 22 Jul 2023 13:31:55 +0200 wenzelm clarified signature: delegate policies to Build_Cluster implementation, potentially provided by Build.Engine via Build_Process.open_build_cluster;
Fri, 21 Jul 2023 18:44:29 +0200 wenzelm more build_cluster management: open SSH connections in parallel, but synchronously;
Fri, 21 Jul 2023 11:21:43 +0200 wenzelm clarified signature (again);
Fri, 21 Jul 2023 10:56:11 +0200 wenzelm clarified modules;
Thu, 20 Jul 2023 12:55:47 +0200 wenzelm more pro-forma support for afp_root;
Thu, 20 Jul 2023 12:02:52 +0200 wenzelm more pro-forma support for Build_Cluster;
Wed, 19 Jul 2023 16:04:59 +0200 wenzelm clarified options;
Wed, 19 Jul 2023 13:29:18 +0200 wenzelm clarified options: accommodate potentially slow database connection;
Wed, 19 Jul 2023 10:42:40 +0200 wenzelm proforma support for remote build hosts;
Tue, 18 Jul 2023 19:51:12 +0200 wenzelm renamed object Data to private_data, to emphasize its intended scope (but it is publicly accessible in the database);
Tue, 18 Jul 2023 13:32:34 +0200 wenzelm proper running limit, based on this worker process;
Tue, 18 Jul 2023 12:55:43 +0200 wenzelm more robust: implicit locking of tables in standard order;
Tue, 18 Jul 2023 12:19:12 +0200 wenzelm clarified signature: eliminate SQL.Tables.empty to avoid confusion (see also 0bd366fad888);
Mon, 17 Jul 2023 20:59:50 +0200 wenzelm tuned signature;
Mon, 17 Jul 2023 11:39:32 +0200 wenzelm reuse database_server connection;
Sun, 16 Jul 2023 21:01:33 +0200 wenzelm reuse SSH.Server connection database server;
Sun, 16 Jul 2023 14:11:56 +0200 wenzelm clarified options;
Sun, 16 Jul 2023 12:19:48 +0200 wenzelm prefer asynchronous operations: reduce time spent within synchronized_database("Build_Process.start_job");
Sun, 16 Jul 2023 11:29:23 +0200 wenzelm more informative trace;
Sat, 15 Jul 2023 20:34:06 +0200 wenzelm more robust: avoid nested transactions (on disjoint tables);
Sat, 15 Jul 2023 20:08:19 +0200 wenzelm potentially more robust: long-running operation only for build master, not workers;
Sat, 08 Jul 2023 16:07:45 +0200 wenzelm proper data_domain for symmetric difference;
Sat, 08 Jul 2023 15:52:57 +0200 wenzelm tuned: avoid redundant db access;
Sat, 08 Jul 2023 13:13:10 +0200 wenzelm clarified signature;
Fri, 07 Jul 2023 14:20:58 +0200 wenzelm clarified signature: ensure disjoint data spaces;
Fri, 07 Jul 2023 14:17:53 +0200 wenzelm clarified signature;
Wed, 05 Jul 2023 14:33:32 +0200 wenzelm tuned;
Wed, 05 Jul 2023 13:41:45 +0200 wenzelm proper build_progress for local messages;
Wed, 05 Jul 2023 11:27:36 +0200 wenzelm proper SQL query;
Sun, 02 Jul 2023 20:09:12 +0200 wenzelm more robust "stop": further "stamp" ticks may happen afterwards;
Sun, 02 Jul 2023 19:51:03 +0200 wenzelm removed junk;
Sun, 02 Jul 2023 19:12:29 +0200 wenzelm tuned signature;
Sun, 02 Jul 2023 19:05:59 +0200 wenzelm tuned: prefer Scala over Java;
Sun, 02 Jul 2023 18:56:52 +0200 wenzelm clarified signature;
Sun, 02 Jul 2023 15:39:51 +0200 wenzelm tuned;
Sun, 02 Jul 2023 15:25:12 +0200 wenzelm more SQL data;
Sat, 01 Jul 2023 16:47:52 +0200 wenzelm tuned signature;
Sat, 01 Jul 2023 16:42:57 +0200 wenzelm clarified static Build_Process.Context vs. dynamic Build_Process.State;
Fri, 30 Jun 2023 16:26:03 +0200 wenzelm more robust database setup;
Fri, 30 Jun 2023 16:04:53 +0200 wenzelm clarified signature;
Wed, 28 Jun 2023 12:39:43 +0200 wenzelm clarified signature: more concise data;
Wed, 28 Jun 2023 12:25:54 +0200 wenzelm more robust;
Wed, 28 Jun 2023 12:20:09 +0200 wenzelm clarified signature: better default;
less more (0) -100 -60 tip