Sat, 26 Apr 2014 14:59:50 +0200 wenzelm tuned;
Sat, 26 Apr 2014 14:01:06 +0200 wenzelm tuned spelling;
Sat, 26 Apr 2014 14:00:49 +0200 wenzelm clarified PIDE modules;
Sat, 26 Apr 2014 13:50:25 +0200 wenzelm clarified;
Sat, 26 Apr 2014 13:34:10 +0200 wenzelm tuned signature;
Sat, 26 Apr 2014 13:32:28 +0200 wenzelm tuned imports;
Sat, 26 Apr 2014 13:18:46 +0200 wenzelm tuned headers;
Sat, 26 Apr 2014 13:07:20 +0200 wenzelm tuned signature;
Sat, 26 Apr 2014 14:53:22 +0200 haftmann more complete classical rules for Inf and Sup, modelled after theiry counterparts on Inter and Union (and INF and SUP)
Sat, 26 Apr 2014 13:25:46 +0200 haftmann subsumed by existing default simp rules for functions and booleans
Sat, 26 Apr 2014 13:25:45 +0200 haftmann tuned
Sat, 26 Apr 2014 13:25:44 +0200 haftmann avoid non-standard simp default rule
Sat, 26 Apr 2014 21:37:09 +1000 kleing retired wwwfind
Sat, 26 Apr 2014 06:43:06 +0200 blanchet use right set of variables for recursive check
Sat, 26 Apr 2014 00:20:53 +0200 wenzelm merged
Sat, 26 Apr 2014 00:20:26 +0200 wenzelm tuned -- potentially more robust;
Fri, 25 Apr 2014 23:47:39 +0200 wenzelm suppress potential dangerous option (see 1baa5d19ac44);
Fri, 25 Apr 2014 23:42:25 +0200 wenzelm manager is direct receiver of prover output -- discontinued old performance tuning (329320fc88df, 1baa5d19ac44);
Fri, 25 Apr 2014 23:29:54 +0200 wenzelm modernized theory setup;
Fri, 25 Apr 2014 22:10:03 +0200 wenzelm just one default thread pool (which is hardwired to Runtime.availableProcessors);
Fri, 25 Apr 2014 21:31:39 +0200 wenzelm tuned signature -- separate pool for JFuture tasks, which can be canceled;
Fri, 25 Apr 2014 20:21:27 +0200 wenzelm prefer Isabelle/Scala operations;
Fri, 25 Apr 2014 20:07:39 +0200 wenzelm unused;
Fri, 25 Apr 2014 22:13:17 +0200 blanchet use Z3 4.3.2 to fix most FIXMEs
Fri, 25 Apr 2014 22:13:17 +0200 blanchet added Z3 4.3.2 (unstable) component
Fri, 25 Apr 2014 22:13:17 +0200 blanchet updated Z3 version number
Fri, 25 Apr 2014 22:13:17 +0200 blanchet use Z3 4.3.2 syntax
Fri, 25 Apr 2014 21:45:04 +0200 haftmann subscription as target-specific implementation device
Fri, 25 Apr 2014 17:54:54 +0200 wenzelm make SML/NJ happier;
Fri, 25 Apr 2014 14:39:11 +0200 wenzelm merged
Fri, 25 Apr 2014 14:18:13 +0200 wenzelm updated properties for scala.concurrent.ExecutionContext.Implicits.global (future task farm), similar to Isabelle/ML;
Fri, 25 Apr 2014 13:55:50 +0200 wenzelm simplified change_buffer (again, see 937826d702d5): no thread, just timer, rely on asynchronous commands_changed.post;
Fri, 25 Apr 2014 13:29:56 +0200 wenzelm replaced manager Actor by Consumer_Thread, which is lazy to defer its start to actual Handler init time;
Fri, 25 Apr 2014 12:59:33 +0200 wenzelm tuned whitespace;
Fri, 25 Apr 2014 12:56:24 +0200 wenzelm obsolete;
Fri, 25 Apr 2014 12:51:08 +0200 wenzelm clarified Session.Consumer, with Session.Outlet managed by dispatcher thread;
Fri, 25 Apr 2014 12:27:18 +0200 wenzelm tuned comments;
Fri, 25 Apr 2014 11:09:59 +0200 wenzelm more robust prover termination;
Fri, 25 Apr 2014 10:51:57 +0200 wenzelm more explicit checks;
Thu, 24 Apr 2014 23:21:00 +0200 wenzelm tuned signature;
Thu, 24 Apr 2014 23:13:17 +0200 wenzelm more uniform warning/error handling, potentially with propagation to send_wait caller;
Thu, 24 Apr 2014 23:02:10 +0200 wenzelm more careful shutdown (amending f2f53f7046f4);
Thu, 24 Apr 2014 22:41:03 +0200 wenzelm misc tuning;
Thu, 24 Apr 2014 22:20:36 +0200 wenzelm obsolete;
Thu, 24 Apr 2014 22:10:00 +0200 wenzelm converted main session manager to Consumer_Thread: messages need to be consumed immediately, postponed_changes replaces implicit actor mailbox scanning;
Thu, 24 Apr 2014 18:04:18 +0200 wenzelm simplified commands_changed_buffer (in contrast to a8331fb5c959): rely on better performance of Consumer_Thread/Mailbox and more direct Timer (like session_actor.receiver);
Thu, 24 Apr 2014 16:52:17 +0200 wenzelm simplified -- prefer Consumer_Thread over Actor;
Thu, 24 Apr 2014 16:47:47 +0200 wenzelm tuned imports;
Thu, 24 Apr 2014 16:19:11 +0200 wenzelm support for requests with explicit acknowledgment (and exception propagation);
Thu, 24 Apr 2014 15:19:11 +0200 wenzelm more robust thread: continue after failure;
Thu, 24 Apr 2014 15:02:13 +0200 wenzelm clarified command_input: Consumer_Thread;
Thu, 24 Apr 2014 14:59:46 +0200 wenzelm further robustification wrt. unclear ranges;
Thu, 24 Apr 2014 14:51:41 +0200 wenzelm allow more control of main loop;
Thu, 24 Apr 2014 13:54:45 +0200 wenzelm eliminated pointless output actors;
Thu, 24 Apr 2014 13:40:29 +0200 wenzelm more robust shutdown;
Thu, 24 Apr 2014 13:13:48 +0200 wenzelm consumer thread with unbounded queueing of requests (similar to Message_Channel in ML);
Thu, 24 Apr 2014 13:10:42 +0200 wenzelm proper signaling after each state update (NB: ML version does this uniformly via timed_access);
Thu, 24 Apr 2014 12:10:26 +0200 wenzelm added Mailbox, as in ML;
Thu, 24 Apr 2014 12:09:55 +0200 wenzelm synchronized access, similar to ML version;
Thu, 24 Apr 2014 11:01:14 +0200 wenzelm tuned signature, in accordance to ML version;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip