summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* api.xml: www.fsf.org has moved to https.Gerald Pfeifer2018-03-187-6/+15
* documentation_hacking.xml: Adjust link to docbook.org.Gerald Pfeifer2018-03-182-1/+6
* Fix new test that fails in C++98 modeJonathan Wakely2018-03-172-10/+15
* PR libstdc++/78420 Make std::less etc. yield total order for pointersJonathan Wakely2018-03-143-18/+478
* PR libstdc++/84773 use aligned alloc functions for FreeBSD and MinGW cross-co...Jonathan Wakely2018-03-125-0/+86
* printers.py (build_libstdcxx_dictionary): Fix std::_Fwd_list_iterator and std...François Dumont2018-03-092-4/+10
* PR libstdc++/84769 qualify std::get and std::get_if to avoid ADLJonathan Wakely2018-03-092-6/+12
* Use non-throwing is_directory in filesystem::create_directoryJonathan Wakely2018-03-093-6/+7
* printers.py (NodeIteratorPrinter): New.François Dumont2018-03-084-23/+46
* re PR libstdc++/84601 (std::optional<std::pair<int, int>> is not assignment c...Ville Voutilainen2018-03-064-29/+428
* PR libstdc++/84671 handle digit separators in duration literalsJonathan Wakely2018-03-023-3/+43
* Implement the missing bits of LWG 2769Ville Voutilainen2018-02-274-36/+43
* PR libstdc++/84532 prevent unwrapping of reference_wrapper argumentsJonathan Wakely2018-02-234-9/+90
* aligned_buffer.h [...] (template<> __aligned_buffer): Define as __aligned_mem...François Dumont2018-02-202-0/+10
* CET shouldn't be enabled in 32-bit run-time libraries by defualtIgor Tsimbalist2018-02-192-1/+21
* PR libstdc++/81797 Add .NOTPARALLEL to include/Makefile for darwinJonathan Wakely2018-02-155-9/+50
* Remove duplicate "//" in commentJonathan Wakely2018-01-291-1/+1
* PR libstdc++/83833 fix failing test on ia32Jonathan Wakely2018-01-292-0/+5
* Regenerate libstdc++ documentationJonathan Wakely2018-01-297-12/+21
* PR libstdc++/83658 fix exception-safety in std::any::emplaceJonathan Wakely2018-01-294-9/+90
* PR libstdc++/81076 make __byte_operand SFINAE-friendlyJonathan Wakely2018-01-253-2/+34
* [libstdc++][testsuite] Fix dg-options/dg-add-options orderChristophe Lyon2018-01-1928-27/+73
* configure.ac (AC_CHECK_HEADERS): Add linux/types.h.Uros Bizjak2018-01-185-2/+40
* * testsuite/17_intro/names.cc: Undefine 'y' on SPARC/Linux.Eric Botcazou2018-01-162-0/+8
* PR libstdc++/83834 replace wildcard pattern in linker scriptJonathan Wakely2018-01-162-1/+7
* PR libstdc++/83833 fix chi_squared_distribution::param(const param&)Jonathan Wakely2018-01-153-1/+51
* PR libstdc++/83830 Define std::has_unique_object_representations_vJonathan Wakely2018-01-153-0/+26
* Make optional conditionally trivially_{copy,move}_{constructible,assignable}Ville Voutilainen2018-01-155-135/+455
* PR libstdc++/80276 fix template argument handling in type printersJonathan Wakely2018-01-155-163/+582
* Correct earlier ChangeLog entryJuraj Oršulić2018-01-151-1/+2
* re PR libstdc++/81092 (Missing symbols for new std::wstring constructors)Andreas Schwab2018-01-142-1/+7
* re PR libstdc++/83601 (std::regex_replace C++14 conformance issue: escaping i...Tim Shen2018-01-144-16/+103
* Link with correct values-*.o files on Solaris (PR target/40411)Rainer Orth2018-01-122-1/+6
* 2018-01-10 François Dumont <fdumont@gcc.gnu.org>François Dumont2018-01-104-382/+492
* PR libstdc++/80276 fix pretty printers for array smart pointersJonathan Wakely2018-01-094-3/+42
* re PR libstdc++/83709 (Inserting duplicates into an unordered associative con...François Dumont2018-01-095-21/+164
* PR libstdc++/59253 Improve pretty printers for smart pointersJuraj Oršulić2018-01-094-21/+54
* PR libstdc++/83626 simplify filesystem::remove and filesystem::remove_allJonathan Wakely2018-01-053-31/+11
* PR libstdc++/83279 Use non-null offset argument for sendfileJonathan Wakely2018-01-052-18/+19
* PR libstdc++/83626 handle ENOENT due to filesystem raceJonathan Wakely2018-01-055-22/+111
* PR libstdc++/83626 Don't throw for remove("") and remove_all("")Jonathan Wakely2018-01-047-42/+273
* Avoid redundant calls to filesystem::status_knownJonathan Wakely2018-01-043-4/+14
* PR libstdc++/83607 specialize Boyer-Moore searchers for std::byteJonathan Wakely2018-01-044-19/+100
* Protect optional's deduction guide with the feature macroVille Voutilainen2018-01-032-0/+7
* Update copyright years.Jakub Jelinek2018-01-038580-13078/+13087
* PR libstdc++/83600 fix end iterator for unready std::match_resultsJonathan Wakely2017-12-274-1/+16
* PR libstdc++/83598 don't modify flags passed to std::basic_regex constructorsJonathan Wakely2017-12-273-6/+46
* PR libstdc++/83538 fix std::match_results<T>::reference (LWG 2306)Jonathan Wakely2017-12-274-1/+23
* re PR libstdc++/83237 (Values returned by std::poisson_distribution are not d...Michele Pezzutti2017-12-244-2/+24
* PR libstdc++/83450 avoid -Wreturn-type warning in testJonathan Wakely2017-12-242-0/+7