aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)Author
2016-08-05Correct status of __cpp_lib_enable_shared_from_thisJonathan Wakely
2016-08-05Implement C++17 rounding functions for std::chrono (P0092R1)Jonathan Wakely
2016-08-05Use __invoke in std::function internalsJonathan Wakely
2016-08-04Define std::is_callable and std::is_nothrow_callableJonathan Wakely
2016-08-04Update C++17 library implementation status tableJonathan Wakely
2016-08-04Define std::enable_shared_from_this::weak_from_thisJonathan Wakely
2016-08-04Simplify std::__invoke_impl definitionsJonathan Wakely
2016-08-03Define feature-test macro for std::enable_shared_from_thisJonathan Wakely
2016-08-03Define std::shared_ptr::weak_typeJonathan Wakely
2016-08-03Define std::as_constJonathan Wakely
2016-08-03Define std::owner_less<void> specialization (P0074R0)Jonathan Wakely
2016-08-03Define C++17 feature-test macrosJonathan Wakely
2016-08-03Define __cpp_lib_generic_associative_lookup feature-test macroJonathan Wakely
2016-08-03Enable Mathematical Special Functions for C++17Jonathan Wakely
2016-08-03Remove deprecated has_trivial_xxx traitsJonathan Wakely
2016-08-02Fix std::wstring allocator testsJonathan Wakely
2016-08-02Improve comments on check_v3_target_filesystem_tsJonathan Wakely
2016-08-02Move dg-error directives to relevant linesJonathan Wakely
2016-08-02Add -fno-show-column to libstdc++ test flagsJonathan Wakely
2016-08-02Skip C tests if test flags include C++ optionsJonathan Wakely
2016-08-02Test TR1 special functions without adding them to stdJonathan Wakely
2016-08-02Only run math special function tests for C++11 and laterJonathan Wakely
2016-08-02Make TR1 special function tests support C++98Jonathan Wakely
2016-08-02Update Solaris baselinesRainer Orth
2016-08-02Skip scan-assembler test when -flto is usedJonathan Wakely
2016-08-02Support using -flto with libstdc++ testsuiteJonathan Wakely
2016-08-01Add non-const std::basic_string::data() for C++17Jonathan Wakely
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