src/Pure/Admin/build_history.scala
Fri, 06 Sep 2024 15:59:48 +0200 wenzelm clarified signature;
Thu, 06 Jun 2024 23:12:04 +0200 wenzelm proper afp_directory (amending 9308bc5f65d6);
Sat, 25 May 2024 17:22:05 +0200 wenzelm more general dirs for Sync.sync;
Fri, 24 May 2024 20:23:14 +0200 wenzelm tuned;
Wed, 27 Mar 2024 12:50:37 +0100 wenzelm proper services for Setup_Tool --- avoid hardwired stuff;
Fri, 08 Mar 2024 19:04:18 +0100 wenzelm prefer explicit option "build_log_verbose";
Fri, 08 Mar 2024 13:05:01 +0100 wenzelm more accurate progress.now(), notably for Database_Progress;
Wed, 21 Feb 2024 19:59:35 +0100 wenzelm clarified signature;
Sun, 18 Feb 2024 13:32:44 +0100 wenzelm clarified signature: emphasize physical db files;
Tue, 30 Jan 2024 21:35:28 +0100 wenzelm more robust (amending c9774306a879);
Tue, 30 Jan 2024 17:35:42 +0100 wenzelm allow remote_build on this host (server-arm), without conflicts of this "isabelle_self";
Sat, 18 Nov 2023 16:58:14 +0100 wenzelm clarified Log_File.cache: reuse existing Store.cache / Build_Log.Store.cache;
Sun, 12 Nov 2023 12:26:08 +0100 wenzelm tuned signature: more operations;
Wed, 08 Nov 2023 15:37:15 +0100 wenzelm avoid option -C: free this latter for build-related configuration;
Tue, 31 Oct 2023 16:24:07 +0100 wenzelm clarified signature;
Tue, 29 Aug 2023 20:19:57 +0200 wenzelm discontinue odd AFP partitioning: let Build_Cluster / Build_Engine do the job;
Tue, 29 Aug 2023 17:29:34 +0200 wenzelm clarified signature: prefer enum types;
Tue, 08 Aug 2023 23:51:01 +0200 wenzelm proper support for Apple Silicon (ARM64);
Sun, 23 Jul 2023 13:09:15 +0200 wenzelm prefer Process_Result.RC.merge: strict treatment of interrupt;
Tue, 20 Jun 2023 14:25:06 +0200 wenzelm clarified modules;
Thu, 15 Jun 2023 17:03:48 +0200 wenzelm tuned;
Sun, 09 Apr 2023 23:09:24 +0200 wenzelm more robust: avoid crash of Build_Log.parse_build_info / Protocol.Error_Message_Marker, e.g. in session MDP-Rewards of Isabelle/26ec258e5cf8 + AFP/2859e11cc09b;
Sat, 08 Apr 2023 19:32:09 +0200 wenzelm use "rsync --secluded-args" by default, discontinue obsolete option -P of sync tools;
Sat, 08 Apr 2023 17:20:15 +0200 wenzelm clarified signature: more abstract;
Sat, 08 Apr 2023 16:37:54 +0200 wenzelm clarified underlying SSH session of "isabelle hg_sync" and "isabelle sync";
Fri, 24 Feb 2023 20:40:50 +0100 wenzelm tuned;
Mon, 06 Feb 2023 14:54:15 +0100 wenzelm proper Shasum.digest, to emulate old form from build_history database;
Sat, 28 Jan 2023 21:40:06 +0100 wenzelm more uniform components context for the managing "self_isabelle" and the managed "other_isabelle";
Sat, 28 Jan 2023 21:32:33 +0100 wenzelm tuned signature;
Sat, 28 Jan 2023 20:58:00 +0100 wenzelm obsolete (see also d547173212d2);
Sat, 28 Jan 2023 20:50:45 +0100 wenzelm clarified names to emphasize suble differences in meaning;
Sat, 28 Jan 2023 20:21:55 +0100 wenzelm prefer high-level Other_Isabelle.bash over low-level SSH.execute;
Sat, 28 Jan 2023 20:13:40 +0100 wenzelm unused (see 378bb7a739c3);
Sat, 28 Jan 2023 19:47:15 +0100 wenzelm more options to manage resolved components;
Sat, 28 Jan 2023 16:51:41 +0100 wenzelm proper use of current ISABELLE_COMPONENT_REPOSITORY from the managing Isabelle system (amending 3e963d68d394);
Fri, 27 Jan 2023 15:33:21 +0100 wenzelm prefer typed bytes count, but retain toString of original Long for robustness of Java/Scala string composition;
Wed, 25 Jan 2023 21:10:20 +0100 wenzelm prefer Other_Isabelle.init instead of adhoc scripts;
Wed, 25 Jan 2023 14:51:13 +0100 wenzelm more operations for SSH.System;
Wed, 25 Jan 2023 13:38:26 +0100 wenzelm recovered option -C from 092449efcb0e (still required for isabelle_cronjob.scala on Windows), but with slightly different meaning;
Tue, 24 Jan 2023 23:05:32 +0100 wenzelm clarified defaults: imitate "isabelle components -I" without further parameters;
Tue, 24 Jan 2023 20:43:55 +0100 wenzelm clarified defaults (see also b310b93563f6);
Tue, 24 Jan 2023 19:55:33 +0100 wenzelm more formal Other_Isabelle.settings, with derived expand_path / bash_path;
Tue, 24 Jan 2023 17:16:00 +0100 wenzelm removed unused user_home argument (see also 897f1ac84aab and 19b6091c2137);
Tue, 24 Jan 2023 16:08:28 +0100 wenzelm tuned;
Tue, 24 Jan 2023 15:16:24 +0100 wenzelm more robust and uniform Other_Isabelle.scala_build;
Mon, 23 Jan 2023 16:15:45 +0100 wenzelm clarified defaults;
Mon, 23 Jan 2023 11:31:18 +0100 wenzelm tuned: drop redundant "expand";
Sun, 22 Jan 2023 22:26:50 +0100 wenzelm tuned signature: avoid aliases;
Sat, 22 Oct 2022 21:43:26 +0200 wenzelm more thorough cleanup;
Sat, 22 Oct 2022 21:38:32 +0200 wenzelm tuned;
Sat, 22 Oct 2022 21:20:55 +0200 wenzelm tuned: more robust Scala syntax;
Fri, 21 Oct 2022 16:39:31 +0200 wenzelm generic support for XZ and Zstd compression in Isabelle/Scala;
Tue, 13 Sep 2022 11:56:38 +0200 wenzelm let rsync re-use ssh connection via control path;
Mon, 12 Sep 2022 22:52:15 +0200 wenzelm ssh client via regular OpenSSH tools, with authentic use of .ssh/config (notably proxy configuration);
Fri, 10 Jun 2022 21:05:31 +0200 wenzelm sync session images, based on accidental local state;
Fri, 10 Jun 2022 13:53:43 +0200 wenzelm clarified names;
Wed, 08 Jun 2022 23:49:54 +0200 wenzelm proper nominal_port, notably for port forwarding;
Tue, 07 Jun 2022 17:24:00 +0200 wenzelm more robust: protect_args does not work with rsync 2.x from macOS, and is not required in typical situations;
Tue, 07 Jun 2022 17:07:10 +0200 wenzelm clarified signature: more explicit type Rsync.Context;
Mon, 06 Jun 2022 19:39:21 +0200 wenzelm removed obsolete self_update: always enabled, notably on lxbroy10 which is the only shared-home system (and still requires current isabelle_self);
Mon, 06 Jun 2022 19:19:12 +0200 wenzelm clarified remote vs. local build_history: operate on hg_sync directory instead of repository;
Tue, 31 May 2022 16:01:30 +0200 wenzelm clarified signature;
Fri, 01 Apr 2022 23:19:12 +0200 wenzelm tuned formatting;
Fri, 01 Apr 2022 17:06:10 +0200 wenzelm clarified formatting, for the sake of scala3;
Mon, 13 Sep 2021 11:52:32 +0200 wenzelm clarified signature;
Sat, 17 Jul 2021 22:50:25 +0200 wenzelm more robust: avoid -D ~~/AFP/thys after crash of AFP.init (notably in AFP/1001c0dfced0);
Sat, 17 Jul 2021 22:17:27 +0200 wenzelm more portable across history;
Tue, 11 May 2021 16:30:24 +0200 wenzelm clarified platforms;
Thu, 29 Apr 2021 22:39:33 +0200 wenzelm clarified signature: more operations;
Wed, 28 Apr 2021 23:20:05 +0200 wenzelm clarified signature;
Wed, 28 Apr 2021 14:03:26 +0200 wenzelm tuned signature;
Wed, 31 Mar 2021 22:10:56 +0200 wenzelm tuned signature -- more explicit types;
Thu, 04 Mar 2021 15:41:46 +0100 wenzelm tuned --- fewer warnings;
Mon, 01 Mar 2021 22:22:12 +0100 wenzelm tuned --- fewer warnings;
Fri, 12 Feb 2021 12:11:35 +0100 wenzelm tuned signature;
Tue, 09 Feb 2021 14:13:03 +0100 wenzelm more robust ISABELLE_COMPONENT_REPOSITORY: use current value of managing process to avoid its fluctuation in ancient history;
Mon, 25 Jan 2021 22:30:39 +0100 wenzelm more robust: defer error in sessions structure to build process;
Sun, 24 Jan 2021 19:34:37 +0100 wenzelm merged, with minor edits: Admin/PLATFORMS, CONTRIBUTORS;
Wed, 20 Jan 2021 21:18:40 +0100 wenzelm unused;
Wed, 20 Jan 2021 22:20:26 +0100 wenzelm more informative error;
Sun, 27 Dec 2020 13:16:30 +0100 wenzelm tuned (see also b5333fc056da);
Wed, 11 Nov 2020 21:04:22 +0100 wenzelm tuned signature;
Mon, 05 Oct 2020 21:15:58 +0200 wenzelm clarified signature;
Sat, 11 Jul 2020 17:08:26 +0200 wenzelm clarified messages: avoid duplicate Timing;
Sat, 11 Jul 2020 16:41:55 +0200 wenzelm clarified signature;
Sat, 11 Jul 2020 15:52:54 +0200 wenzelm tuned;
Sat, 11 Jul 2020 15:51:15 +0200 wenzelm clarified signature;
Fri, 10 Jul 2020 22:38:03 +0200 wenzelm proper session Timing for build_history log file (see 5c4800f6b25a);
Sun, 05 Jul 2020 11:00:57 +0200 wenzelm support generated preferences, i.e. non-strict system options;
Fri, 19 Jun 2020 20:15:00 +0200 wenzelm tuned --- avoid error in IntelliJ IDEA;
Tue, 07 Apr 2020 21:49:36 +0200 wenzelm clarified signature: more uniform treatment of stopped/interrupted state;
Mon, 30 Mar 2020 19:50:01 +0200 wenzelm clarified signature;
Mon, 30 Mar 2020 11:59:44 +0200 wenzelm clarified modules: global quasi-scope for markers;
Sun, 29 Mar 2020 19:42:59 +0200 wenzelm more explicit type Protocol_Message.Marker;
Fri, 27 Mar 2020 22:01:27 +0100 wenzelm misc tuning based on hints by IntelliJ IDEA;
Wed, 23 Jan 2019 21:05:33 +0100 wenzelm prefer x86_64_32 over x86;
Sun, 09 Dec 2018 12:09:54 +0100 wenzelm clarified settings and defaults;
Mon, 03 Dec 2018 21:32:08 +0100 wenzelm clarified signature;
Sun, 02 Dec 2018 15:56:14 +0100 wenzelm clarified component settings;
Sun, 02 Dec 2018 14:12:08 +0100 wenzelm unused;
Wed, 28 Nov 2018 16:14:31 +0100 wenzelm clarified signature;
Wed, 14 Nov 2018 21:28:48 +0100 wenzelm more robust hostname for Isabelle cronjobs: do not rely on target OS installation for resulting build_log database content;
Wed, 07 Nov 2018 14:03:47 +0100 wenzelm proper ghc_setup / ocaml_setup on target Isabelle distribution (amending 2a17c481d05e);
Mon, 05 Nov 2018 21:59:22 +0100 wenzelm support remote_build_history with optional ghc_setup / ocaml_setup;
Sun, 21 Oct 2018 14:25:51 +0200 wenzelm tuned signature;
Sat, 19 May 2018 20:05:13 +0200 wenzelm support for build_database_server (PostgreSQL);
Sat, 19 May 2018 15:45:45 +0200 wenzelm clarified store directories;
Fri, 18 May 2018 17:09:55 +0200 wenzelm support Store with options;
Tue, 06 Mar 2018 16:54:13 +0100 wenzelm more robust: normalize potentially symbolic rev;
Sat, 03 Mar 2018 15:09:36 +0100 wenzelm clarified self_update: imitate visible directory state on remote side;
Sat, 03 Mar 2018 14:27:33 +0100 wenzelm self_update implies push_isabelle_home (see also 4c253e84ae62);
Sat, 03 Mar 2018 13:23:09 +0100 wenzelm uniform setup_repository (pull/clone without update);
Fri, 02 Mar 2018 15:16:10 +0100 wenzelm prefer https;
Sat, 11 Nov 2017 17:04:14 +0100 wenzelm support alternative USER_HOME directory;
Sat, 11 Nov 2017 16:01:02 +0100 wenzelm tuned signature;
Tue, 24 Oct 2017 21:20:55 +0200 wenzelm store session sources stamp;
Tue, 17 Oct 2017 13:56:58 +0200 wenzelm tuned output;
Tue, 17 Oct 2017 13:51:43 +0200 wenzelm uniform execute, with proper isabelle_identifier (notably for "isabelle components -I");
Tue, 17 Oct 2017 11:51:39 +0200 wenzelm tuned;
Tue, 17 Oct 2017 11:29:14 +0200 wenzelm permissive theory_timings for historic versions;
less more (0) -120 tip