wenzelm [Fri, 21 Jul 2023 10:56:11 +0200] rev 78421
clarified modules;
wenzelm [Thu, 20 Jul 2023 12:55:47 +0200] rev 78420
more pro-forma support for afp_root;
wenzelm [Thu, 20 Jul 2023 12:44:46 +0200] rev 78419
tuned NEWS: emphasize "isabelle build" add-ons;
wenzelm [Thu, 20 Jul 2023 12:42:23 +0200] rev 78418
added option -A for AFP root, following "isabelle sync";
wenzelm [Thu, 20 Jul 2023 12:38:00 +0200] rev 78417
clarified signature: more operations;
wenzelm [Thu, 20 Jul 2023 12:29:57 +0200] rev 78416
tuned signature;
wenzelm [Thu, 20 Jul 2023 12:11:34 +0200] rev 78415
clarified file location: to be used by regular Isabelle/Scala tools;
wenzelm [Thu, 20 Jul 2023 12:10:54 +0200] rev 78414
update headers;
wenzelm [Thu, 20 Jul 2023 12:02:52 +0200] rev 78413
more pro-forma support for Build_Cluster;
wenzelm [Thu, 20 Jul 2023 11:10:28 +0200] rev 78412
tuned;
wenzelm [Wed, 19 Jul 2023 16:56:24 +0200] rev 78411
tuned;
wenzelm [Wed, 19 Jul 2023 16:48:22 +0200] rev 78410
clarified options;
wenzelm [Wed, 19 Jul 2023 16:04:59 +0200] rev 78409
clarified options;
wenzelm [Wed, 19 Jul 2023 15:56:32 +0200] rev 78408
proper Build_Cluster.Host.parse for parameters and system options;
clarified Build_Cluster.Host: empty "host" means local;
wenzelm [Wed, 19 Jul 2023 15:40:02 +0200] rev 78407
more operations for independent "inline" options;
wenzelm [Wed, 19 Jul 2023 13:29:18 +0200] rev 78406
clarified options: accommodate potentially slow database connection;
wenzelm [Wed, 19 Jul 2023 13:17:38 +0200] rev 78405
minor performance tuning;
wenzelm [Wed, 19 Jul 2023 11:40:00 +0200] rev 78404
add option "build_context" in anticipation of AFP entries that require special tricks in Isabelle/ML (NB: system component settings are unavailable in AFP);
wenzelm [Wed, 19 Jul 2023 11:31:19 +0200] rev 78403
proper build_options (amending 822ddccda899);
wenzelm [Wed, 19 Jul 2023 10:56:19 +0200] rev 78402
clarified options;
wenzelm [Wed, 19 Jul 2023 10:42:40 +0200] rev 78401
proforma support for remote build hosts;
wenzelm [Tue, 18 Jul 2023 23:03:39 +0200] rev 78400
more options for performance tuning;
wenzelm [Tue, 18 Jul 2023 21:06:11 +0200] rev 78399
more operations;
wenzelm [Tue, 18 Jul 2023 20:14:57 +0200] rev 78398
support for management of build cluster;
wenzelm [Tue, 18 Jul 2023 19:41:56 +0200] rev 78397
clarified modules;
wenzelm [Tue, 18 Jul 2023 19:51:12 +0200] rev 78396
renamed object Data to private_data, to emphasize its intended scope (but it is publicly accessible in the database);
wenzelm [Tue, 18 Jul 2023 13:34:18 +0200] rev 78395
more conservative build_delay (despite 9600720071e6): avoid exessive build_database operations, notably via ssh;
wenzelm [Tue, 18 Jul 2023 13:32:34 +0200] rev 78394
proper running limit, based on this worker process;
prefer bulk jobs: much faster cancellation;
wenzelm [Tue, 18 Jul 2023 12:55:43 +0200] rev 78393
more robust: implicit locking of tables in standard order;
wenzelm [Tue, 18 Jul 2023 12:50:34 +0200] rev 78392
more uniform guard (!exists_table(table)): avoid "ALTER TABLE" on already existing table, which could lead to deadlocks if this is presently locked;