aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
AgeCommit message (Expand)AuthorFilesLines
2017-11-20streambuf_iterator.h (istreambuf_iterator<>): Declare std::advance for istrea...François Dumont16-16/+600
2017-11-20Fix failing tests caused by duplicate dg-optionsJonathan Wakely2-20/+2
2017-11-20Implement LWG 2353Ville Voutilainen2-42/+26
2017-11-19PR libstdc++/pr66689 - comp_ellint_3 and ellint_3 return garbage valuesEdward Smith-Rowland50-72665/+59819
2017-11-18specfun.h: Expose airy_ai and airy_bi.Edward Smith-Rowland6-0/+446
2017-11-17Enable building libstdc++-v3 with Intel CETIgor Tsimbalist1-1/+2
2017-11-17PR libstdc++/83025 fix constraints for path overloads in <fstream>Jonathan Wakely7-7/+54
2017-11-15Minor improvements to Filesystem testsJonathan Wakely3-1/+4
2017-11-14Implement LWG 2733 and LWG 2759Ville Voutilainen2-5/+35
2017-11-14Fix typo in std::wbuffer_convertJonathan Wakely1-0/+58
2017-11-11Minor tweak to libstdc++ testsuite helper typeJonathan Wakely1-1/+1
2017-11-06tr1.cc: Compile with -O0.François Dumont1-1/+1
2017-11-06Fix -Wreturn-type fallout.Martin Liska3-0/+3
2017-11-06deduction.cc: Avoid -Wreturn-type warnings.Paolo Carlini7-54/+56
2017-11-03Define std::endian for C++2a (P0463R1)Jonathan Wakely1-0/+36
2017-11-01PR libstdc++/82777 fix path normalization for dot-dotJonathan Wakely2-1/+5
2017-10-30Implement LWG 2485Ville Voutilainen7-2/+52
2017-10-27Make filesystem::file_status default constructor non-explicit (LWG 2787)Jonathan Wakely2-0/+159
2017-10-27Provide filesystem::path overloads for file streams (LWG 2676, partial)Jonathan Wakely7-0/+335
2017-10-27Define std::filesystem::path::format enum (P0430R2)Jonathan Wakely1-0/+116
2017-10-27Protect more algorithms from overloaded comma operatorsJonathan Wakely5-35/+130
2017-10-26Deduction guides for associative containers, debug mode deduction guide fixes.Ville Voutilainen8-0/+582
2017-10-25Fix filesystem::path::lexically_normal algorithmJonathan Wakely16-98/+169
2017-10-25PR libstdc++/82706 fix test for case where operations succeedJonathan Wakely1-3/+11
2017-10-24libstdc++.exp (check_v3_target_normal_mode): Add c++config.h include.François Dumont36-338/+431
2017-10-23Implement C++17 Filesystem libraryJonathan Wakely72-10/+5248
2017-10-23PR libstdc++/82644 document IS 29124 supportJonathan Wakely2-0/+138
2017-10-21Fix invalid path::iterator testJonathan Wakely1-3/+2
2017-10-20Update value of __cpp_lib_chrono feature-test macroJonathan Wakely1-0/+7
2017-10-20Define __cpp_lib_byte feature-test macroJonathan Wakely1-0/+6
2017-10-19Improve tests for error reporting in Filesystem TSJonathan Wakely3-4/+18
2017-10-19Fix path::iterator post-increment and post-decrementJonathan Wakely1-0/+19
2017-10-19Use __LONG_LONG_MAX__ instead of LONG_LONG_MAX in testJonathan Wakely1-1/+1
2017-10-16re PR libstdc++/82558 (V8 JavaScript engine segfaults since r249235)François Dumont1-0/+32
2017-10-13PR libstdc++/82522 overload map insert functions for rvalues (LWG 2354)Jonathan Wakely4-0/+128
2017-10-10PR libstdc++/82417 do not include C99 <complex.h> in strict modesJonathan Wakely4-1/+142
2017-10-05Fix new testsuite failure on newlib targetsJonathan Wakely1-0/+1
2017-10-042017-10-04 Petr Ovtchenkov <ptr@void-ptr.info>Petr Ovtchenkov1-4/+6
2017-10-02C++17 P0067R5 std::to_chars and std::from_chars (partial)Jonathan Wakely8-0/+1207
2017-09-2722131.cc: Make test less istreambuf_iterator implementation dependent.François Dumont2-2/+2
2017-09-21Fix tests for std::clampJonathan Wakely2-8/+8
2017-09-20PR libstdc++/79162 Fix std::string regression due to LWG 2946Jonathan Wakely2-0/+106
2017-09-20Fix failing C++17 testJonathan Wakely1-2/+2
2017-09-20PR libstdc++/81469 deprecate std::uncaught_exception for C++17Jonathan Wakely2-0/+3
2017-09-20PR libstdc++/82262 fix std::hash<std::optional<const T>>Jonathan Wakely1-4/+13
2017-09-19PR libstdc++/71500 restore C++11 compatibility in <regex>Jonathan Wakely1-0/+27
2017-09-19PR libstdc++/82254 fix std::is_nothrow_invocable_r w.r.t throwing conversionsJonathan Wakely2-22/+78
2017-09-18PR libstdc++/81468 fix test for duration conversionsJonathan Wakely1-3/+3
2017-09-18PR libstdc++/71187 reimplement declval without add_rvalue_referenceJonathan Wakely3-3/+3
2017-09-15invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek89-103/+103