]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/ChangeLog
PR c++/90532 Ensure __is_constructible(T[]) is false
[thirdparty/gcc.git] / libstdc++-v3 / ChangeLog
2019-05-20  rediPR c++/90532 Ensure __is_constructible(T[]) is false
2019-05-20  redistd::allocator::deallocate support sized-deallocation
2019-05-20  rediFix test bug with mismatched alignment in allocate...
2019-05-17  rediPR libstdc++/90520 adjust Xmethod for recent unique_ptr...
2019-05-17  fdumont2019-05-17 François Dumont <fdumont@gcc.gnu.org>
2019-05-17  rediPR libstdc++/90246 Improve text of std::variant excepti...
2019-05-17  rediFix std::variant test for ILP32 targets
2019-05-17  rediFix uses of non-reserved names for template parameters
2019-05-17  rediPR libstdc++/85965 move is_invocable assertions again
2019-05-17  rediFix __invoke_r<void> to be valid in C++11
2019-05-17  rediAdd missing piece of P0777R1 and update C++20 status...
2019-05-17  fdumont2019-05-17 François Dumont <fdumont@gcc.gnu.org>
2019-05-16  rediRemove incorrect assertion from filesystem::absolute
2019-05-16  rediImplement sane variant converting constructor (P0608R3)
2019-05-16  rediChanges to std::variant to reduce code size
2019-05-16  rediReplace _Equal_helper with simpler class template
2019-05-16  rediChange EBO accessors from static to non-static member...
2019-05-16  rediRemove unnecessary non-const accessors in hash table...
2019-05-15  rediQualify calls in std::visit and std::visit<R>
2019-05-14  rediFix NullablePointer test utility
2019-05-14  roRemove obsolete Solaris 10 support
2019-05-14  rediAdd __raw_visit and __raw_idx_visit, use INVOKE<R>
2019-05-14  redinonesuch is insufficiently useless (lwg2996)
2019-05-14  rediUse INVOKE<R> in std::function, std::bind and std:...
2019-05-14  rediDefine std::__invoke_r for INVOKE<R>
2019-05-14  rediAdd __is_nothrow_convertible to fix std::is_nothrow_inv...
2019-05-14  rediReduce header dependencies in <iterator>
2019-05-14  rediRemoving unused, non-standard function in _Rb_tree
2019-05-14  rediMake std::match_results::_M_resize more useful
2019-05-14  rediPR libstdc++/69724 avoid temporary in std::thread const...
2019-05-14  rediInconsistency wrt Allocators in basic_string assignment...
2019-05-14  rediFix indentation in testsuite utility header
2019-05-14  rediAdd __gnu_test::NullablePointer utility to testsuite
2019-05-14  rediFix unique_ptr pretty printer for empty classes
2019-05-14  rediLWG 2899 - Make is_move_constructible correct for uniqu...
2019-05-13  rediPR libstdc++/90454.cc path construction from void*
2019-05-13  rediSmall markup changes to PBDS docs
2019-05-13  rediDocument P0811R3 status in C++20 table
2019-05-13  rediFix ChangeLog date
2019-05-13  rediRemove Profile Mode, deprecated since GCC 7.1
2019-05-13  rediRemove array_allocator extension, deprecated since...
2019-05-11  fdumont2019-05-11 François Dumont <fdumont@gcc.gnu.org>
2019-05-10  rediPR libstdc++/81266 fix std::thread::native_handle_type...
2019-05-10  rediPR libstdc++/90397 fix std::variant friend declarations
2019-05-10  rediPR libstdc++/90388 fix std::hash<unique_ptr<T,D>> bugs
2019-05-10  rediImprove API docs for <memory> and <new>
2019-05-09  fdumont2019-05-09 François Dumont <fdumont@gcc.gnu.org>
2019-05-08  fdumont2019-05-08 François Dumont <fdumont@gcc.gnu.org>
2019-05-07  rediImprove API docs for Filesystem TS and Networking TS
2019-05-07  rediImprove API docs for std::pair
2019-05-07  rediImprove API docs for <chrono> and <ratio>
2019-05-07  rediPR libstdc++/89102 implement new common_type rules...
2019-05-07  rediFix incorrect DR numbers in libstdc++ manual
2019-05-07  rediMake allocator propagation more consistent for operator...
2019-05-07  rediImprove API docs for std::regex
2019-05-07  rediAdd test for std::hash<std::error_code>
2019-05-06  fdumont2019-05-06 François Dumont <fdumont@gcc.gnu.org>
2019-05-04  rediFix reference to wrong class in comment
2019-05-04  rediPR libstdc++/90299 make filesystem::absolute overloads...
2019-05-04  rediImprove API docs for <system_error> header
2019-05-04  rediFix std::hash<std::error_condition>
2019-05-04  fdumontAdd missing PR libstdc++/90277 reference.
2019-05-04  fdumont2019-05-04 François Dumont <fdumont@gcc.gnu.org>
2019-05-03  rediFix new testcase to not require std::copysign
2019-05-03  rediAvoid -Woverflow warning in __numeric_limits_integer
2019-05-02  rediPR libstdc++/90314 fix non-equivalent declarations...
2019-05-02  rediRemove redundant __constexpr_addressof function
2019-05-02  rediImprove smart pointer docs
2019-05-02  rediMiscellaneous API doc improvements
2019-05-02  rediAllow Markdown formatting in Doxygen comments
2019-05-02  rediImprove docs for mutexes
2019-05-02  rediImprove docs for C++17 Filesystem library
2019-05-02  rediImprove docs for Networking TS
2019-05-02  rediImprove docs for Library Fundamentals TS
2019-05-02  rediImprove docs for Filesystem TS
2019-05-02  rediImprove API docs for <memory> and <scoped_allocator>
2019-05-02  rediImprove API docs for mathematical special functions
2019-05-02  rediImprove Doxygen docs for nested namespaces
2019-05-02  rediFix markup for Parallel Mode docs
2019-05-02  rediAdjust Doxygen processing of pb_ds containers
2019-05-02  rediUpdate libstdc++ Doxygen config
2019-05-01  roUpdate Solaris baselines for GCC 9.1
2019-05-01  rediPR libstdc++/61761 fix std::proj for targets without...
2019-04-30  jakub * config/abi/pre/gnu.ver (GLIBCXX_3.4.26): Change...
2019-04-30  rediFix filesystem::path tests
2019-04-30  jakub * config/abi/post/riscv64-linux-gnu/baseline_symbols...
2019-04-29  rediAdjust doxygen comment for std::generate_n
2019-04-29  rediUse _GLIBCXX_NOEXCEPT_IF for std::swap
2019-04-29  rediPR libstdc++/71312 Increase alignment of pooled mutexes
2019-04-29  rediAdd nodiscard to std::vector<bool>::empty()
2019-04-29  rediRemove unused std::_Iter_base class template
2019-04-29  rediPR libstdc++/87982 Fix generate_n and fill_n use of...
2019-04-28  rediFix ChangeLog format
2019-04-28  villeAdding noexcept-specification on tuple constructors...
2019-04-27  glisseUse __restrict for __relocate_object_a
2019-04-26  hjlx32: Update baseline_symbols.txt
2019-04-26  rediRemove redundant step in experimental::filesystem:...
2019-04-26  rediFix tests that fail with _GLIBCXX_USE_CXX11_ABI=0
2019-04-26  rediReduce code instantiated by filesystem::path::_S_conver...
2019-04-26  rediTweak C++2a uses-allocator construction utilities
next