summaryrefslogtreecommitdiff
path: root/test/files/scalacheck/parallel-collections/Operators.scala
Commit message (Collapse)AuthorAgeFilesLines
* Implemented a (slower) workaround for parallel ...Aleksandar Pokopec2011-01-071-0/+1
| | | | | | | | Implemented a (slower) workaround for parallel vectors. Implemented group by. No review.
* Array combiners implementation changed from arr...Aleksandar Pokopec2010-12-091-1/+1
| | | | | | | | | Array combiners implementation changed from array buffers to doubling unrolled buffers to avoid excessive copying. Still evaluating the benefits of this. No review.
* Fixed a scalacheck test group "test entire subd...Aleksandar Pokopec2010-10-041-0/+35
| | | | | | | Fixed a scalacheck test group "test entire subdirectory" problem. It's now possible to add scalacheck tests consisting of multiple files. No review.
* Temporarily disabled collections checks to keep...Aleksandar Pokopec2010-09-011-35/+0
| | | | | | | Temporarily disabled collections checks to keep build from breaking. No review
* Added scalacheck tests for parallel collections.Aleksandar Pokopec2010-09-011-0/+35
Review by phaller (not urgent).