summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
Commit message (Expand)AuthorAgeFilesLines
* libstdc++/69703 ignore endianness in codecvt_utf8redi2016-04-193-0/+202
* libstdc++/70609 fix filesystem::copy()redi2016-04-191-12/+108
* PR libstdc++/41759 reword static assertions in <random>redi2016-04-181-2/+2
* Define std::thread::id comparison operators at namespace-scoperedi2016-04-181-0/+24
* Make use of extensions more explicit in libstdc++ testsredi2016-04-1814-32/+34
* Don't include internal header in libstdc++ testsredi2016-04-184-14/+23
* Revert empty class parameter passing ABI changes.jason2016-04-146-6/+6
* PR c++/69517 - [5/6 regression] SEGV on a VLA with excess initializer elementsmsebor2016-04-131-1/+2
* Adjust for new empty class parameter passing ABI.redi2016-04-136-6/+6
* * testsuite/30_threads/thread/70503.cc: Adjust from xfail to pass.redi2016-04-071-6/+10
* * testsuite/30_threads/thread/70503.cc: Require -static to work.redi2016-04-051-0/+1
* Ensure std::thread helpers have internal linkageredi2016-04-051-0/+33
* PR libstdc++/70437ville2016-04-051-0/+37
* libstdc++/69945 Add __gnu_cxx::__freeres hookredi2016-03-241-0/+35
* libstdc++/69893 make <tr1/cmath> work with C++11redi2016-02-232-0/+27
* 2016-02-16 Tim Shen <timshen@google.com>timshen2016-02-171-0/+16
* Fix FAIL: special_functions/18_riemann_zeta/check_value.cc (test for excess e...mrs2016-02-121-4/+1
* Ensure stdout is newline terminated for status wrappers.mrs2016-02-099-0/+11
* Test for C99 stdlib.h functions with -std=c++98redi2016-02-041-0/+27
* * testsuite/libstdc++-prettyprinters/whatis.cc: Include <random>.jakub2016-01-271-0/+1
* Set FP options for failing special functions testsredi2016-01-272-4/+5
* Fix assertions for move assignment of trivial typesredi2016-01-264-0/+160
* Avoid including all of <random> in <algorithm>redi2016-01-254-4/+5
* 2016-01-22 Edward Smith-Rowland <3dw4rd@verizon.net>emsr2016-01-2221-42/+21
* Constrain std::valarray functions and operatorsredi2016-01-221-0/+53
* libstdc++/69406 Fix test to check for supported headersredi2016-01-215-6/+26
* Add C++11 <cmath> overloads to the global namespaceredi2016-01-201-0/+68
* Ensure C++ language linkage in cmath and cstdlibredi2016-01-201-0/+50
* Add C++-conforming wrappers for stdlib.h and math.hredi2016-01-193-4/+68
* Add test for PR 60637redi2016-01-181-0/+35
* Fix construction of std::function from null pointer-to-memberredi2016-01-181-4/+20
* Revert the accidental checkinhjl2016-01-161-1/+2
* Add __int128 symbols to x32 aseline_symbols.txthjl2016-01-161-2/+1
* Use static assertion for uses-allocator constructionredi2016-01-153-1/+101
* libstdc++: Make certain exceptions transaction_safe.torvald2016-01-151-1/+2
* 2016-01-14 Edward Smith-Rowland <3dw4rd@verizon.net>emsr2016-01-14100-2204/+47239
* Use ::isinf and ::isnan if libc defines themredi2016-01-131-0/+30
* libstdc++/68877 Reimplement std::__is_swappableredi2016-01-125-11/+450
* Extend std::function test for PR 68995redi2016-01-121-0/+5
* Prevent recursive instantiation in std::functionredi2016-01-121-0/+30
* allocator_traits<allocator<T>> partial specializationredi2016-01-111-0/+8
* Use -std option in test for C99 macros in <cmath>redi2016-01-082-1/+1
* Use std::addressof in insert iterators, allocators and promisesredi2016-01-073-0/+133
* Remove noexcept from function template that can throwredi2016-01-061-0/+58
* Update copyright years.jakub2016-01-046660-6661/+6661
* Correct use of __GXX_WEAK__ macro.jason2015-12-252-2/+2
* Rename test file that had incorrect bug numberredi2015-12-211-0/+0
* libstdc++/68995 qualify calls to __callable_functorredi2015-12-211-0/+27
* libstdc++/68276 consistently qualify std::forwardredi2015-12-211-0/+45
* PR libstdc++/66693.ville2015-12-218-10/+222