aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2017-12-14PR libstdc++/83279 handle sendfile not copying entire fileJonathan Wakely1-0/+4
2017-12-14PR libstdc++/68519 use native duration to avoid rounding errorsJonathan Wakely1-0/+5
2017-12-14PR libstdc++/83427 detect weak result type from noexcept functionsJonathan Wakely1-0/+21
2017-12-14Test whitespace handling in std::complex extractionJonathan Wakely1-0/+3
2017-12-14Improve std::complex test and move to sub-directoryJonathan Wakely1-0/+7
2017-12-13PR libstdc++/59568 fix error handling for std::complex stream extractionJonathan Wakely1-0/+9
2017-12-12PR libstdc++/83395 fix invocable traits for INVOKE<cv void>Jonathan Wakely1-0/+10
2017-12-07re PR libstdc++/83120 (ext/special_functions/hyperg failure on AIX)David Edelsohn1-0/+7
2017-12-07PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor1-0/+6
2017-12-05Correct noexcept mismatch in declarations.Jason Merrill1-0/+9
2017-12-04Fix warnings in <bits/regex_compiler.tcc>Jonathan Wakely1-0/+4
2017-12-04Fix -Wunused warnings in libstdc++ headersJonathan Wakely1-0/+19
2017-12-01Fix narrowing conversions in string_view typesJonathan Wakely1-0/+4
2017-12-01Disable -Wliteral-suffix for standard UDLsJonathan Wakely1-0/+10
2017-12-01Add comment to fix -Wfallthrough warningJonathan Wakely1-0/+3
2017-12-01Fix -Wempty-body warnings for debug assertionsJonathan Wakely1-0/+3
2017-12-01Use const char* to fix -Wwrite-strings warningJonathan Wakely1-0/+2
2017-12-01Add [[noreturn]] attributes to fix warningJonathan Wakely1-0/+3
2017-12-01Remove stray semi-colons at namespace scopeJonathan Wakely1-0/+4
2017-12-01Use value-init syntax in std::__detail::__airyJonathan Wakely1-0/+3
2017-12-01Add noexcept to std::integral_constant membersJonathan Wakely1-0/+6
2017-11-30PR libstdc++/65927 Fix -Wunused-but-set-parameter warningJonathan Wakely1-0/+6
2017-11-30Move assertion from to_address to __to_addressGlen Joseph Fernandes1-0/+6
2017-11-30PR libstdc++/83226 avoid forming pointer-to-reference typeJonathan Wakely1-0/+7
2017-11-30baseline_symbols.txt: Update.John David Anglin1-0/+4
2017-11-29C++: improve location of static_assert errorsDavid Malcolm1-0/+5
2017-11-28Add std::to_address for C++2a (P0653R2)Glen Joseph Fernandes1-0/+5
2017-11-27Add missing noexcept in string_view::find_first_of declarationStephan Bergmann1-0/+3
2017-11-27Fix std::unordered_map deduction guideStephan Bergmann1-0/+5
2017-11-24Add [[nodiscard]] attribute to std::launderJonathan Wakely1-0/+3
2017-11-23Add [[nodiscard]] attribute to C++17 componentsJonathan Wakely1-0/+8
2017-11-23PR libstdc++/83134 Ensure std::__not_ converts B::value to boolJonathan Wakely1-0/+11
2017-11-22PR go/83102 relax std::set checks for invocable comparison objectJonathan Wakely1-0/+6
2017-11-21PR libstdc++/48101 improve errors for invalid container specializationsJonathan Wakely1-0/+55
2017-11-21Fix invalid XML in libstdc++ manualPrzemyslaw Wirkus1-0/+5
2017-11-21RTEMS: Enable some libstdc++ featuresSebastian Huber1-0/+6
2017-11-20streambuf_iterator.h (istreambuf_iterator<>): Declare std::advance for istrea...François Dumont1-0/+35
2017-11-20Fix failing tests caused by duplicate dg-optionsJonathan Wakely1-0/+7
2017-11-20Implement LWG 2353Ville Voutilainen1-0/+8
2017-11-19PR libstdc++/pr66689 - comp_ellint_3 and ellint_3 return garbage valuesEdward Smith-Rowland1-0/+81
2017-11-18specfun.h: Expose airy_ai and airy_bi.Edward Smith-Rowland1-0/+11
2017-11-17Enable building libstdc++-v3 with Intel CETIgor Tsimbalist1-0/+19
2017-11-17PR libstdc++/83025 fix constraints for path overloads in <fstream>Jonathan Wakely1-0/+22
2017-11-16Tweak vector::_M_realloc_insert for code sizeMarc Glisse1-0/+5
2017-11-16Remove wrong ChangeLog entryJason Merrill1-4/+0
2017-11-16Add noexcept to std::shared_future copy operations (LWG DR 2799)Jonathan Wakely1-0/+5
2017-11-16* include/std/numeric (gcd): Fix typo.Jason Merrill1-0/+4
2017-11-15Fix gcd breakage.Ville Voutilainen1-0/+5
2017-11-15Minor improvements to Filesystem testsJonathan Wakely1-0/+7
2017-11-15Add noexcept to generic std::size, std::empty and std::dataJonathan Wakely1-0/+5