Thu, 02 Nov 2023 10:12:12 +0100 wenzelm disable multi-builds (again): does not quite work yet;
Tue, 31 Oct 2023 17:32:56 +0100 wenzelm clarified modules;
Tue, 31 Oct 2023 17:24:19 +0100 wenzelm clarified signature;
Tue, 31 Oct 2023 17:01:19 +0100 wenzelm clarified SEQ: more sequential evaluation to support multiple tests (see also 5c91bd51fc37);
Tue, 31 Oct 2023 16:49:03 +0100 wenzelm tuned signature;
Tue, 31 Oct 2023 16:45:39 +0100 wenzelm proper Compress.Cache;
Tue, 31 Oct 2023 16:24:07 +0100 wenzelm clarified signature;
Tue, 31 Oct 2023 16:15:59 +0100 wenzelm more parallelism via consumer thread: with mailbox limit to avoid ressource problems;
Tue, 31 Oct 2023 16:11:26 +0100 wenzelm support for mailbox limit;
Tue, 31 Oct 2023 15:40:46 +0100 wenzelm tuned signature;
Tue, 31 Oct 2023 14:35:51 +0100 wenzelm discontinued pointless option (reverting 63d55ba90a9f): performance tuning works better via SQL.Database.execute_batch_statement;
Tue, 31 Oct 2023 14:26:19 +0100 wenzelm clarified database transactions (see also 2c704ae04db1, 7bd0a250183b);
Sun, 29 Oct 2023 20:14:46 +0100 wenzelm afford multiple tests on fast machines (see also edb4faf666c9 and 2a26d423d9fb);
Sun, 29 Oct 2023 19:42:46 +0100 wenzelm performance tuning: parallel and incremental update of build_log_database;
Sun, 29 Oct 2023 18:49:42 +0100 wenzelm performance tuning: more careful database access;
Sun, 29 Oct 2023 11:57:01 +0100 wenzelm clarified message;
Sun, 29 Oct 2023 11:49:33 +0100 wenzelm tuned signature;
Sun, 29 Oct 2023 11:39:17 +0100 wenzelm tuned;
Sat, 28 Oct 2023 19:13:02 +0200 wenzelm prefer old-style import "=>";
Sat, 28 Oct 2023 17:35:26 +0200 wenzelm merged
Thu, 26 Oct 2023 22:44:31 +0200 wenzelm redundant (see also 3069da1743bc);
Thu, 26 Oct 2023 22:20:22 +0200 wenzelm removed obsolete table (see also 6acd1a2bd146);
Thu, 26 Oct 2023 22:10:22 +0200 wenzelm more robust init_database();
Thu, 26 Oct 2023 16:04:48 +0200 wenzelm proper private_data.transaction_lock;
Thu, 26 Oct 2023 15:38:27 +0200 wenzelm clarified names;
Thu, 26 Oct 2023 12:36:19 +0200 wenzelm proper support for SSH;
Thu, 26 Oct 2023 12:27:10 +0200 wenzelm tuned signature;
Thu, 26 Oct 2023 11:50:50 +0200 wenzelm tuned imports;
Wed, 18 Oct 2023 20:51:24 +0200 Fabian Huch add module for faster scheduled builds;
Wed, 18 Oct 2023 20:26:02 +0200 Fabian Huch always use host database and make protected;
Wed, 18 Oct 2023 20:12:07 +0200 Fabian Huch read relative cpu from build log;
Wed, 18 Oct 2023 20:07:54 +0200 Fabian Huch 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 Fabian Huch added start date to build jobs, e.g., for build time estimation;
Wed, 18 Oct 2023 19:49:08 +0200 Fabian Huch added initial version of benchmark module, e.g., to compare performance of different hosts;
Wed, 18 Oct 2023 19:26:37 +0200 Fabian Huch generalized node infos: allow addressing of numa node segments via relative cpus;
Wed, 18 Oct 2023 19:05:06 +0200 Fabian Huch 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 Fabian Huch added Range object to Host, e.g. to parse/unparse NUMA node ranges;
Wed, 18 Oct 2023 18:48:49 +0200 Fabian Huch defined statically known tables of Build_Log;
Fri, 27 Oct 2023 18:27:06 +0200 nipkow added lemma
Fri, 27 Oct 2023 08:16:16 +0200 nipkow added lemma
Thu, 26 Oct 2023 20:41:42 +0200 nipkow added lemma
Thu, 26 Oct 2023 17:53:22 +0200 Fabian Huch NEWS and CONTRIBUTORS;
Thu, 26 Oct 2023 11:39:45 +0200 Fabian Huch remove unused ci-extras component;
Thu, 26 Oct 2023 10:53:51 +0200 Fabian Huch use mail module in CI build;
Tue, 24 Oct 2023 19:17:46 +0200 Fabian Huch added mail module;
Thu, 26 Oct 2023 11:29:00 +0200 Fabian Huch build javamail component and add to main components;
Thu, 26 Oct 2023 11:23:53 +0200 Fabian Huch added component for javax mail;
Wed, 25 Oct 2023 17:06:21 +0200 wenzelm updated to vampire-4.8;
Wed, 25 Oct 2023 13:51:51 +0200 wenzelm tuned README;
Wed, 25 Oct 2023 13:01:47 +0200 wenzelm update Vampire version, following hints by Martin Desharnais;
Wed, 25 Oct 2023 11:52:40 +0200 wenzelm removed junk;
Fri, 20 Oct 2023 12:26:56 +0200 desharna tuned component_vampire script for Vampire 4.8 and added new flag to force version name
Tue, 24 Oct 2023 18:29:53 +0200 Fabian Huch prefer Isabelle options for CI mail settings over ci.properties;
Mon, 23 Oct 2023 16:19:19 +0100 paulson 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 wenzelm proper cut for Parse.enum1' and its derivatives (see also 769abc29bb8e);
Mon, 23 Oct 2023 12:11:39 +0200 wenzelm unused (see fe9e590ae52f);
Mon, 23 Oct 2023 12:08:38 +0200 wenzelm clarified modules;
Sun, 22 Oct 2023 19:40:28 +0200 wenzelm merged
Sun, 22 Oct 2023 15:25:08 +0200 wenzelm update documentation on simproc_setup;
Sun, 22 Oct 2023 13:56:52 +0200 wenzelm tuned;
Sun, 22 Oct 2023 12:18:23 +0200 wenzelm proper morphism;
Sat, 21 Oct 2023 21:19:02 +0200 wenzelm simprocs may be distinguished via 'identifier': only works for ML antiquotation (see also 13252110a6fe);
Sat, 21 Oct 2023 14:36:47 +0200 wenzelm more compact ML source;
Sat, 21 Oct 2023 12:02:23 +0200 wenzelm more robust read_simproc_spec: proper error positions;
Sat, 21 Oct 2023 11:34:37 +0200 wenzelm tuned signature;
Sat, 21 Oct 2023 11:24:34 +0200 wenzelm more standard simproc_setup using ML antiquotation;
Sat, 21 Oct 2023 00:25:40 +0200 wenzelm more standard simproc_setup using ML antiquotation;
Sat, 21 Oct 2023 00:13:12 +0200 wenzelm more standard simproc_setup using ML antiquotation;
Fri, 20 Oct 2023 22:19:05 +0200 wenzelm added ML antiquotation "simproc_setup";
Fri, 20 Oct 2023 16:40:41 +0200 wenzelm clarified signature;
Fri, 20 Oct 2023 11:03:09 +0200 wenzelm clarified signature;
Thu, 19 Oct 2023 21:58:47 +0200 wenzelm tuned signature;
Thu, 19 Oct 2023 21:38:09 +0200 wenzelm tuned signature;
Thu, 19 Oct 2023 17:06:39 +0200 wenzelm clarified signature;
Thu, 19 Oct 2023 16:31:17 +0200 wenzelm clarified syntax and order of parameters;
Thu, 19 Oct 2023 11:30:16 +0200 wenzelm clarified signature: Named_Target.setup works both for global and local theory;
Wed, 18 Oct 2023 22:09:25 +0200 wenzelm clarified signature;
Wed, 18 Oct 2023 16:29:24 +0200 wenzelm clarified signature: more concise simproc setup in ML;
Wed, 18 Oct 2023 15:13:52 +0200 wenzelm clarified signature: more concise variations on implicit theory setup;
Tue, 17 Oct 2023 22:29:12 +0200 wenzelm clarified simproc_setup (passive);
Tue, 17 Oct 2023 22:25:48 +0200 wenzelm clarified 'simproc_setup';
Tue, 17 Oct 2023 18:55:29 +0200 wenzelm support for "simproc_setup ... (passive)": allow to define simprocs in Isar that are not added to the simpset (yet);
Tue, 17 Oct 2023 15:51:28 +0200 wenzelm more standard simproc_setup in Isar;
Tue, 17 Oct 2023 15:10:14 +0200 wenzelm more standard ML setup;
Fri, 20 Oct 2023 12:25:35 +0200 desharna proper slice duration (i.e., 5 s) for new Vampire portfolio following 5a14f2cc1ea0
Wed, 18 Oct 2023 10:41:12 +0200 desharna added new portfolio for Vampire 4.8
Tue, 17 Oct 2023 12:10:58 +0200 wenzelm tuned signature, following Isabelle/Scala;
Tue, 17 Oct 2023 11:52:52 +0200 wenzelm more thorough expose_interrupt: always reset "break" state, regardless of pending interrupt;
Tue, 17 Oct 2023 11:47:13 +0200 wenzelm tuned;
Mon, 16 Oct 2023 21:27:56 +0200 wenzelm proper parallel build tasks;
Sun, 15 Oct 2023 14:59:19 +0200 wenzelm more Haskell tests on macOS;
Sun, 15 Oct 2023 14:22:37 +0200 wenzelm more NEWS;
Sun, 15 Oct 2023 13:48:08 +0200 wenzelm disable naproche component for now: to be updated before the next Isabelle release;
Sun, 15 Oct 2023 13:36:48 +0200 wenzelm updated to stack-2.13.1: include arm64-darwin, although it does not quite work yet (e.g. session "Haskell");
Sat, 14 Oct 2023 20:50:25 +0200 wenzelm more NEWS;
Sat, 14 Oct 2023 20:48:12 +0200 wenzelm tuned structure;
(0) -30000 -10000 -3000 -1000 -300 -100 -96 +96 +100 +300 +1000 +3000 tip