src/Pure/PIDE/resources.scala
Wed, 11 Sep 2019 20:48:10 +0200 wenzelm find theory node name via session directories;
Wed, 11 Sep 2019 16:06:10 +0200 wenzelm disallow overlapping session directories;
Sun, 08 Sep 2019 13:07:03 +0200 wenzelm clarified signature: proper Document.Node.Ordering conforming to equality (e.g. required in situations where theory names are ambiguous due to overlapping session directories);
Sat, 07 Sep 2019 19:52:36 +0200 wenzelm theory_name based on session_directories: no need for expensive all_known;
Wed, 04 Sep 2019 21:42:11 +0200 wenzelm more complete graph;
Wed, 04 Sep 2019 11:21:07 +0200 wenzelm tuned signature;
Tue, 03 Sep 2019 14:56:43 +0200 wenzelm clarified signature;
Mon, 02 Sep 2019 11:46:27 +0200 wenzelm clarified signature: prefer operations without position;
Thu, 29 Aug 2019 17:13:49 +0200 wenzelm more scalable isabelle dump (and derivatives): mark individual theories to share common data in ML;
Thu, 29 Aug 2019 15:43:05 +0200 wenzelm tuned signature;
Wed, 28 Aug 2019 22:59:49 +0200 wenzelm support for share_common_data after define_command and before actual update: this affects string particles of command tokens;
Mon, 31 Dec 2018 21:12:22 +0100 wenzelm tuned signature;
Mon, 31 Dec 2018 20:13:36 +0100 wenzelm clarified signature;
Mon, 03 Dec 2018 14:59:42 +0100 wenzelm static type for Library.using: avoid Java 11 warnings on "Illegal reflective access";
Wed, 07 Nov 2018 21:42:16 +0100 wenzelm more general support for Isabelle/PIDE file formats -- less hardwired Bibtex operations;
Mon, 17 Sep 2018 21:50:14 +0200 wenzelm more detailed session dependencies, with conditions for theories;
Mon, 17 Sep 2018 20:30:53 +0200 wenzelm clarified signature;
Sat, 18 Aug 2018 14:16:24 +0200 wenzelm clarified signature;
Tue, 05 Jun 2018 16:12:26 +0200 wenzelm less wasteful consolidation, based on PIDE front-end state and recent changes;
Thu, 31 May 2018 22:27:13 +0200 wenzelm Document.update includes node consolidation / presentation as regular print operation: avoid user operations on protocol thread;
Tue, 29 May 2018 14:45:54 +0200 wenzelm tuned;
Mon, 28 May 2018 17:40:34 +0200 wenzelm clarified signature: Known.theories retains Document.Node.Entry (with header);
Fri, 16 Mar 2018 16:44:14 +0100 wenzelm interruptible exploration of dependencies;
Thu, 28 Dec 2017 23:39:02 +0100 wenzelm clarified check, notably for bibtex theory (amending 5f082b1fa9fa);
Thu, 28 Dec 2017 23:15:00 +0100 wenzelm proper check for imports, not just ROOT entries;
Thu, 28 Dec 2017 23:10:30 +0100 wenzelm tuned signature;
Thu, 28 Dec 2017 21:45:28 +0100 wenzelm implicit thy_load context for bibtex files;
Thu, 28 Dec 2017 12:36:11 +0100 wenzelm clarified signature;
Sat, 16 Dec 2017 16:46:01 +0100 wenzelm PIDE markup for session ROOT files;
Tue, 28 Nov 2017 22:14:10 +0100 wenzelm clarified theory_name vs. loaded_theory: proper import_name for already loaded theories from other sessions (amending 4c98c929a12a);
Sun, 12 Nov 2017 19:47:18 +0100 wenzelm tuned signature (again, see 1a9e2a2bf251);
Sun, 12 Nov 2017 19:46:19 +0100 wenzelm tuned signature;
Sun, 12 Nov 2017 16:38:13 +0100 wenzelm load theories via PIDE document update;
Sun, 12 Nov 2017 12:55:10 +0100 wenzelm tuned;
Mon, 06 Nov 2017 17:24:09 +0100 wenzelm tuned signature;
Tue, 31 Oct 2017 19:29:24 +0100 wenzelm clarified signature;
Tue, 31 Oct 2017 15:55:50 +0100 wenzelm clarified modules;
Wed, 25 Oct 2017 14:39:22 +0200 wenzelm more robust treatment of UTF8 in raw byte sources;
Wed, 25 Oct 2017 14:36:29 +0200 wenzelm clarified check, assuming that load commands are plain ASCII;
Thu, 12 Oct 2017 11:39:54 +0200 wenzelm more robust: allow URLs;
Fri, 06 Oct 2017 21:14:00 +0200 wenzelm clarified error for bad session-qualified imports;
Thu, 05 Oct 2017 16:33:36 +0200 wenzelm clarified modules;
Thu, 05 Oct 2017 14:58:04 +0200 wenzelm tuned signature;
Fri, 29 Sep 2017 17:41:39 +0200 wenzelm tuned signature;
Fri, 29 Sep 2017 17:03:33 +0200 wenzelm tuned;
Thu, 28 Sep 2017 15:11:32 +0200 wenzelm session-qualified theory names are mandatory;
Wed, 27 Sep 2017 17:39:03 +0200 wenzelm maintain loaded_files for each theory;
Wed, 27 Sep 2017 14:48:25 +0200 wenzelm clarified: more uniform results;
Wed, 27 Sep 2017 13:29:52 +0200 wenzelm slightly more parallelism;
Wed, 27 Sep 2017 11:29:50 +0200 wenzelm prefer sequential file-system access, but parallel parse;
Wed, 27 Sep 2017 11:11:07 +0200 wenzelm tuned;
Tue, 26 Sep 2017 22:30:54 +0200 wenzelm clarified pure_files, based on uniform loaded_files;
Tue, 26 Sep 2017 20:54:40 +0200 wenzelm tuned;
Fri, 21 Apr 2017 14:09:03 +0200 wenzelm eliminated default_qualifier: just a constant;
Fri, 21 Apr 2017 11:21:59 +0200 wenzelm tuned;
Tue, 18 Apr 2017 14:19:49 +0200 wenzelm actually qualify theory names;
Mon, 17 Apr 2017 20:54:48 +0200 wenzelm tuned signature;
Mon, 17 Apr 2017 16:13:14 +0200 wenzelm tuned;
Mon, 17 Apr 2017 12:29:50 +0200 wenzelm tuned signature;
Mon, 17 Apr 2017 12:20:45 +0200 wenzelm tuned signature;
Mon, 17 Apr 2017 12:11:02 +0200 wenzelm tuned signature;
Thu, 13 Apr 2017 12:19:28 +0200 wenzelm tuned signature (again);
Wed, 12 Apr 2017 22:47:21 +0200 wenzelm tuned;
Wed, 12 Apr 2017 22:32:55 +0200 wenzelm clarified loaded_theories: map to qualified theory name;
Wed, 12 Apr 2017 14:59:55 +0200 wenzelm tuned;
Mon, 10 Apr 2017 16:43:12 +0200 wenzelm proper import qualifier for global theories;
Mon, 10 Apr 2017 11:29:47 +0200 wenzelm clarified signature;
Sat, 08 Apr 2017 22:36:32 +0200 wenzelm more qualifier treatment, but in the end it is still ignored;
Sat, 08 Apr 2017 20:56:41 +0200 wenzelm more session_base information in ML;
Sat, 08 Apr 2017 12:31:29 +0200 wenzelm tuned signature;
Fri, 07 Apr 2017 16:34:14 +0200 wenzelm more explicit lookup of loaded_theories: base names allowed here;
Fri, 07 Apr 2017 13:19:11 +0200 wenzelm tuned;
Thu, 06 Apr 2017 16:01:39 +0200 wenzelm tuned signature;
Thu, 06 Apr 2017 15:57:33 +0200 wenzelm more accurate qualified lookup;
Wed, 05 Apr 2017 22:00:44 +0200 wenzelm uniform import_name, with treatment of global and qualified theories;
Tue, 04 Apr 2017 19:51:56 +0200 wenzelm clarified: allow to qualify theories from ROOT;
Tue, 04 Apr 2017 19:40:47 +0200 wenzelm refer to global_theories from all sessions, before selection;
Tue, 04 Apr 2017 16:18:53 +0200 wenzelm back to more liberal imports (amending 908a27a4b9c9): tolerate mixed situations like "GCD" vs. "~~/src/HOL/GCD";
Mon, 03 Apr 2017 21:17:47 +0200 wenzelm clarified imports;
Mon, 03 Apr 2017 17:00:36 +0200 wenzelm tuned signature;
Mon, 03 Apr 2017 16:36:45 +0200 wenzelm provide session qualifier via resources;
Mon, 03 Apr 2017 14:29:44 +0200 wenzelm proper qualifier (again, see df4cd6e1fdfa);
Mon, 03 Apr 2017 13:39:13 +0200 wenzelm simplified direct theory name (again, see also 570ba266f5b5, 2a7f9e79cb28);
Mon, 03 Apr 2017 12:41:06 +0200 wenzelm tuned signature;
Wed, 15 Mar 2017 11:07:07 +0100 wenzelm unused;
Wed, 15 Mar 2017 10:08:27 +0100 wenzelm tuned signature;
Mon, 09 Jan 2017 20:47:45 +0100 wenzelm clarified modules;
Mon, 09 Jan 2017 20:26:59 +0100 wenzelm tuned signature;
Sun, 08 Jan 2017 17:42:31 +0100 wenzelm tuned signature;
Sun, 08 Jan 2017 16:47:53 +0100 wenzelm resolve dependencies implicitly via File_Model, without jEdit Buffer_Model;
Sat, 07 Jan 2017 20:44:37 +0100 wenzelm clarified check_thy_reader: check node_name here;
Sat, 07 Jan 2017 20:37:48 +0100 wenzelm more uniform node_header (non-strict);
Sat, 07 Jan 2017 19:36:40 +0100 wenzelm tuned signature;
Thu, 05 Jan 2017 10:10:51 +0100 wenzelm tuned;
Tue, 03 Jan 2017 14:17:03 +0100 wenzelm clarified master_dir: file-URL;
Sat, 31 Dec 2016 11:43:06 +0100 wenzelm tuned signature;
Mon, 26 Dec 2016 15:31:13 +0100 wenzelm more uniform treatment of file name vs. theory name and special header;
Thu, 22 Dec 2016 11:38:16 +0100 wenzelm clarified modules;
Thu, 22 Dec 2016 11:20:59 +0100 wenzelm tuned;
Wed, 21 Dec 2016 23:54:21 +0100 wenzelm clarified signature;
Tue, 02 Aug 2016 18:45:34 +0200 wenzelm tuned signature -- prover-independence is presently theoretical;
Tue, 02 Aug 2016 17:35:18 +0200 wenzelm support 'abbrevs' within theory header;
Mon, 18 Apr 2016 20:43:37 +0200 wenzelm tuned signature;
Tue, 08 Mar 2016 14:44:11 +0100 wenzelm more abstract Session.start, without prover command-line;
Mon, 07 Mar 2016 18:20:22 +0100 wenzelm Bash.process always uses a closed script instead of an open argument list, for extra robustness on Windows, where quoting is not well-defined;
Sat, 13 Feb 2016 20:41:56 +0100 wenzelm clarified bash process -- similar to ML version;
Thu, 30 Jul 2015 14:02:19 +0200 wenzelm clarified management of (single) session;
Mon, 16 Mar 2015 16:26:02 +0100 wenzelm tuned message -- include completion;
Sun, 15 Mar 2015 20:35:47 +0100 wenzelm clarified span position;
Sat, 14 Mar 2015 19:51:36 +0100 wenzelm clarified positions of theory imports;
Sat, 14 Mar 2015 18:18:40 +0100 wenzelm misc tuning -- more uniform ML vs. Scala;
Fri, 13 Mar 2015 21:35:48 +0100 wenzelm tuned signature;
Fri, 13 Mar 2015 12:58:49 +0100 wenzelm simplified Command.resolve_files in ML, using blobs_index from Scala;
Thu, 12 Mar 2015 16:47:47 +0100 wenzelm tuned -- more uniform ML vs. Scala;
Tue, 12 Aug 2014 18:54:53 +0200 wenzelm tuned signature;
Tue, 12 Aug 2014 18:36:43 +0200 wenzelm generic process wrapping in Prover;
Tue, 12 Aug 2014 00:17:02 +0200 wenzelm tuned signature;
Tue, 12 Aug 2014 00:08:32 +0200 wenzelm separate module Command_Span: mostly syntactic representation;
Wed, 23 Jul 2014 13:01:30 +0200 wenzelm more explicit discrimination of empty nodes -- suppress from Theories panel;
Thu, 08 May 2014 16:19:16 +0200 wenzelm no qualifier for now, to avoid confusion concerning loaded_theories in PIDE interaction;
less more (0) -120 tip