| Sun, 29 Nov 2020 17:57:20 +0100 | wenzelm | more completion; | file |
diff |
annotate | 
| Sun, 29 Nov 2020 17:54:50 +0100 | wenzelm | tuned signature; | file |
diff |
annotate | 
| Wed, 25 Nov 2020 20:48:33 +0100 | wenzelm | clarified command_timings protocol; | file |
diff |
annotate | 
| Wed, 25 Nov 2020 15:24:55 +0100 | wenzelm | tuned signature; | file |
diff |
annotate | 
| Mon, 23 Nov 2020 15:14:58 +0100 | wenzelm | support for PIDE markup in batch build (inactive due to pide_reports=false); | file |
diff |
annotate | 
| Tue, 29 Sep 2020 13:19:34 +0200 | wenzelm | allow Scala function execution on separate thread: better reactivity, but potential overloading of the JVM; | file |
diff |
annotate | 
| Sat, 15 Aug 2020 13:37:34 +0200 | wenzelm | provide protocol handlers via isabelle_system_service; | file |
diff |
annotate | 
| Fri, 07 Aug 2020 22:57:14 +0200 | wenzelm | provide POLYSTATSDIR to keep $HOME/.polyml clean (requires Poly/ML 52881757b127, otherwise ignored); | file |
diff |
annotate | 
| Fri, 07 Aug 2020 22:19:32 +0200 | wenzelm | clarified names; | file |
diff |
annotate | 
| Fri, 07 Aug 2020 20:19:49 +0200 | wenzelm | ML statistics via external process: allows monitoring RTS while ML program sleeps; | file |
diff |
annotate | 
| Thu, 06 Aug 2020 23:27:52 +0200 | wenzelm | more compact command_timings, as in former batch-build; | file |
diff |
annotate | 
| Sat, 11 Jul 2020 15:51:15 +0200 | wenzelm | clarified signature; | file |
diff |
annotate | 
| Fri, 10 Jul 2020 22:38:03 +0200 | wenzelm | proper session Timing for build_history log file (see 5c4800f6b25a); | file |
diff |
annotate | 
| Wed, 08 Jul 2020 14:43:02 +0200 | wenzelm | more robust protocol for "Timing ..." messages, notably for pide_session=true; | file |
diff |
annotate | 
| Fri, 03 Apr 2020 12:45:14 +0200 | wenzelm | clarified signature; | file |
diff |
annotate | 
| Sun, 29 Mar 2020 22:23:33 +0200 | wenzelm | clarified modules; | file |
diff |
annotate | 
| Sun, 29 Mar 2020 21:57:40 +0200 | wenzelm | clarified signature: more explicit type Protocol_Message.Marker; | file |
diff |
annotate | 
| Fri, 27 Mar 2020 22:01:27 +0100 | wenzelm | misc tuning based on hints by IntelliJ IDEA; | file |
diff |
annotate | 
| Sat, 23 Nov 2019 11:36:42 +0100 | wenzelm | clarified error: tmp file can be invalid in odd situations; | file |
diff |
annotate | 
| Wed, 02 Oct 2019 14:45:37 +0200 | wenzelm | more robust: avoid update/interrupt of long-running print_consolidation; | file |
diff |
annotate | 
| Fri, 06 Sep 2019 19:44:54 +0200 | wenzelm | prefer commands_accepted: fewer protocol messages; | file |
diff |
annotate | 
| Sat, 10 Aug 2019 12:53:35 +0200 | wenzelm | allow duplicate exports via strict = false; | file |
diff |
annotate | 
| Fri, 12 Apr 2019 19:48:29 +0200 | wenzelm | report document tags as seen in the text (not the active tag of Thy_Output.present_thy); | file |
diff |
annotate | 
| Sat, 30 Mar 2019 22:51:38 +0100 | wenzelm | more PIDE markup and hyperlinks; | file |
diff |
annotate | 
| Sun, 24 Mar 2019 17:24:24 +0100 | wenzelm | more markup for various text kinds, notably for nested formal comments; | file |
diff |
annotate | 
| Sun, 24 Mar 2019 13:48:46 +0100 | wenzelm | documentation of document markers and re-interpreted command tags; | file |
diff |
annotate | 
| Sun, 17 Mar 2019 20:03:55 +0100 | wenzelm | more meta data from "dcterms" (superset of "dc"); | file |
diff |
annotate | 
| Sun, 10 Mar 2019 14:19:30 +0100 | wenzelm | markup and document markers for some meta data from "Dublin Core Metadata Element Set"; | file |
diff |
annotate | 
| Mon, 04 Feb 2019 15:45:40 +0100 | wenzelm | added executable flag for exports; | file |
diff |
annotate | 
| Mon, 14 Jan 2019 13:58:12 +0100 | wenzelm | clarified message; | file |
diff |
annotate | 
| Sun, 13 Jan 2019 19:42:06 +0100 | wenzelm | support hyperlink to theory exports; | file |
diff |
annotate | 
| Mon, 31 Dec 2018 13:07:24 +0100 | wenzelm | update theory sources based on PIDE markup; | file |
diff |
annotate | 
| Wed, 21 Nov 2018 14:33:30 +0100 | wenzelm | more comment markup; | file |
diff |
annotate | 
| Sat, 15 Sep 2018 23:35:46 +0200 | wenzelm | more exports; | file |
diff |
annotate | 
| Sun, 02 Sep 2018 22:30:08 +0200 | wenzelm | clarified quasi_consolidated state: ensure that exports are present for ok nodes; | file |
diff |
annotate | 
| Sat, 01 Sep 2018 20:20:50 +0200 | wenzelm | more explicit status for "canceled" command within theory node; | file |
diff |
annotate | 
| Mon, 27 Aug 2018 19:29:07 +0200 | wenzelm | simplified markup; | file |
diff |
annotate | 
| Sat, 18 Aug 2018 22:09:09 +0200 | wenzelm | optional notification of nodes_status (via progress); | file |
diff |
annotate | 
| Tue, 29 May 2018 22:25:59 +0200 | wenzelm | more node status information; | file |
diff |
annotate | 
| Sun, 27 May 2018 13:42:01 +0200 | wenzelm | markup for deleted fragments of token source (NB: quoted tokens transform "\123" implicitly); | file |
diff |
annotate | 
| Fri, 11 May 2018 19:57:49 +0200 | wenzelm | more scalable -- avoid huge lines within stdout; | file |
diff |
annotate | 
| Mon, 07 May 2018 17:11:01 +0200 | wenzelm | store exports within PIDE command state; | file |
diff |
annotate | 
| Sun, 06 May 2018 22:15:52 +0200 | wenzelm | tuned signature; | file |
diff |
annotate | 
| Sat, 05 May 2018 22:33:35 +0200 | wenzelm | protocol message for export of theory resources; | file |
diff |
annotate | 
| Thu, 15 Mar 2018 21:44:34 +0100 | wenzelm | clarified server log; | file |
diff |
annotate | 
| Mon, 12 Mar 2018 16:32:33 +0100 | wenzelm | explicit Server.Context with output channels (concurrent write); | file |
diff |
annotate | 
| Wed, 03 Jan 2018 20:55:13 +0100 | wenzelm | HTML output for Markdown elements; | file |
diff |
annotate | 
| Tue, 02 Jan 2018 19:52:17 +0100 | wenzelm | PIDE markup for Markdown items (which may consist of multiple paragraphs or lists); | file |
diff |
annotate | 
| Tue, 02 Jan 2018 15:38:22 +0100 | wenzelm | clarified terminology of "markdown_bullet"; | file |
diff |
annotate | 
| Mon, 30 Oct 2017 17:06:02 +0100 | wenzelm | proper order of initialization (amending 9953ae603a23); | file |
diff |
annotate | 
| Mon, 16 Oct 2017 14:32:09 +0200 | wenzelm | provide theory timing information, similar to command timing but always considered relevant; | file |
diff |
annotate | 
| Mon, 16 Oct 2017 14:21:14 +0200 | wenzelm | tuned; | file |
diff |
annotate | 
| Tue, 08 Aug 2017 22:13:05 +0200 | wenzelm | maintain "consolidated" status of theory nodes, which means all evals are finished (but not necessarily prints nor imports); | file |
diff |
annotate | 
| Thu, 08 Jun 2017 23:04:07 +0200 | wenzelm | more HTML rendering as in Isabelle/jEdit; | file |
diff |
annotate | 
| Fri, 26 May 2017 20:52:01 +0200 | wenzelm | store errors in build_history logs and database; | file |
diff |
annotate | 
| Sun, 07 May 2017 16:04:19 +0200 | wenzelm | more operations; | file |
diff |
annotate | 
| Mon, 20 Mar 2017 20:43:26 +0100 | wenzelm | support to encode/decode command state; | file |
diff |
annotate | 
| Sat, 18 Mar 2017 22:11:05 +0100 | wenzelm | more informative session result; | file |
diff |
annotate | 
| Sat, 18 Mar 2017 20:51:42 +0100 | wenzelm | more realistic PIDE build session; | file |
diff |
annotate | 
| Fri, 10 Mar 2017 21:47:48 +0100 | wenzelm | suppress irrelevant markup for VSCode; | file |
diff |
annotate |