summaryrefslogtreecommitdiffstats
path: root/libcxx/test
Commit message (Expand)AuthorAgeFilesLines
* Test case for http://llvm.org/bugs/show_bug.cgi?id=14670.Howard Hinnant2012-12-201-0/+2
* Added static_assert to std::get<N>(std::array) calls to catch "out of bounds"...Marshall Clow2012-12-181-0/+25
* Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm....Howard Hinnant2012-12-1213-0/+308
* Modify testit to use the local headers and lib. Thanks go to Jeffrey Yasskin.Howard Hinnant2012-12-091-0/+28
* tests/lit: Change test default parameters to assume local build.Daniel Dunbar2012-11-271-17/+29
* Add overflow check to tanh(complex) and reduce to finite answer. Fixes http:...Howard Hinnant2012-09-191-0/+1
* Loosen up the timing requirements on 4 more tests.Howard Hinnant2012-08-044-4/+4
* Andrew Morrow: There are two tests under test/utilities/memory that heap allo...Howard Hinnant2012-08-022-4/+0
* Andrew Morrow: The attached patch updates the lit.config for libc++ unit test...Howard Hinnant2012-08-021-0/+2
* Andrew Morrow: This patch fixesHoward Hinnant2012-08-021-1/+1
* Implement [util.smartptr.shared.atomic]. This is the last unimplementedHoward Hinnant2012-07-3011-0/+409
* <algorithm> no longer needs to include <cstdlib>, but can get away with just ...Howard Hinnant2012-07-262-0/+2
* noexcept and constexpr applied to <mutex>.Howard Hinnant2012-07-211-1/+8
* noexcept and constexpr applied to <ios>.Howard Hinnant2012-07-211-0/+3
* constexpr applied to <complex>.Howard Hinnant2012-07-2010-1/+113
* Relax the tolerances on some timing tests.Howard Hinnant2012-07-202-2/+2
* noexcept applied to <iterator>.Howard Hinnant2012-07-201-1/+1
* constexpr applied to <array>.Howard Hinnant2012-07-201-0/+14
* Relax the complete-type checks that are happening under __invokable<Fp, Args....Howard Hinnant2012-07-161-0/+29
* Applied constexpr to <chrono>.Howard Hinnant2012-07-1325-6/+357
* Fixed a bug in wstring_convert concerning zero-length inputs. Thanks to Jona...Howard Hinnant2012-07-122-0/+4
* Add test for self-referencing emplace test.Howard Hinnant2012-07-091-0/+34
* Apply constexpr to <bitset>.Howard Hinnant2012-07-073-2/+5
* Give tuple a constexpr default constructor.Howard Hinnant2012-07-061-0/+14
* Add noexcept test for offsetof macro per [support.types]/p4.Howard Hinnant2012-07-061-0/+8
* This commit establishes a new bucket_count policy in the unordered containers...Howard Hinnant2012-07-064-4/+4
* Fix a few testsuite bugs involving trailing null (or lack thereof) in strstream.Howard Hinnant2012-06-015-7/+7
* The rules for emplace in map, multimap, unordered_map and unordered_multimap ...Howard Hinnant2012-05-259-12/+33
* libc++: Add some missing #includes to atomics tests. libc++ doesn't need theseRichard Smith2012-04-1925-1/+25
* Fix the remaining atomic tests, all of which were wrong for the case where aDavid Chisnall2012-04-057-16/+18
* Fix test cases that were trying to make atomic things that are not trivially ...David Chisnall2012-04-0511-44/+0
* 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
* I believe tuple is still under development in the standard. Daniel Krugler i...Howard Hinnant2012-04-012-4/+25
* Allow libc++ to be built with CMake from within the LLVM tree. The libc++ par...Howard Hinnant2012-03-191-1/+1
* Don't refer to a function that doesn't exist in the quick_exit test.David Chisnall2012-03-141-1/+1
* Fix moneypunct_byname algorithm to more accurately represent C locales in C++.Jeffrey Yasskin2012-03-106-150/+147
* Make the failure reporting in testit a bit more useful.David Chisnall2012-02-291-2/+4
* update test for explicit bool operator.Howard Hinnant2012-02-251-3/+3
* Silence some warnings in a test.Howard Hinnant2012-02-251-0/+2
* Hook up to the new clang __is_trivially_constructible and __is_trivially_assi...Howard Hinnant2012-02-242-11/+19
* Use Xcode relative compilers when possibleDave Zarzycki2012-02-221-1/+6
* Modernize relational operators for shared_ptr and unique_ptr. This includes ...Howard Hinnant2012-02-212-0/+142
* Relax pointer output test to accept glibc's output. Patch supplied by Jeffre...Howard Hinnant2012-02-191-1/+1
* Exercise rvalue arguements to make_shared for C++11 mode.Howard Hinnant2012-02-181-0/+11
* tuple was accidentally lacking a valid copy assignment operator. It went und...Howard Hinnant2012-02-152-2/+2
* Do not parse sign if a sign is not the next legal character when parsing floa...Howard Hinnant2012-02-152-0/+24
* Remove quotes from locale name identifier. Credit Edward Meewis.Howard Hinnant2011-12-151-1/+1
* Starting using murmur2 when combining multiple size_t's into a single hash, a...Howard Hinnant2011-12-051-1/+2
* unord test fixes by Edward MeewisHoward Hinnant2011-12-0273-93/+166
OpenPOWER on IntegriCloud