summaryrefslogtreecommitdiffstats
path: root/libcxx/test/numerics
Commit message (Expand)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-20820-43889/+0
* Mark a bunch of long running tests as 'REQUIRES: long_tests'Jonathan Roelofs2014-12-1136-0/+72
* Mark some more fenv tests as UNSUPPORTED by newlibJonathan Roelofs2014-12-112-0/+4
* libc++: add NaCl and PNaCl support for std::random_deviceJF Bastien2014-12-011-30/+66
* [libcxx] Fix SFINAE in <cmath>. Patch from K-Ballo.Eric Fiselier2014-10-171-0/+143
* Fix PR#20843: binomial_distribution<unsigned> is broken. Add test to ensure t...Marshall Clow2014-09-171-0/+11
* Fix buffer overflow issue in valarray testEric Fiselier2014-09-031-3/+2
* Add return statement to slice_array and mask_array assignment. Closes PR20614.Eric Fiselier2014-08-122-0/+28
* fix copy and pasted comment in testEric Fiselier2014-08-091-1/+1
* Mark math.h and cmath tests as xfail on linux.Eric Fiselier2014-08-093-26/+63
* [libc++] Don't return uninitialized data from random_device::operator()David Majnemer2014-06-031-2/+14
* [libc++] random_device fails if open returns zeroDavid Majnemer2014-06-031-0/+11
* Remove XFAIL from a number of tests that aren't expected to failJustin Bogner2014-05-151-3/+0
* Fix a couple of -Wabsolute-value warnings in the libc++ testsMarshall Clow2014-03-061-1/+1
* Remove definition of std::fmaf from libc++. Fixes bug #18910. This function s...Marshall Clow2014-03-051-2/+2
* Back out the <type_traits> changes from r198431; they were breaking when buil...Marshall Clow2014-01-061-7/+7
* Patch by Howard. First part of fix for PR18218; add type traits needed to do ...Marshall Clow2014-01-031-0/+14
* Implement literal suffixes for compledMarshall Clow2013-10-054-0/+157
* XFAIL a few tests on darwin12Howard Hinnant2013-08-221-0/+1
* Zhihao Yuan noted that a move assignment operation was missing from std::adja...Howard Hinnant2013-08-222-0/+87
* War on tabsHoward Hinnant2013-08-073-10/+10
* Implement constexpr (n3302) and fix operator *= and /=Marshall Clow2013-07-3113-55/+280
* Fix a couple of bugs in linear_congruential_engine::seed. Regression test ad...Howard Hinnant2013-05-211-0/+8
* Marshall Clow found some divide-by-zero warnings with UBSan in rand's binomia...Howard Hinnant2013-03-231-25/+65
* Fix bug in test; found by AddressSanitizerMarshall Clow2013-03-201-1/+1
* Fix bug in test; found by AddressSanitizerMarshall Clow2013-03-181-1/+1
* [tests] Mark another stream input expected failure (with system libc++).Daniel Dunbar2013-02-051-0/+2
* Make <cmath> classification macros work with integral types.Howard Hinnant2013-01-141-0/+12
* Move common header files into a 'support' directory; make 'testit' include -I...Marshall Clow2013-01-0510-10/+10
* ...and then there was one. Only one copy of 'iterators.h' in the test tree fo...Marshall Clow2013-01-0410-323/+9
* Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm....Howard Hinnant2012-12-125-0/+60
* Add overflow check to tanh(complex) and reduce to finite answer. Fixes http:...Howard Hinnant2012-09-191-0/+1
* constexpr applied to <complex>.Howard Hinnant2012-07-2010-1/+113
* Update <random> with constexpr support. Patch contributed by Jonathan Sauer.Howard Hinnant2012-04-024-12/+20
* Fix test for default constructor of discrete_distribution. This partially ad...Howard Hinnant2012-04-021-6/+3
* Reimplemented much of <istream> such that single character extractions do not...Howard Hinnant2011-09-011-2/+2
* Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant2011-08-1213-21/+30
* Warning suppression in test.Howard Hinnant2011-05-141-2/+0
* Warning suppression in test.Howard Hinnant2011-05-141-2/+0
* http://llvm.org/bugs/show_bug.cgi?id=9854. Also created an emulated hexfloat...Howard Hinnant2011-05-131-2/+4
* Fix bug in Sseq constraints found by Seth CantrellHoward Hinnant2011-04-112-2/+2
* LWG 1522Howard Hinnant2010-11-182-14/+14
* license changeHoward Hinnant2010-11-16814-1628/+1628
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-0411-22/+22
* Fixing whitespace problemsHoward Hinnant2010-08-2280-146/+130
* Implemented some adaptor constructors which I had missed.Howard Hinnant2010-05-286-0/+181
* [numeric.iota]Howard Hinnant2010-05-261-0/+38
* [rand.dist.samp.plinear]. This means we've got a fully tested and functional...Howard Hinnant2010-05-2524-0/+1505
* [rand.dist.samp.pconst] plus some bug fixes in the tests of the other distrib...Howard Hinnant2010-05-2055-388/+2221
* [rand.dist.samp.discrete]Howard Hinnant2010-05-1924-0/+1326
OpenPOWER on IntegriCloud