src/Pure/Tools/build_process.scala
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;
Wed, 28 Jun 2023 12:16:02 +0200 wenzelm show only active builds;
Wed, 28 Jun 2023 11:35:02 +0200 wenzelm support for identified builds;
Wed, 28 Jun 2023 11:33:11 +0200 wenzelm clarified signature: more operations and options;
Tue, 27 Jun 2023 15:10:47 +0200 wenzelm tuned;
Tue, 27 Jun 2023 14:50:48 +0200 wenzelm clarified signature;
Tue, 27 Jun 2023 11:39:02 +0200 wenzelm clarified signature;
Tue, 27 Jun 2023 11:17:52 +0200 wenzelm more robust close() after failed initialization;
Tue, 27 Jun 2023 10:24:32 +0200 wenzelm avoid repeated open_database_server: synchronized transaction_lock;
Mon, 26 Jun 2023 13:20:12 +0200 wenzelm clarified database for heaps: do not depend on build_database_test;
Mon, 26 Jun 2023 13:01:58 +0200 wenzelm clarified signature;
Mon, 26 Jun 2023 12:07:28 +0200 wenzelm tuned signature;
Fri, 23 Jun 2023 14:43:15 +0200 wenzelm clarified signature: prefer explicit combinator;
Fri, 23 Jun 2023 13:47:34 +0200 wenzelm restore heaps from database, which takes precedence over file-system;
Fri, 23 Jun 2023 11:14:44 +0200 wenzelm tuned;
Wed, 21 Jun 2023 14:27:51 +0200 wenzelm clarified signature: more explicit class SQL.Data;
Wed, 21 Jun 2023 11:15:04 +0200 wenzelm tuned signature;
Tue, 20 Jun 2023 15:00:45 +0200 wenzelm clarified modules;
Tue, 20 Jun 2023 14:25:06 +0200 wenzelm clarified modules;
Sat, 17 Jun 2023 17:29:31 +0200 wenzelm proper close;
Sat, 17 Jun 2023 15:58:41 +0200 wenzelm separate host.db for independent db.transaction_lock;
Sat, 17 Jun 2023 14:45:24 +0200 wenzelm tuned comments;
Sat, 17 Jun 2023 13:09:11 +0200 wenzelm omit redundant data: already stored in progress database;
Fri, 16 Jun 2023 14:20:18 +0200 wenzelm proper support for SQLite: avoid conflicts on transaction_lock;
Thu, 15 Jun 2023 22:09:56 +0200 wenzelm clarified signature;
Thu, 15 Jun 2023 21:26:21 +0200 wenzelm tuned;
Thu, 15 Jun 2023 14:44:12 +0200 wenzelm proper pattern (amending da5cc332ded3);
Wed, 14 Jun 2023 17:20:05 +0200 wenzelm proper hostname from build_context;
Wed, 14 Jun 2023 16:27:44 +0200 wenzelm prefer Database_Progress, which is more robust (amending afb1a19307c4);
Wed, 14 Jun 2023 12:10:40 +0200 wenzelm tuned signature: more operations;
Wed, 14 Jun 2023 11:47:43 +0200 wenzelm tuned signature: more operations;
Thu, 08 Jun 2023 14:45:31 +0200 wenzelm clarified signature;
Thu, 16 Mar 2023 15:55:49 +0100 wenzelm proper vacuum of session_info tables: only once per build process;
Thu, 16 Mar 2023 15:16:17 +0100 wenzelm more thorough treatment of build prefs, guarded by system option "build_through": avoid accidental rebuild of HOL etc.;
Tue, 14 Mar 2023 20:25:48 +0100 wenzelm more specific vacuum operation, which is also relevant to PostgreSQL;
Tue, 14 Mar 2023 20:06:37 +0100 wenzelm tuned signature: removed redundant argument;
Tue, 14 Mar 2023 20:04:48 +0100 wenzelm tuned signature;
Tue, 14 Mar 2023 20:01:05 +0100 wenzelm proper build_uuid for Build_Process.Task: thus old entries are removed via prepare_database/clean_build;
Tue, 14 Mar 2023 19:41:16 +0100 wenzelm more informative Build_Process.Snapshot;
Tue, 14 Mar 2023 19:19:38 +0100 wenzelm more explicit snapshot of "_state" and "_database";
Tue, 14 Mar 2023 18:59:59 +0100 wenzelm tuned;
Tue, 14 Mar 2023 18:57:34 +0100 wenzelm removed redundant State.workers: directly maintained within the database, using with SQL update;
Tue, 14 Mar 2023 18:43:32 +0100 wenzelm more thorough cleanup;
Tue, 14 Mar 2023 18:29:07 +0100 wenzelm tuned signature;
Tue, 14 Mar 2023 17:34:38 +0100 wenzelm tuned signature;
Tue, 14 Mar 2023 17:09:52 +0100 wenzelm tuned signature;
Tue, 14 Mar 2023 17:05:49 +0100 wenzelm more thorough synchronization of internal "_state" vs. external "_database";
Tue, 14 Mar 2023 11:14:50 +0100 wenzelm more database content;
Tue, 14 Mar 2023 10:35:41 +0100 wenzelm clarified modules;
Tue, 14 Mar 2023 10:27:17 +0100 wenzelm clarified signature;
Tue, 14 Mar 2023 10:16:45 +0100 wenzelm clarified modules;
Tue, 14 Mar 2023 09:47:07 +0100 wenzelm tuned output;
Mon, 13 Mar 2023 22:18:22 +0100 wenzelm more direct state update;
Mon, 13 Mar 2023 22:08:46 +0100 wenzelm avoid too many synchronized_database;
Mon, 13 Mar 2023 21:43:55 +0100 wenzelm tuned output;
Mon, 13 Mar 2023 21:12:34 +0100 wenzelm synchronize progress messages with database;
Mon, 13 Mar 2023 20:24:13 +0100 wenzelm more robust SQL query for mandatory arguments;
Mon, 13 Mar 2023 20:14:19 +0100 wenzelm synchronize progress stop/stopped with database;
Mon, 13 Mar 2023 19:04:16 +0100 wenzelm more database content;
Mon, 13 Mar 2023 18:53:14 +0100 wenzelm tuned whitespace;
Mon, 13 Mar 2023 17:32:29 +0100 wenzelm tuned signature;
Mon, 13 Mar 2023 17:30:43 +0100 wenzelm tuned whitespace;
Mon, 13 Mar 2023 17:22:43 +0100 wenzelm clarified signature: avoid confusion due to object-orientation;
Mon, 13 Mar 2023 16:53:08 +0100 wenzelm clarified modules;
Sat, 11 Mar 2023 12:41:53 +0100 wenzelm clarified session prefs (or "options" within the database);
Sat, 11 Mar 2023 11:51:19 +0100 wenzelm tuned signature;
Sat, 11 Mar 2023 11:31:58 +0100 wenzelm clarified exported options;
Sat, 11 Mar 2023 11:14:24 +0100 wenzelm do not export connection details (password etc.);
Thu, 09 Mar 2023 11:55:20 +0100 wenzelm clarified signature;
Wed, 08 Mar 2023 22:42:21 +0100 wenzelm proper test (amending 32f9e75c92e9);
less more (0) -120 tip