Delegate PSTL configuration to pstl/pstl_config.h
[gcc.git] / libstdc++-v3 / ChangeLog
2019-04-20 Thomas RodgersDelegate PSTL configuration to pstl/pstl_config.h
2019-04-20 Thomas RodgersCleanup algorithm implementations
2019-04-19 Thomas RodgersImprove implementation of parallel equal()
2019-04-17 Jonathan WakelyPR libstdc++/90105 make forward_list::sort stable
2019-04-17 Jonathan WakelyFix condition for std::variant to be copy constructible
2019-04-17 Jonathan WakelyRemove unnecessary string literals from static_assert...
2019-04-17 Jonathan WakelyFix tests for std::variant to match original intention
2019-04-17 Jonathan WakelyAdd constexpr to std::optional::value_or(U&&)&&
2019-04-13 Thomas RodgersUglify identifiers missed in previous commit(s)
2019-04-12 Jonathan WakelyRemove spurious empty line from ChangeLog
2019-04-11 Thomas RodgersReplace direct PSTL uses of assert() with a macro
2019-04-11 Jonathan WakelyPR libstdc++/90046 fix build failure on epiphany-elf
2019-04-10 Jonathan WakelyUpdate documentation regarding bogus memory leaks in...
2019-04-10 Jonathan WakelyFix typo in effective-target check
2019-04-10 Jonathan WakelyPR libstdc++/89851 Add testcase for std::variant equality
2019-04-09 Jonathan WakelyAdd comments and style fixes to <variant>
2019-04-09 Jonathan WakelyFix std::visit to support arbitrary callables
2019-04-09 Jonathan WakelyPR libstdc++/90008 remove unused capture from variant...
2019-04-09 Thomas RodgersAdd PSTL internal namespace qualifications
2019-04-08 Ville VoutilainenFix visit<R> for variant.
2019-04-08 Christophe Lyon[testsuite,libstdc++-v3] Fix 27_io/filesystem/iterators...
2019-04-05 Jonathan WakelyImplement std::visit<R> for C++2a (P0655R1)
2019-04-05 Jonathan WakelyUse hidden friends for directory iterator comparisons
2019-04-05 Jonathan WakelyPR libstdc++/89986 export directory_iterator::increment
2019-04-05 Jonathan WakelyShare all recursive_directory_iterator state [LWG 2708]
2019-04-05 Jonathan WakelyFix directory_iterator handling of DT_UNKNOWN
2019-04-05 Jonathan WakelyMake filesystem::path safe for self assignment
2019-04-05 Jonathan WakelyPR libstdc++/87431 re-adjust never-valueless optimizations
2019-04-03 Jonathan WakelyFix previous ChangeLog entry
2019-04-03 Jonathan WakelyPR libstdc++/85184 remove debug assertions from std...
2019-04-03 Jonathan WakelyDefine std::hash specializations for C++17 PMR strings
2019-04-01 Ville VoutilainenUse single-visitation in variant assignment and swap...
2019-03-30 Eric Botcazou* src/c++17/fs_ops.cc (fs::permissions): Use std::errc...
2019-03-28 Ville VoutilainenDon't revisit a variant we are already visiting.
2019-03-26 Jonathan WakelyPR libstdc++/85965 delay static assertions until types...
2019-03-26 Ville Voutilainenre PR libstdc++/89825 (Jump table for variant visitatio...
2019-03-26 Ville Voutilainenre PR libstdc++/89824 (Variant jump table reserves...
2019-03-26 Ville Voutilainenre PR libstdc++/89816 (std::variant move construction...
2019-03-22 Jonathan WakelyRemove broken links from libstdc++ manual to Doxygen...
2019-03-22 Jonathan WakelyAvoid -Wconversion warnings when -Wsystem-headers is...
2019-03-21 Thomas RodgersIntegrate C++17 parallel algorithms
2019-03-21 Jonathan WakelyIn C++17 <math.h> should not put special functions...
2019-03-21 Jonathan WakelyPR libstdc++/88066 Use <> for includes not ""
2019-03-19 Jonathan WakelyUpdate libstdc++ API Evolution documentation
2019-03-12 John David Anglinre PR libstdc++/89461 (FAIL: experimental/net/timer...
2019-03-11 Jonathan WakelyPR libstdc++/89460 Fix Networking TS test failures...
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
next