summaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)Author
2017-12-04Fix warnings in <bits/regex_compiler.tcc>Jonathan Wakely
2017-12-04Fix -Wunused warnings in libstdc++ headersJonathan Wakely
2017-12-01Fix narrowing conversions in string_view typesJonathan Wakely
2017-12-01Disable -Wliteral-suffix for standard UDLsJonathan Wakely
2017-12-01Add comment to fix -Wfallthrough warningJonathan Wakely
2017-12-01Fix -Wempty-body warnings for debug assertionsJonathan Wakely
2017-12-01Use const char* to fix -Wwrite-strings warningJonathan Wakely
2017-12-01Add [[noreturn]] attributes to fix warningJonathan Wakely
2017-12-01Remove stray semi-colons at namespace scopeJonathan Wakely
2017-12-01Use value-init syntax in std::__detail::__airyJonathan Wakely
2017-12-01Add noexcept to std::integral_constant membersJonathan Wakely
2017-11-30PR libstdc++/65927 Fix -Wunused-but-set-parameter warningJonathan Wakely
2017-11-30Move assertion from to_address to __to_addressGlen Joseph Fernandes
2017-11-30PR libstdc++/83226 avoid forming pointer-to-reference typeJonathan Wakely
2017-11-30baseline_symbols.txt: Update.John David Anglin
2017-11-29C++: improve location of static_assert errorsDavid Malcolm
2017-11-28Add std::to_address for C++2a (P0653R2)Glen Joseph Fernandes
2017-11-27Add missing noexcept in string_view::find_first_of declarationStephan Bergmann
2017-11-27Fix std::unordered_map deduction guideStephan Bergmann
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-20streambuf_iterator.h (istreambuf_iterator<>): Declare std::advance for istrea...François Dumont
2017-11-20Fix failing tests caused by duplicate dg-optionsJonathan Wakely
2017-11-20Implement LWG 2353Ville Voutilainen
2017-11-19PR libstdc++/pr66689 - comp_ellint_3 and ellint_3 return garbage valuesEdward Smith-Rowland
2017-11-18specfun.h: Expose airy_ai and airy_bi.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-06tr1.cc: Compile with -O0.François Dumont
2017-11-06Fix -Wreturn-type fallout.Martin Liska
2017-11-06deduction.cc: Avoid -Wreturn-type warnings.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