src/Pure/System/progress.scala
Wed, 15 Oct 2025 15:52:29 +0200 wenzelm support explicit message status, e.g. for specific output;
Wed, 15 Oct 2025 15:29:37 +0200 wenzelm clarified signature: more direct function;
Wed, 15 Oct 2025 11:26:01 +0200 wenzelm misc tuning and clarification;
Wed, 15 Oct 2025 11:17:49 +0200 wenzelm verbose output of completed theories;
Wed, 15 Oct 2025 11:11:33 +0200 wenzelm clarified signature;
Mon, 13 Oct 2025 22:01:22 +0200 wenzelm clarified Progress.Status: more general types;
Mon, 13 Oct 2025 21:50:15 +0200 wenzelm minor performance tuning;
Mon, 13 Oct 2025 21:47:39 +0200 wenzelm clarified Progress.output and related operations: prefer bulk messages of general type Progress.Msg;
Sun, 12 Oct 2025 15:11:29 +0200 wenzelm more detailed Console_Progress via Progress.Status;
Wed, 24 Sep 2025 22:47:04 +0200 wenzelm build_progress with percentage;
Wed, 24 Sep 2025 21:52:03 +0200 wenzelm more informative Progress.Nodes_Status;
Wed, 24 Sep 2025 16:22:49 +0200 wenzelm more accurate theory timing, based on sum of command timings;
Tue, 23 Sep 2025 13:11:52 +0200 wenzelm support for detailed build progress;
Mon, 22 Sep 2025 16:43:53 +0200 wenzelm clarified signature: more explicit type Progress.Nodes_Status;
Sun, 21 Sep 2025 14:22:14 +0200 wenzelm clarified signature: explicit domain for Nodes_Status operations;
Sat, 14 Jun 2025 14:31:54 +0200 wenzelm clarified signature;
Sat, 01 Jun 2024 21:52:31 +0200 wenzelm clarified signature;
Sat, 01 Jun 2024 21:49:50 +0200 wenzelm clarified signature: more explicit types;
Sat, 01 Jun 2024 15:11:46 +0200 wenzelm support bash via SSH;
Sat, 01 Jun 2024 12:35:38 +0200 wenzelm unused;
Sat, 01 Jun 2024 12:31:06 +0200 wenzelm clarified signature: prefer symbolic isabelle.Path over physical java.io.File;
Wed, 13 Mar 2024 23:26:30 +0100 wenzelm revert most parts of 0e79fa88cab6: somewhat ambitious attempt to move towards "editing" builds via added/canceled workers;
Tue, 12 Mar 2024 15:57:25 +0100 wenzelm clarified modules;
Sun, 10 Mar 2024 10:50:12 +0100 wenzelm tuned signature: more uniform SQL.Data instances;
Mon, 04 Mar 2024 11:05:36 +0100 wenzelm more robust: assume that database is exclusive for this Progress instance --- always close on exit (see also bf377e10ff3b);
Sun, 25 Feb 2024 20:40:21 +0100 wenzelm database performance tuning: prefer light-weight IPC over heavy-duty transactions;
Sat, 24 Feb 2024 11:05:11 +0100 wenzelm tuned signature;
Thu, 02 Nov 2023 11:57:40 +0100 wenzelm clarified signature: explicit Progress date;
Thu, 02 Nov 2023 10:23:28 +0100 wenzelm more robust: support concurrent output;
Tue, 29 Aug 2023 17:40:01 +0200 wenzelm clarified signature: prefer enum types;
Sun, 27 Aug 2023 14:22:28 +0200 wenzelm more robust access to local variables;
Tue, 22 Aug 2023 12:18:31 +0200 wenzelm proper sync_database for receive timeout;
Tue, 22 Aug 2023 11:54:06 +0200 wenzelm clarified source structure;
Mon, 21 Aug 2023 15:04:22 +0200 wenzelm clarified signature: proper treatment of implicit state (amending d0c9d277620e);
Mon, 21 Aug 2023 12:34:53 +0200 wenzelm clarified signature: more robust treatment of implicit state;
Mon, 21 Aug 2023 11:56:07 +0200 wenzelm proper sync_database for Database_Progress consumer;
Mon, 21 Aug 2023 11:43:29 +0200 wenzelm tuned message;
Mon, 21 Aug 2023 11:42:16 +0200 wenzelm tuned;
Sun, 20 Aug 2023 22:24:24 +0200 wenzelm limit size and complexity of bulk transactions;
Sat, 19 Aug 2023 22:57:06 +0200 wenzelm clarified signature: filter batch;
Sat, 19 Aug 2023 14:45:57 +0200 wenzelm more scalable write_messages via db.execute_batch_statement;
Thu, 17 Aug 2023 20:13:49 +0200 wenzelm more robust;
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;
Thu, 17 Aug 2023 14:46:24 +0200 wenzelm clarified signature;
Wed, 16 Aug 2023 14:42:43 +0200 wenzelm build_worker is stopped independently from master build_process;
Thu, 10 Aug 2023 16:57:01 +0200 wenzelm more robust;
Thu, 10 Aug 2023 16:49:17 +0200 wenzelm tuned signature;
Thu, 10 Aug 2023 16:40:07 +0200 wenzelm clarified signature: more explicit types;
Sat, 22 Jul 2023 12:10:03 +0200 wenzelm tuned signature;
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 12:19:12 +0200 wenzelm clarified signature: eliminate SQL.Tables.empty to avoid confusion (see also 0bd366fad888);
Mon, 17 Jul 2023 20:31:45 +0200 wenzelm clarified errors;
Sun, 16 Jul 2023 11:29:23 +0200 wenzelm more informative trace;
Sat, 08 Jul 2023 13:13:10 +0200 wenzelm clarified signature;
Fri, 07 Jul 2023 14:17:53 +0200 wenzelm clarified signature;
Sun, 02 Jul 2023 20:09:12 +0200 wenzelm more robust "stop": further "stamp" ticks may happen afterwards;
Sun, 02 Jul 2023 18:56:52 +0200 wenzelm clarified signature;
Sun, 02 Jul 2023 15:25:12 +0200 wenzelm more SQL data;
Wed, 21 Jun 2023 14:27:51 +0200 wenzelm clarified signature: more explicit class SQL.Data;
less more (0) -100 -60 tip