summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
Commit message (Expand)AuthorAgeFilesLines
* Add non-const std::basic_string::data() for C++17redi2016-08-011-4/+32
* Disable std::string and std::wstring extern templates for C++17redi2016-08-011-1/+1
* libstdc++/72745 add static assertion for invalid tuple accessredi2016-07-313-16/+26
* Add missing variable traits, fix testsuite failures.ville2016-07-312-0/+11
* Implement C++17 variable templates for type traits.ville2016-07-295-1/+199
* Implement std::string_view and P0254r2,ville2016-07-285-0/+1179
* Fix missing qualification in <ext/rope>redi2016-07-251-1/+1
* Move allocator in std::string and RB tree move constructorsredi2016-07-222-1/+10
* Fix naming, qualification and broken test for propagate_constredi2016-07-211-13/+13
* LWG 2441 Provide exact-width atomic typedefsredi2016-07-201-0/+28
* LWG 2328 Rvalue stream extraction should use perfect forwardingredi2016-07-201-2/+4
* Clean up optional's comments.ville2016-07-181-18/+11
* Replace references to C++0x with C++11 in commentsredi2016-07-156-22/+22
* Remove redundant std::move in std::for_eachredi2016-07-151-2/+2
* 2016-07-15 Edward Smith-Rowland <3dw4rd@verizon.net>emsr2016-07-152-1/+53
* Fix the constraints for any's assignment operator template to properlyville2016-07-151-3/+3
* Include header for std::__parallel::searchredi2016-07-141-0/+3
* Improve doxygen comments for allocators in containersredi2016-07-1410-65/+99
* Implement P0032R3, Homogeneous interface for variant, any and optional,ville2016-07-143-45/+155
* libstdc++/71856 Define _GLIBCXX_PARALLEL_ASSERTIONSredi2016-07-139-50/+53
* Make basic_string::replace forward to different overloadredi2016-07-131-1/+1
* Make __allocated_ptr::_S_raw_ptr staticredi2016-07-131-2/+3
* Revert "Add non-const overload of std::string::data()"redi2016-07-132-50/+25
* Implement P0307R2, Making Optional Greater Equal Again.ville2016-07-132-52/+77
* Add non-const overload of std::string::data()redi2016-07-132-25/+50
* 2016-07-11 François Dumont <fdumont@gcc.gnu.org>fdumont2016-07-112-152/+128
* Implement std::optional.ville2016-07-103-0/+985
* Implement std::any.ville2016-07-063-0/+527
* Add a new header for diagnosing the use of C++17 facilities in pre-C++17 modes.ville2016-07-061-0/+37
* Implement LWG 2451, optional<T> should 'forward' T'sville2016-07-061-2/+146
* Implement LWG 2509,ville2016-07-051-2/+34
* Fix std::vector's use of temporary objectsredi2016-07-042-32/+95
* 2016-06-27 François Dumont <fdumont@gcc.gnu.org>fdumont2016-06-271-1/+1
* 2016-06-23 François Dumont <fdumont@gcc.gnu.org>fdumont2016-06-231-4/+3
* 2016-06-20 François Dumont <fdumont@gcc.gnu.org>fdumont2016-06-201-13/+8
* libstdc++/71545 fix debug checks in binary search algorithmsredi2016-06-172-12/+0
* 2016-06-16 François Dumont <fdumont@gcc.gnu.org>fdumont2016-06-165-35/+82
* Provide swappable traits (p0185r1)redi2016-06-168-24/+199
* Remove trailing whitespace from libstdc++ headersredi2016-06-1625-571/+571
* Optimize inserting value_type into std::vectorredi2016-06-162-1/+10
* 2016-06-15 François Dumont <fdumont@gcc.gnu.org>fdumont2016-06-154-119/+129
* 2016-06-07 François Dumont <fdumont@gcc.gnu.org>fdumont2016-06-071-21/+22
* Support allocators in tuples of zero size.ville2016-06-061-0/+8
* Protect allocator-overloads of tuple-from-tuple constructorsville2016-06-051-8/+20
* Fix build.ville2016-05-271-1/+1
* 2016-05-24 Ville Voutilainen <ville.voutilainen@gmail.com>ville2016-05-271-23/+29
* Remove _GLIBCXX14_USE_CONSTEXPRredi2016-05-252-11/+6
* 2016-05-24 François Dumont <fdumont@gcc.gnu.org>fdumont2016-05-242-52/+169
* Add priority_queue::value_compare (LWG 2684)redi2016-05-241-0/+3
* 2016-05-23 François Dumont <fdumont@gcc.gnu.org>fdumont2016-05-232-4/+2