Sun, 23 Jul 2023 19:21:54 +0200 wenzelm clarified exception handling and return_code;
Sun, 23 Jul 2023 19:20:29 +0200 wenzelm tuned signature: more operations;
Sun, 23 Jul 2023 18:39:23 +0200 wenzelm more robust;
Sun, 23 Jul 2023 14:51:07 +0200 wenzelm support for Build_Cluster.Session.init (rsync + Admin/init);
Sun, 23 Jul 2023 13:09:15 +0200 wenzelm prefer Process_Result.RC.merge: strict treatment of interrupt;
Sun, 23 Jul 2023 12:59:52 +0200 wenzelm clarified signature: more operations;
Sun, 23 Jul 2023 11:50:31 +0200 wenzelm proper afp_root;
Sat, 22 Jul 2023 20:37:56 +0200 wenzelm clarified signature: more "object-oriented" style;
Sat, 22 Jul 2023 16:01:46 +0200 wenzelm more flexible Build.Engine.process_options: e.g. to manipulate "process_policy" for ML process;
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;
Sat, 22 Jul 2023 12:11:50 +0200 wenzelm tuned signature;
Sat, 22 Jul 2023 12:10:03 +0200 wenzelm tuned signature;
Sat, 22 Jul 2023 11:41:43 +0200 wenzelm clarified option (see also b66b6cc1eb8c);
Fri, 21 Jul 2023 18:44:29 +0200 wenzelm more build_cluster management: open SSH connections in parallel, but synchronously;
Fri, 21 Jul 2023 17:17:28 +0200 wenzelm tuned signature: more options;
Fri, 21 Jul 2023 17:06:53 +0200 wenzelm clarified signature: more operations;
Fri, 21 Jul 2023 14:14:48 +0200 wenzelm tuned signature;
Fri, 21 Jul 2023 13:02:07 +0200 wenzelm more accurate print vs. parse;
Fri, 21 Jul 2023 11:31:33 +0200 wenzelm clarified signature;
Fri, 21 Jul 2023 11:21:43 +0200 wenzelm clarified signature (again);
Fri, 21 Jul 2023 11:11:50 +0200 wenzelm tuned output;
Fri, 21 Jul 2023 11:05:50 +0200 wenzelm tuned output;
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:44:46 +0200 wenzelm tuned NEWS: emphasize "isabelle build" add-ons;
Thu, 20 Jul 2023 12:42:23 +0200 wenzelm added option -A for AFP root, following "isabelle sync";
Thu, 20 Jul 2023 12:38:00 +0200 wenzelm clarified signature: more operations;
Thu, 20 Jul 2023 12:29:57 +0200 wenzelm tuned signature;
Thu, 20 Jul 2023 12:11:34 +0200 wenzelm clarified file location: to be used by regular Isabelle/Scala tools;
Thu, 20 Jul 2023 12:10:54 +0200 wenzelm update headers;
Thu, 20 Jul 2023 12:02:52 +0200 wenzelm more pro-forma support for Build_Cluster;
Thu, 20 Jul 2023 11:10:28 +0200 wenzelm tuned;
Wed, 19 Jul 2023 16:56:24 +0200 wenzelm tuned;
Wed, 19 Jul 2023 16:48:22 +0200 wenzelm clarified options;
Wed, 19 Jul 2023 16:04:59 +0200 wenzelm clarified options;
Wed, 19 Jul 2023 15:56:32 +0200 wenzelm proper Build_Cluster.Host.parse for parameters and system options;
Wed, 19 Jul 2023 15:40:02 +0200 wenzelm more operations for independent "inline" options;
Wed, 19 Jul 2023 13:29:18 +0200 wenzelm clarified options: accommodate potentially slow database connection;
Wed, 19 Jul 2023 13:17:38 +0200 wenzelm minor performance tuning;
Wed, 19 Jul 2023 11:40:00 +0200 wenzelm add option "build_context" in anticipation of AFP entries that require special tricks in Isabelle/ML (NB: system component settings are unavailable in AFP);
Wed, 19 Jul 2023 11:31:19 +0200 wenzelm proper build_options (amending 822ddccda899);
Wed, 19 Jul 2023 10:56:19 +0200 wenzelm clarified options;
Wed, 19 Jul 2023 10:42:40 +0200 wenzelm proforma support for remote build hosts;
Tue, 18 Jul 2023 23:03:39 +0200 wenzelm more options for performance tuning;
Tue, 18 Jul 2023 21:06:11 +0200 wenzelm more operations;
Tue, 18 Jul 2023 20:14:57 +0200 wenzelm support for management of build cluster;
Tue, 18 Jul 2023 19:41:56 +0200 wenzelm clarified modules;
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:34:18 +0200 wenzelm more conservative build_delay (despite 9600720071e6): avoid exessive build_database operations, notably via ssh;
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:50:34 +0200 wenzelm more uniform guard (!exists_table(table)): avoid "ALTER TABLE" on already existing table, which could lead to deadlocks if this is presently locked;
Tue, 18 Jul 2023 12:39:20 +0200 wenzelm removed unused "create_index": implicit index from primary_key is usually sufficient;
Tue, 18 Jul 2023 12:32:07 +0200 wenzelm clarified "vacuum" (again, reverting 0bd366fad888);
Tue, 18 Jul 2023 12:19:12 +0200 wenzelm clarified signature: eliminate SQL.Tables.empty to avoid confusion (see also 0bd366fad888);
Tue, 18 Jul 2023 11:39:43 +0200 wenzelm update for release;
Mon, 17 Jul 2023 21:41:14 +0200 wenzelm merged
Mon, 17 Jul 2023 21:35:27 +0200 wenzelm more elementary transaction implementation (despite fda3f7a158b9 and 9da65bc75610);
Mon, 17 Jul 2023 20:59:50 +0200 wenzelm tuned signature;
Mon, 17 Jul 2023 20:44:58 +0200 wenzelm proper check (amending 234f2ff9afe6);
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 tip