summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
Commit message (Expand)AuthorAgeFilesLines
* PR libstdc++/69450danglin2016-01-281-2/+2
* Fix assertions for move assignment of trivial typesredi2016-01-261-4/+8
* Fix build failure when wide character support is not availableandris2016-01-261-0/+4
* Avoid including all of <random> in <algorithm>redi2016-01-256-319/+371
* 2016-01-22 Edward Smith-Rowland <3dw4rd@verizon.net>emsr2016-01-221-2/+70
* Constrain std::valarray functions and operatorsredi2016-01-221-2/+12
* Allow _GLIBCXX_HAVE_OBSOLETE_ISINF_ISNAN to be overriddenredi2016-01-221-2/+4
* libstdc++/69406 Fix test to check for supported headersredi2016-01-212-0/+6
* Add C++11 <cmath> overloads to the global namespaceredi2016-01-201-0/+37
* Ensure C++ language linkage in cmath and cstdlibredi2016-01-204-0/+12
* Add C++-conforming wrappers for stdlib.h and math.hredi2016-01-196-13/+38
* libstdc++: Fix usage of __GXX_WEAK__ in TM TS support.torvald2016-01-181-14/+22
* Fix construction of std::function from null pointer-to-memberredi2016-01-181-4/+4
* Use static assertion for uses-allocator constructionredi2016-01-151-1/+6
* libstdc++: Make certain exceptions transaction_safe.torvald2016-01-155-24/+81
* 2016-01-15 Steve Ellcey <sellcey@imgtec.com>sje2016-01-151-1/+1
* * include/bits/std_mutex.h: Fix Doxygen @file name.redi2016-01-151-1/+1
* 2016-01-14 Edward Smith-Rowland <3dw4rd@verizon.net>emsr2016-01-1418-61/+844
* Use ::isinf and ::isnan if libc defines themredi2016-01-131-0/+8
* libstdc++/68877 Reimplement std::__is_swappableredi2016-01-122-23/+47
* Prevent recursive instantiation in std::functionredi2016-01-121-11/+6
* allocator_traits<allocator<T>> partial specializationredi2016-01-111-1/+128
* Add missing include for std::__addressofredi2016-01-081-0/+1
* Use std::addressof in insert iterators, allocators and promisesredi2016-01-074-8/+11
* Remove noexcept from function template that can throwredi2016-01-061-2/+0
* Rename bits/mutex.h to avoid clashing with glibcredi2016-01-065-4/+4
* Update copyright years.jakub2016-01-04758-758/+758
* 2015-12-27 Edward Smith-Rowland <3dw4rd@verizon.net>emsr2015-12-281-3/+3
* Add inline to std::__invfwdredi2015-12-221-1/+1
* libstdc++/68995 qualify calls to __callable_functorredi2015-12-211-4/+5
* libstdc++/68276 consistently qualify std::forwardredi2015-12-211-9/+14
* PR libstdc++/66693.ville2015-12-212-55/+49
* Restore accidentally-removed volatile qualifierredi2015-12-151-1/+1
* Remove vestigial traces of std::tr1::bindredi2015-12-151-73/+25
* Fix cv-qualifiers in std::bind invocationredi2015-12-151-4/+4
* PR libstdc++/68863timshen2015-12-151-1/+4
* Fix std::invoke support for reference_wrappersredi2015-12-112-33/+61
* Fix dejagnu directives in shared_ptr testredi2015-12-101-41/+34
* Improve generated libstdc++ API docsredi2015-12-1018-36/+58
* PR libstdc++/57060 cope with invalid thread IDsredi2015-12-041-3/+24
* Fix ambiguity with multiple enable_shared_from_this basesredi2015-12-022-16/+28
* Define path::_Cmpt after specializing path::__is_encoded_charredi2015-12-011-10/+10
* Handle C++11 <math.h> overloads on Solaris 12ro2015-11-242-0/+165
* PR libstdc++/66059 optimise _Build_index_tupleredi2015-11-171-4/+15
* PR libstdc++/68353 fix _GLIBCXX_USE_C99_WCHAR testredi2015-11-152-2/+2
* Define std::experimental::randint etc.redi2015-11-133-0/+79
* More fine-grained autoconf checks for C99 libraryredi2015-11-1318-37/+81
* * include/experimental/bits/shared_ptr.h: Tweak comments.redi2015-11-131-2/+2
* Implement std::experimental::shared_ptr with array supportredi2015-11-134-1/+1200
* Define alias templates using polymorphic memory resourcesredi2015-11-1313-0/+214