aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2017-12-07re PR libstdc++/83120 (ext/special_functions/hyperg failure on AIX)David Edelsohn3-2/+11
2017-12-07PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor2-1/+7
2017-12-05Correct noexcept mismatch in declarations.Jason Merrill4-6/+17
2017-12-04Fix warnings in <bits/regex_compiler.tcc>Jonathan Wakely2-7/+13
2017-12-04Fix -Wunused warnings in libstdc++ headersJonathan Wakely8-12/+35
2017-12-01Fix narrowing conversions in string_view typesJonathan Wakely3-4/+8
2017-12-01Disable -Wliteral-suffix for standard UDLsJonathan Wakely7-2/+27
2017-12-01Add comment to fix -Wfallthrough warningJonathan Wakely2-0/+4
2017-12-01Fix -Wempty-body warnings for debug assertionsJonathan Wakely2-3/+12
2017-12-01Use const char* to fix -Wwrite-strings warningJonathan Wakely2-1/+3
2017-12-01Add [[noreturn]] attributes to fix warningJonathan Wakely2-0/+5
2017-12-01Remove stray semi-colons at namespace scopeJonathan Wakely3-3/+7
2017-12-01Use value-init syntax in std::__detail::__airyJonathan Wakely2-2/+5
2017-12-01Add noexcept to std::integral_constant membersJonathan Wakely3-3/+9
2017-11-30PR libstdc++/65927 Fix -Wunused-but-set-parameter warningJonathan Wakely2-2/+10
2017-11-30Move assertion from to_address to __to_addressGlen Joseph Fernandes3-5/+47
2017-11-30PR libstdc++/83226 avoid forming pointer-to-reference typeJonathan Wakely3-1/+40
2017-11-30baseline_symbols.txt: Update.John David Anglin2-0/+9
2017-11-29C++: improve location of static_assert errorsDavid Malcolm2-1/+6
2017-11-28Add std::to_address for C++2a (P0653R2)Glen Joseph Fernandes3-0/+190
2017-11-27Add missing noexcept in string_view::find_first_of declarationStephan Bergmann2-1/+4
2017-11-27Fix std::unordered_map deduction guideStephan Bergmann3-2/+7
2017-11-24Add [[nodiscard]] attribute to std::launderJonathan Wakely3-2/+34
2017-11-23Add [[nodiscard]] attribute to C++17 componentsJonathan Wakely8-6/+114
2017-11-23PR libstdc++/83134 Ensure std::__not_ converts B::value to boolJonathan Wakely6-12/+52
2017-11-22PR go/83102 relax std::set checks for invocable comparison objectJonathan Wakely2-2/+14
2017-11-21PR libstdc++/48101 improve errors for invalid container specializationsJonathan Wakely42-28/+903
2017-11-21Fix invalid XML in libstdc++ manualPrzemyslaw Wirkus2-1/+6
2017-11-21RTEMS: Enable some libstdc++ featuresSebastian Huber3-2/+14
2017-11-20streambuf_iterator.h (istreambuf_iterator<>): Declare std::advance for istrea...François Dumont19-34/+706
2017-11-20Fix failing tests caused by duplicate dg-optionsJonathan Wakely3-20/+9
2017-11-20Implement LWG 2353Ville Voutilainen4-48/+39
2017-11-19PR libstdc++/pr66689 - comp_ellint_3 and ellint_3 return garbage valuesEdward Smith-Rowland52-72669/+59904
2017-11-18specfun.h: Expose airy_ai and airy_bi.Edward Smith-Rowland9-1/+541
2017-11-17Enable building libstdc++-v3 with Intel CETIgor Tsimbalist16-24/+138
2017-11-17PR libstdc++/83025 fix constraints for path overloads in <fstream>Jonathan Wakely9-26/+91
2017-11-16Tweak vector::_M_realloc_insert for code sizeMarc Glisse2-6/+12
2017-11-16Remove wrong ChangeLog entryJason Merrill1-4/+0
2017-11-16Add noexcept to std::shared_future copy operations (LWG DR 2799)Jonathan Wakely2-2/+7
2017-11-16* include/std/numeric (gcd): Fix typo.Jason Merrill1-0/+4
2017-11-15Fix gcd breakage.Ville Voutilainen2-1/+6
2017-11-15Minor improvements to Filesystem testsJonathan Wakely4-1/+11
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