aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
AgeCommit message (Expand)Author
2016-02-232016-02-23 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger
2016-02-172016-02-16 Tim Shen <timshen@google.com>Tim Shen
2016-02-01Don't define guard macros when doing #include_next in math.h and stdlib.hBernd Edlinger
2016-01-28 PR libstdc++/69450John David Anglin
2016-01-26Fix assertions for move assignment of trivial typesJonathan Wakely
2016-01-26Fix build failure when wide character support is not availableAndris Pavenis
2016-01-25Avoid including all of <random> in <algorithm>Jonathan Wakely
2016-01-222016-01-22 Edward Smith-Rowland <3dw4rd@verizon.net>Edward Smith-Rowland
2016-01-22Constrain std::valarray functions and operatorsJonathan Wakely
2016-01-22Allow _GLIBCXX_HAVE_OBSOLETE_ISINF_ISNAN to be overriddenJonathan Wakely
2016-01-21libstdc++/69406 Fix test to check for supported headersJonathan Wakely
2016-01-20Add C++11 <cmath> overloads to the global namespaceJonathan Wakely
2016-01-20Ensure C++ language linkage in cmath and cstdlibJonathan Wakely
2016-01-19Add C++-conforming wrappers for stdlib.h and math.hJonathan Wakely
2016-01-18libstdc++: Fix usage of __GXX_WEAK__ in TM TS support.Torvald Riegel
2016-01-18Fix construction of std::function from null pointer-to-memberJonathan Wakely
2016-01-15Use static assertion for uses-allocator constructionJonathan Wakely
2016-01-15libstdc++: Make certain exceptions transaction_safe.Torvald Riegel
2016-01-152016-01-15 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey
2016-01-15 * include/bits/std_mutex.h: Fix Doxygen @file name.Jonathan Wakely
2016-01-142016-01-14 Edward Smith-Rowland <3dw4rd@verizon.net>Edward Smith-Rowland
2016-01-13Use ::isinf and ::isnan if libc defines themJonathan Wakely
2016-01-12libstdc++/68877 Reimplement std::__is_swappableDaniel Kruegler
2016-01-12Prevent recursive instantiation in std::functionJonathan Wakely
2016-01-11allocator_traits<allocator<T>> partial specializationJonathan Wakely
2016-01-08Add missing include for std::__addressofJonathan Wakely
2016-01-07Use std::addressof in insert iterators, allocators and promisesJonathan Wakely
2016-01-06Remove noexcept from function template that can throwJonathan Wakely
2016-01-06Rename bits/mutex.h to avoid clashing with glibcJonathan Wakely
2016-01-04 Update copyright years.Jakub Jelinek
2015-12-282015-12-27 Edward Smith-Rowland <3dw4rd@verizon.net>Edward Smith-Rowland
2015-12-22Add inline to std::__invfwdJonathan Wakely
2015-12-21libstdc++/68995 qualify calls to __callable_functorJonathan Wakely
2015-12-21libstdc++/68276 consistently qualify std::forwardJonathan Wakely
2015-12-21PR libstdc++/66693.Ville Voutilainen
2015-12-15Restore accidentally-removed volatile qualifierJonathan Wakely
2015-12-15Remove vestigial traces of std::tr1::bindJonathan Wakely
2015-12-15Fix cv-qualifiers in std::bind invocationJonathan Wakely
2015-12-15 PR libstdc++/68863Tim Shen
2015-12-11Fix std::invoke support for reference_wrappersJonathan Wakely
2015-12-10Fix dejagnu directives in shared_ptr testJonathan Wakely
2015-12-10Improve generated libstdc++ API docsJonathan Wakely
2015-12-04PR libstdc++/57060 cope with invalid thread IDsJonathan Wakely
2015-12-02Fix ambiguity with multiple enable_shared_from_this basesJonathan Wakely
2015-12-01Define path::_Cmpt after specializing path::__is_encoded_charJonathan Wakely
2015-11-24Handle C++11 <math.h> overloads on Solaris 12Rainer Orth
2015-11-17PR libstdc++/66059 optimise _Build_index_tupleJonathan Wakely
2015-11-15PR libstdc++/68353 fix _GLIBCXX_USE_C99_WCHAR testJonathan Wakely
2015-11-13Define std::experimental::randint etc.Jonathan Wakely
2015-11-13More fine-grained autoconf checks for C99 libraryJennifer Yao