Fri, 12 Jul 2013 14:18:06 +0200 |
smolkas |
minimize dependencies (used facts) of Isar proof steps; remove unreferenced steps
|
changeset |
files
|
Fri, 12 Jul 2013 13:12:21 +0200 |
wenzelm |
merged
|
changeset |
files
|
Fri, 12 Jul 2013 12:18:17 +0200 |
wenzelm |
clarified memo_exec: plain synchronized access without any special tricks;
|
changeset |
files
|
Fri, 12 Jul 2013 12:17:03 +0200 |
wenzelm |
tuned;
|
changeset |
files
|
Fri, 12 Jul 2013 12:04:16 +0200 |
wenzelm |
clarified execution: maintain running execs only, check "stable" separately via memo (again);
|
changeset |
files
|
Fri, 12 Jul 2013 11:28:03 +0200 |
wenzelm |
tuned signature;
|
changeset |
files
|
Fri, 12 Jul 2013 11:07:02 +0200 |
wenzelm |
clarified module name;
|
changeset |
files
|
Thu, 11 Jul 2013 23:24:40 +0200 |
wenzelm |
more explicit type Exec.context;
|
changeset |
files
|
Thu, 11 Jul 2013 22:53:56 +0200 |
wenzelm |
tuned signature;
|
changeset |
files
|
Thu, 11 Jul 2013 18:41:05 +0200 |
wenzelm |
strictly monotonic Document.update: avoid disruptive cancel_execution, merely discontinue_execution and cancel/terminate old execs individually;
|
changeset |
files
|
Thu, 11 Jul 2013 16:35:37 +0200 |
wenzelm |
tuned -- cleanup before publishing assignment;
|
changeset |
files
|
Thu, 11 Jul 2013 16:26:14 +0200 |
wenzelm |
more abstract types;
|
changeset |
files
|
Thu, 11 Jul 2013 16:01:48 +0200 |
wenzelm |
tuned;
|
changeset |
files
|
Thu, 11 Jul 2013 15:56:12 +0200 |
wenzelm |
disallow concurrent execution attempt explicitly -- it should never happen due to management of singleton execution;
|
changeset |
files
|
Thu, 11 Jul 2013 14:56:58 +0200 |
wenzelm |
more precise fact declarations -- fewer warnings;
|
changeset |
files
|
Thu, 11 Jul 2013 14:42:11 +0200 |
wenzelm |
global management of command execution fragments;
|
changeset |
files
|
Thu, 11 Jul 2013 12:28:24 +0200 |
wenzelm |
fully synchronized guard of running execution;
|
changeset |
files
|
Thu, 11 Jul 2013 21:34:50 +0200 |
nipkow |
merged
|
changeset |
files
|
Thu, 11 Jul 2013 21:34:37 +0200 |
nipkow |
added exercises
|
changeset |
files
|
Thu, 11 Jul 2013 20:08:06 +0200 |
smolkas |
optimize isar-proofs by trying different proof methods
|
changeset |
files
|
Thu, 11 Jul 2013 13:33:20 +0200 |
smolkas |
made SML/NJ happy
|
changeset |
files
|
Thu, 11 Jul 2013 13:33:19 +0200 |
smolkas |
tuned
|
changeset |
files
|
Thu, 11 Jul 2013 11:40:21 +0200 |
wenzelm |
tuned;
|
changeset |
files
|
Thu, 11 Jul 2013 11:37:06 +0200 |
wenzelm |
re-assign prints of unchanged eval only -- avoid crash of new_exec;
|
changeset |
files
|
Thu, 11 Jul 2013 11:09:23 +0200 |
wenzelm |
tuned -- refrain from odd optimization;
|
changeset |
files
|
Thu, 11 Jul 2013 10:43:53 +0200 |
wenzelm |
tuned;
|
changeset |
files
|
Wed, 10 Jul 2013 23:30:10 +0200 |
wenzelm |
added "echo" command for demonstration purposes;
|
changeset |
files
|
Wed, 10 Jul 2013 23:25:28 +0200 |
wenzelm |
more abstract message channel;
|
changeset |
files
|
Wed, 10 Jul 2013 22:56:48 +0200 |
wenzelm |
explicit shutdown of message output thread;
|
changeset |
files
|
Wed, 10 Jul 2013 22:04:57 +0200 |
wenzelm |
tuned signature;
|
changeset |
files
|
Wed, 10 Jul 2013 21:54:43 +0200 |
wenzelm |
no need for raw stdin;
|
changeset |
files
|
Wed, 10 Jul 2013 21:21:37 +0200 |
wenzelm |
fall back on synchronous message output for single-threaded SML/NJ;
|
changeset |
files
|
Wed, 10 Jul 2013 21:13:32 +0200 |
wenzelm |
make SML/NJ happy;
|
changeset |
files
|
Wed, 10 Jul 2013 20:44:39 +0200 |
wenzelm |
retain main thread for protocol loop -- no access to raw ML toplevel;
|
changeset |
files
|
Wed, 10 Jul 2013 20:19:51 +0200 |
wenzelm |
removed historic dimacs2hol (see also read_dimacs_cnf_file in src/HOL/Tools/sat_solver.ML);
|
changeset |
files
|
Wed, 10 Jul 2013 20:16:04 +0200 |
wenzelm |
less intrusive token_range rendering, which is relevant for inner parse errors;
|
changeset |
files
|
Wed, 10 Jul 2013 13:43:23 +0200 |
smolkas |
made SML/NJ happy
|
changeset |
files
|
Wed, 10 Jul 2013 12:35:18 +0200 |
wenzelm |
merged
|
changeset |
files
|
Wed, 10 Jul 2013 12:33:28 +0200 |
wenzelm |
tuned start_execution: avoid sleep on worker thread;
|
changeset |
files
|
Wed, 10 Jul 2013 12:10:32 +0200 |
wenzelm |
print "persistent" flag allows to adjust tradeoff of ML run-time vs. JVM heap-space;
|
changeset |
files
|
Wed, 10 Jul 2013 11:32:49 +0200 |
wenzelm |
allow to remove print functions;
|
changeset |
files
|
Wed, 10 Jul 2013 11:26:55 +0200 |
wenzelm |
clarified Command.print: update old prints here;
|
changeset |
files
|
Tue, 09 Jul 2013 23:49:19 +0200 |
wenzelm |
produce print_execs assignment earlier during last_common phase (referring to current command_id, not prev);
|
changeset |
files
|
Tue, 09 Jul 2013 18:11:31 +0200 |
wenzelm |
tuned;
|
changeset |
files
|
Tue, 09 Jul 2013 18:08:56 +0200 |
wenzelm |
tuned proofs;
|
changeset |
files
|
Tue, 09 Jul 2013 17:58:38 +0200 |
wenzelm |
more formal type assign_update: avoid duplicate results and redundant update of global State.execs;
|
changeset |
files
|
Tue, 09 Jul 2013 16:32:51 +0200 |
wenzelm |
tuned message;
|
changeset |
files
|
Tue, 09 Jul 2013 13:24:17 +0200 |
wenzelm |
tuned signature -- NB: Command.read is actually part of Command.eval;
|
changeset |
files
|
Tue, 09 Jul 2013 13:17:22 +0200 |
wenzelm |
tuned protocol terminology;
|
changeset |
files
|
Tue, 09 Jul 2013 13:16:10 +0200 |
wenzelm |
tuned;
|
changeset |
files
|
Mon, 08 Jul 2013 21:00:16 +0200 |
wenzelm |
allow whitespace in file names;
|
changeset |
files
|
Mon, 08 Jul 2013 12:47:39 +0200 |
wenzelm |
tuned;
|
changeset |
files
|
Mon, 08 Jul 2013 12:07:06 +0200 |
wenzelm |
more direct interleaving of eval/print and update/execution -- refrain from crude manipulation of max_threads;
|
changeset |
files
|
Mon, 08 Jul 2013 12:00:45 +0200 |
wenzelm |
allow worker guest threads, which participate actively in future joins, but are outside thread accounting;
|
changeset |
files
|
Wed, 10 Jul 2013 12:25:11 +0200 |
smolkas |
made SML/NJ happy
|
changeset |
files
|
Tue, 09 Jul 2013 18:45:06 +0200 |
smolkas |
completely rewrote SH compress; added two parameters for experimentation/fine grained control
|
changeset |
files
|
Tue, 09 Jul 2013 18:44:59 +0200 |
smolkas |
moved code -> easier debugging
|
changeset |
files
|
Mon, 08 Jul 2013 14:24:36 +0200 |
nipkow |
tuned proofs
|
changeset |
files
|
Sun, 07 Jul 2013 22:58:34 +0200 |
wenzelm |
some support for Cygwin;
|
changeset |
files
|
Sun, 07 Jul 2013 20:23:09 +0200 |
wenzelm |
reduced number of old manuals: chapter HOL is back again to the Logics manual by Larry;
|
changeset |
files
|