]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3
rs6000: New iterator CCEITHER
[thirdparty/gcc.git] / libstdc++-v3 /
2019-06-14  rediDisable -Wctor-dtor-privacy warnings for some standard...
2019-06-14  rediAdd __cpp_lib_bind_front macro to <version> header
2019-06-12  rediFix incorrect __cpp_lib_parallel_algorithm macro defini...
2019-06-12  rediImprove static_assert messages for std::variant
2019-06-12  rediSimplify std::scoped_lock destructor
2019-06-12  rediReplace std::to_string for integers with optimized...
2019-06-11  emsr2019-06-09 Edward Smith-Rowland <3dw4rd@verizon.net>
2019-06-08  emsr2019-06-08 Edward Smith-Rowland <3dw4rd@verizon.net>
2019-06-07  rodgertqSynchronize libstdc++ PSTL with upstream LLVM PSTL
2019-06-07  rediFix test that gets skipped as unsupported
2019-06-07  rediPR libstdc++/90770 fix missing src/debug/Makefile
2019-06-06  rediAvoid unnecessary inclusion of <stdexcept> header
2019-06-06  rediFix more failing tests for C++98 mode
2019-06-06  rediFix more tests that fail in C++2a mode
2019-06-06  rediFix tests that fail in C++2a mode
2019-06-06  rediRemove redundant static assertions in [meta.unary.prop...
2019-06-06  rediFix tests that fail with -std=gnu++98 or -std=gnu++11
2019-06-06  rediRefactor SFINAE constraints on std::tuple constructors
2019-06-03  rediFix uses of static_assert not guarded by C++11 check
2019-06-03  fdumont2019-06-03 François Dumont <fdumont@gcc.gnu.org>
2019-06-03  rediCorrections for C++2a library status table
2019-06-03  rediPR libstdc++/90686 update C++2a library status docs
2019-06-03  rediEnforce allocator::value_type consistency for container...
2019-05-31  gerald * doc/xml/manual/allocator.xml: Move hoard.org back...
2019-05-31  rediAdd noexcept to tuple<> and simplify tuple<T1,T2> noexc...
2019-05-31  rediFix breakage due to removing __gnu_cxx::size_t declaration
2019-05-31  rediPR libstdc++/90682 allow set_terminate(0) and set_unexp...
2019-05-31  rediRemove using-declarations that add std names to __gnu_cxx
2019-05-31  rediPR libstdc++/71579 assert that type traits are not...
2019-05-31  rediFix random_device to work with COW strings again
2019-05-30  rediLWG2788 basic_string spurious use of a default construc...
2019-05-30  rediUpdate libstdc++ documentation for Support and Diagnost...
2019-05-30  rediUpdate C++20 status table
2019-05-30  rediUpdate documentation of implementation-defined library...
2019-05-29  rediPR libstdc++/85494 fix failing test
2019-05-29  rediPR libstdc++/88881 fix filesystem::symlink_status for...
2019-05-29  rediOptimize filesystem::path::parent_path()
2019-05-29  rediAvoid -Wunused-parameter warnings from testsuite utility
2019-05-29  rediPR libstdc++/85494 use rdseed and rand_s in std::random...
2019-05-28  rediPR libstdc++/90634 reduce allocations in filesystem...
2019-05-28  rediFix C++14-only code in testsuite utility
2019-05-26  gerald * doc/xml/manual/appendix_contributing.xml: Update...
2019-05-24  rediFix std::midpoint(T*, T*) for reversed arguments
2019-05-24  rediFix broken shared_ptr test
2019-05-23  rediFix testsuite bugs
2019-05-23  rediLWG 2996 add rvalue overloads for shared_ptr aliasing...
2019-05-23  rediLWG 2921 remove packaged_task constructors taking alloc...
2019-05-23  hpFrom what I understand of the libstdc++/83237 thread at
2019-05-23  rediAdd missing feature test macro to C++17 status table
2019-05-23  rediMake any_cast compare typeinfo as well as function...
2019-05-23  rediPR libstdc++/90220 fix experimental::any_cast for non...
2019-05-22  rediPR libstdc++/90557 fix path assignment that alters...
2019-05-22  rediPR libstdc++/77691 fix resource_adaptor failures due...
2019-05-21  rodgertqLWG 3062 - Unnecessary decay_t in is_execution_policy_v
2019-05-21  rediPR libstdc++/90252 fix effective-target check for TBB
2019-05-21  rediFix names of _Lock_policy constants in libstdc++ manual
2019-05-21  rodgertqtbb-backend effective target should check ability to...
2019-05-21  rodgertqCheck TBB version in tbb-backed effective target check
2019-05-20  rediFix test failure due to Networking TS headers using...
2019-05-20  mpolacek CWG 2094 - volatile scalars are trivially copyable.
2019-05-20  rediFix failing tests for use of non-reserved names
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  mseborgcc/ada/ChangeLog:
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
next