summaryrefslogtreecommitdiff
path: root/test/files/specialized/fft.check
Commit message (Collapse)AuthorAgeFilesLines
* Fix for NumericRange boundary condition.Paul Phillips2011-10-311-1/+1
| | | | | Contributed by Thomas Switzer. Closes SI-4985, no review.
* Making Range creation less slow, no review.Paul Phillips2011-05-211-1/+1
|
* Some boundary conditions in range.Paul Phillips2011-03-191-1/+1
| | | | | | | infix implicits to Integral and Fractional. As a bonus this patch knocked 10,000 long boxings off a specialized test. Who knew. Closes #4308, #4321, review by community.
* Modify BufferedSource to use a BufferedLineIter...Donna Malayeri2011-03-071-1/+1
| | | | | | | Modify BufferedSource to use a BufferedLineIterator to speed up line-by-line reads on large files. Updated testfile which used this class. Closes #4186. Review (of fft.check) by prokopec.
* Allow box(unbox) elimination for the Null type,...Iulian Dragos2011-01-181-0/+4
Allow box(unbox) elimination for the Null type, plus testing that specialization tests do not box too much. review by extempore.