src/Pure/Thy/presentation.scala
Fri, 19 Aug 2022 20:42:19 +0200 wenzelm tuned signature: avoid duplication;
Fri, 19 Aug 2022 20:07:41 +0200 wenzelm clarified modules;
Fri, 19 Aug 2022 16:46:00 +0200 wenzelm clarified signature: support for adhoc file types;
Fri, 19 Aug 2022 16:19:59 +0200 wenzelm clarified Presentation.Nodes, with explicit Nodes.Session and Nodes.Theory;
Fri, 19 Aug 2022 14:59:24 +0200 wenzelm tuned signature;
Fri, 19 Aug 2022 14:53:38 +0200 wenzelm clarified signature;
Thu, 18 Aug 2022 14:16:36 +0200 wenzelm clarified signature;
Thu, 18 Aug 2022 12:48:01 +0200 wenzelm more robust directory structure: always relative to session_dir;
Thu, 18 Aug 2022 12:02:20 +0200 wenzelm discontinued slightly odd integrity check (from af2d0e07493b): requires a different approach;
Thu, 18 Aug 2022 11:43:27 +0200 wenzelm clarified signature;
Thu, 18 Aug 2022 11:24:20 +0200 wenzelm misc tuning and clarification;
Thu, 18 Aug 2022 10:36:08 +0200 wenzelm unused;
Wed, 17 Aug 2022 19:52:41 +0200 wenzelm tuned signature;
Wed, 17 Aug 2022 16:16:23 +0200 wenzelm tuned signature;
Wed, 17 Aug 2022 16:10:21 +0200 wenzelm tuned signature;
Wed, 17 Aug 2022 16:07:10 +0200 wenzelm clarified modules;
Wed, 17 Aug 2022 16:03:36 +0200 wenzelm clarified modules;
Wed, 17 Aug 2022 15:56:04 +0200 wenzelm unused;
Wed, 17 Aug 2022 15:49:59 +0200 wenzelm tuned signature;
Wed, 17 Aug 2022 15:44:51 +0200 wenzelm clarified signature: replaced Sessions.Deps by Sessions.Structure from HTML_Context;
Wed, 17 Aug 2022 15:30:42 +0200 wenzelm tuned;
Wed, 17 Aug 2022 14:42:20 +0200 wenzelm clarified signature: avoid object-oriented HTML_Context;
Sun, 07 Aug 2022 20:36:01 +0200 wenzelm afford default cache policy, despite 6a29709906c6;
Sun, 07 Aug 2022 12:58:59 +0200 wenzelm clarified signature: more uniform treatment of cache for Export.read_session vs. Export.read_theory;
Sun, 07 Aug 2022 12:22:43 +0200 wenzelm clarified modules;
Sat, 06 Aug 2022 17:28:59 +0200 wenzelm clarified signature: prefer Export.Context;
Sat, 06 Aug 2022 17:16:19 +0200 wenzelm clarified signature: find session_database within Session_Context.db_hierarchy;
Sat, 06 Aug 2022 16:37:23 +0200 wenzelm prefer Export.Context/Session_Context/Theory_Context over Sessions.Database_Context;
Fri, 05 Aug 2022 22:49:25 +0200 wenzelm discontinued Export.Provider in favour of Export.Context and its derivatives;
Thu, 04 Aug 2022 14:48:05 +0200 wenzelm retrieve information about used files;
Wed, 03 Aug 2022 13:49:41 +0200 wenzelm clarified signature;
Wed, 03 Aug 2022 13:07:32 +0200 wenzelm clarified signature;
Wed, 03 Aug 2022 12:58:17 +0200 wenzelm clarified signature;
Tue, 02 Aug 2022 19:25:37 +0200 wenzelm tuned signature;
Tue, 02 Aug 2022 16:02:06 +0200 wenzelm clarified signature;
Tue, 02 Aug 2022 15:53:48 +0200 wenzelm clarified signature: avoid repeated db_context.input_database;
Sat, 30 Jul 2022 14:00:03 +0200 wenzelm tuned;
Sat, 30 Jul 2022 13:58:01 +0200 wenzelm clarified signature;
Sat, 30 Jul 2022 13:53:15 +0200 wenzelm clarified names;
Sat, 30 Jul 2022 13:44:26 +0200 wenzelm clarified signature;
Sat, 30 Jul 2022 13:06:19 +0200 wenzelm clarified names;
Sat, 30 Jul 2022 11:35:04 +0200 wenzelm clarified signature;
Sat, 30 Jul 2022 11:10:39 +0200 wenzelm clarified signature: more explicit types;
Fri, 29 Jul 2022 16:37:36 +0200 wenzelm unused (see 0d30ea76756c);
Fri, 29 Jul 2022 16:21:19 +0200 wenzelm tuned;
Fri, 29 Jul 2022 16:04:56 +0200 wenzelm clarified signature;
Fri, 29 Jul 2022 15:48:59 +0200 wenzelm tuned;
Fri, 29 Jul 2022 15:47:21 +0200 wenzelm unused (see 3064e165c660);
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;
Thu, 31 Mar 2022 21:48:08 +0200 wenzelm tuned: avoid problems with scala3;
Thu, 25 Nov 2021 12:36:54 +0100 wenzelm avoid broken links: auxiliary files are not yet supported;
Mon, 22 Nov 2021 15:03:37 +0100 wenzelm more compact data during presentation: Entity_Context.Theory_Export instead of full Export_Theory.Theory;
Wed, 17 Nov 2021 20:49:09 +0100 wenzelm clarified HTML_Context.theory_exports: prefer value-oriented parallelism;
Wed, 17 Nov 2021 17:11:57 +0100 wenzelm more parallelism, at the cost of potential duplicates of make_thy;
Wed, 17 Nov 2021 15:23:15 +0100 wenzelm present only selected session theories (as in Isabelle2021), in contrast to 2bc24136bdeb, eb89b3a37826;
Wed, 17 Nov 2021 12:10:48 +0100 wenzelm clarified signature;
Tue, 16 Nov 2021 21:21:15 +0100 wenzelm just one Presentation.State for all sessions: avoid duplication of already presented theories (very slow) and cached theory export (not very slow);
Tue, 16 Nov 2021 17:57:52 +0100 wenzelm less ambitious parallelism: more direct read/write saves overall heap space and GC time;
Sun, 14 Nov 2021 15:21:40 +0100 wenzelm clarified signature;
less more (0) -100 -60 tip