wenzelm [Mon, 19 Apr 2010 17:27:41 +0200] rev 36205
check JVM platform at most once -- still non-strict to prevent potential failure during initialization of object Platform;
wenzelm [Mon, 19 Apr 2010 16:04:42 +0200] rev 36204
some updates on multi-platform support;
haftmann [Mon, 19 Apr 2010 12:15:06 +0200] rev 36203
merged
haftmann [Mon, 19 Apr 2010 11:30:08 +0200] rev 36202
explicit check sorts in abstract certificates; abstractor is part of dependencies
wenzelm [Mon, 19 Apr 2010 10:56:26 +0200] rev 36201
polyml-platform script is superseded by ISABELLE_PLATFORM;
wenzelm [Mon, 19 Apr 2010 10:19:37 +0200] rev 36200
less ambitious settings for cygwin-poly;
haftmann [Mon, 19 Apr 2010 07:38:35 +0200] rev 36199
merged
haftmann [Mon, 19 Apr 2010 07:38:08 +0200] rev 36198
more convenient equations for zip
wenzelm [Sat, 17 Apr 2010 23:05:52 +0200] rev 36197
more platform info;
wenzelm [Sat, 17 Apr 2010 22:58:29 +0200] rev 36196
added ISABELLE_PLATFORM and ISABELLE_PLATFORM64 -- NB: ML and JVM may have a different idea;
wenzelm [Sat, 17 Apr 2010 21:40:29 +0200] rev 36195
system properties determine the JVM platform, not the Isabelle one;
wenzelm [Sat, 17 Apr 2010 21:01:55 +0200] rev 36194
THIS_CYGWIN;
wenzelm [Sat, 17 Apr 2010 20:42:26 +0200] rev 36193
improved ISABELLE_JAVA, based on THIS_JAVA of the actually running JVM;
wenzelm [Sat, 17 Apr 2010 19:35:35 +0200] rev 36192
isatest: more robust treatment of remote files, less reliance on mounted file system;
blanchet [Sat, 17 Apr 2010 11:05:22 +0200] rev 36191
merged
blanchet [Sat, 17 Apr 2010 10:42:09 +0200] rev 36190
added missing \n in output
blanchet [Fri, 16 Apr 2010 21:18:05 +0200] rev 36189
by default, don't try to start ATPs that aren't installed
blanchet [Fri, 16 Apr 2010 20:51:15 +0200] rev 36188
fiddle with Sledgehammer option syntax
blanchet [Fri, 16 Apr 2010 20:50:50 +0200] rev 36187
added timestamp to proof
blanchet [Fri, 16 Apr 2010 16:54:05 +0200] rev 36186
restore order of clauses in TPTP output;
there's a rather subtle invariant w.r.t. "extract_lemmas"
blanchet [Fri, 16 Apr 2010 16:53:00 +0200] rev 36185
optimize relevance filter by doing a Table.fold directly rather than destroying the datastructure each time;
saves 2 sec per Sledgehammer invocation on my laptop!
blanchet [Fri, 16 Apr 2010 16:51:54 +0200] rev 36184
output total time taken by Sledgehammer if "verbose" is set
blanchet [Fri, 16 Apr 2010 16:13:49 +0200] rev 36183
Sledgehammer: the empty set of fact () should mean nothing, not unchanged
blanchet [Fri, 16 Apr 2010 16:08:43 +0200] rev 36182
reorganize Sledgehammer's relevance filter slightly
blanchet [Fri, 16 Apr 2010 15:59:53 +0200] rev 36181
tell the user that Sledgehammer kills its siblings
wenzelm [Fri, 16 Apr 2010 22:52:49 +0200] rev 36180
updated keywords;
wenzelm [Fri, 16 Apr 2010 22:45:07 +0200] rev 36179
replaced old Sign.add_tyabbrs(_i) by Sign.add_type_abbrev (without mixfix);
misc tuning and simplification;
wenzelm [Fri, 16 Apr 2010 22:18:59 +0200] rev 36178
keep localized 'types' as regular non-old-style version -- 'type_abbrev' as 'type' just causes too many problems, e.g. clash with "type" in translations or "type:" argument syntax;