summaryrefslogtreecommitdiffstats
path: root/libcxx/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix http://llvm.org/bugs/show_bug.cgi?id=11428. Fix provided by Alberto Gane...Howard Hinnant2011-12-026-92/+93
* Fix ratio arithmetic with zeroHoward Hinnant2011-11-012-0/+36
* Fix <rdar://problem/10256836> getline of an empty string mistakenly causes fa...Howard Hinnant2011-10-091-2/+8
* Fix <rdar://problem/10255403> match_results::begin() is off by oneHoward Hinnant2011-10-082-4/+4
* Windows porting work by Ruben Van BoxemHoward Hinnant2011-10-0390-343/+558
* Updated testit to run on Windows and fresh Windows results by Ruben Van BoxemHoward Hinnant2011-10-011-6/+15
* Another installment on debug mode. This addresses list. However this should...Howard Hinnant2011-09-271-0/+3
* Fix test bugs found by David ChisnallHoward Hinnant2011-09-217-15/+15
* Fix locales used in re tests.David Chisnall2011-09-215-13/+13
* Remove undefines in cstdio test. Fix these properly rather than bodging the ...David Chisnall2011-09-211-24/+0
* More +.UTF-8 fixes.David Chisnall2011-09-2120-31/+31
* Fix failure found by David ChisnallHoward Hinnant2011-09-211-129/+129
* More fixes to the tests. Add UTF-8 encoding to all locales that don't specif...David Chisnall2011-09-217-19/+43
* Fully-qualify some more locales in the tests...David Chisnall2011-09-215-11/+11
OpenPOWER on IntegriCloud