Fri, 12 Sep 2008 12:04:16 +0200 more procise printing of fact names;
wenzelm [Fri, 12 Sep 2008 12:04:16 +0200] rev 28210
more procise printing of fact names;
Fri, 12 Sep 2008 10:54:00 +0200 pretty_fact: extern fact name wrt. the given context, assuming that is the proper one for presentation;
wenzelm [Fri, 12 Sep 2008 10:54:00 +0200] rev 28209
pretty_fact: extern fact name wrt. the given context, assuming that is the proper one for presentation;
Thu, 11 Sep 2008 22:22:59 +0200 cancel, shutdown: notify_all;
wenzelm [Thu, 11 Sep 2008 22:22:59 +0200] rev 28208
cancel, shutdown: notify_all;
Thu, 11 Sep 2008 22:22:20 +0200 finish: Future.shutdown last;
wenzelm [Thu, 11 Sep 2008 22:22:20 +0200] rev 28207
finish: Future.shutdown last;
Thu, 11 Sep 2008 21:53:53 +0200 eliminated requests, use global state variables uniformly;
wenzelm [Thu, 11 Sep 2008 21:53:53 +0200] rev 28206
eliminated requests, use global state variables uniformly; more robust shutdown;
Thu, 11 Sep 2008 21:04:09 +0200 finish: Future.shutdown;
wenzelm [Thu, 11 Sep 2008 21:04:09 +0200] rev 28205
finish: Future.shutdown;
Thu, 11 Sep 2008 21:04:07 +0200 added is_empty;
wenzelm [Thu, 11 Sep 2008 21:04:07 +0200] rev 28204
added is_empty;
Thu, 11 Sep 2008 21:04:05 +0200 shutdown: global join-and-shutdown operation;
wenzelm [Thu, 11 Sep 2008 21:04:05 +0200] rev 28203
shutdown: global join-and-shutdown operation; reduced trace_active; scheduler_fork: always notify; tracing for thread exit; unique ids for workers;
Thu, 11 Sep 2008 18:07:58 +0200 added focus, which indicates a particular collection of high-priority tasks;
wenzelm [Thu, 11 Sep 2008 18:07:58 +0200] rev 28202
added focus, which indicates a particular collection of high-priority tasks; tuned;
Thu, 11 Sep 2008 13:43:42 +0200 some general notes on future values;
wenzelm [Thu, 11 Sep 2008 13:43:42 +0200] rev 28201
some general notes on future values;
Thu, 11 Sep 2008 13:24:19 +0200 separate Concurrent/ROOT.ML;
wenzelm [Thu, 11 Sep 2008 13:24:19 +0200] rev 28200
separate Concurrent/ROOT.ML;
Thu, 11 Sep 2008 13:24:14 +0200 Parallel list combinators.
wenzelm [Thu, 11 Sep 2008 13:24:14 +0200] rev 28199
Parallel list combinators.
Thu, 11 Sep 2008 13:23:57 +0200 added Concurrent/par_list.ML;
wenzelm [Thu, 11 Sep 2008 13:23:57 +0200] rev 28198
added Concurrent/par_list.ML;
Wed, 10 Sep 2008 23:28:09 +0200 added interrupt_task (external id);
wenzelm [Wed, 10 Sep 2008 23:28:09 +0200] rev 28197
added interrupt_task (external id); tuned signature;
Wed, 10 Sep 2008 23:19:36 +0200 tuned;
wenzelm [Wed, 10 Sep 2008 23:19:36 +0200] rev 28196
tuned;
Wed, 10 Sep 2008 22:29:36 +0200 future_schedule: uninterruptible join;
wenzelm [Wed, 10 Sep 2008 22:29:36 +0200] rev 28195
future_schedule: uninterruptible join;
Wed, 10 Sep 2008 21:50:32 +0200 added future_scheduler (default false);
wenzelm [Wed, 10 Sep 2008 21:50:32 +0200] rev 28194
added future_scheduler (default false);
Wed, 10 Sep 2008 21:50:30 +0200 replaced join_all by join_results, which returns Exn.results;
wenzelm [Wed, 10 Sep 2008 21:50:30 +0200] rev 28193
replaced join_all by join_results, which returns Exn.results; join: disallow Multithreading.self_critical, which is prone to deadlocks due to context change via fork;
Wed, 10 Sep 2008 20:28:01 +0200 workers: explicit activity flag;
wenzelm [Wed, 10 Sep 2008 20:28:01 +0200] rev 28192
workers: explicit activity flag; SYNCHRONIZED: optional tracing;
Wed, 10 Sep 2008 19:44:29 +0200 future: allow explicit group;
wenzelm [Wed, 10 Sep 2008 19:44:29 +0200] rev 28191
future: allow explicit group; cancel: invalidate group identifier for all future members; tuned comments; tuned;
Wed, 10 Sep 2008 19:44:28 +0200 cancel: invalidate group implicitly, via bool ref;
wenzelm [Wed, 10 Sep 2008 19:44:28 +0200] rev 28190
cancel: invalidate group implicitly, via bool ref; job: moved ok flag into group; added interrupt, interrupt_external for tasks;
Wed, 10 Sep 2008 11:36:37 +0200 auto_flush: uniform block buffering for all output streams;
wenzelm [Wed, 10 Sep 2008 11:36:37 +0200] rev 28189
auto_flush: uniform block buffering for all output streams;
Tue, 09 Sep 2008 23:48:38 +0200 auto_flush stdout, stderr as well;
wenzelm [Tue, 09 Sep 2008 23:48:38 +0200] rev 28188
auto_flush stdout, stderr as well;
Tue, 09 Sep 2008 23:48:36 +0200 proper values of no_interrupts, regular_interrupts;
wenzelm [Tue, 09 Sep 2008 23:48:36 +0200] rev 28187
proper values of no_interrupts, regular_interrupts;
Tue, 09 Sep 2008 23:30:05 +0200 cancel: check_scheduler;
wenzelm [Tue, 09 Sep 2008 23:30:05 +0200] rev 28186
cancel: check_scheduler; adapted to simplified TaskQueue.cancel; improved join/join_all: actively work towards results, i.e. do not yield unnecessarily; misc tuning;
Tue, 09 Sep 2008 23:30:00 +0200 simplified dequeue: provide Thread.self internally;
wenzelm [Tue, 09 Sep 2008 23:30:00 +0200] rev 28185
simplified dequeue: provide Thread.self internally; simplified cancel: interrupt running threads internally; added depend; added dequeue_towards; misc tuning;
Tue, 09 Sep 2008 20:22:40 +0200 eliminated cache, access queue efficiently via IntGraph.get_first;
wenzelm [Tue, 09 Sep 2008 20:22:40 +0200] rev 28184
eliminated cache, access queue efficiently via IntGraph.get_first;
Tue, 09 Sep 2008 20:22:30 +0200 export get_first from underlying table;
wenzelm [Tue, 09 Sep 2008 20:22:30 +0200] rev 28183
export get_first from underlying table;
Tue, 09 Sep 2008 19:57:54 +0200 out_stream: block-buffered, with separate autoflush thread (every 50ms);
wenzelm [Tue, 09 Sep 2008 19:57:54 +0200] rev 28182
out_stream: block-buffered, with separate autoflush thread (every 50ms);
Tue, 09 Sep 2008 19:36:21 +0200 babel: removed unnecessary "french" option, which actually enables french section names etc. on some LaTeX installations;
wenzelm [Tue, 09 Sep 2008 19:36:21 +0200] rev 28181
babel: removed unnecessary "french" option, which actually enables french section names etc. on some LaTeX installations;
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip