aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2016-08-17Remove duplicate dg-options directiveJonathan Wakely2-1/+3
2016-08-17Adjust DG directives in libstdc++ Profile Mode testJonathan Wakely2-3/+6
2016-08-17Adjust DG directives in libstdc++ XFAIL testJonathan Wakely2-3/+8
2016-08-17Adjust testcases for C++17 compatibilityJonathan Wakely14-11/+58
2016-08-17Adjust testcase for C++14 compatibilityJonathan Wakely2-2/+9
2016-08-17PR 77264 constrain new std::basic_string overloadsJonathan Wakely12-75/+412
2016-08-16PR 72847 Prevent double-free in std::vector<bool>Jonathan Wakely4-5/+72
2016-08-15Implement LWG 2744 and LWG 2754.Ville Voutilainen7-12/+78
2016-08-15Add a feature macro for C++17 make_from_tuple.Ville Voutilainen3-1/+17
2016-08-15ops.cc: Always include ostream and ext/stdio_filebuf.h.Uros Bizjak2-22/+37
2016-08-15re PR testsuite/72840 (PASS->NA: 20_util/ratio/cons/cons_overflow_neg.cc)Thomas Preud'homme2-2/+8
2016-08-11Implement C++17 make_from_tuple.Ville Voutilainen3-0/+74
2016-08-11Implement LWG 2758.Ville Voutilainen3-5/+86
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