summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement C++ LFTSv1 polymorphic memory resourcesredi2015-11-135-1/+442
* Extend valid values of iostream bitmask typesredi2015-11-121-3/+9
* * include/std/thread: Include <cerrno> for EINTR.redi2015-11-121-0/+1
* Implement D0013R2, logical type traits.ville2015-11-122-0/+49
* * include/experimental/bits/string_view.tcc: Fix doxygen @file.redi2015-11-121-1/+1
* Loop in std::this_thread sleep functionsredi2015-11-111-3/+13
* 2015-11-10 Ville Voutilainen <ville.voutilainen@gmail.com>ville2015-11-113-5/+5
* Fix return type of heterogeneous find for setsredi2015-11-102-8/+12
* * include/bits/functional_hash.h: Fix grammar in comment.redi2015-11-101-2/+2
* 2015-11-09 François Dumont <fdumont@gcc.gnu.org>fdumont2015-11-092-69/+50
* 2015-11-03 Ville Voutilainen <ville.voutilainen@gmail.com>ville2015-11-033-22/+95
* Implement C++17 std::invoke and LWG DR 2219redi2015-10-253-198/+151
* Return deferred future if thread cannot be runredi2015-10-241-3/+14
* * include/std/type_traits (__cpp_lib_bool_constant): Define.redi2015-10-211-1/+1
* * config/cpu/i486/opt/bits/opt_random.h: Include pmmintrin.h insteadfroydnj2015-10-131-1/+1
* Add include/experimental/bits dirredi2015-10-0914-29/+64
* 2015-10-05 Ville Voutilainen <ville.voutilainen@gmail.com>ville2015-10-051-1/+7
* Use noexcept instead of _GLIBCXX_NOEXCEPTredi2015-10-022-6/+6
* Allow Filesystem TS to compile without wchar_tredi2015-10-022-4/+12
* Save-and-restore errno more carefully in libstdc++redi2015-10-011-3/+7
* Leave errno unchanged by successful std::stoi etcredi2015-09-291-0/+2
* Reduce space and time overhead of std::threadredi2015-09-291-42/+50
* LWG 2135: terminate() in condition_variable::wait()redi2015-09-281-1/+1
* Avoid creating dangling references in case of nested tuplesville2015-09-251-8/+36
* Leave moved-from std::deque in a valid stateredi2015-09-241-0/+1
* Fix semantics of Filesystem TS directory iteratorsredi2015-09-231-11/+23