Thu, 01 Aug 2013 14:22:10 +0200 more (co)datatype docs
blanchet [Thu, 01 Aug 2013 14:22:10 +0200] rev 52822
more (co)datatype docs
Thu, 01 Aug 2013 00:18:45 +0200 tuned proof;
wenzelm [Thu, 01 Aug 2013 00:18:45 +0200] rev 52821
tuned proof;
Wed, 31 Jul 2013 23:41:32 +0200 recovered "\<phi>\<^isub>i" from 0b02aaf7c7c5;
wenzelm [Wed, 31 Jul 2013 23:41:32 +0200] rev 52820
recovered "\<phi>\<^isub>i" from 0b02aaf7c7c5;
Wed, 31 Jul 2013 22:15:17 +0200 proper border (again) -- avoid NPE on Windows;
wenzelm [Wed, 31 Jul 2013 22:15:17 +0200] rev 52819
proper border (again) -- avoid NPE on Windows; uniform non-opaqueness -- relevant for Windows L&F;
Wed, 31 Jul 2013 21:53:33 +0200 NEWS;
wenzelm [Wed, 31 Jul 2013 21:53:33 +0200] rev 52818
NEWS;
Wed, 31 Jul 2013 21:49:29 +0200 added home-made tooltips;
wenzelm [Wed, 31 Jul 2013 21:49:29 +0200] rev 52817
added home-made tooltips; tuned signature;
Wed, 31 Jul 2013 21:13:05 +0200 home-grown mouse handling to pretend that the painted checkbox is actually a Swing component;
wenzelm [Wed, 31 Jul 2013 21:13:05 +0200] rev 52816
home-grown mouse handling to pretend that the painted checkbox is actually a Swing component; tuned signature;
Wed, 31 Jul 2013 19:59:14 +0200 actions and shortcuts to change node_required status, with painter that looks like CheckBox (non-clickable);
wenzelm [Wed, 31 Jul 2013 19:59:14 +0200] rev 52815
actions and shortcuts to change node_required status, with painter that looks like CheckBox (non-clickable); just one module for Isabelle/jEdit actions;
Wed, 31 Jul 2013 18:08:12 +0200 added Getting Started text
nipkow [Wed, 31 Jul 2013 18:08:12 +0200] rev 52814
added Getting Started text
Wed, 31 Jul 2013 16:50:41 +0200 more robust tactic
traytel [Wed, 31 Jul 2013 16:50:41 +0200] rev 52813
more robust tactic
Wed, 31 Jul 2013 15:24:07 +0200 merged
wenzelm [Wed, 31 Jul 2013 15:24:07 +0200] rev 52812
merged
Wed, 31 Jul 2013 13:00:42 +0200 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 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);
Wed, 31 Jul 2013 12:46:53 +0200 simplified / clarified execution priority: auto prints << 0, proofs < 0, eval = 0, print_state = 1;
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;
Wed, 31 Jul 2013 12:31:10 +0200 paint unassigned/unchanged nodes as unprocessed -- relevant for editor_continuous_checking = false;
wenzelm [Wed, 31 Jul 2013 12:31:10 +0200] rev 52809
paint unassigned/unchanged nodes as unprocessed -- relevant for editor_continuous_checking = false;
Wed, 31 Jul 2013 12:14:13 +0200 allow explicit indication of required node: full eval, no prints;
wenzelm [Wed, 31 Jul 2013 12:14:13 +0200] rev 52808
allow explicit indication of required node: full eval, no prints;
Wed, 31 Jul 2013 10:54:37 +0200 simplified flag for continuous checking: avoid GUI complexity and slow checking of all theories (including 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);
Wed, 31 Jul 2013 13:40:57 +0200 more work on (co)datatype docs
blanchet [Wed, 31 Jul 2013 13:40:57 +0200] rev 52806
more work on (co)datatype docs
Wed, 31 Jul 2013 11:28:59 +0200 more (co)datatype documentation
blanchet [Wed, 31 Jul 2013 11:28:59 +0200] rev 52805
more (co)datatype documentation
Tue, 30 Jul 2013 23:17:26 +0200 merged
wenzelm [Tue, 30 Jul 2013 23:17:26 +0200] rev 52804
merged
Tue, 30 Jul 2013 23:16:17 +0200 tuned proofs;
wenzelm [Tue, 30 Jul 2013 23:16:17 +0200] rev 52803
tuned proofs;
Tue, 30 Jul 2013 22:43:11 +0200 more uniform border;
wenzelm [Tue, 30 Jul 2013 22:43:11 +0200] rev 52802
more uniform border;
Tue, 30 Jul 2013 22:31:34 +0200 proper PIDE markup for codegen arguments;
wenzelm [Tue, 30 Jul 2013 22:31:34 +0200] rev 52801
proper PIDE markup for codegen arguments;
Tue, 30 Jul 2013 21:22:37 +0200 less aggressive flushing: cope with massive amounts of protocol messages, e.g. from threads_trace;
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;
Tue, 30 Jul 2013 19:53:06 +0200 tuned -- more uniform ML vs. Scala;
wenzelm [Tue, 30 Jul 2013 19:53:06 +0200] rev 52799
tuned -- more uniform ML vs. Scala;
Tue, 30 Jul 2013 18:19:16 +0200 recovered delay for Document.start_execution (see also 627fb639a2d9), which potentially improves throughput when many consecutive edits arrive;
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;
Tue, 30 Jul 2013 16:22:07 +0200 more timing;
wenzelm [Tue, 30 Jul 2013 16:22:07 +0200] rev 52797
more timing;
Tue, 30 Jul 2013 16:01:19 +0200 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;
Tue, 30 Jul 2013 19:59:17 +0200 removed spurious headings
blanchet [Tue, 30 Jul 2013 19:59:17 +0200] rev 52795
removed spurious headings
Tue, 30 Jul 2013 19:49:42 +0200 more (co)datatype documentation
blanchet [Tue, 30 Jul 2013 19:49:42 +0200] rev 52794
more (co)datatype documentation
Tue, 30 Jul 2013 16:22:39 +0200 avoid DUP error in local context
blanchet [Tue, 30 Jul 2013 16:22:39 +0200] rev 52793
avoid DUP error in local context
Tue, 30 Jul 2013 16:22:39 +0200 sketched documentation for new (co)datatype package
blanchet [Tue, 30 Jul 2013 16:22:39 +0200] rev 52792
sketched documentation for new (co)datatype package
Tue, 30 Jul 2013 16:22:39 +0200 tuned docs (the function package isn't so new anymore)
blanchet [Tue, 30 Jul 2013 16:22:39 +0200] rev 52791
tuned docs (the function package isn't so new anymore)
Tue, 30 Jul 2013 15:45:01 +0200 tuned comments;
wenzelm [Tue, 30 Jul 2013 15:45:01 +0200] rev 52790
tuned comments;
Tue, 30 Jul 2013 15:20:38 +0200 tuned;
wenzelm [Tue, 30 Jul 2013 15:20:38 +0200] rev 52789
tuned;
Tue, 30 Jul 2013 15:09:25 +0200 type theory is purely value-oriented;
wenzelm [Tue, 30 Jul 2013 15:09:25 +0200] rev 52788
type theory is purely value-oriented;
Tue, 30 Jul 2013 12:07:14 +0200 pro-forma Execution.reset, despite lack of final join/commit;
wenzelm [Tue, 30 Jul 2013 12:07:14 +0200] rev 52787
pro-forma Execution.reset, despite lack of final join/commit;
Tue, 30 Jul 2013 11:54:57 +0200 tuned signature;
wenzelm [Tue, 30 Jul 2013 11:54:57 +0200] rev 52786
tuned signature; removed notoriously outdated comments;
Tue, 30 Jul 2013 11:44:06 +0200 tuned;
wenzelm [Tue, 30 Jul 2013 11:44:06 +0200] rev 52785
tuned;
Tue, 30 Jul 2013 11:38:43 +0200 de-assign execs that were not registered as running yet -- observe change of perspective more thoroughly;
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;
Mon, 29 Jul 2013 22:17:32 +0200 merged
nipkow [Mon, 29 Jul 2013 22:17:32 +0200] rev 52783
merged
Mon, 29 Jul 2013 22:17:19 +0200 tuned intro
nipkow [Mon, 29 Jul 2013 22:17:19 +0200] rev 52782
tuned intro
Sun, 28 Jul 2013 05:32:02 +0200 silenced subsumption warnings for default code equations entirely
haftmann [Sun, 28 Jul 2013 05:32:02 +0200] rev 52781
silenced subsumption warnings for default code equations entirely
Mon, 29 Jul 2013 20:51:05 +0200 merged
wenzelm [Mon, 29 Jul 2013 20:51:05 +0200] rev 52780
merged
Mon, 29 Jul 2013 20:46:21 +0200 NEWS;
wenzelm [Mon, 29 Jul 2013 20:46:21 +0200] rev 52779
NEWS; tuned description;
Mon, 29 Jul 2013 20:38:40 +0200 tuned proofs;
wenzelm [Mon, 29 Jul 2013 20:38:40 +0200] rev 52778
tuned proofs;
Mon, 29 Jul 2013 20:34:53 +0200 updated key bindings to execution range;
wenzelm [Mon, 29 Jul 2013 20:34:53 +0200] rev 52777
updated key bindings to execution range;
Mon, 29 Jul 2013 19:55:38 +0200 traverse node on change of "required" state;
wenzelm [Mon, 29 Jul 2013 19:55:38 +0200] rev 52776
traverse node on change of "required" state;
Mon, 29 Jul 2013 18:59:58 +0200 keep memo_exec execution running, which is important to cancel goal forks eventually;
wenzelm [Mon, 29 Jul 2013 18:59:58 +0200] rev 52775
keep memo_exec execution running, which is important to cancel goal forks eventually; run as nested worker task to keep main group valid, even after cancelation of removed subgroups; do not memoize interrupt, but absorb it silently in main execution; Goal.purge_futures: rough sanity check of group status;
Mon, 29 Jul 2013 16:52:04 +0200 maintain explicit execution frontier: avoid conflict with former task via static dependency;
wenzelm [Mon, 29 Jul 2013 16:52:04 +0200] rev 52774
maintain explicit execution frontier: avoid conflict with former task via static dependency; start execution immediate after assignment, to keep frontier simple;
Mon, 29 Jul 2013 16:01:05 +0200 afford higher execution priority by default: defer proofs and thus stretch parallelism over whole document;
wenzelm [Mon, 29 Jul 2013 16:01:05 +0200] rev 52773
afford higher execution priority by default: defer proofs and thus stretch parallelism over whole document;
Mon, 29 Jul 2013 15:59:47 +0200 clarified conditions for node traversal;
wenzelm [Mon, 29 Jul 2013 15:59:47 +0200] rev 52772
clarified conditions for node traversal;
Mon, 29 Jul 2013 15:20:02 +0200 tuned;
wenzelm [Mon, 29 Jul 2013 15:20:02 +0200] rev 52771
tuned;
Mon, 29 Jul 2013 15:09:20 +0200 pro-forma Goal.reset_futures, despite lack of final join/commit;
wenzelm [Mon, 29 Jul 2013 15:09:20 +0200] rev 52770
pro-forma Goal.reset_futures, despite lack of final join/commit;
Mon, 29 Jul 2013 15:01:44 +0200 tuned;
wenzelm [Mon, 29 Jul 2013 15:01:44 +0200] rev 52769
tuned;
Mon, 29 Jul 2013 14:49:32 +0200 tuned;
wenzelm [Mon, 29 Jul 2013 14:49:32 +0200] rev 52768
tuned;
Mon, 29 Jul 2013 14:43:21 +0200 back to model.update_perspective with delay (cf. a20631db9c8a);
wenzelm [Mon, 29 Jul 2013 14:43:21 +0200] rev 52767
back to model.update_perspective with delay (cf. a20631db9c8a);
Mon, 29 Jul 2013 14:37:59 +0200 show displaced messages (e.g. from protocol thread) as raw output;
wenzelm [Mon, 29 Jul 2013 14:37:59 +0200] rev 52766
show displaced messages (e.g. from protocol thread) as raw output;
Mon, 29 Jul 2013 14:18:57 +0200 actually purge removed goal futures -- avoid memory leak;
wenzelm [Mon, 29 Jul 2013 14:18:57 +0200] rev 52765
actually purge removed goal futures -- avoid memory leak;
Mon, 29 Jul 2013 13:43:43 +0200 tuned -- less redundant data structure;
wenzelm [Mon, 29 Jul 2013 13:43:43 +0200] rev 52764
tuned -- less redundant data structure;
Mon, 29 Jul 2013 13:43:12 +0200 always init GUI state;
wenzelm [Mon, 29 Jul 2013 13:43:12 +0200] rev 52763
always init GUI state;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip