aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)Author
2017-11-24Add [[nodiscard]] attribute to std::launderJonathan Wakely
2017-11-23Add [[nodiscard]] attribute to C++17 componentsJonathan Wakely
2017-11-23PR libstdc++/83134 Ensure std::__not_ converts B::value to boolJonathan Wakely
2017-11-22PR go/83102 relax std::set checks for invocable comparison objectJonathan Wakely
2017-11-21PR libstdc++/48101 improve errors for invalid container specializationsJonathan Wakely
2017-11-21Fix invalid XML in libstdc++ manualPrzemyslaw Wirkus
2017-11-21RTEMS: Enable some libstdc++ featuresSebastian Huber
2017-11-202017-11-20 François Dumont <fdumont@gcc.gnu.org>François Dumont
2017-11-20Fix failing tests caused by duplicate dg-optionsJonathan Wakely
2017-11-20Implement LWG 2353Ville Voutilainen
2017-11-192017-11-18 Edward Smith-Rowland <3dw4rd@verizon.net>Edward Smith-Rowland
2017-11-182017-11-18 Edward Smith-Rowland <3dw4rd@verizon.net>Edward Smith-Rowland
2017-11-17Enable building libstdc++-v3 with Intel CETIgor Tsimbalist
2017-11-17PR libstdc++/83025 fix constraints for path overloads in <fstream>Jonathan Wakely
2017-11-16Tweak vector::_M_realloc_insert for code sizeMarc Glisse
2017-11-16Remove wrong ChangeLog entryJason Merrill
2017-11-16Add noexcept to std::shared_future copy operations (LWG DR 2799)Jonathan Wakely
2017-11-16 * include/std/numeric (gcd): Fix typo.Jason Merrill
2017-11-15Fix gcd breakage.Ville Voutilainen
2017-11-15Minor improvements to Filesystem testsJonathan Wakely
2017-11-15Add noexcept to generic std::size, std::empty and std::dataJonathan Wakely
2017-11-14Implement LWG 2733 and LWG 2759Ville Voutilainen
2017-11-14Fix typo in std::wbuffer_convertJonathan Wakely
2017-11-11Minor tweak to libstdc++ testsuite helper typeJonathan Wakely
2017-11-10PR libstdc++/82917 add missing returns in <fstream>Jonathan Wakely
2017-11-07Check for S_ISSOCK before useJonathan Wakely
2017-11-062017-11-06 François Dumont <fdumont@gcc.gnu.org>François Dumont
2017-11-06Fix -Wreturn-type fallout.Martin Liska
2017-11-062017-11-06 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini
2017-11-05 * doc/xml/manual/abi.xml: Move docs.oracle.com references to https.Gerald Pfeifer
2017-11-03Define std::endian for C++2a (P0463R1)Jonathan Wakely
2017-11-03Remove _Node_insert_return::get() member functions (P0508R0)Jonathan Wakely
2017-11-012017-11-01 François Dumont <fdumont@gcc.gnu.org>François Dumont
2017-11-01PR libstdc++/82777 fix path normalization for dot-dotJonathan Wakely
2017-10-30Don't create broken symlink in libstdc++-v3/include/bitsJonathan Wakely
2017-10-30Remove ios_mode::trunc from basic_ofstream openmode argumentsJonathan Wakely
2017-10-30Minor tweak to libstdc++ FAQJonathan Wakely
2017-10-30Minor header reorganization for unordered containersJonathan Wakely
2017-10-30Implement LWG 2485Ville Voutilainen
2017-10-27Simplify _Node_insert_return to avoid including <tuple>Jonathan Wakely
2017-10-27List headers in Makefile in alphabetical orderJonathan Wakely
2017-10-27Remove noexcept from filesystem iterators and operations (LWG 3013, 3014)Jonathan Wakely
2017-10-27Make filesystem::file_status default constructor non-explicit (LWG 2787)Jonathan Wakely
2017-10-27Provide filesystem::path overloads for file streams (LWG 2676, partial)Jonathan Wakely
2017-10-27Define std::filesystem::path::format enum (P0430R2)Jonathan Wakely
2017-10-26Protect more algorithms from overloaded comma operatorsJonathan Wakely
2017-10-26Deduction guides for associative containers, debug mode deduction guide fixes.Ville Voutilainen
2017-10-25Update C++17 library status documentationJonathan Wakely
2017-10-25PR libstdc++/82716 avoid stupid -Wmismatched-tags warningsJonathan Wakely
2017-10-25PR libstdc++/79283 fix filesystem::read_symlink for /procJonathan Wakely