aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2017-11-15Add noexcept to generic std::size, std::empty and std::dataJonathan Wakely2-5/+14
2017-11-14Implement LWG 2733 and LWG 2759Ville Voutilainen5-21/+69
2017-11-14Fix typo in std::wbuffer_convertJonathan Wakely3-1/+64
2017-11-11Minor tweak to libstdc++ testsuite helper typeJonathan Wakely2-1/+3
2017-11-10PR libstdc++/82917 add missing returns in <fstream>Jonathan Wakely2-3/+9
2017-11-07Check for S_ISSOCK before useJonathan Wakely2-0/+7
2017-11-06tr1.cc: Compile with -O0.François Dumont2-1/+5
2017-11-06Fix -Wreturn-type fallout.Martin Liska4-0/+13
2017-11-06deduction.cc: Avoid -Wreturn-type warnings.Paolo Carlini8-54/+68
2017-11-05* doc/xml/manual/abi.xml: Move docs.oracle.com references to https.Gerald Pfeifer2-2/+6
2017-11-03Define std::endian for C++2a (P0463R1)Jonathan Wakely3-2/+51
2017-11-03Remove _Node_insert_return::get() member functions (P0508R0)Jonathan Wakely2-48/+5
2017-11-01printers.py (StdExpAnyPrinter.__init__): Strip typename versioned namespace b...François Dumont2-14/+26
2017-11-01PR libstdc++/82777 fix path normalization for dot-dotJonathan Wakely4-5/+43
2017-10-30Don't create broken symlink in libstdc++-v3/include/bitsJonathan Wakely3-2/+6
2017-10-30Remove ios_mode::trunc from basic_ofstream openmode argumentsJonathan Wakely2-34/+17
2017-10-30Minor tweak to libstdc++ FAQJonathan Wakely2-4/+11
2017-10-30Minor header reorganization for unordered containersJonathan Wakely4-5/+12
2017-10-30Implement LWG 2485Ville Voutilainen12-2/+133
2017-10-27Simplify _Node_insert_return to avoid including <tuple>Jonathan Wakely2-5/+35
2017-10-27List headers in Makefile in alphabetical orderJonathan Wakely3-2/+5
2017-10-27Remove noexcept from filesystem iterators and operations (LWG 3013, 3014)Jonathan Wakely5-24/+32
2017-10-27Make filesystem::file_status default constructor non-explicit (LWG 2787)Jonathan Wakely4-3/+168
2017-10-27Provide filesystem::path overloads for file streams (LWG 2676, partial)Jonathan Wakely9-5/+472
2017-10-27Define std::filesystem::path::format enum (P0430R2)Jonathan Wakely3-5/+132
2017-10-27Protect more algorithms from overloaded comma operatorsJonathan Wakely9-47/+159
2017-10-26Deduction guides for associative containers, debug mode deduction guide fixes.Ville Voutilainen26-0/+1524
2017-10-25Update C++17 library status documentationJonathan Wakely111-329/+484
2017-10-25PR libstdc++/82716 avoid stupid -Wmismatched-tags warningsJonathan Wakely2-2/+6
2017-10-25PR libstdc++/79283 fix filesystem::read_symlink for /procJonathan Wakely3-18/+64
2017-10-25Fix filesystem::path::lexically_normal algorithmJonathan Wakely18-99/+201
2017-10-25PR libstdc++/82706 fix test for case where operations succeedJonathan Wakely2-3/+16
2017-10-24libstdc++.exp (check_v3_target_normal_mode): Add c++config.h include.François Dumont37-338/+472
2017-10-24Avoid -Wattribute-alias warnings for long double compat symbolsJonathan Wakely7-0/+19
2017-10-24Refactor std::basic_string_view members and add noexceptJonathan Wakely3-52/+61
2017-10-24PR libstdc++/82685 add 'noexcept' to string_view literalsJonathan Wakely3-8/+14
2017-10-23Implement C++17 Filesystem libraryJonathan Wakely103-494/+10854
2017-10-23PR libstdc++/82644 document IS 29124 supportJonathan Wakely7-2/+475
2017-10-21Fix invalid path::iterator testJonathan Wakely2-3/+7
2017-10-20Update value of __cpp_lib_chrono feature-test macroJonathan Wakely3-2/+14
2017-10-20Define __cpp_lib_byte feature-test macroJonathan Wakely3-1/+14
2017-10-19Improve tests for error reporting in Filesystem TSJonathan Wakely4-4/+26
2017-10-19Fix path::iterator post-increment and post-decrementJonathan Wakely3-2/+26
2017-10-19Update references to C++17 in libstdc++ manualJonathan Wakely2-16/+19
2017-10-19Use __LONG_LONG_MAX__ instead of LONG_LONG_MAX in testJonathan Wakely2-1/+6
2017-10-16re PR libstdc++/82558 (V8 JavaScript engine segfaults since r249235)François Dumont3-1/+39
2017-10-13PR libstdc++/82522 overload map insert functions for rvalues (LWG 2354)Jonathan Wakely9-1/+205
2017-10-13PR libstdc++/82481 Suppress clang-tidy warningsJonathan Wakely2-0/+12
2017-10-10Update comment referring to status of LWG issue 111Jonathan Wakely2-1/+4
2017-10-10PR libstdc++/82417 do not include C99 <complex.h> in strict modesJonathan Wakely6-2/+156