aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2018-01-102018-01-10 François Dumont <fdumont@gcc.gnu.org>François Dumont4-382/+492
2018-01-09PR libstdc++/80276 fix pretty printers for array smart pointersJonathan Wakely4-3/+42
2018-01-09re PR libstdc++/83709 (Inserting duplicates into an unordered associative con...François Dumont5-21/+164
2018-01-09PR libstdc++/59253 Improve pretty printers for smart pointersJuraj Oršulić4-21/+54
2018-01-05PR libstdc++/83626 simplify filesystem::remove and filesystem::remove_allJonathan Wakely3-31/+11
2018-01-05PR libstdc++/83279 Use non-null offset argument for sendfileJonathan Wakely2-18/+19
2018-01-05PR libstdc++/83626 handle ENOENT due to filesystem raceJonathan Wakely5-22/+111
2018-01-04PR libstdc++/83626 Don't throw for remove("") and remove_all("")Jonathan Wakely7-42/+273
2018-01-04Avoid redundant calls to filesystem::status_knownJonathan Wakely3-4/+14
2018-01-04PR libstdc++/83607 specialize Boyer-Moore searchers for std::byteJonathan Wakely4-19/+100
2018-01-03Protect optional's deduction guide with the feature macroVille Voutilainen2-0/+7
2018-01-03Update copyright years.Jakub Jelinek8580-13078/+13087
2017-12-27PR libstdc++/83600 fix end iterator for unready std::match_resultsJonathan Wakely4-1/+16
2017-12-27PR libstdc++/83598 don't modify flags passed to std::basic_regex constructorsJonathan Wakely3-6/+46
2017-12-27PR libstdc++/83538 fix std::match_results<T>::reference (LWG 2306)Jonathan Wakely4-1/+23
2017-12-24re PR libstdc++/83237 (Values returned by std::poisson_distribution are not d...Michele Pezzutti4-2/+24
2017-12-24PR libstdc++/83450 avoid -Wreturn-type warning in testJonathan Wakely2-0/+7
2017-12-20re PR libstdc++/82522 (std::map::insert(value_type &&) not selected)François Dumont8-7/+132
2017-12-20[aarch64][libstdc++] Use __ARM_BIG_ENDIAN instead of __AARCH64EB__ in opt_ran...Kyrylo Tkachov2-1/+6
2017-12-19Fix last ChangeLog entry date.François Dumont1-1/+1
2017-12-18re PR libstdc++/80761 (std::set<T,C,A>::insert_return_type uses wrong iterato...François Dumont5-32/+21
2017-12-18re PR libstdc++/68430 (std::is_constructible<T>::value == true for unconstruc...Ville Voutilainen2-0/+11
2017-12-16PR tree-optimization/83239 - False positive from -Wstringop-overflowMartin Sebor2-3/+15
2017-12-14PR libstdc++/83279 handle sendfile not copying entire fileJonathan Wakely2-22/+49
2017-12-14PR libstdc++/68519 use native duration to avoid rounding errorsJonathan Wakely3-2/+70
2017-12-14PR libstdc++/83427 detect weak result type from noexcept functionsJonathan Wakely7-216/+209
2017-12-14Test whitespace handling in std::complex extractionJonathan Wakely2-0/+31
2017-12-14Improve std::complex test and move to sub-directoryJonathan Wakely2-17/+10
2017-12-13PR libstdc++/59568 fix error handling for std::complex stream extractionJonathan Wakely3-19/+217
2017-12-12PR libstdc++/83395 fix invocable traits for INVOKE<cv void>Jonathan Wakely4-14/+70
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