src/Pure/Tools/build.scala
Sat, 28 Mar 2020 18:33:25 +0100 wenzelm tuned;
Sat, 28 Mar 2020 14:01:45 +0100 wenzelm clarified Isabelle_Process phases;
Sat, 28 Mar 2020 12:06:37 +0100 wenzelm clarified signature: more robust startup_join;
Fri, 27 Mar 2020 22:01:27 +0100 wenzelm misc tuning based on hints by IntelliJ IDEA;
Fri, 27 Mar 2020 12:46:56 +0100 wenzelm clarified signature;
Fri, 27 Mar 2020 12:28:55 +0100 wenzelm clarified signature;
Fri, 27 Mar 2020 12:15:26 +0100 wenzelm tuned;
Fri, 27 Mar 2020 12:03:20 +0100 wenzelm clarified signature;
Fri, 20 Mar 2020 16:21:58 +0100 wenzelm avoid duplicate stderr output in isabelle build -v, e.g. "Timing ..." (amending a829207b32a3);
Sat, 23 Nov 2019 11:36:42 +0100 wenzelm clarified error: tmp file can be invalid in odd situations;
Sun, 06 Oct 2019 16:25:20 +0200 wenzelm clarified signature: more options;
Mon, 16 Sep 2019 16:00:10 +0200 wenzelm find theories via session directories only -- ignore known_theories;
Thu, 12 Sep 2019 13:33:09 +0200 wenzelm find theory files via session structure: much faster Prover IDE startup;
Sat, 07 Sep 2019 15:18:06 +0200 wenzelm clarified signature: retain global session information, unaffected by later restriction;
Mon, 12 Aug 2019 15:22:32 +0200 wenzelm output physical_stderr, e.g. for low-level debugging;
Wed, 07 Aug 2019 11:09:37 +0200 wenzelm removed junk (cf. fa933b98d64d);
Thu, 01 Aug 2019 10:14:58 +0200 wenzelm clarified module structure;
Fri, 01 Mar 2019 21:29:59 +0100 wenzelm system option "system_heaps" supersedes various command-line options for "system build mode";
Fri, 15 Feb 2019 17:00:21 +0100 wenzelm clarified 'export_files' in session ROOT: require explicit "isabelle build -e";
Thu, 31 Jan 2019 21:33:24 +0100 wenzelm removed left-over test material (amending bb0a354f6b46);
Sun, 27 Jan 2019 17:30:09 +0100 wenzelm updated to polyml-test-1b2dcf8f5202;
Wed, 16 Jan 2019 17:55:26 +0100 wenzelm support pruning of export names;
Sat, 29 Dec 2018 19:26:48 +0100 wenzelm tuned signature;
Wed, 28 Nov 2018 16:33:45 +0100 wenzelm prefer "Isabelle DejaVu Sans", even for headless batch-build (session_graph.pdf);
Sun, 09 Sep 2018 11:53:53 +0200 wenzelm clarified theory progress;
Sat, 08 Sep 2018 22:09:52 +0200 wenzelm tuned signature;
Fri, 07 Sep 2018 19:11:34 +0200 wenzelm clarified rc;
Wed, 01 Aug 2018 20:58:41 +0200 wenzelm isabelle build options -c -x -B refer to imports_graph;
Wed, 01 Aug 2018 16:33:33 +0200 wenzelm tuned signature;
Sat, 23 Jun 2018 17:05:59 +0200 wenzelm tuned;
Sat, 23 Jun 2018 14:23:53 +0200 wenzelm clarified queue ordering: take session descendants into account, notably for "slow" AFP sessions;
Wed, 30 May 2018 14:46:04 +0200 wenzelm clarified outermost progress.interrupt_handler;
Mon, 28 May 2018 13:35:43 +0200 wenzelm clarified signature;
Sat, 26 May 2018 19:40:02 +0200 wenzelm support 'export_files' in session ROOT;
Sat, 26 May 2018 16:52:03 +0200 wenzelm clarified cache;
Sat, 19 May 2018 20:05:13 +0200 wenzelm support for build_database_server (PostgreSQL);
Sat, 19 May 2018 16:13:39 +0200 wenzelm clarified store.clean_output: cleanup user_output_dir even in system_mode;
Sat, 19 May 2018 15:45:45 +0200 wenzelm clarified store directories;
Sat, 19 May 2018 14:47:54 +0200 wenzelm clarified handling of output heap;
Sat, 19 May 2018 14:12:44 +0200 wenzelm tuned;
Fri, 18 May 2018 21:50:46 +0200 wenzelm more abstract database access;
Fri, 18 May 2018 21:08:24 +0200 wenzelm tuned;
Fri, 18 May 2018 21:05:10 +0200 wenzelm clarified heap vs. database operations: discontinued correlation of directory;
Fri, 18 May 2018 17:09:55 +0200 wenzelm support Store with options;
Thu, 17 May 2018 15:38:36 +0200 wenzelm clarified signature;
Wed, 16 May 2018 21:36:59 +0200 wenzelm avoid race condition wrt. ISABELLE_TMP, which is removed in Bash.cleanup() before Bash.result(progress_stdout);
Fri, 11 May 2018 19:57:49 +0200 wenzelm more scalable -- avoid huge lines within stdout;
Sun, 06 May 2018 23:03:08 +0200 wenzelm store exports in session database, with asynchronous / parallel compression;
Sat, 05 May 2018 22:33:35 +0200 wenzelm protocol message for export of theory resources;
Sat, 05 May 2018 13:56:51 +0200 wenzelm cleanup session output before starting build job;
Tue, 13 Mar 2018 21:04:42 +0100 wenzelm allow cancellation of Sessions.deps/base_info via progress.stopped (progress.echo only happens for options like "verbose");
Tue, 13 Mar 2018 18:40:25 +0100 wenzelm tuned signature;
Tue, 13 Mar 2018 18:28:12 +0100 wenzelm tuned;
Mon, 12 Mar 2018 11:17:59 +0100 wenzelm tuned imports;
Thu, 08 Mar 2018 11:46:37 +0100 wenzelm clarified notion of unknown files: ignore files outside of a Mercurial repository;
Tue, 23 Jan 2018 19:25:39 +0100 wenzelm treat sessions as entities with defining position;
Fri, 19 Jan 2018 14:55:46 +0100 wenzelm formal treatment of documentation names;
Mon, 08 Jan 2018 22:36:02 +0100 wenzelm clarified implicit Pure.thy;
Fri, 29 Dec 2017 17:40:57 +0100 wenzelm formal check of @{cite} bibtex entries -- only in batch-mode session builds;
Sat, 16 Dec 2017 21:53:07 +0100 wenzelm added document antiquotation @{session name};
less more (0) -300 -100 -60 tip