[arm] Add a few missing architecture extension options.
[gcc.git] / libstdc++-v3 / ChangeLog
2017-06-16 Jonathan WakelyAdd std::get_deleter overload with correct signature
2017-06-16 Jakub Jelinekre PR libstdc++/81092 (Missing symbols for new std...
2017-06-16 Jonathan WakelyFix std::wbuffer_convert::sync()
2017-06-16 Jonathan WakelyPR libstdc++/81092 add std::wstring symbols and bump...
2017-06-16 Jonathan WakelyFix missing returns in libstdc++ header and tests
2017-06-16 François Dumontstl_bvector.h (__fill_bvector(_Bit_type*, unsigned...
2017-06-15 François Dumont2017-06-15 François Dumont <fdumont@gcc.gnu.org>
2017-06-15 Rainer OrthUse pthread effective-target in testsuite
2017-06-14 Jonathan WakelyFix libstdc++ testsuite failures with -D_GLIBCXX_USE_CX...
2017-06-12 Pedro AlvesFinish implementing P0426R1 "Constexpr for std::char_tr...
2017-06-12 François Dumontstl_tree.h (_Rb_tree_impl()): Restore _Node_allocator...
2017-06-12 Jonathan WakelyPR libstdc++/55917 do not handle exceptions in std...
2017-06-09 Jonathan WakelySupport move-only deleters in std::shared_ptr (LWG...
2017-06-09 Jonathan WakelyAdd deduction guides for sequence containers (P0433R2...
2017-06-08 Jonathan WakelyPR libstdc++/81017 add noexcept to std::function move...
2017-06-07 Jonathan WakelyAdd C++17 deduction guide for std::basic_regex (P0433R2...
2017-06-07 Jonathan WakelyPR libstdc++/81002 fix std::basic_regex range constructor
2017-06-07 Jonathan WakelyAdd C++17 deduction guide for std::basic_string (P0433R...
2017-06-05 Jonathan WakelyPR libstdc++/80939 Remove unmeetable constexpr specifiers
2017-06-05 Jonathan WakelyOptimize std::advance for single increments
2017-06-05 Jonathan WakelyAdd noexcept to shared_ptr owner comparisons (LWG 2873)
2017-06-03 Andreas Schwabbaseline_symbols.txt: Update.
2017-06-03 Eric Botcazouconfigure.ac (*-*-linux-android*): Set target_makefile_...
2017-06-02 Jonathan WakelyPR libstdc++/80624 satisfy invariant for char_traits...
2017-06-02 Jonathan WakelyRemove libsupc++ makefile targets setting -std=gnu...
2017-06-02 Richard Bienerre PR libstdc++/80721 (Sorting/Merging of free EH-emerg...
2017-06-01 Rainer OrthFix cross compilation to Solaris
2017-05-31 Jonathan WakelyPR libstdc++/80893 Fix null dereference in vector<bool>
2017-05-28 Tim Shenre PR c++/80737 (variant<any> as class member resulting...
2017-05-24 Jonathan WakelyUse CHAR_BIT instead of assuming 8 bits
2017-05-24 Andreas Schwabbaseline_symbols.txt: Update.
2017-05-23 Xi RuoyaoPR libstdc++/67578 Implement non-trivial std::random_de...
2017-05-23 Xi RuoyaoPR libstdc++/67214 Avoid signed overflow in num_get...
2017-05-19 Jonathan WakelyPR libstdc++/80796 Add new std::search overload for...
2017-05-18 Jonathan WakelyPR libstdc++/80478 make std::mem_fn work with noexcept...
2017-05-18 Jonathan WakelyFix typos in libstdc++ manual
2017-05-18 Jonathan WakelyUpdate libstdc++ version info in manual
2017-05-17 Jonathan WakelyFixes to Doxygen comments in libstdc++ headers
2017-05-17 Ville VoutilainenImplement new C++ intrinsics __is_assignable and __is_c...
2017-05-16 Jonathan WakelyTest source_location::current() in default member initi...
2017-05-16 Jonathan WakelyImplement std::experimental::source_location (N4519)
2017-05-16 Jonathan WakelyFix forward declaration of std::type_info for versioned...
2017-05-16 Jonathan WakelyRegenerate libstdc++-v3/configure for versioned-namespa...
2017-05-16 Marc Glisseoptional (_Optional_base::_M_get): Check precondition.
2017-05-16 Jonathan WakelyAdd cross-reference for test permutations in libstdc...
2017-05-16 Jonathan WakelyAdd cross-reference for BADNAMES in libstdc++ manual
2017-05-15 Jonathan WakelyFix order and types of members in C++17 insert_return_t...
2017-05-12 François DumontRevert revision 247926.
2017-05-12 Jonathan WakelyPR libstdc++/78939 make tuple_size<cv T> depend on...
2017-05-11 François Dumont2017-05-11 François Dumont <fdumont@gcc.gnu.org>
2017-05-11 François Dumont2017-05-11 François Dumont <fdumont@gcc.gnu.org>
2017-05-11 François Dumont2017-05-11 François Dumont <fdumont@gcc.gnu.org>
2017-05-11 Jonathan WakelyFix ViewCVS URLs in libstdc++ manual
2017-05-11 Jonathan WakelyPR libstdc++/80285 optimize std::make_shared for -fno...
2017-05-10 François DumontBump version namespace.
2017-05-10 François Dumontstl_algobase.h (std::__iter_swap<false>): Remove _GLIBC...
2017-05-09 Jason Merrill* testsuite/24_iterators/container_access.cc (test03...
2017-05-08 Jonathan WakelyTweak static assertions in std::optional
2017-05-08 Jonathan WakelyClarify mt_allocator documentation w.r.t deallocation
2017-05-02 Hugo Beauzée-Luyssenre PR bootstrap/69506 (check-in 232454 seems to cause...
2017-04-29 François Dumont48362.cc: Replace a regexp-test by a note-test.
2017-04-28 Jonathan WakelyPR libstdc++/80553 don't allow destroying non-destructi...
2017-04-28 Jonathan WakelyRemove superfluous "" in dg-error.
2017-04-28 Tom de VriesRemove superfluous '{ target *-*-* }' in dg-(error...
2017-04-27 Jonathan WakelyRemove reundant const-qualification from cast targets
2017-04-26 Jonathan WakelyImprove tests for vector and deque move-assignment
2017-04-24 Jonathan WakelyPR libstdc++/80506 fix constant used in condition
2017-04-24 Jonathan WakelyPR libstdc++/80504 qualify calls to avoid ADL
2017-04-24 Jonathan WakelyPR libstdc++/80493 fix invalid exception specification
2017-04-21 Jonathan WakelyPR libstdc++/80316 make promise::set_value throw no_sta...
2017-04-21 Jonathan WakelyAvoid deprecated warnings about std::auto_ptr in librar...
2017-04-20 Edward Smith-RowlandPR libstdc++/68397 std::tr1::expint fails ... long...
2017-04-20 Jonathan WakelyPR79862 check macro for type aliases that depend on...
2017-04-19 Jonathan WakelyRationalise ABI links in libstdc++ manual
2017-04-19 Jonathan Wakely* libsupc++/new: Update comment on #endif directive.
2017-04-19 Jonathan WakelyPR libstdc++/80448 remove noexcept from defaulted functions
2017-04-19 Jonathan WakelyPR libstdc++/80446 cope with libc defining __has_builtin
2017-04-18 Jonathan WakelyFix incorrect results from std::boyer_moore_searcher
2017-04-11 Gerald Pfeiferfaq.xml: Update reference link to C++ ABI for Itanium.
2017-04-03 Jonathan WakelyRemove duplicated entry in C++17 library status table
2017-04-03 Jonathan WakelyUncomment std::reference_wrapper tests that no longer...
2017-04-03 Jonathan WakelyFix comments in libstdc++ header and test
2017-04-03 Jonathan WakelyUpdate C++17 library status table in manual
2017-04-03 Jonathan WakelyImplement P0426R1 "Constexpr for std::char_traits"...
2017-04-03 Ville Voutilainenre PR libstdc++/79141 (std::pair<int,int> p = {}; fails...
2017-04-03 Ville VoutilainenImplement std::is_aggregate.
2017-03-29 Ville VoutilainenAdjust optional's pretty printer for LWG 2900.
2017-03-28 Ville VoutilainenImplement LWG 2900, The copy and move constructors...
2017-03-28 Jonathan WakelyPR libstdc++/80137 use std::nextafter instead of looping
2017-03-28 Jonathan WakelyAdd _GLIBCXX_RELEASE macro to "Using" section of manual
2017-03-28 Jonathan WakelyPR libstdc++/80229 restore support for shared_ptr<funct...
2017-03-26 Markus TrippelsdorfFix PR80183 : _M_color not moved
2017-03-23 Jonathan WakelyFix Debug Mode test failures
2017-03-23 Jonathan WakelyFix broken links in manual and remove outdated info
2017-03-23 Daniel KrueglerImplement LWG 2686, std::hash<error_condition>, for...
2017-03-23 Daniel KrueglerImplement P0607R0 "Inline Variables for Standard Librar...
2017-03-22 Jonathan WakelyAdd deduction guides for C++17 (P0433R2, partial)
2017-03-20 François Dumontstl_deque.h (deque): Access allocator value_type only...
2017-03-18 Gerald Pfeiferappendix_contributing.xml: Convert link to ansi.org...
2017-03-17 Jonathan WakelyFix alignment bugs in std::codecvt_utf16
next