summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in libstdc++ manualJonathan Wakely2017-05-185-4/+8
* Update libstdc++ version info in manualJonathan Wakely2017-05-185-2/+26
* Fixes to Doxygen comments in libstdc++ headersJonathan Wakely2017-05-178-11/+33
* Implement new C++ intrinsics __is_assignable and __is_constructible.Ville Voutilainen2017-05-179-234/+109
* Test source_location::current() in default member initializerJonathan Wakely2017-05-162-3/+5
* Implement std::experimental::source_location (N4519)Jonathan Wakely2017-05-167-4/+216
* Fix forward declaration of std::type_info for versioned-namespaceJonathan Wakely2017-05-162-4/+8
* Regenerate libstdc++-v3/configure for versioned-namespace sonameJonathan Wakely2017-05-162-1/+5
* optional (_Optional_base::_M_get): Check precondition.Marc Glisse2017-05-163-5/+16
* Add cross-reference for test permutations in libstdc++ manualJonathan Wakely2017-05-163-2/+10
* Add cross-reference for BADNAMES in libstdc++ manualJonathan Wakely2017-05-163-2/+8
* Fix order and types of members in C++17 insert_return_type structsJonathan Wakely2017-05-157-18/+60
* Revert revision 247926.François Dumont2017-05-123-26/+5
* PR libstdc++/78939 make tuple_size<cv T> depend on tuple_size<T>Jonathan Wakely2017-05-124-10/+104
* 2017-05-11 François Dumont <fdumont@gcc.gnu.org>François Dumont2017-05-112-101/+107
* 2017-05-11 François Dumont <fdumont@gcc.gnu.org>François Dumont2017-05-113-5/+26
* 2017-05-11 François Dumont <fdumont@gcc.gnu.org>François Dumont2017-05-114-5/+22
* Fix ViewCVS URLs in libstdc++ manualJonathan Wakely2017-05-115-12/+16
* PR libstdc++/80285 optimize std::make_shared for -fno-rttiJonathan Wakely2017-05-115-39/+158
* Bump version namespace.François Dumont2017-05-1010-67/+81
* stl_algobase.h (std::__iter_swap<false>): Remove _GLIBCXX_MOVE usage.François Dumont2017-05-102-82/+87
* * testsuite/24_iterators/container_access.cc (test03): Make il3 static.Jason Merrill2017-05-092-1/+5
* Tweak static assertions in std::optionalJonathan Wakely2017-05-083-13/+14
* Clarify mt_allocator documentation w.r.t deallocationJonathan Wakely2017-05-083-2/+9
* re PR bootstrap/69506 (check-in 232454 seems to cause problems with cygwin bu...Hugo Beauzée-Luyssen2017-05-022-0/+7
* 48362.cc: Replace a regexp-test by a note-test.François Dumont2017-04-292-1/+6
* PR libstdc++/80553 don't allow destroying non-destructible typesJonathan Wakely2017-04-285-50/+164
* Remove superfluous "" in dg-error.Jonathan Wakely2017-04-282-1/+6
* Remove superfluous '{ target *-*-* }' in dg-(error|warning|message|bogus)Tom de Vries2017-04-282-1/+6
* Remove reundant const-qualification from cast targetsJonathan Wakely2017-04-273-3/+10
* Improve tests for vector and deque move-assignmentJonathan Wakely2017-04-263-8/+24
* PR libstdc++/80506 fix constant used in conditionJonathan Wakely2017-04-242-1/+5
* PR libstdc++/80504 qualify calls to avoid ADLJonathan Wakely2017-04-243-4/+42
* PR libstdc++/80493 fix invalid exception specificationJonathan Wakely2017-04-242-1/+7
* PR libstdc++/80316 make promise::set_value throw no_state errorJonathan Wakely2017-04-216-29/+740
* Avoid deprecated warnings about std::auto_ptr in library headersJonathan Wakely2017-04-219-5/+48
* PR libstdc++/68397 std::tr1::expint fails ... long double arguments.Edward Smith-Rowland2017-04-204-3/+104
* PR79862 check macro for type aliases that depend on <stdint.h>Jonathan Wakely2017-04-202-5/+21
* Rationalise ABI links in libstdc++ manualJonathan Wakely2017-04-197-22/+27
* * libsupc++/new: Update comment on #endif directive.Jonathan Wakely2017-04-192-1/+3
* PR libstdc++/80448 remove noexcept from defaulted functionsJonathan Wakely2017-04-192-4/+8
* PR libstdc++/80446 cope with libc defining __has_builtinJonathan Wakely2017-04-193-12/+22
* Fix incorrect results from std::boyer_moore_searcherJonathan Wakely2017-04-183-27/+81
* faq.xml: Update reference link to C++ ABI for Itanium.Gerald Pfeifer2017-04-113-4/+9
* Remove duplicated entry in C++17 library status tableJonathan Wakely2017-04-033-14/+6
* Uncomment std::reference_wrapper tests that no longer failJonathan Wakely2017-04-032-6/+8
* Fix comments in libstdc++ header and testJonathan Wakely2017-04-033-4/+7
* Update C++17 library status table in manualJonathan Wakely2017-04-035-8/+93
* Implement P0426R1 "Constexpr for std::char_traits" for C++17 (partial)Jonathan Wakely2017-04-033-23/+143
* re PR libstdc++/79141 (std::pair<int,int> p = {}; fails to compile due to amb...Ville Voutilainen2017-04-033-3/+54