etc/options
Sat, 22 Jul 2023 11:41:43 +0200 wenzelm clarified option (see also b66b6cc1eb8c);
Wed, 19 Jul 2023 16:04:59 +0200 wenzelm clarified options;
Wed, 19 Jul 2023 13:29:18 +0200 wenzelm clarified options: accommodate potentially slow database connection;
Wed, 19 Jul 2023 11:40:00 +0200 wenzelm add option "build_context" in anticipation of AFP entries that require special tricks in Isabelle/ML (NB: system component settings are unavailable in AFP);
Wed, 19 Jul 2023 10:56:19 +0200 wenzelm clarified options;
Tue, 18 Jul 2023 23:03:39 +0200 wenzelm more options for performance tuning;
Tue, 18 Jul 2023 13:34:18 +0200 wenzelm more conservative build_delay (despite 9600720071e6): avoid exessive build_database operations, notably via ssh;
Sun, 16 Jul 2023 14:11:56 +0200 wenzelm clarified options;
Tue, 11 Jul 2023 18:30:56 +0200 wenzelm revert ineffective b04ac8a017b2: etc/settings of polyml components needs to be changed as well;
Tue, 11 Jul 2023 16:51:52 +0200 wenzelm ML_system_apple=false for more stability;
Wed, 21 Jun 2023 15:31:18 +0200 wenzelm afford larger build_database_slice for better compression (HOL: 1 slice, HOL-Proofs: multiple slices for testing);
Wed, 21 Jun 2023 15:20:58 +0200 wenzelm prefer system option;
Wed, 10 May 2023 15:43:49 +0200 wenzelm proper system options to control context tracing/timing;
Sun, 26 Mar 2023 15:47:40 +0200 wenzelm removed junk (amending 236e43c8bb5b);
Sun, 26 Mar 2023 12:46:15 +0200 wenzelm clarified signature: more explicit types;
Thu, 16 Mar 2023 15:16:17 +0100 wenzelm more thorough treatment of build prefs, guarded by system option "build_through": avoid accidental rebuild of HOL etc.;
Thu, 16 Mar 2023 13:18:25 +0100 wenzelm clarified build options;
Sat, 11 Mar 2023 11:31:58 +0100 wenzelm clarified exported options;
Sat, 11 Mar 2023 11:13:53 +0100 wenzelm support option tags;
Thu, 02 Mar 2023 16:09:22 +0100 wenzelm clarified names;
Mon, 27 Feb 2023 10:26:36 +0100 wenzelm clarified system option: guard for testing, until the database layout has stabilized;
Sun, 26 Feb 2023 21:05:39 +0100 wenzelm option build_hostname allows to change hostname easily;
Sun, 26 Feb 2023 11:55:24 +0100 wenzelm support for build database: still inactive;
Fri, 24 Feb 2023 11:07:31 +0100 wenzelm unused (see also 7b318273a4aa and a1fb4d28e609);
Tue, 21 Feb 2023 12:03:52 +0100 wenzelm support alternative build engines, via system option "build_engine";
Tue, 31 Jan 2023 17:00:33 +0100 wenzelm automatically build document when selected theories are finished;
Sun, 15 Jan 2023 16:28:03 +0100 wenzelm clarified treatment of cite macro name;
Sun, 15 Jan 2023 12:07:08 +0100 wenzelm clarified names;
Sat, 14 Jan 2023 20:15:09 +0100 wenzelm basic support for update_cite_commands;
Tue, 06 Dec 2022 16:23:49 +0100 wenzelm more uniform session selectors, with persistent options;
Sun, 06 Nov 2022 20:27:35 +0100 wenzelm afford more reactive consolidation;
Sun, 06 Nov 2022 15:28:56 +0100 wenzelm afford unconditional presentation, notably export_theory and present_thy, notably for HTML + PDF presentation within PIDE;
Fri, 04 Nov 2022 13:33:04 +0100 wenzelm clarified options;
Wed, 12 Oct 2022 13:01:06 +0200 wenzelm tuned comment;
Wed, 12 Oct 2022 11:15:36 +0200 wenzelm support for system option ML_system_apple: emulated x86_64 Poly/ML is sometimes more stable than native ARM64;
Tue, 27 Sep 2022 13:34:54 +0200 wenzelm clarified options;
Thu, 22 Sep 2022 10:38:52 +0200 wenzelm tuned comments;
Sun, 18 Sep 2022 00:24:20 +0200 wenzelm show SSH options in PIDE GUI;
Fri, 16 Sep 2022 14:02:02 +0200 wenzelm clarified options;
Fri, 16 Sep 2022 12:49:04 +0200 wenzelm clarified options;
Thu, 15 Sep 2022 21:37:17 +0200 wenzelm discontinued unclear timeout (stemming from jEdit JSch setup, see 14782d58a503), to make it work with native Windows ssh.exe;
Wed, 14 Sep 2022 14:59:01 +0200 wenzelm support port forwarding without multiplexing (for the sake of Windows);
Mon, 12 Sep 2022 23:26:21 +0200 wenzelm obsolete;
Fri, 09 Sep 2022 14:03:29 +0200 wenzelm discontinued somewhat pointless option: Proof_Display.pretty_goal_inst should always work smoothly (and not crash unexpectedly);
Thu, 08 Sep 2022 20:46:22 +0200 wenzelm enable show_goal_inst by default: match failure is merely a warning (see 730638d4e37a);
Tue, 06 Sep 2022 12:44:02 +0200 wenzelm option "show_states" for more verbosity of batch-builds;
Mon, 05 Sep 2022 22:47:09 +0200 wenzelm clarified options, following e.g. "show_consts";
Fri, 02 Sep 2022 23:19:02 +0200 wenzelm proper description;
Wed, 24 Nov 2021 22:57:33 +0100 wenzelm option document_comment_latex supports e.g. Dagstuhl LIPIcs;
Sun, 21 Nov 2021 17:42:11 +0100 wenzelm clarified system option standard values: avoid oddities like "isabelle build -o document_output" producing directories named "true";
Sat, 20 Nov 2021 18:58:23 +0100 wenzelm Latex.Output.latex_heading depends on option document_heading_prefix, e.g. relevant for Dagstuhl LIPIcs which prefers unaliased \section etc.;
Mon, 08 Nov 2021 16:48:42 +0100 wenzelm discontinued redundant document_preprocessor: in the worst case, a plain-old document/build script will do;
Mon, 08 Nov 2021 13:51:24 +0100 wenzelm clarified messages, depending on option "document_echo";
Thu, 12 Aug 2021 14:18:46 +0200 wenzelm provide bash_process server for Isabelle/ML and other external programs;
Sat, 07 Aug 2021 15:20:08 +0200 wenzelm follow phabricator 2021 Week 26;
Mon, 07 Jun 2021 15:13:34 +0200 wenzelm follow Phabricator update 2021 Week 23;
Mon, 07 Jun 2021 13:04:17 +0200 wenzelm updated descriptions;
Sun, 06 Jun 2021 20:29:52 +0200 wenzelm clarified hook for Mirabelle: provide all loaded theories at once (for each 'theories' section within the session ROOT);
Mon, 24 May 2021 11:58:06 +0200 wenzelm clarified system_log: make this work independently of the particular "isabelle build" command-line (e.g. "isabelle mirabelle");
Wed, 19 May 2021 13:19:37 +0200 wenzelm explicit option document_bibliography;
less more (0) -100 -60 tip