Wrap option names in gcc internal messages with %< and %>.
[gcc.git] / libstdc++-v3 /
2019-03-11 Jonathan WakelyChange test to use const variables instead of macros
2019-03-11 Jonathan WakelyPR libstdc++/89629 fix _Hash_bytes for lengths > INT_MAX
2019-03-11 Jakub Jelinekre PR libstdc++/89641 (std::atomic<T> no longer works)
2019-03-08 Jonathan WakelyFix text of hyperlink in manual
2019-03-08 Jonathan WakelyAdd fixed underlying type to enum path::format
2019-03-08 François Dumontre PR libstdc++/89477 (Incorrect CTAD deduction guides...
2019-03-08 François Dumontre PR libstdc++/89608 (Undetected iterator invalidation...
2019-03-07 Andreas SchwabRISC-V: Add libstdc++ check-abi support.
2019-03-07 Jonathan WakelyFix new test to run as well as compile
2019-03-07 Jonathan WakelyUpdate C++20 status table in libstdc++ manual
2019-03-07 Jonathan WakelyP0356R5 Simplified partial function application
2019-03-06 Jonathan WakelyAdd feature test macro for bounded array traits
2019-03-06 Edward Smith-RowlandPR libstdc++/86655 - std::assoc_legendre should not...
2019-03-06 Ville VoutilainenRewrite variant, also PR libstdc++/85517
2019-03-06 Jonathan WakelyAdd L suffix to __cpp_lib_char8_t value
2019-03-06 Jonathan WakelyAdd C++20 Traits for [Un]bounded Arrays (P1357R1)
2019-03-06 Jonathan WakelyConstexpr in std::pointer_traits (P1006R1)
2019-03-05 Jonathan WakelyDefine midpoint and lerp functions for C++20 (P0811R3)
2019-03-04 Edward Smith-RowlandPR libstdc++/88996 Implement P0439R0
2019-03-04 Jonathan WakelyRemove redundant dg-do directive from test
2019-03-04 Jonathan WakelyImplement polymorphic_allocator<byte> for C++20 (P0339R6)
2019-03-03 Jonathan WakelyPR libstdc++/89562 use binary mode for file I/O
2019-03-01 Jonathan WakelyFix test memory_resource to work without sized deallocation
2019-03-01 Jonathan WakelyC++2a Utility functions to implement uses-allocator...
2019-02-27 Jonathan WakelyPR libstdc++/89466 avoid slow xsltproc command in configure
2019-02-26 Jonathan WakelyPR libstdc++/89477 constrain deduction guides for maps...
2019-02-26 Jonathan WakelyPR libstdc++/89416 fix alloc insertable trait for clang...
2019-02-24 Jonathan WakelyPR libstdc++/89416 fix accessibility of members
2019-02-23 Jonathan WakelyP0340R2 Making std::underlying_type SFINAE-friendly
2019-02-23 Jonathan WakelyPR libstdc++/89446 fix null pointer dereference in...
2019-02-22 Eric Botcazoubaseline_symbols.txt: Adjust.
2019-02-22 Jakub Jelinekre PR libstdc++/89402 (warning: ‘void _ZNKSt4hashIeEclE...
2019-02-22 Eric Botcazouconfigure.host (abi_baseline_pair): Adjust for SPARC64...
2019-02-22 Jonathan WakelyAdd tests for C++2a content of <atomic> header
2019-02-22 Tom HonermannP0482R5 char8_t: Updates to gdb pretty printing support
2019-02-22 Tom HonermannP0482R5 char8_t: Updates to existing standard library...
2019-02-22 Tom HonermannDisambiguate __gnu_cxx::append_ partial specialization
2019-02-21 Jonathan WakelyPR libstdc++/89416 fix __is_move_insertable trait
2019-02-20 Jakub Jelinekre PR libstdc++/89402 (warning: ‘void _ZNKSt4hashIeEclE...
2019-02-19 Jonathan WakelyAdjust C++11/C++14 tests to work with -fchar8_t
2019-02-19 Tom HonermannP0482R5 char8_t: New standard library tests
2019-02-19 Tom HonermannP0482R5 char8_t: Standard library support
2019-02-18 Wilco DijkstraFix libstdc++ filesystem tests
2019-02-14 Jonathan WakelyUpdate libstdc++ documentation for C++2a implementation...
2019-02-14 Jonathan WakelyUpdate libstdc++ documentation for implementation status
2019-02-14 Jonathan WakelyDR 2586 fix value category in uses-allocator checks
2019-02-14 Jonathan WakelyAdd std::timespec and std::timespec_get for C++17
2019-02-14 Jonathan WakelyLWG 2537 fix priority_queue constructors to establish...
2019-02-14 Jonathan WakelyEnforce LWG DR 2566 requirement for container adaptors
2019-02-14 Jonathan WakelyPR middle-end/89303 add testcase for std::enable_shared...
2019-02-14 Jonathan WakelyDocument LWG 2735 status and add test
2019-02-13 Jonathan WakelyPR libstdc++/89345 Only define std::destroying_delete...
2019-02-11 Jonathan WakelyPR libstdc++/89023 fix test that fails when <omp.h...
2019-02-09 Jonathan WakelyAdd noexcept to filesystem::path query functions
2019-02-06 Jonathan WakelyPR libstdc++/89102 fix common_type<> and common_type...
2019-02-05 Jonathan WakelyPR libstdc++/89128 add deduction guides for container...
2019-02-05 Jonathan WakelyPR libstdc++/89194 untangle is_convertible and is_nothr...
2019-02-05 Jonathan WakelyRestore previous behaviour of test
2019-02-05 Jonathan WakelyPR libstdc++/89130 restore support for non-MoveConstruc...
2019-02-05 Jonathan WakelyPR libstdc++/89090 avoid C++17 features in C++11/C...
2019-02-05 Marc GlisseRename __is_trivially_relocatable to __is_bitwise_reloc...
2019-01-30 Jonathan WakelyPR libstdc++/89117 fix path::replace_extension("")...
2019-01-30 Ulrich Drepper* doc/xml/manual/status_cxx2020.xml: Update P0600 entry.
2019-01-29 Jonathan WakelyFix tests for complex overloads of std::arg and std...
2019-01-29 Jonathan WakelyAdd missing exports for symbols used by directory iterators
2019-01-29 Jonathan WakelyAvoid ambiguity between C++2a std::erase_if and LFTS...
2019-01-29 Jonathan WakelyFix tests that fail in C++2a mode
2019-01-29 Jonathan WakelyEnsure pool resources always use normal mode vector
2019-01-28 Jonathan WakelyPR libstdc++/68737 Do not use vsnprintf on HPUX
2019-01-24 Jonathan WakelyPR libstdc++/88840 delay evaluation of constant until...
2019-01-24 Jonathan WakelyFix failing test due to inconsistent strcmp results
2019-01-22 Jonathan WakelyPR libstdc++/88740 Print assertion messages to stderr
2019-01-21 Jakub Jelinekre PR ipa/86590 (Codegen is poor when passing std:...
2019-01-21 Ulrich DrepperFix after P0600.
2019-01-18 Jonathan WakelyPR libstdc++/88782 avoid ODR problems in std::make_shared
2019-01-17 Jonathan WakelyFix filesystem::equivalent for mingw
2019-01-17 Jonathan WakelyPR libstdc++/88884 fix filesystem::absolute("//") for...
2019-01-17 Jonathan WakelyPR libstdc++/88881 adjust filesystem::status and tests...
2019-01-16 Jonathan WakelyFix failing filesystem tests on mingw targets
2019-01-16 Ulrich DrepperPR libstdc++/88738 treat shared_ptr and unique_ptr...
2019-01-15 Jonathan WakelyUpdate value of __cpp_lib_shared_ptr_arrays macro
2019-01-15 Jonathan WakelyFix more missing or incorrect feature test macros
2019-01-15 Jonathan WakelyFix missing or incorrect feature test macros
2019-01-15 Jonathan Wakely* doc/xml/manual/status_cxx2020.xml: Update P1123R0...
2019-01-12 Jonathan WakelyPR libstdc++/88811 fix typo introduced in r266569
2019-01-11 Jonathan WakelyDocument C++20 library status
2019-01-11 Jonathan WakelyP0357R3 reference_wrapper for incomplete types
2019-01-11 Jonathan WakelyP0972R0 <chrono> zero(), min(), and max() should be...
2019-01-11 Jonathan WakelyFix location of __cpp_lib_erase_if macro
2019-01-11 Jakub JelinekRemove trailing whitespace from latest commit.
2019-01-11 Jakub Jelinektype_traits (__cpp_lib_is_constant_evaluated): Define.
2019-01-11 Jonathan WakelyPR libstdc++/88802 define std::hash<nullptr_t> for...
2019-01-11 Jonathan WakelyPR libstdc++/88125 remove duplicate entry in linker...
2019-01-11 Jonathan WakelyFix incorrect linker script patterns
2019-01-10 Jonathan WakelyFix filesystem::last_write_time failure with 32-bit...
2019-01-10 Jonathan WakelyDefine __cpp_lib_erase_if feature test macro
2019-01-10 Jonathan WakelyCheck AI_NUMERICSERV is defined before using it
2019-01-10 Ville VoutilainenImplement LWG 2221: formatted output operator for nullptr
2019-01-10 Jonathan WakelyInclude name of test in filesystem-test.XXXXXX filenames
2019-01-10 Jakub Jelinekre PR tree-optimization/88775 (Optimize std::string...
next