Mon, 15 Jun 2009 21:33:27 +0200 merged
wenzelm [Mon, 15 Jun 2009 21:33:27 +0200] rev 31647
merged
Mon, 15 Jun 2009 21:17:34 +0200 override toplevel "use" functions last;
wenzelm [Mon, 15 Jun 2009 21:17:34 +0200] rev 31646
override toplevel "use" functions last;
Mon, 15 Jun 2009 17:36:49 +0200 made SML/NJ happy;
wenzelm [Mon, 15 Jun 2009 17:36:49 +0200] rev 31645
made SML/NJ happy;
Mon, 15 Jun 2009 21:28:04 +0200 Quickcheck.random
haftmann [Mon, 15 Jun 2009 21:28:04 +0200] rev 31644
Quickcheck.random
Mon, 15 Jun 2009 16:13:19 +0200 authentic syntax for Pow and image
haftmann [Mon, 15 Jun 2009 16:13:19 +0200] rev 31643
authentic syntax for Pow and image
Mon, 15 Jun 2009 16:13:04 +0200 permissive code attribute; all_eqns
haftmann [Mon, 15 Jun 2009 16:13:04 +0200] rev 31642
permissive code attribute; all_eqns
Mon, 15 Jun 2009 16:13:03 +0200 hide constant Quickcheck.random
haftmann [Mon, 15 Jun 2009 16:13:03 +0200] rev 31641
hide constant Quickcheck.random
Mon, 15 Jun 2009 11:01:18 +0200 more parallel stats;
wenzelm [Mon, 15 Jun 2009 11:01:18 +0200] rev 31640
more parallel stats;
Mon, 15 Jun 2009 10:58:05 +0200 merged
wenzelm [Mon, 15 Jun 2009 10:58:05 +0200] rev 31639
merged
Mon, 15 Jun 2009 09:43:30 +0200 made SML/NJ happy
haftmann [Mon, 15 Jun 2009 09:43:30 +0200] rev 31638
made SML/NJ happy
Mon, 15 Jun 2009 08:16:09 +0200 skip_proof not operative here
haftmann [Mon, 15 Jun 2009 08:16:09 +0200] rev 31637
skip_proof not operative here
Mon, 15 Jun 2009 08:16:08 +0200 where there is nothing, nothing can be hidden
haftmann [Mon, 15 Jun 2009 08:16:08 +0200] rev 31636
where there is nothing, nothing can be hidden
Sun, 14 Jun 2009 17:20:19 +0200 axclass command now legacy
haftmann [Sun, 14 Jun 2009 17:20:19 +0200] rev 31635
axclass command now legacy
Sun, 14 Jun 2009 17:20:19 +0200 using skip_proof where appropriate
haftmann [Sun, 14 Jun 2009 17:20:19 +0200] rev 31634
using skip_proof where appropriate
Sun, 14 Jun 2009 17:20:19 +0200 dropped select_default
haftmann [Sun, 14 Jun 2009 17:20:19 +0200] rev 31633
dropped select_default
Sun, 14 Jun 2009 23:25:49 +0200 removed obsolete depend, add_job_acyclic;
wenzelm [Sun, 14 Jun 2009 23:25:49 +0200] rev 31632
removed obsolete depend, add_job_acyclic; enqueue, finished: more careful update of cache;
Sun, 14 Jun 2009 23:24:38 +0200 simplified join: do not record dependencies (which are slow, but were only required for dequeue_towards);
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);
Sun, 14 Jun 2009 23:18:32 +0200 back to default -M max, with more robust interpretation of corresponding max_threads value;
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;
Sun, 14 Jun 2009 09:13:59 +0200 merged
haftmann [Sun, 14 Jun 2009 09:13:59 +0200] rev 31629
merged
Sun, 14 Jun 2009 09:13:06 +0200 dropped diagnostic handles
haftmann [Sun, 14 Jun 2009 09:13:06 +0200] rev 31628
dropped diagnostic handles
Sun, 14 Jun 2009 09:11:51 +0200 merged
haftmann [Sun, 14 Jun 2009 09:11:51 +0200] rev 31627
merged
Sat, 13 Jun 2009 16:32:38 +0200 merged
haftmann [Sat, 13 Jun 2009 16:32:38 +0200] rev 31626
merged
Sat, 13 Jun 2009 10:01:01 +0200 using SkipProof where appropriate
haftmann [Sat, 13 Jun 2009 10:01:01 +0200] rev 31625
using SkipProof where appropriate
Sat, 13 Jun 2009 10:01:00 +0200 quickcheck using generic code generator
haftmann [Sat, 13 Jun 2009 10:01:00 +0200] rev 31624
quickcheck using generic code generator
Sat, 13 Jun 2009 09:16:25 +0200 quickcheck generators for datatypes with functions
haftmann [Sat, 13 Jun 2009 09:16:25 +0200] rev 31623
quickcheck generators for datatypes with functions
Sat, 13 Jun 2009 09:16:24 +0200 more convenient signature for random_fun_lift
haftmann [Sat, 13 Jun 2009 09:16:24 +0200] rev 31622
more convenient signature for random_fun_lift
Sun, 14 Jun 2009 03:02:25 +0200 improved correctness of get_first (boundary check);
wenzelm [Sun, 14 Jun 2009 03:02:25 +0200] rev 31621
improved correctness of get_first (boundary check);
Sun, 14 Jun 2009 02:38:09 +0200 more isatest platforms;
wenzelm [Sun, 14 Jun 2009 02:38:09 +0200] rev 31620
more isatest platforms;
Sun, 14 Jun 2009 02:21:46 +0200 tuned join: produce less garbage while waiting;
wenzelm [Sun, 14 Jun 2009 02:21:46 +0200] rev 31619
tuned join: produce less garbage while waiting;
Sat, 13 Jun 2009 22:01:33 +0200 improved get_first: check boundary before entering subtrees;
wenzelm [Sat, 13 Jun 2009 22:01:33 +0200] rev 31618
improved get_first: check boundary before entering subtrees;
Sat, 13 Jun 2009 19:40:37 +0200 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);
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;
Sat, 13 Jun 2009 19:19:14 +0200 native get_first, with optional boundary;
wenzelm [Sat, 13 Jun 2009 19:19:14 +0200] rev 31616
native get_first, with optional boundary; tuned signature;
Sat, 13 Jun 2009 19:13:27 +0200 moved at-mac-poly-5.1-para back to macbroy6, for continous performance figures;
wenzelm [Sat, 13 Jun 2009 19:13:27 +0200] rev 31615
moved at-mac-poly-5.1-para back to macbroy6, for continous performance figures;
Sat, 13 Jun 2009 16:29:15 +0200 merged
haftmann [Sat, 13 Jun 2009 16:29:15 +0200] rev 31614
merged
Thu, 11 Jun 2009 19:49:02 +0200 merged
haftmann [Thu, 11 Jun 2009 19:49:02 +0200] rev 31613
merged
Thu, 11 Jun 2009 08:04:26 +0200 merged
haftmann [Thu, 11 Jun 2009 08:04:26 +0200] rev 31612
merged
Thu, 11 Jun 2009 08:02:27 +0200 explicit instantiation yields considerable speedup
haftmann [Thu, 11 Jun 2009 08:02:27 +0200] rev 31611
explicit instantiation yields considerable speedup
Wed, 10 Jun 2009 16:27:24 +0200 separate directory for datatype package
haftmann [Wed, 10 Jun 2009 16:27:24 +0200] rev 31610
separate directory for datatype package
Wed, 10 Jun 2009 16:22:54 +0200 tuned whitespace
haftmann [Wed, 10 Jun 2009 16:22:54 +0200] rev 31609
tuned whitespace
Wed, 10 Jun 2009 16:10:31 +0200 correct check for instantiatability
haftmann [Wed, 10 Jun 2009 16:10:31 +0200] rev 31608
correct check for instantiatability
Wed, 10 Jun 2009 16:10:30 +0200 tuned order
haftmann [Wed, 10 Jun 2009 16:10:30 +0200] rev 31607
tuned order
Wed, 10 Jun 2009 15:05:38 +0200 merged
haftmann [Wed, 10 Jun 2009 15:05:38 +0200] rev 31606
merged
Wed, 10 Jun 2009 15:05:19 +0200 separate directory for datatype package
haftmann [Wed, 10 Jun 2009 15:05:19 +0200] rev 31605
separate directory for datatype package
Wed, 10 Jun 2009 15:04:33 +0200 separate directory for datatype package
haftmann [Wed, 10 Jun 2009 15:04:33 +0200] rev 31604
separate directory for datatype package
Wed, 10 Jun 2009 15:04:32 +0200 revised interpretation combinator for datatype constructions
haftmann [Wed, 10 Jun 2009 15:04:32 +0200] rev 31603
revised interpretation combinator for datatype constructions
Wed, 10 Jun 2009 15:04:31 +0200 tuned header
haftmann [Wed, 10 Jun 2009 15:04:31 +0200] rev 31602
tuned header
Wed, 10 Jun 2009 10:09:30 +0200 merged
haftmann [Wed, 10 Jun 2009 10:09:30 +0200] rev 31601
merged
Tue, 09 Jun 2009 23:02:01 +0200 merged
haftmann [Tue, 09 Jun 2009 23:02:01 +0200] rev 31600
merged
Tue, 09 Jun 2009 22:59:55 +0200 tuned make/map/merge combinators
haftmann [Tue, 09 Jun 2009 22:59:55 +0200] rev 31599
tuned make/map/merge combinators
Tue, 09 Jun 2009 22:59:55 +0200 corrected printing of record labels
haftmann [Tue, 09 Jun 2009 22:59:55 +0200] rev 31598
corrected printing of record labels
Tue, 09 Jun 2009 22:59:54 +0200 tuned author list
haftmann [Tue, 09 Jun 2009 22:59:54 +0200] rev 31597
tuned author list
Tue, 09 Jun 2009 22:59:54 +0200 tuned whitespace
haftmann [Tue, 09 Jun 2009 22:59:54 +0200] rev 31596
tuned whitespace
Tue, 09 Jun 2009 22:59:54 +0200 first running version of qc generators for datatypes
haftmann [Tue, 09 Jun 2009 22:59:54 +0200] rev 31595
first running version of qc generators for datatypes
Tue, 09 Jun 2009 22:59:53 +0200 less brackets
haftmann [Tue, 09 Jun 2009 22:59:53 +0200] rev 31594
less brackets
Sat, 13 Jun 2009 07:03:51 -0700 merged
huffman [Sat, 13 Jun 2009 07:03:51 -0700] rev 31593
merged
Fri, 12 Jun 2009 22:30:37 -0700 generalize lemmas about inner
huffman [Fri, 12 Jun 2009 22:30:37 -0700] rev 31592
generalize lemmas about inner
Fri, 12 Jun 2009 22:20:36 -0700 replace all occurrences of dot at type real^'n with inner
huffman [Fri, 12 Jun 2009 22:20:36 -0700] rev 31591
replace all occurrences of dot at type real^'n with inner
Fri, 12 Jun 2009 16:23:07 -0700 declare inner_add, inner_diff [algebra_simps]; declare inner_scaleR [simp]
huffman [Fri, 12 Jun 2009 16:23:07 -0700] rev 31590
declare inner_add, inner_diff [algebra_simps]; declare inner_scaleR [simp]
Fri, 12 Jun 2009 16:04:55 -0700 avoid using vec1 in continuity lemmas
huffman [Fri, 12 Jun 2009 16:04:55 -0700] rev 31589
avoid using vec1 in continuity lemmas
Fri, 12 Jun 2009 15:46:21 -0700 add lemma tendsto_setsum
huffman [Fri, 12 Jun 2009 15:46:21 -0700] rev 31588
add lemma tendsto_setsum
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip