summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* Update ChangeLog and version files for releasereleases/gcc-6.3.0GCC Administrator2016-12-211-0/+4
* Add missing header in Filesystem TS configure testsJonathan Wakely2016-12-123-0/+10
* Remove bogus ChangeLog entries from r243569 to r243574Jonathan Wakely2016-12-121-142/+0
* Fix configure test for sendfile()Jonathan Wakely2016-12-121-0/+9
* Improve tests for contents of <new> headerJonathan Wakely2016-12-121-0/+9
* PR78465 Remove runtime tests for <atomic> macrosJonathan Wakely2016-12-121-0/+9
* Enable experimental::enable_shared_from_this explicitlyJonathan Wakely2016-12-121-0/+20
* Remove stray character at end of dg-do directiveJonathan Wakely2016-12-121-0/+95
* Fix configure test for sendfile()Jonathan Wakely2016-12-124-5/+14
* Improve tests for contents of <new> headerJonathan Wakely2016-12-123-6/+68
* PR78465 Remove runtime tests for <atomic> macrosJonathan Wakely2016-12-122-48/+29
* Enable experimental::enable_shared_from_this explicitlyJonathan Wakely2016-12-124-20/+130
* Remove stray character at end of dg-do directiveJonathan Wakely2016-12-122-1/+6
* Backport all Filesystem library fixes from trunkJonathan Wakely2016-12-1224-142/+1447
* Fix failing test due to order of dg-directivesJonathan Wakely2016-12-092-1/+9
* PR71856 try to fix Parallel Mode assertions againJonathan Wakely2016-12-085-5/+87
* PR77459 avoid snprintf for debug mode diagnosticsJonathan Wakely2016-12-082-61/+67
* PR78326 fix incorrect access of data member in base classJonathan Wakely2016-12-072-0/+8
* Test experimental::shared_ptr construction from other smart pointersJonathan Wakely2016-12-073-5/+69
* Fix std::experimental::shared_ptr SFINAE constraintsJonathan Wakely2016-12-079-115/+410
* Fix indentation of experimental::shared_ptr codeJonathan Wakely2016-12-072-146/+151
* Fix typos in experimental::shared_ptrJonathan Wakely2016-12-073-2/+22
* Simplify std::rethrow_if_nested definitionJonathan Wakely2016-12-074-49/+81
* Enable printers and xmethods for std::__cxx11::listJonathan Wakely2016-12-074-4/+10
* Do not copy std::call_once arguments (LWG 2442)Jonathan Wakely2016-12-074-14/+70
* Define std::allocator<T>::is_always_equalJonathan Wakely2016-12-074-1/+18
* Make std::scoped_allocator_adaptor's OUTERMOST recursiveJonathan Wakely2016-12-075-22/+210
* libstdc++/51960 move-construction for raw_storage_iteratorJonathan Wakely2016-12-075-3/+79
* Simplify std::__invoke_impl definitionsJonathan Wakely2016-12-074-20/+82
* backport: Constrain optional's __constexpr_addressof in its return type and u...Ville Voutilainen2016-12-072-5/+31
* Add missing noexcept on std::_Sp_locker constructorsAditya Kumar2016-12-062-2/+8
* Don't define libstdc++-internal macros in Solaris 10+ <math.h>Rainer Orth2016-12-016-108/+388
* Replace unsupported effective-target with dg-optionsJonathan Wakely2016-11-234-4/+18
* PR78490 add missing returns to propagate_constFelix Morgner2016-11-234-3/+15
* Makefile.in ($(lang_checks_parallelized)): Fix detection of -j argument.Uros Bizjak2016-11-223-2/+9
* Fix ChangeLog entryJonathan Wakely2016-11-151-1/+1
* Fix find&replace error in license boilerplateJonathan Wakely2016-11-1581-80/+167
* backport: Cross-port the latest resolution of LWG2756 and some bug-fixes to e...Ville Voutilainen2016-10-246-91/+599
* PR78052 Define std::allocator<void>::{construct,destroy}Jonathan Wakely2016-10-203-0/+56
* Move negative unique_ptr tests to new fileJonathan Wakely2016-10-193-26/+79
* PR77990 fix unique_ptr for non-copyable deletersJonathan Wakely2016-10-195-6/+46
* PR77987 Fix unique_ptr<T[], D>::reset(U) for T != UJonathan Wakely2016-10-176-41/+64
* Remove invalid effective-targets from std::function testsJonathan Wakely2016-10-173-2/+10
* Update docs on libstdc++ source-code layoutJonathan Wakely2016-10-175-132/+256
* Correct C++11 implementation status docsJonathan Wakely2016-10-172-9/+12
* Change test to use VERIFY not assertJonathan Wakely2016-10-172-2/+10
* Remove redundant const qualifiers from string_viewJonathan Wakely2016-10-172-1/+9
* Use normal mode containers in searchersJonathan Wakely2016-10-172-4/+13
* Qualify use of std::declval to avoid ADLJonathan Wakely2016-10-172-1/+9
* Add noexcept to std::function swapJonathan Wakely2016-10-174-2/+46