aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2014-11-14regex.h: Support embedded zeros in sub_match comparisons (DR 2217)Daniel Kruegler3-4/+78
2014-11-13re PR libstdc++/63775 ([C++11] Regex range with leading dash (-) not working)Tim Shen4-17/+116
2014-11-12std::shared_ptr atomic operationsJonathan Wakely10-0/+540
2014-11-12Implement resolutions of LWG 2399, 2400 and 2401.Jonathan Wakely6-26/+50
2014-11-12LWG DR 2315. weak_ptr should be movableJonathan Wakely5-22/+99
2014-11-12Add -Wno-deprecated to dg-options.Jonathan Wakely9-8/+20
2014-11-121.cc: Remove unused header.Jonathan Wakely6-5/+7
2014-11-12optional (_Has_addressof): Check for non-member operator&.Jonathan Wakely4-6/+29
2014-11-11Define __void_t and SFINAE-friendly iterator_traits.Jonathan Wakely7-45/+43
2014-11-11Make std::mem_fn work with varargs functions.Jonathan Wakely9-158/+151
2014-11-11associative-containers.cc: Add new file missed from earlier commit.Siva Chandra Reddy2-0/+84
2014-11-11re PR libstdc++/61107 (stl_algo.h: std::__inplace_stable_partition() doesn't ...François Dumont6-79/+189
2014-11-11re PR target/63610 (Fixing the libtool bug for Yosemite (darwin14))Francois-Xavier Coudert2-1/+6
2014-11-11xmethods.py: Add xmethods for associative containers.Siva Chandra Reddy2-0/+66
2014-11-11re PR libstdc++/63811 (r217322 breaks bootstrap)Jonathan Wakely2-1/+7
2014-11-10Fix std::deque move construction with non-equal allocators.Jonathan Wakely6-12/+60
2014-11-10Major maintenance patch of the profile mode.François Dumont24-1540/+1917
2014-11-05re PR libstdc++/63698 (std::set leaks nodes on assignment)François Dumont3-11/+61
2014-11-04* testsuite/util/testsuite_allocator.h (operator==): Fix recursion.Jonathan Wakely2-1/+3
2014-11-04numeric.h: Do not use default arguments in function template redeclarations (...Jonathan Wakely2-6/+6
2014-11-04Do not assume allocator is assignable.Jonathan Wakely3-15/+60
2014-11-04Make reference_wrapper trivially copyable.Jonathan Wakely4-12/+43
2014-11-04Use ctype_base::blank in regex_traits.Jonathan Wakely3-11/+9
2014-11-04* include/std/functional (_Bind_simple): Simplify construction.Jonathan Wakely2-12/+5
2014-11-04Use aliases for type traits in C++14 mode.Jonathan Wakely3-30/+26
2014-11-03algo.h: Do not use default arguments in function template redeclarations (def...Paolo Carlini2-23/+17
2014-11-03Check number of arguments in bind expressions.Jonathan Wakely3-4/+35
2014-11-03Add support for ref-qualified functions to std::mem_fnJonathan Wakely3-284/+223
2014-10-31Make std::vector<bool> meet C++11 allocator requirements.Jonathan Wakely11-53/+650
2014-10-30configure.host (aix5+): New stanza.David Edelsohn2-2/+12
2014-10-29Use perfect forwarding in std::function invokers.Jonathan Wakely3-10/+75
2014-10-29any: Add feature-testing macro.Jonathan Wakely7-1/+19
2014-10-29Add <experimental/algorithm> and <experimental/functional>.Jonathan Wakely12-15/+1005
2014-10-25status_cxx2011.xml: Update unordered container specific behavior.François Dumont2-2/+7
2014-10-24C++11 explicitly forbids macros for bool, true and false.Jonathan Wakely2-0/+41
2014-10-24atomic_base.h: Avoid including <stdbool.h>.Paolo Carlini4-4/+12
2014-10-23complexity.cc: Add missing test variable.François Dumont5-3/+26
2014-10-23status_cxx2011.xml: Update status.Jonathan Wakely3-17/+9
2014-10-23re PR libstdc++/63497 (std::regex can't handle [^class] correctly and cause r...Tim Shen3-19/+31
2014-10-21prog_bar.cc: Qualify size_t.Joern Rennecke4-7/+13
2014-10-21Implement more Library Fundamentals v1 variable templates.Ville Voutilainen11-0/+384
2014-10-21Fix date of last ChangeLog entry.Jonathan Wakely1-1/+1
2014-10-20Makefile.am: Move ctype.cc, ctype_configure_char.cc and ctype_members.cc to ...Jonathan Wakely38-52/+275
2014-10-19Fix race in libstdc++ testsuiteMaxim Kuvyrkov2-12/+23
2014-10-17hexfloat.cc: Add dg-require-string-conversions.Jonathan Wakely3-1/+8
2014-10-17Implement the Library Fundamentals v1 variable templates.Ville Voutilainen5-2/+562
2014-10-16libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini1263-1588/+3255
2014-10-15re PR c++/53000 (Conditional operator does not behave as standardized)Daniel Kruegler2-6/+10
2014-10-15re PR libstdc++/63500 (bug in debug version of std::make_move_iterator?)François Dumont3-3/+58
2014-10-15shrink_to_fit.cc: Prefer -std=gnu++11.Paolo Carlini234-235/+589