]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3
d-demangle.c (dlang_parse_tuple): Correctly handle error result.
[thirdparty/gcc.git] / libstdc++-v3 /
2019-04-30  Jakub Jelinekgnu.ver (GLIBCXX_3.4.26): Change _Lock_policyE2 exports...
2019-04-30  Jonathan WakelyFix filesystem::path tests
2019-04-30  Jakub Jelinek* config/abi/post/riscv64-linux-gnu/baseline_symbols...
2019-04-29  Jonathan WakelyAdjust doxygen comment for std::generate_n
2019-04-29  Jonathan WakelyUse _GLIBCXX_NOEXCEPT_IF for std::swap
2019-04-29  Jonathan WakelyPR libstdc++/71312 Increase alignment of pooled mutexes
2019-04-29  Jonathan WakelyAdd nodiscard to std::vector<bool>::empty()
2019-04-29  Jonathan WakelyRemove unused std::_Iter_base class template
2019-04-29  Jonathan WakelyPR libstdc++/87982 Fix generate_n and fill_n use of...
2019-04-28  Jonathan WakelyFix ChangeLog format
2019-04-28  Nina Dinka RannsAdding noexcept-specification on tuple constructors...
2019-04-27  Marc GlisseUse __restrict for __relocate_object_a
2019-04-26  H.J. Lux32: Update baseline_symbols.txt
2019-04-26  Jonathan WakelyRemove redundant step in experimental::filesystem:...
2019-04-26  Jonathan WakelyFix tests that fail with _GLIBCXX_USE_CXX11_ABI=0
2019-04-26  Jonathan WakelyReduce code instantiated by filesystem::path::_S_conver...
2019-04-26  Jonathan WakelyTweak C++2a uses-allocator construction utilities
2019-04-26  Jakub Jelinekbaseline_symbols.txt: Update.
2019-04-26  Jakub Jelinekbaseline_symbols.txt: Update.
2019-04-25  Jonathan WakelyPR libstdc++/90239 use uses_allocator_construction_args...
2019-04-24  Jonathan WakelyUpdate C++17 library status tables
2019-04-24  Jonathan WakelyMake filesystem::path comparison operators hidden frien...
2019-04-24  Jonathan WakelyUse __and_v<...> instead of __and_<...>::value
2019-04-24  Jonathan WakelyFinish implementing "Treating Unnecessary decay" (P0777R1)
2019-04-24  Jonathan WakelyFix basic_string_view typedefs and enforce preconditions
2019-04-24  Jonathan WakelyPR libstdc++/90220 Fix std::any_cast for array types
2019-04-24  Jonathan WakelyPR libstdc++/90220 Fix std::any_cast for function pointers
2019-04-23  Jonathan WakelyAvoid -Wcatch-value warning in testsuite
2019-04-23  Jonathan WakelyFix whitespace in ChangeLog
2019-04-23  Jonathan WakelyImplement LWG 2904 for std::variant assignment
2019-04-23  Thomas RodgersDocument PSTL linker flags
2019-04-23  Jonathan WakelyImplement correct std::variant triviality rules from...
2019-04-23  Jonathan WakelyPR libstdc++/90165 constrain variant(T&&) constructor
2019-04-23  Jonathan WakelyCorrections for C++2a std::unwrap_reference traits
2019-04-23  Ramana Radhakrishnanre PR target/89093 (C++ exception handling clobbers...
2019-04-23  Jonathan WakelyFix whitespace in ChangeLog
2019-04-23  Jonathan WakelyFix std::variant regression caused by never-valueless...
2019-04-23  Jonathan WakelyMake some std::variant helper functions noexcept
2019-04-21  Iain Sandoelibstdc++-v3 Skip tests on Darwin8-10.
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-18  Jason MerrillPR c++/90047 - ICE with enable_if alias template.
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-12  Jason MerrillPR c++/86521 - wrong overload resolution with ref-quali...
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...
next