haftmann [Sat, 26 Apr 2014 14:53:22 +0200] rev 56742
more complete classical rules for Inf and Sup, modelled after theiry counterparts on Inter and Union (and INF and SUP)
haftmann [Sat, 26 Apr 2014 13:25:46 +0200] rev 56741
subsumed by existing default simp rules for functions and booleans
haftmann [Sat, 26 Apr 2014 13:25:45 +0200] rev 56740
tuned
haftmann [Sat, 26 Apr 2014 13:25:44 +0200] rev 56739
avoid non-standard simp default rule
kleing [Sat, 26 Apr 2014 21:37:09 +1000] rev 56738
retired wwwfind
blanchet [Sat, 26 Apr 2014 06:43:06 +0200] rev 56737
use right set of variables for recursive check
wenzelm [Sat, 26 Apr 2014 00:20:53 +0200] rev 56736
merged
wenzelm [Sat, 26 Apr 2014 00:20:26 +0200] rev 56735
tuned -- potentially more robust;
wenzelm [Fri, 25 Apr 2014 23:47:39 +0200] rev 56734
suppress potential dangerous option (see 1baa5d19ac44);
wenzelm [Fri, 25 Apr 2014 23:42:25 +0200] rev 56733
manager is direct receiver of prover output -- discontinued old performance tuning (329320fc88df, 1baa5d19ac44);
wenzelm [Fri, 25 Apr 2014 23:29:54 +0200] rev 56732
modernized theory setup;
wenzelm [Fri, 25 Apr 2014 22:10:03 +0200] rev 56731
just one default thread pool (which is hardwired to Runtime.availableProcessors);
wenzelm [Fri, 25 Apr 2014 21:31:39 +0200] rev 56730
tuned signature -- separate pool for JFuture tasks, which can be canceled;
wenzelm [Fri, 25 Apr 2014 20:21:27 +0200] rev 56729
prefer Isabelle/Scala operations;
wenzelm [Fri, 25 Apr 2014 20:07:39 +0200] rev 56728
unused;
blanchet [Fri, 25 Apr 2014 22:13:17 +0200] rev 56727
use Z3 4.3.2 to fix most FIXMEs
blanchet [Fri, 25 Apr 2014 22:13:17 +0200] rev 56726
added Z3 4.3.2 (unstable) component
blanchet [Fri, 25 Apr 2014 22:13:17 +0200] rev 56725
updated Z3 version number
blanchet [Fri, 25 Apr 2014 22:13:17 +0200] rev 56724
use Z3 4.3.2 syntax
haftmann [Fri, 25 Apr 2014 21:45:04 +0200] rev 56723
subscription as target-specific implementation device
wenzelm [Fri, 25 Apr 2014 17:54:54 +0200] rev 56722
make SML/NJ happier;
wenzelm [Fri, 25 Apr 2014 14:39:11 +0200] rev 56721
merged
wenzelm [Fri, 25 Apr 2014 14:18:13 +0200] rev 56720
updated properties for scala.concurrent.ExecutionContext.Implicits.global (future task farm), similar to Isabelle/ML;
removed obsolete properties for old actors;
wenzelm [Fri, 25 Apr 2014 13:55:50 +0200] rev 56719
simplified change_buffer (again, see 937826d702d5): no thread, just timer, rely on asynchronous commands_changed.post;
wenzelm [Fri, 25 Apr 2014 13:29:56 +0200] rev 56718
replaced manager Actor by Consumer_Thread, which is lazy to defer its start to actual Handler init time;
wenzelm [Fri, 25 Apr 2014 12:59:33 +0200] rev 56717
tuned whitespace;
wenzelm [Fri, 25 Apr 2014 12:56:24 +0200] rev 56716
obsolete;
wenzelm [Fri, 25 Apr 2014 12:51:08 +0200] rev 56715
clarified Session.Consumer, with Session.Outlet managed by dispatcher thread;
eliminated old actors;
wenzelm [Fri, 25 Apr 2014 12:27:18 +0200] rev 56714
tuned comments;
wenzelm [Fri, 25 Apr 2014 11:09:59 +0200] rev 56713
more robust prover termination;
wenzelm [Fri, 25 Apr 2014 10:51:57 +0200] rev 56712
more explicit checks;
wenzelm [Thu, 24 Apr 2014 23:21:00 +0200] rev 56711
tuned signature;
wenzelm [Thu, 24 Apr 2014 23:13:17 +0200] rev 56710
more uniform warning/error handling, potentially with propagation to send_wait caller;
wenzelm [Thu, 24 Apr 2014 23:02:10 +0200] rev 56709
more careful shutdown (amending f2f53f7046f4);
wenzelm [Thu, 24 Apr 2014 22:41:03 +0200] rev 56708
misc tuning;
wenzelm [Thu, 24 Apr 2014 22:20:36 +0200] rev 56707
obsolete;
wenzelm [Thu, 24 Apr 2014 22:10:00 +0200] rev 56706
converted main session manager to Consumer_Thread: messages need to be consumed immediately, postponed_changes replaces implicit actor mailbox scanning;
wenzelm [Thu, 24 Apr 2014 18:04:18 +0200] rev 56705
simplified commands_changed_buffer (in contrast to a8331fb5c959): rely on better performance of Consumer_Thread/Mailbox and more direct Timer (like session_actor.receiver);
wenzelm [Thu, 24 Apr 2014 16:52:17 +0200] rev 56704
simplified -- prefer Consumer_Thread over Actor;
wenzelm [Thu, 24 Apr 2014 16:47:47 +0200] rev 56703
tuned imports;
wenzelm [Thu, 24 Apr 2014 16:19:11 +0200] rev 56702
support for requests with explicit acknowledgment (and exception propagation);
wenzelm [Thu, 24 Apr 2014 15:19:11 +0200] rev 56701
more robust thread: continue after failure;
wenzelm [Thu, 24 Apr 2014 15:02:13 +0200] rev 56700
clarified command_input: Consumer_Thread;
wenzelm [Thu, 24 Apr 2014 14:59:46 +0200] rev 56699
further robustification wrt. unclear ranges;
wenzelm [Thu, 24 Apr 2014 14:51:41 +0200] rev 56698
allow more control of main loop;
more robust is_active test, although thread could terminate at any time;
wenzelm [Thu, 24 Apr 2014 13:54:45 +0200] rev 56697
eliminated pointless output actors;
clarified command_input, which already includes thread.join;
wenzelm [Thu, 24 Apr 2014 13:40:29 +0200] rev 56696
more robust shutdown;
less ooddities;
wenzelm [Thu, 24 Apr 2014 13:13:48 +0200] rev 56695
consumer thread with unbounded queueing of requests (similar to Message_Channel in ML);
wenzelm [Thu, 24 Apr 2014 13:10:42 +0200] rev 56694
proper signaling after each state update (NB: ML version does this uniformly via timed_access);
wenzelm [Thu, 24 Apr 2014 12:10:26 +0200] rev 56693
added Mailbox, as in ML;
wenzelm [Thu, 24 Apr 2014 12:09:55 +0200] rev 56692
synchronized access, similar to ML version;
wenzelm [Thu, 24 Apr 2014 11:01:14 +0200] rev 56691
tuned signature, in accordance to ML version;
wenzelm [Thu, 24 Apr 2014 10:38:14 +0200] rev 56690
eliminated redundant Volatile;
wenzelm [Thu, 24 Apr 2014 10:33:06 +0200] rev 56689
retain canonical reverse order;
wenzelm [Thu, 24 Apr 2014 10:30:55 +0200] rev 56688
more canonical list operations;
wenzelm [Thu, 24 Apr 2014 10:24:44 +0200] rev 56687
tuned signature in accordance to ML version;
wenzelm [Thu, 24 Apr 2014 00:29:55 +0200] rev 56686
canonical list operations, as in ML;
avoid odd mutable data structures;
wenzelm [Thu, 24 Apr 2014 00:27:06 +0200] rev 56685
more uniform synchronized variables;
blanchet [Fri, 25 Apr 2014 12:09:15 +0200] rev 56684
more unfolding and more folding in size equations, to look more natural in the nested case
blanchet [Fri, 25 Apr 2014 11:58:10 +0200] rev 56683
reintroduced '...' (nonexhaustive) syntax for SPASS-Pirate