aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)Author
2016-08-01Disable std::string and std::wstring extern templates for C++17Jonathan Wakely
2016-08-01Remove ignored "xfail" from dg-do compile directivesJonathan Wakely
2016-08-01Fix __gnu_cxx::hash_set test to pass in C++98 modeJonathan Wakely
2016-08-01Remove "-x c" from dg-options in libstdc++ C++ testJonathan Wakely
2016-08-01Limit std::tuple tests to run for C++11 and laterJonathan Wakely
2016-08-01Make libstdc++ debug mode test valid for C++98Jonathan Wakely
2016-08-01Remove unused headers and variables from libstdc++ testsJonathan Wakely
2016-08-01Remove duplicate dg-options directive in string_view testJonathan Wakely
2016-08-01Use -std=gnu++98 instead of -std=gnu++03 in testJonathan Wakely
2016-08-01Remove linker options from compile-only testsJonathan Wakely
2016-08-01Run std::ios_base enum tests for C++11 and upJonathan Wakely
2016-08-01 * config/abi/post/alpha-linux-gnu/baseline_symbols.txt: Update.Uros Bizjak
2016-07-31Change std::conditional test to compile-onlyJonathan Wakely
2016-07-31Ensure std::atomic test is compiled with optimizationJonathan Wakely
2016-07-31Fix DR 438 std::list test to pass in C++98 modeJonathan Wakely
2016-07-31Enable std::regex test for C++11 or laterJonathan Wakely
2016-07-31Fix non-portable std::regex test and test more casesJonathan Wakely
2016-07-31Allow std::pair test to run in C++11 mode tooJonathan Wakely
2016-07-31libstdc++/72745 add static assertion for invalid tuple accessJonathan Wakely
2016-07-31Move dg-error directives to relevant linesJonathan Wakely
2016-07-31 Add missing variable traits, fix testsuite failures.Ville Voutilainen
2016-07-31Check __STRICT_ANSI__ for 128-bit arithmetic typesJonathan Wakely
2016-07-31Fix file extension of libstdc++ testJonathan Wakely
2016-07-29 Implement C++17 variable templates for type traits.Ville Voutilainen
2016-07-29Update libstdc++ baseline symbols for aarch64, ia64, m68kAndreas Schwab
2016-07-29Update libstdc++ docs for library version historyJonathan Wakely
2016-07-29New libstdc++ symbol version for new basic_string symbolsJonathan Wakely
2016-07-29Update libstdc++ baseline symbols for x86 and ppcJonathan Wakely
2016-07-28Fix DR 438 container tests to pass in C++98 modeJonathan Wakely
2016-07-28Fix std::vector test to pass in C++98 modeJonathan Wakely
2016-07-28Use dg-additional-options in libstdc++ testsJonathan Wakely
2016-07-28Fix invalid dg-do directives in libstdc++ testsJonathan Wakely
2016-07-28 Implement std::string_view and P0254r2,Ville Voutilainen
2016-07-27 * testsuite/20_util/forward/1_neg.cc: Move dg-error to right line.Jonathan Wakely
2016-07-25Fix missing qualification in <ext/rope>Georeth Chow
2016-07-25Use std::mt19937, std::thread and std::atomic to simplify testsJonathan Wakely
2016-07-22Move allocator in std::string and RB tree move constructorsJonathan Wakely
2016-07-22Use correct form of delete in libstdc++.expJonathan Wakely
2016-07-21Fix naming, qualification and broken test for propagate_constJonathan Wakely
2016-07-21Define missing delete operators in libstdc++ testsuiteJonathan Wakely
2016-07-21Fix out-of-bound array accesses in libstdc++ testsuiteJonathan Wakely
2016-07-21Fix missing returns in libstdc++ testsuiteJonathan Wakely
2016-07-21Remove memory leaks in libstdc++ testsuiteJonathan Wakely
2016-07-20Document LWG DR 2684 status and regenerate libstdc++ manualJonathan Wakely
2016-07-20LWG 2441 Provide exact-width atomic typedefsJonathan Wakely
2016-07-20LWG 2328 Rvalue stream extraction should use perfect forwardingJonathan Wakely
2016-07-20Use static pointer to member when catching nullptrJonathan Wakely
2016-07-18Clean up optional's comments.Ville Voutilainen
2016-07-15Replace references to C++0x with C++11 in commentsJonathan Wakely
2016-07-15Remove redundant std::move in std::for_eachJonathan Wakely