wenzelm [Wed, 31 Jul 2013 13:00:42 +0200] rev 52811
clarified priority of "skipped" proofs, which might take long but do not produce relevant information (potential conflict of quick interactive feedback vs. performance in batch mode);
wenzelm [Wed, 31 Jul 2013 12:46:53 +0200] rev 52810
simplified / clarified execution priority: auto prints << 0, proofs < 0, eval = 0, print_state = 1;
wenzelm [Wed, 31 Jul 2013 12:31:10 +0200] rev 52809
paint unassigned/unchanged nodes as unprocessed -- relevant for editor_continuous_checking = false;
wenzelm [Wed, 31 Jul 2013 12:14:13 +0200] rev 52808
allow explicit indication of required node: full eval, no prints;
wenzelm [Wed, 31 Jul 2013 10:54:37 +0200] rev 52807
simplified flag for continuous checking: avoid GUI complexity and slow checking of all theories (including prints);
blanchet [Wed, 31 Jul 2013 13:40:57 +0200] rev 52806
more work on (co)datatype docs
blanchet [Wed, 31 Jul 2013 11:28:59 +0200] rev 52805
more (co)datatype documentation
wenzelm [Tue, 30 Jul 2013 23:17:26 +0200] rev 52804
merged
wenzelm [Tue, 30 Jul 2013 23:16:17 +0200] rev 52803
tuned proofs;
wenzelm [Tue, 30 Jul 2013 22:43:11 +0200] rev 52802
more uniform border;
wenzelm [Tue, 30 Jul 2013 22:31:34 +0200] rev 52801
proper PIDE markup for codegen arguments;
wenzelm [Tue, 30 Jul 2013 21:22:37 +0200] rev 52800
less aggressive flushing: cope with massive amounts of protocol messages, e.g. from threads_trace;
propagate flush from ML to Scala via special protocol message;
more formal type Message_Channel.message;
wenzelm [Tue, 30 Jul 2013 19:53:06 +0200] rev 52799
tuned -- more uniform ML vs. Scala;
wenzelm [Tue, 30 Jul 2013 18:19:16 +0200] rev 52798
recovered delay for Document.start_execution (see also 627fb639a2d9), which potentially improves throughput when many consecutive edits arrive;
wenzelm [Tue, 30 Jul 2013 16:22:07 +0200] rev 52797
more timing;
wenzelm [Tue, 30 Jul 2013 16:01:19 +0200] rev 52796
more timing;
tuned -- Execution.is_running always holds due to immediate start;
blanchet [Tue, 30 Jul 2013 19:59:17 +0200] rev 52795
removed spurious headings
blanchet [Tue, 30 Jul 2013 19:49:42 +0200] rev 52794
more (co)datatype documentation
blanchet [Tue, 30 Jul 2013 16:22:39 +0200] rev 52793
avoid DUP error in local context
blanchet [Tue, 30 Jul 2013 16:22:39 +0200] rev 52792
sketched documentation for new (co)datatype package
blanchet [Tue, 30 Jul 2013 16:22:39 +0200] rev 52791
tuned docs (the function package isn't so new anymore)
wenzelm [Tue, 30 Jul 2013 15:45:01 +0200] rev 52790
tuned comments;
wenzelm [Tue, 30 Jul 2013 15:20:38 +0200] rev 52789
tuned;
wenzelm [Tue, 30 Jul 2013 15:09:25 +0200] rev 52788
type theory is purely value-oriented;
wenzelm [Tue, 30 Jul 2013 12:07:14 +0200] rev 52787
pro-forma Execution.reset, despite lack of final join/commit;
wenzelm [Tue, 30 Jul 2013 11:54:57 +0200] rev 52786
tuned signature;
removed notoriously outdated comments;
wenzelm [Tue, 30 Jul 2013 11:44:06 +0200] rev 52785
tuned;
wenzelm [Tue, 30 Jul 2013 11:38:43 +0200] rev 52784
de-assign execs that were not registered as running yet -- observe change of perspective more thoroughly;
nipkow [Mon, 29 Jul 2013 22:17:32 +0200] rev 52783
merged
nipkow [Mon, 29 Jul 2013 22:17:19 +0200] rev 52782
tuned intro