Fri, 08 Mar 2024 19:04:18 +0100 wenzelm prefer explicit option "build_log_verbose";
Fri, 08 Mar 2024 18:58:49 +0100 wenzelm tuned whitespace;
Fri, 08 Mar 2024 18:29:21 +0100 wenzelm additional build_log column "session_start", with implicit upgrade of database schema;
Fri, 08 Mar 2024 14:14:05 +0100 wenzelm more robust build_start for master and workers (via database);
Fri, 08 Mar 2024 13:05:01 +0100 wenzelm more accurate progress.now(), notably for Database_Progress;
Fri, 08 Mar 2024 11:09:44 +0100 wenzelm update NEWS;
Fri, 08 Mar 2024 10:57:59 +0100 wenzelm activate E 3.0 after testing by Martin Desharnais, see also db72d9920186 and 788f11af9822;
Thu, 07 Mar 2024 23:58:01 +0100 desharna merged
Thu, 29 Feb 2024 11:18:26 +0100 desharna added lemmas reflclp_(less|greater)_eq[simp], rtranclp_(less|greater)_eq[simp], and tranclp_(less|greater|less_eq|greater_eq)[simp]
Thu, 07 Mar 2024 18:24:42 +0100 Fabian Huch parallelize schedule optimization;
Wed, 06 Mar 2024 21:52:58 +0100 wenzelm revised NEWS: OCaml / OPAM appears to be fine on arm64-linux, e.g. Ubuntu 22.04;
Wed, 06 Mar 2024 17:04:54 +0100 wenzelm update to current long-term-support version dotnet-8.0.x;
Wed, 06 Mar 2024 14:11:58 +0100 wenzelm merged
Tue, 05 Mar 2024 23:06:18 +0100 wenzelm proper release bundle_name (amending 0e7dd3eaa6e8);
Wed, 06 Mar 2024 10:39:45 +0100 blanchet more multiset lemmas
Tue, 27 Feb 2024 13:46:42 +0100 Simon Wimmer optional cartouche syntax and proper name printing in atp Isar output
Wed, 06 Mar 2024 09:43:25 +0100 desharna merged
Wed, 06 Mar 2024 09:26:40 +0100 desharna removed unused variable
Wed, 06 Mar 2024 09:25:34 +0100 desharna added virtual, greedy portfolio for E 3.0
Tue, 05 Mar 2024 21:44:52 +0100 wenzelm tuned;
Tue, 05 Mar 2024 21:26:18 +0100 wenzelm tuned signature;
Tue, 05 Mar 2024 20:58:41 +0100 wenzelm Added tag Isabelle2024-RC0 for changeset 98f009f56400
Tue, 05 Mar 2024 20:58:19 +0100 wenzelm updated for release;
Tue, 05 Mar 2024 20:58:11 +0100 wenzelm updated for release;
Tue, 05 Mar 2024 20:41:07 +0100 wenzelm clarified signature;
Tue, 05 Mar 2024 20:25:02 +0100 wenzelm misc tuning for release;
Tue, 05 Mar 2024 20:20:45 +0100 wenzelm tuned whitespace: avoid TABs;
Tue, 05 Mar 2024 20:20:34 +0100 wenzelm avoid suspicious Unicode;
Tue, 05 Mar 2024 20:13:20 +0100 wenzelm tuned whitespace;
Tue, 05 Mar 2024 19:21:07 +0100 wenzelm tuned signature: fewer warnings in IntelliJ IDEA;
Tue, 05 Mar 2024 18:42:09 +0100 wenzelm merged
Tue, 05 Mar 2024 18:41:56 +0100 wenzelm update NEWS;
Tue, 05 Mar 2024 18:06:26 +0100 wenzelm update cygwin near 3.5.1-1, also see https://cygwin.com/pipermail/cygwin-announce/2024-February/011524.html and https://cygwin.com/pipermail/cygwin-announce/2024-February/011611.html
Tue, 05 Mar 2024 17:42:36 +0100 wenzelm drop unused Task.info field;
Tue, 05 Mar 2024 17:27:16 +0100 wenzelm proper guard_time (amending 752806151432);
Tue, 05 Mar 2024 16:22:24 +0100 wenzelm proper dynamic access (amending c3f07c950116);
Tue, 05 Mar 2024 16:20:40 +0100 wenzelm more robust, notably for remote process (via SSH);
Tue, 05 Mar 2024 16:06:06 +0100 wenzelm prefer dynamic objects, following a5fda30edae2;
Tue, 05 Mar 2024 15:58:45 +0100 wenzelm proper dynamic access (amending 52b5c7c8e6d9);
Tue, 05 Mar 2024 15:54:33 +0100 wenzelm clarified signature: incorporate guard into Logger;
Tue, 05 Mar 2024 16:55:21 +0100 desharna merged
Tue, 05 Mar 2024 15:02:31 +0100 desharna added lemmas rtranclp_ident_if_reflp_and_transp and tranclp_ident_if_transp
Tue, 05 Mar 2024 14:32:50 +0000 paulson Moving valuable library material from Martingales into the distribution
Mon, 04 Mar 2024 21:58:53 +0100 wenzelm clarified signature;
Mon, 04 Mar 2024 21:46:21 +0100 wenzelm clarified module signature and state;
Mon, 04 Mar 2024 21:22:22 +0100 wenzelm tuned messages;
Mon, 04 Mar 2024 21:18:24 +0100 wenzelm omit somewhat pointless message, following b7187d4cdf68;
Mon, 04 Mar 2024 20:49:46 +0100 wenzelm more robust handling of uninitialized value, notably Build_Process.progress;
Mon, 04 Mar 2024 19:14:16 +0100 nipkow tuned
Mon, 04 Mar 2024 16:20:57 +0100 Fabian Huch partially revert f1f08ca40d96: benchmark data needs to be present before timing data is loaded;
Mon, 04 Mar 2024 13:55:11 +0100 wenzelm clarified module signature and state;
Mon, 04 Mar 2024 13:44:11 +0100 wenzelm tuned signature: more protected operations;
Mon, 04 Mar 2024 12:30:33 +0100 wenzelm database performance tuning: just one synchronized_database for main loop body;
Mon, 04 Mar 2024 11:39:10 +0100 wenzelm tuned;
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, 03 Mar 2024 17:47:50 +0100 wenzelm more robust: imitate Isabelle/ML operation more closely (after 26a43785590b);
Sun, 03 Mar 2024 16:32:59 +0100 wenzelm tuned;
Sun, 03 Mar 2024 16:18:06 +0100 wenzelm tuned proof: avoid z3 to make it work on arm64-linux;
Sun, 03 Mar 2024 12:28:22 +0100 wenzelm official support for arm64-linux, despite a few missing tools;
Sun, 03 Mar 2024 12:21:10 +0100 wenzelm discontinue unstable z3-4.4.1 for arm64-linux from Debian (in contrast to 796ae338eb9d and 87718883c8b9);
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 tip