Thu, 02 Nov 2023 12:03:30 +0100 more detailed progress for build_log_database, to see better what happens when;
wenzelm [Thu, 02 Nov 2023 12:03:30 +0100] rev 78877
more detailed progress for build_log_database, to see better what happens when;
Thu, 02 Nov 2023 11:57:40 +0100 clarified signature: explicit Progress date;
wenzelm [Thu, 02 Nov 2023 11:57:40 +0100] rev 78876
clarified signature: explicit Progress date;
Thu, 02 Nov 2023 10:29:24 +0100 more uniform progress;
wenzelm [Thu, 02 Nov 2023 10:29:24 +0100] rev 78875
more uniform progress;
Thu, 02 Nov 2023 10:23:28 +0100 more robust: support concurrent output;
wenzelm [Thu, 02 Nov 2023 10:23:28 +0100] rev 78874
more robust: support concurrent output;
Thu, 02 Nov 2023 10:12:12 +0100 disable multi-builds (again): does not quite work yet;
wenzelm [Thu, 02 Nov 2023 10:12:12 +0100] rev 78873
disable multi-builds (again): does not quite work yet;
Tue, 31 Oct 2023 17:32:56 +0100 clarified modules;
wenzelm [Tue, 31 Oct 2023 17:32:56 +0100] rev 78872
clarified modules;
Tue, 31 Oct 2023 17:24:19 +0100 clarified signature;
wenzelm [Tue, 31 Oct 2023 17:24:19 +0100] rev 78871
clarified signature;
Tue, 31 Oct 2023 17:01:19 +0100 clarified SEQ: more sequential evaluation to support multiple tests (see also 5c91bd51fc37);
wenzelm [Tue, 31 Oct 2023 17:01:19 +0100] rev 78870
clarified SEQ: more sequential evaluation to support multiple tests (see also 5c91bd51fc37);
Tue, 31 Oct 2023 16:49:03 +0100 tuned signature;
wenzelm [Tue, 31 Oct 2023 16:49:03 +0100] rev 78869
tuned signature;
Tue, 31 Oct 2023 16:45:39 +0100 proper Compress.Cache;
wenzelm [Tue, 31 Oct 2023 16:45:39 +0100] rev 78868
proper Compress.Cache;
Tue, 31 Oct 2023 16:24:07 +0100 clarified signature;
wenzelm [Tue, 31 Oct 2023 16:24:07 +0100] rev 78867
clarified signature;
Tue, 31 Oct 2023 16:15:59 +0100 more parallelism via consumer thread: with mailbox limit to avoid ressource problems;
wenzelm [Tue, 31 Oct 2023 16:15:59 +0100] rev 78866
more parallelism via consumer thread: with mailbox limit to avoid ressource problems;
Tue, 31 Oct 2023 16:11:26 +0100 support for mailbox limit;
wenzelm [Tue, 31 Oct 2023 16:11:26 +0100] rev 78865
support for mailbox limit;
Tue, 31 Oct 2023 15:40:46 +0100 tuned signature;
wenzelm [Tue, 31 Oct 2023 15:40:46 +0100] rev 78864
tuned signature;
Tue, 31 Oct 2023 14:35:51 +0100 discontinued pointless option (reverting 63d55ba90a9f): performance tuning works better via SQL.Database.execute_batch_statement;
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;
Tue, 31 Oct 2023 14:26:19 +0100 clarified database transactions (see also 2c704ae04db1, 7bd0a250183b);
wenzelm [Tue, 31 Oct 2023 14:26:19 +0100] rev 78862
clarified database transactions (see also 2c704ae04db1, 7bd0a250183b);
Sun, 29 Oct 2023 20:14:46 +0100 afford multiple tests on fast machines (see also edb4faf666c9 and 2a26d423d9fb);
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;
Sun, 29 Oct 2023 19:42:46 +0100 performance tuning: parallel and incremental update of build_log_database;
wenzelm [Sun, 29 Oct 2023 19:42:46 +0100] rev 78860
performance tuning: parallel and incremental update of build_log_database;
Sun, 29 Oct 2023 18:49:42 +0100 performance tuning: more careful database access;
wenzelm [Sun, 29 Oct 2023 18:49:42 +0100] rev 78859
performance tuning: more careful database access;
Sun, 29 Oct 2023 11:57:01 +0100 clarified message;
wenzelm [Sun, 29 Oct 2023 11:57:01 +0100] rev 78858
clarified message;
Sun, 29 Oct 2023 11:49:33 +0100 tuned signature;
wenzelm [Sun, 29 Oct 2023 11:49:33 +0100] rev 78857
tuned signature;
Sun, 29 Oct 2023 11:39:17 +0100 tuned;
wenzelm [Sun, 29 Oct 2023 11:39:17 +0100] rev 78856
tuned;
Sat, 28 Oct 2023 19:13:02 +0200 prefer old-style import "=>";
wenzelm [Sat, 28 Oct 2023 19:13:02 +0200] rev 78855
prefer old-style import "=>";
Sat, 28 Oct 2023 17:35:26 +0200 merged
wenzelm [Sat, 28 Oct 2023 17:35:26 +0200] rev 78854
merged
Thu, 26 Oct 2023 22:44:31 +0200 redundant (see also 3069da1743bc);
wenzelm [Thu, 26 Oct 2023 22:44:31 +0200] rev 78853
redundant (see also 3069da1743bc);
Thu, 26 Oct 2023 22:20:22 +0200 removed obsolete table (see also 6acd1a2bd146);
wenzelm [Thu, 26 Oct 2023 22:20:22 +0200] rev 78852
removed obsolete table (see also 6acd1a2bd146);
Thu, 26 Oct 2023 22:10:22 +0200 more robust init_database();
wenzelm [Thu, 26 Oct 2023 22:10:22 +0200] rev 78851
more robust init_database(); proper treatment of views, not tables (amending dd350a41594c);
Thu, 26 Oct 2023 16:04:48 +0200 proper private_data.transaction_lock;
wenzelm [Thu, 26 Oct 2023 16:04:48 +0200] rev 78850
proper private_data.transaction_lock; prefer execute_batch_statement;
Thu, 26 Oct 2023 15:38:27 +0200 clarified names;
wenzelm [Thu, 26 Oct 2023 15:38:27 +0200] rev 78849
clarified names;
Thu, 26 Oct 2023 12:36:19 +0200 proper support for SSH;
wenzelm [Thu, 26 Oct 2023 12:36:19 +0200] rev 78848
proper support for SSH;
Thu, 26 Oct 2023 12:27:10 +0200 tuned signature;
wenzelm [Thu, 26 Oct 2023 12:27:10 +0200] rev 78847
tuned signature;
Thu, 26 Oct 2023 11:50:50 +0200 tuned imports;
wenzelm [Thu, 26 Oct 2023 11:50:50 +0200] rev 78846
tuned imports;
Wed, 18 Oct 2023 20:51:24 +0200 add module for faster scheduled builds;
Fabian Huch <huch@in.tum.de> [Wed, 18 Oct 2023 20:51:24 +0200] rev 78845
add module for faster scheduled builds;
Wed, 18 Oct 2023 20:26:02 +0200 always use host database and make protected;
Fabian Huch <huch@in.tum.de> [Wed, 18 Oct 2023 20:26:02 +0200] rev 78844
always use host database and make protected;
Wed, 18 Oct 2023 20:12:07 +0200 read relative cpu from build log;
Fabian Huch <huch@in.tum.de> [Wed, 18 Oct 2023 20:12:07 +0200] rev 78843
read relative cpu from build log;
Wed, 18 Oct 2023 20:07:54 +0200 prefer extensible next_node_info in build process over process_options in build engine (which needs the final node info anyway);
Fabian Huch <huch@in.tum.de> [Wed, 18 Oct 2023 20:07:54 +0200] rev 78842
prefer extensible next_node_info in build process over process_options in build engine (which needs the final node info anyway);
Wed, 18 Oct 2023 19:53:39 +0200 added start date to build jobs, e.g., for build time estimation;
Fabian Huch <huch@in.tum.de> [Wed, 18 Oct 2023 19:53:39 +0200] rev 78841
added start date to build jobs, e.g., for build time estimation;
Wed, 18 Oct 2023 19:49:08 +0200 added initial version of benchmark module, e.g., to compare performance of different hosts;
Fabian Huch <huch@in.tum.de> [Wed, 18 Oct 2023 19:49:08 +0200] rev 78840
added initial version of benchmark module, e.g., to compare performance of different hosts; added benchmark operation to build cluster;
Wed, 18 Oct 2023 19:26:37 +0200 generalized node infos: allow addressing of numa node segments via relative cpus;
Fabian Huch <huch@in.tum.de> [Wed, 18 Oct 2023 19:26:37 +0200] rev 78839
generalized node infos: allow addressing of numa node segments via relative cpus; add more node options and process policy options using taskset as alternative to NUMA for more fine-grained cpu controls (e.g., for cpus with heterogeneous cores in the same NUMA segment);
Wed, 18 Oct 2023 19:05:06 +0200 add information about static host resources such as available NUMA nodes, cpus, etc. (e.g., for offline build planning);
Fabian Huch <huch@in.tum.de> [Wed, 18 Oct 2023 19:05:06 +0200] rev 78838
add information about static host resources such as available NUMA nodes, cpus, etc. (e.g., for offline build planning);
Wed, 18 Oct 2023 18:53:26 +0200 added Range object to Host, e.g. to parse/unparse NUMA node ranges;
Fabian Huch <huch@in.tum.de> [Wed, 18 Oct 2023 18:53:26 +0200] rev 78837
added Range object to Host, e.g. to parse/unparse NUMA node ranges;
Wed, 18 Oct 2023 18:48:49 +0200 defined statically known tables of Build_Log;
Fabian Huch <huch@in.tum.de> [Wed, 18 Oct 2023 18:48:49 +0200] rev 78836
defined statically known tables of Build_Log; read hostname from build logs, store in Session_Entry (e.g., to track hosts in distributed build);
Fri, 27 Oct 2023 18:27:06 +0200 added lemma
nipkow [Fri, 27 Oct 2023 18:27:06 +0200] rev 78835
added lemma
Fri, 27 Oct 2023 08:16:16 +0200 added lemma
nipkow [Fri, 27 Oct 2023 08:16:16 +0200] rev 78834
added lemma
Thu, 26 Oct 2023 20:41:42 +0200 added lemma
nipkow [Thu, 26 Oct 2023 20:41:42 +0200] rev 78833
added lemma
Thu, 26 Oct 2023 17:53:22 +0200 NEWS and CONTRIBUTORS;
Fabian Huch <huch@in.tum.de> [Thu, 26 Oct 2023 17:53:22 +0200] rev 78832
NEWS and CONTRIBUTORS;
Thu, 26 Oct 2023 11:39:45 +0200 remove unused ci-extras component;
Fabian Huch <huch@in.tum.de> [Thu, 26 Oct 2023 11:39:45 +0200] rev 78831
remove unused ci-extras component;
Thu, 26 Oct 2023 10:53:51 +0200 use mail module in CI build;
Fabian Huch <huch@in.tum.de> [Thu, 26 Oct 2023 10:53:51 +0200] rev 78830
use mail module in CI build;
Tue, 24 Oct 2023 19:17:46 +0200 added mail module;
Fabian Huch <huch@in.tum.de> [Tue, 24 Oct 2023 19:17:46 +0200] rev 78829
added mail module;
Thu, 26 Oct 2023 11:29:00 +0200 build javamail component and add to main components;
Fabian Huch <huch@in.tum.de> [Thu, 26 Oct 2023 11:29:00 +0200] rev 78828
build javamail component and add to main components;
Thu, 26 Oct 2023 11:23:53 +0200 added component for javax mail;
Fabian Huch <huch@in.tum.de> [Thu, 26 Oct 2023 11:23:53 +0200] rev 78827
added component for javax mail;
Wed, 25 Oct 2023 17:06:21 +0200 updated to vampire-4.8;
wenzelm [Wed, 25 Oct 2023 17:06:21 +0200] rev 78826
updated to vampire-4.8;
Wed, 25 Oct 2023 13:51:51 +0200 tuned README;
wenzelm [Wed, 25 Oct 2023 13:51:51 +0200] rev 78825
tuned README;
Wed, 25 Oct 2023 13:01:47 +0200 update Vampire version, following hints by Martin Desharnais;
wenzelm [Wed, 25 Oct 2023 13:01:47 +0200] rev 78824
update Vampire version, following hints by Martin Desharnais;
Wed, 25 Oct 2023 11:52:40 +0200 removed junk;
wenzelm [Wed, 25 Oct 2023 11:52:40 +0200] rev 78823
removed junk;
Fri, 20 Oct 2023 12:26:56 +0200 tuned component_vampire script for Vampire 4.8 and added new flag to force version name
desharna [Fri, 20 Oct 2023 12:26:56 +0200] rev 78822
tuned component_vampire script for Vampire 4.8 and added new flag to force version name
Tue, 24 Oct 2023 18:29:53 +0200 prefer Isabelle options for CI mail settings over ci.properties;
Fabian Huch <huch@in.tum.de> [Tue, 24 Oct 2023 18:29:53 +0200] rev 78821
prefer Isabelle options for CI mail settings over ci.properties;
Mon, 23 Oct 2023 16:19:19 +0100 Added the command nxsketch, which is like sketch except it separates these subgoals by "next" fills in the context using "fix"/"assume" rather than "for"/"if". Also the sketch command does the same if there is only one subgoal.
paulson <lp15@cam.ac.uk> [Mon, 23 Oct 2023 16:19:19 +0100] rev 78820
Added the command nxsketch, which is like sketch except it separates these subgoals by "next" fills in the context using "fix"/"assume" rather than "for"/"if". Also the sketch command does the same if there is only one subgoal.
Mon, 23 Oct 2023 12:52:56 +0200 proper cut for Parse.enum1' and its derivatives (see also 769abc29bb8e);
wenzelm [Mon, 23 Oct 2023 12:52:56 +0200] rev 78819
proper cut for Parse.enum1' and its derivatives (see also 769abc29bb8e);
Mon, 23 Oct 2023 12:11:39 +0200 unused (see fe9e590ae52f);
wenzelm [Mon, 23 Oct 2023 12:11:39 +0200] rev 78818
unused (see fe9e590ae52f);
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip