aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
AgeCommit message (Expand)AuthorFilesLines
2014-11-05re PR libstdc++/63698 (std::set leaks nodes on assignment)François Dumont1-0/+35
2014-11-04* testsuite/util/testsuite_allocator.h (operator==): Fix recursion.Jonathan Wakely1-1/+1
2014-11-04Do not assume allocator is assignable.Jonathan Wakely1-0/+53
2014-11-04Make reference_wrapper trivially copyable.Jonathan Wakely2-4/+36
2014-11-03Check number of arguments in bind expressions.Jonathan Wakely1-4/+4
2014-11-03Add support for ref-qualified functions to std::mem_fnJonathan Wakely1-0/+34
2014-10-31Make std::vector<bool> meet C++11 allocator requirements.Jonathan Wakely8-0/+498
2014-10-29Use perfect forwarding in std::function invokers.Jonathan Wakely1-0/+56
2014-10-29any: Add feature-testing macro.Jonathan Wakely1-1/+1
2014-10-29Add <experimental/algorithm> and <experimental/functional>.Jonathan Wakely6-11/+420
2014-10-24C++11 explicitly forbids macros for bool, true and false.Jonathan Wakely1-0/+37
2014-10-24atomic_base.h: Avoid including <stdbool.h>.Paolo Carlini1-1/+1
2014-10-23complexity.cc: Add missing test variable.François Dumont4-3/+16
2014-10-21prog_bar.cc: Qualify size_t.Joern Rennecke3-7/+7
2014-10-21Implement more Library Fundamentals v1 variable templates.Ville Voutilainen4-0/+158
2014-10-20Makefile.am: Move ctype.cc, ctype_configure_char.cc and ctype_members.cc to ...Jonathan Wakely2-0/+77
2014-10-19Fix race in libstdc++ testsuiteMaxim Kuvyrkov1-12/+17
2014-10-17hexfloat.cc: Add dg-require-string-conversions.Jonathan Wakely2-1/+2
2014-10-17Implement the Library Fundamentals v1 variable templates.Ville Voutilainen1-0/+324
2014-10-16libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini1262-1588/+1588
2014-10-15re PR c++/53000 (Conditional operator does not behave as standardized)Daniel Kruegler1-6/+5
2014-10-15re PR libstdc++/63500 (bug in debug version of std::make_move_iterator?)François Dumont1-0/+39
2014-10-15shrink_to_fit.cc: Prefer -std=gnu++11.Paolo Carlini233-235/+235
2014-10-15freestanding.cc: Prefer -std=gnu++11.Paolo Carlini69-69/+69
2014-10-1557899.cc: Prefer -std=gnu++11.Paolo Carlini440-440/+440
2014-10-15complex (complex::real, [...]): Add const.Jonathan Wakely1-0/+28
2014-10-15limits: Remove stray semicolon.Paolo Carlini182-213/+213
2014-10-15alias_decl.cc: New.Paolo Carlini12-0/+388
2014-10-15limits: Remove stray spaces after backslash.Paolo Carlini3-5/+5
2014-10-141.cc: Add dg-require-stdint.Jonathan Wakely2-0/+4
2014-10-14re PR libstdc++/54354 (TODO extended iomanip manipulators std::get_time and s...Rüdiger Sonderfeld4-0/+182
2014-10-14typedefs.cc: Rename to alias_decl.cc.Paolo Carlini11-0/+0
2014-10-13re PR libstdc++/57350 (std::align missing)Jonathan Wakely1-0/+42
2014-10-13xmethods.py: Add xmethods for std::array, std::deque, std::forward_list, std:...Siva Chandra Reddy5-8/+254
2014-10-13memory (align): Define.Rüdiger Sonderfeld1-0/+61
2014-10-13re PR libstdc++/61347 (std::distance(list.first(),list.end()) in O(1))Marc Glisse4-4/+4
2014-10-10* testsuite/Makefile.in: Regenerate.Jonathan Wakely1-9/+9
2014-10-10re PR libstdc++/49561 ([C++0x] std::list::size complexity)Jonathan Wakely5-5/+5
2014-10-09re PR libstdc++/63322 (std::atomic<T> where T is not trivially copyable shoul...Jonathan Wakely1-1/+1
2014-10-09re PR libstdc++/60132 (C++11: lack of is_trivially_copy_constructible)Ville Voutilainen27-5/+1360
2014-10-07testsuite_counter_type.h (counter_type::operator<(const counter_type&)): Upda...François Dumont5-1/+214
2014-10-06re PR libstdc++/59987 ([C++11]: Missing ios_base::hexfloat format specifier)Rüdiger Sonderfeld1-0/+152
2014-10-06Makefile.am: Add new header.Jonathan Wakely2-0/+53
2014-10-05re PR libstdc++/63456 (unordered_map incorrectly frees _M_single_bucket. Patc...François Dumont1-0/+34
2014-10-02ctgmath: Include <complex>.Jonathan Wakely1-0/+23
2014-10-02stl_function.h: Generic associative lookup feature is not supported.Edward Smith-Rowland11-21/+27
2014-10-01type_traits: Add is_final<> type trait for C++14.Edward Smith-Rowland4-0/+102
2014-10-01Implement SD-6: SG10 Feature Test RecommendationsEdward Smith-Rowland11-13/+151
2014-09-25DR 1339Jonathan Wakely2-1/+65
2014-09-25* testsuite/27_io/basic_ios/conv/bool_neg.cc: Add dg-do compile.Jonathan Wakely1-0/+1