summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* 2014-11-14 Joel Sherrill <joel.sherrill@oarcorp.com>joel2014-11-142-2/+12
* Define C++11 version of std::ios_base::failure.redi2014-11-1413-17/+288
* 2014-11-13 Daniel Kruegler <daniel.kruegler@gmail.com>timshen2014-11-143-4/+78
* PR libstdc++/63775timshen2014-11-134-17/+116
* std::shared_ptr atomic operationsredi2014-11-1210-0/+540
* Implement resolutions of LWG 2399, 2400 and 2401.redi2014-11-126-26/+50
* LWG DR 2315. weak_ptr should be movableredi2014-11-125-22/+99
* Add -Wno-deprecated to dg-options.redi2014-11-129-8/+20
* * testsuite/experimental/optional/constexpr/observers/1.cc: Removeredi2014-11-126-5/+7
* * include/experimental/optional (_Has_addressof): Check for non-memberredi2014-11-124-6/+29
* Define __void_t and SFINAE-friendly iterator_traits.redi2014-11-117-45/+43
* Make std::mem_fn work with varargs functions.redi2014-11-119-158/+151
* 2014-11-11 Siva Chandra Reddy <sivachandra@google.com>redi2014-11-112-0/+84
* 2014-11-11 François Dumont <fdumont@gcc.gnu.org>fdumont2014-11-116-79/+189
* toplevel:fxcoudert2014-11-112-1/+6
* 2014-11-11 Siva Chandra Reddy <sivachandra@google.com>redi2014-11-112-0/+66
* PR libstdc++/63811redi2014-11-112-1/+7
* Fix std::deque move construction with non-equal allocators.redi2014-11-106-12/+60
* 2014-11-10 François Dumont <fdumont@gcc.gnu.org>fdumont2014-11-1024-1540/+1917
* 2014-11-04 François Dumont <fdumont@gcc.gnu.org>fdumont2014-11-053-11/+61
* * testsuite/util/testsuite_allocator.h (operator==): Fix recursion.redi2014-11-042-1/+3
* * include/parallel/numeric.h: Do not use default arguments in functionredi2014-11-042-6/+6
* Do not assume allocator is assignable.redi2014-11-043-15/+60
* Make reference_wrapper trivially copyable.redi2014-11-044-12/+43
* Use ctype_base::blank in regex_traits.redi2014-11-043-11/+9
* * include/std/functional (_Bind_simple): Simplify construction.redi2014-11-042-12/+5
* Use aliases for type traits in C++14 mode.redi2014-11-043-30/+26
* 2014-11-03 Paolo Carlini <paolo.carlini@oracle.com>paolo2014-11-032-23/+17
* Check number of arguments in bind expressions.redi2014-11-033-4/+35
* Add support for ref-qualified functions to std::mem_fnredi2014-11-033-284/+223
* Make std::vector<bool> meet C++11 allocator requirements.redi2014-10-3111-53/+650
* * configure.host (aix5+): New stanza.dje2014-10-302-2/+12
* Use perfect forwarding in std::function invokers.redi2014-10-293-10/+75
* * include/experimental/any: Add feature-testing macro.redi2014-10-297-1/+19
* Add <experimental/algorithm> and <experimental/functional>.redi2014-10-2912-15/+1005
* 2014-10-25 François Dumont <fdumont@gcc.gnu.org>fdumont2014-10-252-2/+7
* C++11 explicitly forbids macros for bool, true and false.redi2014-10-242-0/+41
* 2014-10-24 Paolo Carlini <paolo.carlini@oracle.com>paolo2014-10-244-4/+12
* 2014-10-23 François Dumont <fdumont@gcc.gnu.org>fdumont2014-10-235-3/+26
* * doc/xml/manual/status_cxx2011.xml: Update status.redi2014-10-233-17/+9
* PR libstdc++/63497timshen2014-10-233-19/+31
* * testsuite/util/io/prog_bar.cc: Qualify size_t.amylaar2014-10-214-7/+13
* 2014-10-21 Ville Voutilainen <ville.voutilainen@gmail.com>redi2014-10-2111-0/+384
* Fix date of last ChangeLog entry.redi2014-10-211-1/+1
* * src/c++98/Makefile.am: Move ctype.cc, ctype_configure_char.cc andredi2014-10-2038-52/+275
* Fix race in libstdc++ testsuitemkuvyrkov2014-10-192-12/+23
* * testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:redi2014-10-173-1/+8
* 2014-10-17 Ville Voutilainen <ville.voutilainen@gmail.com>redi2014-10-175-2/+562
* 2014-10-16 Paolo Carlini <paolo.carlini@oracle.com>paolo2014-10-161263-1588/+3255
* 2014-10-15 Daniel Krugler <daniel.kruegler@gmail.com>paolo2014-10-152-6/+10