Fri, 02 May 2014 13:52:45 +0200 |
wenzelm |
more frugal access to theory text via Reader, reduced costs for I/O text decoding;
|
file |
diff |
annotate
|
Wed, 30 Apr 2014 22:34:11 +0200 |
wenzelm |
some support for session-qualified theories: allow to refer to resources via qualified name instead of odd file-system path;
|
file |
diff |
annotate
|
Fri, 25 Apr 2014 20:07:39 +0200 |
wenzelm |
unused;
|
file |
diff |
annotate
|
Thu, 03 Apr 2014 20:53:35 +0200 |
wenzelm |
more abstract Prover.Syntax, as proposed by Carst Tankink;
|
file |
diff |
annotate
|
Thu, 03 Apr 2014 20:17:12 +0200 |
wenzelm |
tuned signature (see also 0850d43cb355);
|
file |
diff |
annotate
|
Tue, 18 Mar 2014 17:39:03 +0100 |
wenzelm |
clarifed module name;
|
file |
diff |
annotate
|
Fri, 14 Feb 2014 14:39:44 +0100 |
wenzelm |
more integrity checks of theory names vs. full node names;
|
file |
diff |
annotate
|
Thu, 12 Dec 2013 13:23:23 +0100 |
wenzelm |
tuned message;
|
file |
diff |
annotate
|
Thu, 21 Nov 2013 17:50:23 +0100 |
wenzelm |
actually expose errors of cumulative theory dependencies;
|
file |
diff |
annotate
|
Tue, 19 Nov 2013 12:57:56 +0100 |
wenzelm |
clarified boundary cases of Document.Node.Name;
|
file |
diff |
annotate
|
Wed, 27 Feb 2013 20:36:21 +0100 |
wenzelm |
parallel dep.load_files saves approx. 1s on 4 cores;
|
file |
diff |
annotate
|
Wed, 27 Feb 2013 16:27:44 +0100 |
wenzelm |
discontinued obsolete header "files" -- these are loaded explicitly after exploring dependencies;
|
file |
diff |
annotate
|
Wed, 27 Feb 2013 12:45:19 +0100 |
wenzelm |
discontinued obsolete 'uses' within theory header;
|
file |
diff |
annotate
|
Fri, 07 Dec 2012 16:53:35 +0100 |
wenzelm |
deactivate actual fork -- unstable in scala-2.9.2 on multicore hardware;
|
file |
diff |
annotate
|
Fri, 07 Dec 2012 13:56:01 +0100 |
wenzelm |
fork slow part of Thy_Load.body_files only;
|
file |
diff |
annotate
|
Fri, 07 Dec 2012 13:38:32 +0100 |
wenzelm |
explore theory_body_files via future, for improved performance;
|
file |
diff |
annotate
|
Mon, 03 Sep 2012 21:30:34 +0200 |
wenzelm |
bypass slow check for inlined files, where it is not really required;
|
file |
diff |
annotate
|
Wed, 22 Aug 2012 18:04:30 +0200 |
wenzelm |
find files via load commands within theory text;
|
file |
diff |
annotate
|
Wed, 22 Aug 2012 16:10:23 +0200 |
wenzelm |
pass syntax through check_thy;
|
file |
diff |
annotate
|
Tue, 21 Aug 2012 16:56:18 +0200 |
wenzelm |
more direct cumulation of (sparse) keywords;
|
file |
diff |
annotate
|
Tue, 21 Aug 2012 14:54:29 +0200 |
wenzelm |
some support for thy_load_commands;
|
file |
diff |
annotate
|
Tue, 21 Aug 2012 13:29:34 +0200 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
Tue, 21 Aug 2012 12:15:25 +0200 |
wenzelm |
clarified initialization of Thy_Load, Thy_Info, Session;
|
file |
diff |
annotate
|
Tue, 07 Aug 2012 15:01:48 +0200 |
wenzelm |
simplified Document.Node.Header -- internalized errors;
|
file |
diff |
annotate
|
Wed, 29 Feb 2012 23:09:06 +0100 |
wenzelm |
clarified module Thy_Load;
|
file |
diff |
annotate
|
Thu, 05 Jan 2012 14:34:18 +0100 |
wenzelm |
prefer raw_message for protocol implementation;
|
file |
diff |
annotate
|
Mon, 28 Nov 2011 22:05:32 +0100 |
wenzelm |
separate module for concrete Isabelle markup;
|
file |
diff |
annotate
|
Sat, 17 Sep 2011 19:25:14 +0200 |
wenzelm |
more careful traversal of theory dependencies to retain standard import order;
|
file |
diff |
annotate
|
Thu, 01 Sep 2011 13:39:40 +0200 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
Thu, 01 Sep 2011 13:34:45 +0200 |
wenzelm |
more abstract Document.Node.Name;
|
file |
diff |
annotate
|
Mon, 29 Aug 2011 21:55:49 +0200 |
wenzelm |
actual auto loading of required files;
|
file |
diff |
annotate
|
Tue, 16 Aug 2011 22:48:31 +0200 |
wenzelm |
more robust Thy_Header.base_name, with minimal assumptions about path syntax;
|
file |
diff |
annotate
|
Tue, 16 Aug 2011 21:13:52 +0200 |
wenzelm |
use full .thy file name as node name, which makes MiscUtilities.resolveSymlinks/File.getCanonicalPath more predictable;
|
file |
diff |
annotate
|
Fri, 12 Aug 2011 12:03:17 +0200 |
wenzelm |
simplified class Thy_Header;
|
file |
diff |
annotate
|
Tue, 05 Jul 2011 22:43:18 +0200 |
wenzelm |
tuned comment (cf. e9f26e66692d);
|
file |
diff |
annotate
|
Tue, 05 Jul 2011 22:39:15 +0200 |
wenzelm |
Thy_Info.dependencies: ignore already loaded theories, according to initial prover session status;
|
file |
diff |
annotate
|
Mon, 04 Jul 2011 16:51:45 +0200 |
wenzelm |
pervasive Basic_Library in Scala;
|
file |
diff |
annotate
|
Mon, 04 Jul 2011 16:27:11 +0200 |
wenzelm |
some support for theory files within Isabelle/Scala session;
|
file |
diff |
annotate
|