src/Pure/Tools/build_process.scala
Fri, 03 Nov 2023 19:10:21 +0100 wenzelm proper option;
Wed, 18 Oct 2023 20:26:02 +0200 Fabian Huch always use host database and make protected;
Wed, 18 Oct 2023 20:07:54 +0200 Fabian Huch prefer extensible next_node_info in build process over process_options in build engine (which needs the final node info anyway);
Wed, 18 Oct 2023 19:53:39 +0200 Fabian Huch added start date to build jobs, e.g., for build time estimation;
Wed, 18 Oct 2023 19:26:37 +0200 Fabian Huch generalized node infos: allow addressing of numa node segments via relative cpus;
Sun, 03 Sep 2023 13:23:51 +0200 wenzelm clarified signature;
Sun, 03 Sep 2023 12:39:19 +0200 wenzelm clarified signature;
Sun, 03 Sep 2023 12:30:44 +0200 wenzelm clarified signature: removed ununsed option;
Sun, 03 Sep 2023 12:17:41 +0200 wenzelm tuned message;
Sun, 27 Aug 2023 13:15:32 +0200 wenzelm tuned messages: avoid duplicates;
Fri, 25 Aug 2023 15:31:14 +0200 wenzelm clarified default options: SQLite build_database is unsupported for Isabelle2023, due to lack of proper transaction_lock;
Fri, 25 Aug 2023 13:56:00 +0200 wenzelm tuned message;
Wed, 23 Aug 2023 16:04:04 +0200 wenzelm tuned;
Wed, 23 Aug 2023 15:59:03 +0200 wenzelm more accurate treatment of state vs. serial vs. db;
Wed, 23 Aug 2023 11:44:08 +0200 wenzelm proper numa_nodes for build_worker;
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;
less more (0) -100 -60 tip