aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-15freestanding.cc: Prefer -std=gnu++11.Paolo Carlini70-69/+153
2014-10-1557899.cc: Prefer -std=gnu++11.Paolo Carlini441-440/+1219
2014-10-15complex (complex::real, [...]): Add const.Jonathan Wakely3-2/+35
2014-10-15limits: Remove stray semicolon.Paolo Carlini184-214/+457
2014-10-15alias_decl.cc: New.Paolo Carlini13-0/+407
2014-10-15limits: Remove stray spaces after backslash.Paolo Carlini5-6/+16
2014-10-15typedefs.cc: Rename to alias_decl.cc.Paolo Carlini1-0/+19
2014-10-14machmode.h (int_n_data_t): New.DJ Delorie7-209/+383
2014-10-14intro.xml: Update.Jonathan Wakely5-5/+18
2014-10-141.cc: Add dg-require-stdint.Jonathan Wakely3-0/+9
2014-10-14re PR libstdc++/54354 (TODO extended iomanip manipulators std::get_time and s...Rüdiger Sonderfeld6-0/+248
2014-10-14re PR libstdc++/57440 (Memory usage with future and std containers)Kai Tietz3-0/+13
2014-10-14typedefs.cc: Rename to alias_decl.cc.Paolo Carlini11-0/+0
2014-10-13re PR libstdc++/57350 (std::align missing)Jonathan Wakely3-4/+53
2014-10-13xmethods.py: Add xmethods for std::array, std::deque, std::forward_list, std:...Siva Chandra Reddy7-25/+646
2014-10-13memory (align): Define.Rüdiger Sonderfeld3-0/+108
2014-10-13re PR libstdc++/61347 (std::distance(list.first(),list.end()) in O(1))Marc Glisse7-14/+33