Lukas Stevens <mail@lukas-stevens.de> [Thu, 02 Nov 2023 21:35:04 +0100] rev 78883
clarified;
paulson [Thu, 02 Nov 2023 14:10:16 +0000] rev 78882
merged
paulson <lp15@cam.ac.uk> [Thu, 02 Nov 2023 14:10:08 +0000] rev 78881
fixed the simplification of Suc n - 1
wenzelm [Thu, 02 Nov 2023 14:31:01 +0100] rev 78880
tuned whitespace;
wenzelm [Thu, 02 Nov 2023 13:16:06 +0100] rev 78879
tuned message;
wenzelm [Thu, 02 Nov 2023 13:05:29 +0100] rev 78878
just one pass is sufficient (see also cc8391b92747, 3e8a897042d9);
wenzelm [Thu, 02 Nov 2023 12:03:30 +0100] rev 78877
more detailed progress for build_log_database, to see better what happens when;
wenzelm [Thu, 02 Nov 2023 11:57:40 +0100] rev 78876
clarified signature: explicit Progress date;
wenzelm [Thu, 02 Nov 2023 10:29:24 +0100] rev 78875
more uniform progress;
wenzelm [Thu, 02 Nov 2023 10:23:28 +0100] rev 78874
more robust: support concurrent output;
wenzelm [Thu, 02 Nov 2023 10:12:12 +0100] rev 78873
disable multi-builds (again): does not quite work yet;
wenzelm [Tue, 31 Oct 2023 17:32:56 +0100] rev 78872
clarified modules;
wenzelm [Tue, 31 Oct 2023 17:24:19 +0100] rev 78871
clarified signature;
wenzelm [Tue, 31 Oct 2023 17:01:19 +0100] rev 78870
clarified SEQ: more sequential evaluation to support multiple tests (see also 5c91bd51fc37);
wenzelm [Tue, 31 Oct 2023 16:49:03 +0100] rev 78869
tuned signature;
wenzelm [Tue, 31 Oct 2023 16:45:39 +0100] rev 78868
proper Compress.Cache;
wenzelm [Tue, 31 Oct 2023 16:24:07 +0100] rev 78867
clarified signature;
wenzelm [Tue, 31 Oct 2023 16:15:59 +0100] rev 78866
more parallelism via consumer thread: with mailbox limit to avoid ressource problems;
wenzelm [Tue, 31 Oct 2023 16:11:26 +0100] rev 78865
support for mailbox limit;
wenzelm [Tue, 31 Oct 2023 15:40:46 +0100] rev 78864
tuned signature;
wenzelm [Tue, 31 Oct 2023 14:35:51 +0100] rev 78863
discontinued pointless option (reverting 63d55ba90a9f): performance tuning works better via SQL.Database.execute_batch_statement;
wenzelm [Tue, 31 Oct 2023 14:26:19 +0100] rev 78862
clarified database transactions (see also 2c704ae04db1, 7bd0a250183b);
wenzelm [Sun, 29 Oct 2023 20:14:46 +0100] rev 78861
afford multiple tests on fast machines (see also edb4faf666c9 and 2a26d423d9fb);
proper history_base for ARM;
wenzelm [Sun, 29 Oct 2023 19:42:46 +0100] rev 78860
performance tuning: parallel and incremental update of build_log_database;
wenzelm [Sun, 29 Oct 2023 18:49:42 +0100] rev 78859
performance tuning: more careful database access;
wenzelm [Sun, 29 Oct 2023 11:57:01 +0100] rev 78858
clarified message;
wenzelm [Sun, 29 Oct 2023 11:49:33 +0100] rev 78857
tuned signature;
wenzelm [Sun, 29 Oct 2023 11:39:17 +0100] rev 78856
tuned;
wenzelm [Sat, 28 Oct 2023 19:13:02 +0200] rev 78855
prefer old-style import "=>";
wenzelm [Sat, 28 Oct 2023 17:35:26 +0200] rev 78854
merged