aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2018-03-02PR libstdc++/84671 handle digit separators in duration literalsJonathan Wakely3-3/+43
2018-02-27Implement the missing bits of LWG 2769Ville Voutilainen4-36/+43
2018-02-23PR libstdc++/84532 prevent unwrapping of reference_wrapper argumentsJonathan Wakely4-9/+90
2018-02-20aligned_buffer.h [...] (template<> __aligned_buffer): Define as __aligned_mem...François Dumont2-0/+10
2018-02-19CET shouldn't be enabled in 32-bit run-time libraries by defualtIgor Tsimbalist2-1/+21
2018-02-15PR libstdc++/81797 Add .NOTPARALLEL to include/Makefile for darwinJonathan Wakely5-9/+50
2018-01-29Remove duplicate "//" in commentJonathan Wakely1-1/+1
2018-01-29PR libstdc++/83833 fix failing test on ia32Jonathan Wakely2-0/+5
2018-01-29Regenerate libstdc++ documentationJonathan Wakely7-12/+21
2018-01-29PR libstdc++/83658 fix exception-safety in std::any::emplaceJonathan Wakely4-9/+90
2018-01-25PR libstdc++/81076 make __byte_operand SFINAE-friendlyJonathan Wakely3-2/+34
2018-01-19[libstdc++][testsuite] Fix dg-options/dg-add-options orderChristophe Lyon28-27/+73
2018-01-18configure.ac (AC_CHECK_HEADERS): Add linux/types.h.Uros Bizjak5-2/+40
2018-01-16* testsuite/17_intro/names.cc: Undefine 'y' on SPARC/Linux.Eric Botcazou2-0/+8
2018-01-16PR libstdc++/83834 replace wildcard pattern in linker scriptJonathan Wakely2-1/+7
2018-01-15PR libstdc++/83833 fix chi_squared_distribution::param(const param&)Jonathan Wakely3-1/+51
2018-01-15PR libstdc++/83830 Define std::has_unique_object_representations_vJonathan Wakely3-0/+26
2018-01-15Make optional conditionally trivially_{copy,move}_{constructible,assignable}Ville Voutilainen5-135/+455
2018-01-15PR libstdc++/80276 fix template argument handling in type printersJonathan Wakely5-163/+582
2018-01-15Correct earlier ChangeLog entryJuraj Oršulić1-1/+2
2018-01-14re PR libstdc++/81092 (Missing symbols for new std::wstring constructors)Andreas Schwab2-1/+7
2018-01-14re PR libstdc++/83601 (std::regex_replace C++14 conformance issue: escaping i...Tim Shen4-16/+103
2018-01-12Link with correct values-*.o files on Solaris (PR target/40411)Rainer Orth2-1/+6
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