]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/ChangeLog
PR other/79046
[thirdparty/gcc.git] / libstdc++-v3 / ChangeLog
2017-01-17  jakub PR other/79046
2017-01-16  rediPR66145 use new ABI for std::ios::failure exceptions
2017-01-16  rediPR78702 fix accessibility of locale::facet::__shim
2017-01-16  villePR libstdc++/78389 fix backwards size adjustments.
2017-01-14  rediSkip tests that are incompatible with Profile Mode
2017-01-13  rediPR65411 don't retry fclose on EINTR
2017-01-13  rediRemove unused include from Profile Mode header
2017-01-13  rediAdd string_view support to COW std::string
2017-01-13  rediDefine cxx11-abi effective target for libstdc++ tests
2017-01-13  villePR libstdc++/78389
2017-01-13  rediMark test as XFAIL for C++17 mode
2017-01-13  rediPR78361 recognise noexcept functions as referenceable
2017-01-12  rediPR77528 partially revert r244278 and define default...
2017-01-12  rediPR66284 remove std::function special case for reference...
2017-01-11  rediPR78134 fix return types of heterogeneous lookup functions
2017-01-11  rediPR78273 fix count to work with partitioning function
2017-01-11  villeReduce the size of variant, it doesn't need an index of
2017-01-10  rediAdjust effective target selector to fix C++17 FAIL
2017-01-10  rediPR77528 add default constructors for container adaptors
2017-01-10  rediUse temporary int objects to access struct tm members
2017-01-10  rediMake Python printers and xmethods work with versioned...
2017-01-09  rediPR79017 workaround incomplete C99 math on darwin
2017-01-09  rediDefine testsuite macro for correct thread_local destructors
2017-01-09  rediPR66414 optimize std::string::find
2017-01-06  rediAdd more tests for std::basic_string::find
2017-01-06  rediAdd missing <cassert> include to testcase
2017-01-06  rediCheck for __cxa_thread_atexit for freebsd crosses
2017-01-06  rediUse fold expressions to reduce std::variant instantiati...
2017-01-06  roBuild libgo with -Wa,-nH if possible (PR go/78978)...
2017-01-06  rediDon't redefine _GLIBCXX_ASSERTIONS if already defined
2017-01-06  rediPR78991 make __gnu_cxx::__ops constructors explicit
2017-01-05  rediRemove unnecessary typedef from std::function
2017-01-05  timshen2017-01-05 Tim Shen <timshen@google.com>
2017-01-04  rediPR78968 add configure check for __cxa_thread_atexit...
2017-01-04  villeImplement 2801, Default-constructibility of unique_ptr.
2017-01-04  rediSupport exception propagation without lock-free atomic int
2017-01-04  gerald * doc/xml/manual/documentation_hacking.xml...
2017-01-03  rediAdd deleted std::thread(const thread&&) constructor
2017-01-03  rediFix typos in libstdc++ docs and update copyright years
2017-01-02  gerald * doc/xml/faq.xml: Update address of C++ ABI link.
2017-01-01  jakub Update copyright years.
2016-12-29  villeImplement LWG 2842, in_place_t check for optional:...
2016-12-24  fdumont2016-12-24 François Dumont <fdumont@gcc.gnu.org>
2016-12-21  jason Implement P0522R0, matching of template template argum...
2016-12-21  jasonFix handling of explicit function template arguments...
2016-12-21  rediPR 71444 define more error constants for mingw-w64
2016-12-19  villeMake the perfect-forwarding constructor of a two-elemen...
2016-12-16  rediReuse Doxygen comments for map::erase overloads
2016-12-16  rediAdd assertion to _Rb_tree::erase to check for end iterators
2016-12-16  villeImplement LWG 2769, Redundant const in the return type of
2016-12-15  rediPR59170 make pretty printers check for singular iterators
2016-12-15  rediPR59161 make pretty printers always return strings
2016-12-15  rediTweak formatting and docs for pretty printers
2016-12-15  rediAdd GDB XMethods for shared_ptr and unique_ptr<T[]>
2016-12-14  fdumont2016-12-14 François Dumont <fdumont@gcc.gnu.org>
2016-12-14  rediMake printers use singular noun for a single element
2016-12-14  rediMake printers detect invalid debug mode iterators
2016-12-12  ktkachov[libstdc++][testsuite] XFAIL tests relying on long...
2016-12-12  rediRemove stray character at end of dg-do directive
2016-12-12  rediRemove stray character at end of dg-do directive
2016-12-09  rediFix std::variant for gnu-versioned--namespace build
2016-12-08  dje * testsuite/25_algorithms/headers/algorithm/
2016-12-08  ebotcazou PR libstdc++/78264
2016-12-08  rediFix filesystem test that fails in debug mode
2016-12-08  rediDelete std::swap for debug mode array
2016-12-08  rediPR71856 try to fix Parallel Mode assertions again
2016-12-08  jakub P0003R5 - removal of dynamic exception specification...
2016-12-07  fdumont2016-12-07 François Dumont <fdumont@gcc.gnu.org>
2016-12-07  fdumont2016-12-07 François Dumont <fdumont@gcc.gnu.org>
2016-12-07  rediReplace uses of C++14 remove_cv_t alias in C++11 header
2016-12-07  rediReplace use of C++14 std::exchange in C++11 testcase
2016-12-07  rediReplace dynamic exception specifications in testsuite
2016-12-07  rediUse _GLIBCXX_THROW macro in bitmap_allocator
2016-12-07  rediDisable test using std::set_unexcepted for C++17
2016-12-07  rediImprove tests for contents of <new> header
2016-12-06  rediAdd #ifdef case for 16 bits in cow-stdexcept.cc
2016-12-06  rediEnable libstdc++ compilation on AVR targets
2016-12-06  rediFix pretty-printer for std::variant
2016-12-06  rediFix debug mode assertion for std::shared_ptr<void>
2016-12-06  rediFix libstdc++-v3/ChangeLog dates
2016-12-06  villeConstrain optional's __constexpr_addressof in its retur...
2016-12-06  timshen * include/std/variant (visit): Make visit constexpr...
2016-12-06  timshen * include/bits/enable_special_members.h: Make
2016-12-06  timshen * include/std/variant (std::get, operator==): Implemen...
2016-12-06  timshen * include/std/variant (__erased_use_alloc_ctor,
2016-12-06  rediAdd missing noexcept on std::_Sp_locker constructors
2016-12-06  rediAdd noexcept to various basic_string string operations
2016-12-03  danglin * config/abi/post/hppa-linux-gnu/baseline_symbols...
2016-12-01  dje * testsuite/26_numerics/headers/cmath/hypot...
2016-12-01  villeImplement LWG 2766,
2016-12-01  villeThe convertible_to traits need to use a variadic catch...
2016-12-01  edlinger2016-12-01 Bernd Edlinger <bernd.edlinger@hotmail.de>
2016-12-01  timshen PR libstdc++/71500
2016-11-30  villeFix testsuite failures caused by the patch implementing...
2016-11-30  rediFix condition in shared_ptr assertion
2016-11-30  dje * testsuite/18_support/50594.cc: XFAIL on AIX.
2016-11-30  villeImplement LWG 2534, Constrain rvalue stream operators.
2016-11-30  clyon[libstdc++, testsuite] Add dg-require-thread-fence
2016-11-29  djePR libstdc++/68838
2016-11-27  timshen PR libstdc++/78441
next