summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
...
* Use ::new to avoid finding overloaded operator newredi2016-10-173-2/+39
* Backport fixes to std::experimental::sampleredi2016-10-173-3/+15
* PR 70101 fix allocator-extended ctors for std::priority_queueredi2016-10-053-6/+73
* 77864 Fix noexcept conditions for map/set default constructorsredi2016-10-059-12/+162
* PR 70564 disambiguate constructor for not_fn call wrapperredi2016-10-053-2/+31
* Fix libstdc++ versioned namespace buildredi2016-10-033-2/+117
* add exportsredi2016-10-031-0/+4
* Fix misuse of versioned namespace for LFTSredi2016-10-0326-25/+102
* Declare inline namespaces for filesystemredi2016-10-031-1/+4
* fix misplaced version namespace macrosredi2016-10-038-16/+40
* libstdc++/77795 Only declare ::gets for C++98 and C++11redi2016-09-307-4/+49
* Remove use of std::abs in experimental::{gcd,lcm}redi2016-09-305-4/+57
* libstdc++/77686 use may_alias for std::function storageredi2016-09-282-1/+6
* Fix lifetime of mutex lock in debug iteratorredi2016-09-272-1/+6
* [RTEMS] Always use atomic builtins for libstdc++sh2016-09-275-9/+31
* Fix testsuite failures.ville2016-09-273-4/+4
* Fix the date of the last ChangeLog entry.ville2016-09-261-1/+1
* Backport from mainlineville2016-09-264-89/+266
* Replace casts with floordiv operator in Python xmethodsredi2016-09-202-3/+8
* libstdc++/77645 fix deque and vector xmethods for Python 3redi2016-09-192-3/+8
* libstdc++/77645 Fix xmethods for std::listredi2016-09-192-5/+22
* PR libstdc++/77395ville2016-08-317-5/+123
* Add -fno-show-column to libstdc++ test flagsredi2016-08-303-3/+15
* * testsuite/23_containers/map/77334.cc: Use dg-options for C++11.redi2016-08-232-1/+6
* libstdc++/77334 move assign RB trees of non-copyable typesredi2016-08-233-16/+74
* Update links to libstdc++ Doxygen pagesredi2016-08-233-107/+19
* libstdc++/71771 constrain reverse_iterator difference opredi2016-08-233-0/+57
* Update ChangeLog and version files for releasegcc-6_2_0-releaserguenth2016-08-221-0/+4
* Use correct value category in std::function constraintredi2016-08-063-1/+39
* Move allocator in RB tree move constructorsredi2016-08-063-1/+80
* Fix std::wstring allocator testsredi2016-08-068-19/+37
* libstdc++/70940 Start fixing polymorphic memory resourcesredi2016-08-065-32/+169
* Define C++17 feature-test macrosredi2016-08-064-2/+12
* Define __cpp_lib_generic_associative_lookup feature-test macroredi2016-08-064-6/+31
* Improve comments on check_v3_target_filesystem_tsredi2016-08-062-1/+6
* Change libstdc++ manual to refer to release not trunkredi2016-08-065-21/+20
* Fix naming, qualification and broken test for propagate_constredi2016-08-063-15/+22
* Support using -flto with libstdc++ testsuiteredi2016-08-022-1/+7
* Update libstdc++ docs for library version historyredi2016-07-293-1/+7
* Include header for std::__parallel::searchredi2016-07-192-0/+9
* Add header for std::search to testcaseredi2016-07-192-0/+7
* Do not define _GLIBCXX_ASSERTIONS in Parallel Moderedi2016-07-194-7/+10
* libstdc++/71320 Add or remove file permissions correctlyredi2016-07-193-0/+84
* Implement LWG 2451, optional<T> should 'forward' T'sville2016-07-064-2/+219
* Implement LWG 2509,ville2016-07-054-3/+76
* PR libstdc++/71313ville2016-07-043-2/+11
* libstdc++/71545 fix debug checks in binary search algorithmsredi2016-06-179-12/+387
* libstdc++/70762 fix fallback implementation of nonexistent_pathredi2016-05-262-2/+11
* Add dg-require-filesystem-ts directive to testredi2016-05-262-0/+6
* libstdc++/69703 ignore endianness in codecvt_utf8redi2016-05-255-2/+226