]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3
PR target/89848
[thirdparty/gcc.git] / libstdc++-v3 /
2019-03-28  villeDon't revisit a variant we are already visiting.
2019-03-26  rediPR libstdc++/85965 delay static assertions until types...
2019-03-26  villePR libstdc++/89825
2019-03-26  villePR libstdc++/89824
2019-03-26  villePR libstdc++/89816
2019-03-22  rediRemove broken links from libstdc++ manual to Doxygen...
2019-03-22  rediAvoid -Wconversion warnings when -Wsystem-headers is...
2019-03-21  rediIntegrate C++17 parallel algorithms
2019-03-21  rediIn C++17 <math.h> should not put special functions...
2019-03-21  rediPR libstdc++/88066 Use <> for includes not ""
2019-03-19  rediUpdate libstdc++ API Evolution documentation
2019-03-12  danglin PR libstdc++/89461
2019-03-12  jason PR c++/86521 - wrong overload resolution with ref...
2019-03-11  rediPR libstdc++/89460 Fix Networking TS test failures...
2019-03-11  rediChange test to use const variables instead of macros
2019-03-11  rediPR libstdc++/89629 fix _Hash_bytes for lengths > INT_MAX
2019-03-11  jakub PR libstdc++/89641
2019-03-08  rediFix text of hyperlink in manual
2019-03-08  rediAdd fixed underlying type to enum path::format
2019-03-08  fdumont2019-03-08 François Dumont <fdumont@gcc.gnu.org>
2019-03-08  fdumont2019-03-08 François Dumont <fdumont@gcc.gnu.org>
2019-03-07  wilsonRISC-V: Add libstdc++ check-abi support.
2019-03-07  rediFix new test to run as well as compile
2019-03-07  rediUpdate C++20 status table in libstdc++ manual
2019-03-07  rediP0356R5 Simplified partial function application
2019-03-06  rediAdd feature test macro for bounded array traits
2019-03-06  emsr2019-03-06 Edward Smith-Rowland <3dw4rd@verizon.net>
2019-03-06  villeRewrite variant, also PR libstdc++/85517
2019-03-06  rediAdd L suffix to __cpp_lib_char8_t value
2019-03-06  rediAdd C++20 Traits for [Un]bounded Arrays (P1357R1)
2019-03-06  rediConstexpr in std::pointer_traits (P1006R1)
2019-03-05  rediDefine midpoint and lerp functions for C++20 (P0811R3)
2019-03-04  emsr2019-03-04 Edward Smith-Rowland <3dw4rd@verizon.net>
2019-03-04  rediRemove redundant dg-do directive from test
2019-03-04  rediImplement polymorphic_allocator<byte> for C++20 (P0339R6)
2019-03-03  rediPR libstdc++/89562 use binary mode for file I/O
2019-03-01  rediFix test memory_resource to work without sized deallocation
2019-03-01  rediC++2a Utility functions to implement uses-allocator...
2019-02-27  rediPR libstdc++/89466 avoid slow xsltproc command in configure
2019-02-26  rediPR libstdc++/89477 constrain deduction guides for maps...
2019-02-26  rediPR libstdc++/89416 fix alloc insertable trait for clang...
2019-02-24  rediPR libstdc++/89416 fix accessibility of members
2019-02-23  rediP0340R2 Making std::underlying_type SFINAE-friendly
2019-02-23  rediPR libstdc++/89446 fix null pointer dereference in...
2019-02-22  ebotcazou * config/abi/post/sparc64-linux-gnu/baseline_symbols...
2019-02-22  jakub PR libstdc++/89402
2019-02-22  ebotcazou * configure.host (abi_baseline_pair): Adjust for SPARC...
2019-02-22  rediAdd tests for C++2a content of <atomic> header
2019-02-22  rediP0482R5 char8_t: Updates to gdb pretty printing support
2019-02-22  rediP0482R5 char8_t: Updates to existing standard library...
2019-02-22  rediDisambiguate __gnu_cxx::append_ partial specialization
2019-02-21  rediPR libstdc++/89416 fix __is_move_insertable trait
2019-02-20  jakub PR libstdc++/89402
2019-02-19  rediAdjust C++11/C++14 tests to work with -fchar8_t
2019-02-19  rediP0482R5 char8_t: New standard library tests
2019-02-19  rediP0482R5 char8_t: Standard library support
2019-02-18  wilcoFix libstdc++ filesystem tests
2019-02-14  rediUpdate libstdc++ documentation for C++2a implementation...
2019-02-14  rediUpdate libstdc++ documentation for implementation status
2019-02-14  rediDR 2586 fix value category in uses-allocator checks
2019-02-14  rediAdd std::timespec and std::timespec_get for C++17
2019-02-14  rediLWG 2537 fix priority_queue constructors to establish...
2019-02-14  rediEnforce LWG DR 2566 requirement for container adaptors
2019-02-14  rediPR middle-end/89303 add testcase for std::enable_shared...
2019-02-14  rediDocument LWG 2735 status and add test
2019-02-13  rediPR libstdc++/89345 Only define std::destroying_delete...
2019-02-11  rediPR libstdc++/89023 fix test that fails when <omp.h...
2019-02-09  rediAdd noexcept to filesystem::path query functions
2019-02-06  rediPR libstdc++/89102 fix common_type<> and common_type...
2019-02-05  rediPR libstdc++/89128 add deduction guides for container...
2019-02-05  rediPR libstdc++/89194 untangle is_convertible and is_nothr...
2019-02-05  rediRestore previous behaviour of test
2019-02-05  rediPR libstdc++/89130 restore support for non-MoveConstruc...
2019-02-05  rediPR libstdc++/89090 avoid C++17 features in C++11/C...
2019-02-05  glisseRename __is_trivially_relocatable to __is_bitwise_reloc...
2019-01-30  rediPR libstdc++/89117 fix path::replace_extension("")...
2019-01-30  drepper * doc/xml/manual/status_cxx2020.xml: Update P0600...
2019-01-29  rediFix tests for complex overloads of std::arg and std...
2019-01-29  rediAdd missing exports for symbols used by directory iterators
2019-01-29  rediAvoid ambiguity between C++2a std::erase_if and LFTS...
2019-01-29  rediFix tests that fail in C++2a mode
2019-01-29  rediEnsure pool resources always use normal mode vector
2019-01-28  rediPR libstdc++/68737 Do not use vsnprintf on HPUX
2019-01-24  rediPR libstdc++/88840 delay evaluation of constant until...
2019-01-24  rediFix failing test due to inconsistent strcmp results
2019-01-22  rediPR libstdc++/88740 Print assertion messages to stderr
2019-01-21  jakub PR libstdc++/86590
2019-01-21  dreppergcc/testsuite/ChangeLog
2019-01-18  rediPR libstdc++/88782 avoid ODR problems in std::make_shared
2019-01-17  rediFix filesystem::equivalent for mingw
2019-01-17  rediPR libstdc++/88884 fix filesystem::absolute("//") for...
2019-01-17  rediPR libstdc++/88881 adjust filesystem::status and tests...
2019-01-16  rediFix failing filesystem tests on mingw targets
2019-01-16  drepperPR libstdc++/88738 treat shared_ptr and unique_ptr...
2019-01-15  rediUpdate value of __cpp_lib_shared_ptr_arrays macro
2019-01-15  rediFix more missing or incorrect feature test macros
2019-01-15  rediFix missing or incorrect feature test macros
2019-01-15  redi * doc/xml/manual/status_cxx2020.xml: Update P1123R0...
2019-01-12  rediPR libstdc++/88811 fix typo introduced in r266569
2019-01-11  rediDocument C++20 library status
next