aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2016-08-06Update C++17 library status tableJonathan Wakely3-4/+7
2016-08-06* testsuite/lib/libstdc++.exp: Fix typo in comment.Jonathan Wakely2-1/+3
2016-08-06Use ::new to avoid finding overloaded operator newJonathan Wakely3-2/+34
2016-08-06Add std::apply for C++17Jonathan Wakely11-60/+271
2016-08-05Correct status of __cpp_lib_enable_shared_from_thisJonathan Wakely3-2/+5
2016-08-05Implement C++17 rounding functions for std::chrono (P0092R1)Jonathan Wakely10-10/+225
2016-08-05Use __invoke in std::function internalsJonathan Wakely3-49/+49
2016-08-04Define std::is_callable and std::is_nothrow_callableJonathan Wakely16-24/+718
2016-08-04Update C++17 library implementation status tableJonathan Wakely3-115/+764
2016-08-04Define std::enable_shared_from_this::weak_from_thisJonathan Wakely4-6/+27
2016-08-04Simplify std::__invoke_impl definitionsJonathan Wakely4-20/+79
2016-08-03Define feature-test macro for std::enable_shared_from_thisJonathan Wakely3-0/+10
2016-08-03Define std::shared_ptr::weak_typeJonathan Wakely6-2/+48
2016-08-03Define std::as_constJonathan Wakely4-0/+69
2016-08-03Define std::owner_less<void> specialization (P0074R0)Jonathan Wakely6-4/+79
2016-08-03Define C++17 feature-test macrosJonathan Wakely5-2/+16
2016-08-03Define __cpp_lib_generic_associative_lookup feature-test macroJonathan Wakely4-6/+28
2016-08-03Enable Mathematical Special Functions for C++17Jonathan Wakely18-29/+169
2016-08-03Remove deprecated has_trivial_xxx traitsJonathan Wakely17-409/+40
2016-08-02Fix std::wstring allocator testsJonathan Wakely8-19/+34
2016-08-02Improve comments on check_v3_target_filesystem_tsJonathan Wakely2-1/+6
2016-08-02Move dg-error directives to relevant linesJonathan Wakely4-12/+11
2016-08-02Add -fno-show-column to libstdc++ test flagsJonathan Wakely2-1/+3
2016-08-02Skip C tests if test flags include C++ optionsJonathan Wakely3-0/+6
2016-08-02Test TR1 special functions without adding them to stdJonathan Wakely2-2/+4
2016-08-02Only run math special function tests for C++11 and laterJonathan Wakely92-44/+198
2016-08-02Make TR1 special function tests support C++98Jonathan Wakely7-114/+130
2016-08-02Update Solaris baselinesRainer Orth7-0/+519
2016-08-02Skip scan-assembler test when -flto is usedJonathan Wakely2-0/+4
2016-08-02Support using -flto with libstdc++ testsuiteJonathan Wakely2-1/+7
2016-08-01Add non-const std::basic_string::data() for C++17Jonathan Wakely4-4/+117
2016-08-01Disable std::string and std::wstring extern templates for C++17Jonathan Wakely2-1/+4
2016-08-01Remove ignored "xfail" from dg-do compile directivesJonathan Wakely6-12/+18
2016-08-01Fix __gnu_cxx::hash_set test to pass in C++98 modeJonathan Wakely2-12/+17
2016-08-01Remove "-x c" from dg-options in libstdc++ C++ testJonathan Wakely2-1/+3
2016-08-01Limit std::tuple tests to run for C++11 and laterJonathan Wakely3-1/+9
2016-08-01Make libstdc++ debug mode test valid for C++98Jonathan Wakely2-1/+4
2016-08-01Remove unused headers and variables from libstdc++ testsJonathan Wakely6-32/+12
2016-08-01Remove duplicate dg-options directive in string_view testJonathan Wakely2-1/+3
2016-08-01Use -std=gnu++98 instead of -std=gnu++03 in testJonathan Wakely2-1/+4
2016-08-01Remove linker options from compile-only testsJonathan Wakely3-2/+5
2016-08-01Run std::ios_base enum tests for C++11 and upJonathan Wakely4-9/+19
2016-08-01baseline_symbols.txt: Update.Uros Bizjak2-0/+89
2016-07-31Change std::conditional test to compile-onlyJonathan Wakely2-17/+10
2016-07-31Ensure std::atomic test is compiled with optimizationJonathan Wakely2-1/+4
2016-07-31Fix DR 438 std::list test to pass in C++98 modeJonathan Wakely2-1/+4
2016-07-31Enable std::regex test for C++11 or laterJonathan Wakely2-0/+4
2016-07-31Fix non-portable std::regex test and test more casesJonathan Wakely2-4/+17
2016-07-31Allow std::pair test to run in C++11 mode tooJonathan Wakely2-2/+4
2016-07-31libstdc++/72745 add static assertion for invalid tuple accessJonathan Wakely5-16/+94