wenzelm [Mon, 15 Jun 2009 21:17:34 +0200] rev 31646
override toplevel "use" functions last;
wenzelm [Mon, 15 Jun 2009 17:36:49 +0200] rev 31645
made SML/NJ happy;
haftmann [Mon, 15 Jun 2009 21:28:04 +0200] rev 31644
Quickcheck.random
haftmann [Mon, 15 Jun 2009 16:13:19 +0200] rev 31643
authentic syntax for Pow and image
haftmann [Mon, 15 Jun 2009 16:13:04 +0200] rev 31642
permissive code attribute; all_eqns
haftmann [Mon, 15 Jun 2009 16:13:03 +0200] rev 31641
hide constant Quickcheck.random
wenzelm [Mon, 15 Jun 2009 11:01:18 +0200] rev 31640
more parallel stats;
wenzelm [Mon, 15 Jun 2009 10:58:05 +0200] rev 31639
merged
haftmann [Mon, 15 Jun 2009 09:43:30 +0200] rev 31638
made SML/NJ happy
haftmann [Mon, 15 Jun 2009 08:16:09 +0200] rev 31637
skip_proof not operative here
haftmann [Mon, 15 Jun 2009 08:16:08 +0200] rev 31636
where there is nothing, nothing can be hidden
haftmann [Sun, 14 Jun 2009 17:20:19 +0200] rev 31635
axclass command now legacy
haftmann [Sun, 14 Jun 2009 17:20:19 +0200] rev 31634
using skip_proof where appropriate
haftmann [Sun, 14 Jun 2009 17:20:19 +0200] rev 31633
dropped select_default
wenzelm [Sun, 14 Jun 2009 23:25:49 +0200] rev 31632
removed obsolete depend, add_job_acyclic;
enqueue, finished: more careful update of cache;
wenzelm [Sun, 14 Jun 2009 23:24:38 +0200] rev 31631
simplified join: do not record dependencies (which are slow, but were only required for dequeue_towards);
wenzelm [Sun, 14 Jun 2009 23:18:32 +0200] rev 31630
back to default -M max, with more robust interpretation of corresponding max_threads value;
haftmann [Sun, 14 Jun 2009 09:13:59 +0200] rev 31629
merged
haftmann [Sun, 14 Jun 2009 09:13:06 +0200] rev 31628
dropped diagnostic handles
haftmann [Sun, 14 Jun 2009 09:11:51 +0200] rev 31627
merged
haftmann [Sat, 13 Jun 2009 16:32:38 +0200] rev 31626
merged
haftmann [Sat, 13 Jun 2009 10:01:01 +0200] rev 31625
using SkipProof where appropriate
haftmann [Sat, 13 Jun 2009 10:01:00 +0200] rev 31624
quickcheck using generic code generator
haftmann [Sat, 13 Jun 2009 09:16:25 +0200] rev 31623
quickcheck generators for datatypes with functions
haftmann [Sat, 13 Jun 2009 09:16:24 +0200] rev 31622
more convenient signature for random_fun_lift
wenzelm [Sun, 14 Jun 2009 03:02:25 +0200] rev 31621
improved correctness of get_first (boundary check);
wenzelm [Sun, 14 Jun 2009 02:38:09 +0200] rev 31620
more isatest platforms;
wenzelm [Sun, 14 Jun 2009 02:21:46 +0200] rev 31619
tuned join: produce less garbage while waiting;
wenzelm [Sat, 13 Jun 2009 22:01:33 +0200] rev 31618
improved get_first: check boundary before entering subtrees;
wenzelm [Sat, 13 Jun 2009 19:40:37 +0200] rev 31617
simplified join_results: no longer work "towards" deps, which simplifies task queue management and maintains strict bottom up discipline (without "transfer of priority" to required futures);
more efficient Task_Queue.dequeue, with internal cache (reduces wast of cycles with many idle workers);
removed complicated/expensive Task_Queue.dequeue_towards;