wenzelm [Mon, 13 Oct 2008 15:48:38 +0200] rev 28576
simplified implementation using Synchronized.var;
wenzelm [Mon, 13 Oct 2008 15:48:37 +0200] rev 28575
SimpleThread.synchronized;
wenzelm [Mon, 13 Oct 2008 15:48:36 +0200] rev 28574
added Concurrent/synchronized.ML;
wenzelm [Mon, 13 Oct 2008 14:04:53 +0200] rev 28573
** Update from Fabian **
added remote prover functions;
wenzelm [Mon, 13 Oct 2008 14:04:29 +0200] rev 28572
** Update from Fabian **
reset print mode when producing proof text;
wenzelm [Mon, 13 Oct 2008 14:04:28 +0200] rev 28571
** Update from Fabian **
preferences/provers: separated by white space, avoid low-level char type;
sledgehammer command accepts prover list as well;
avoid I/O in critical section of AtpManager.info;
more systematic synchronization using higher-order combinators;
more descriptive errors when atp fails;
keep explicitly requested problem files;
added remote prover functions;
simplified treatment of prover name in diagnostic output;
misc tuning and cleanup;
wenzelm [Mon, 13 Oct 2008 13:56:54 +0200] rev 28570
tuned output;
haftmann [Mon, 13 Oct 2008 13:44:59 +0200] rev 28569
tuned
urbanc [Mon, 13 Oct 2008 06:54:25 +0200] rev 28568
tuned
kleing [Sat, 11 Oct 2008 03:54:34 +0200] rev 28567
change DISTPREFIX to not use yet another filesystem
haftmann [Fri, 10 Oct 2008 16:02:15 +0200] rev 28566
tuned
haftmann [Fri, 10 Oct 2008 15:52:45 +0200] rev 28565
tuned
haftmann [Fri, 10 Oct 2008 15:23:33 +0200] rev 28564
tuned
haftmann [Fri, 10 Oct 2008 06:49:44 +0200] rev 28563
tuned
haftmann [Fri, 10 Oct 2008 06:45:53 +0200] rev 28562
`code func` now just `code`
haftmann [Fri, 10 Oct 2008 06:45:50 +0200] rev 28561
some adaption
haftmann [Fri, 10 Oct 2008 06:45:49 +0200] rev 28560
using tikz pictures
haftmann [Fri, 10 Oct 2008 06:45:48 +0200] rev 28559
tuned default rules of (dvd)
wenzelm [Thu, 09 Oct 2008 21:34:11 +0200] rev 28558
replaced str_of by general peek;
wenzelm [Thu, 09 Oct 2008 21:34:05 +0200] rev 28557
extra Poly/ML toplevel pretty printing in ML-Systems/install_pp_polyml.ML;
wenzelm [Thu, 09 Oct 2008 21:06:08 +0200] rev 28556
fixed spelling;
wenzelm [Thu, 09 Oct 2008 20:53:24 +0200] rev 28555
added enabled;
removed pseudo-parallel version of profile -- CRITICAL prevents future join;
wenzelm [Thu, 09 Oct 2008 20:53:23 +0200] rev 28554
added enabled;
wenzelm [Thu, 09 Oct 2008 20:53:22 +0200] rev 28553
Multithreading.enabled;
wenzelm [Thu, 09 Oct 2008 20:53:21 +0200] rev 28552
moved future_scheduler flag to Concurrent/ROOT.ML;
wenzelm [Thu, 09 Oct 2008 20:53:20 +0200] rev 28551
added invalidate_group;
SimpleThread.interrupt;
wenzelm [Thu, 09 Oct 2008 20:53:17 +0200] rev 28550
added fail-safe interrupt;
wenzelm [Thu, 09 Oct 2008 20:53:16 +0200] rev 28549
subject to Multithreading.enabled;
raw_map: join sequentially, less overhead;