configure.tgt (x86_64): Tune -m32 multilib to generic.
[gcc.git] / libstdc++-v3 /
2014-10-01 François Dumontprinters.py (StdDebugIteratorPrinter.to_string): Adapt...
2014-10-01 Edward Smith-Rowlandtype_traits: Add is_final<> type trait for C++14.
2014-10-01 Edward Smith-RowlandImplement SD-6: SG10 Feature Test Recommendations
2014-09-30 Siva Chandra Reddyhook.in: Only import libstdcxx.v6.
2014-09-30 Jonathan Wakelystatus_cxx2011.xml: Update.
2014-09-29 Andreas Schwabbaseline_symbols.txt: New file.
2014-09-29 Andreas Schwabconfigure.host (abi_baseline_pair): If try_cpu is gener...
2014-09-29 François Dumontre PR libstdc++/62313 (Data race in debug iterators)
2014-09-25 Jonathan WakelyDR 1339
2014-09-25 Jonathan Wakely* include/bits/vector.tcc (vector::_M_fill_assign)...
2014-09-25 Jonathan Wakely* testsuite/27_io/basic_ios/conv/bool_neg.cc: Add dg...
2014-09-25 Jonathan Wakelybool_neg.cc: New.
2014-09-25 Tim Shenre PR libstdc++/63199 (Inserting std::wregex to std...
2014-09-24 Jonathan Wakelyre PR libstdc++/56193 (ios_base should replace operator...
2014-09-24 Jonathan Wakelygnu.ver: Make GLIBCXX_3.4 patterns stricter so the...
2014-09-24 François Dumontre PR libstdc++/29988 (More stl_tree.h enhancements...
2014-09-24 Jonathan Wakelyre PR libstdc++/63353 (libstdc++-v3/src/c++11/ios.cc...
2014-09-23 Jonathan Wakelygnu.ver: Adjust basic_ostream exports.
2014-09-22 Jason MerrillMakefile.in (check-parallel-%): Add @.
2014-09-22 Jonathan WakelyInclude <bits/uses_allocator.h> in <stack> and <queue>.
2014-09-22 Jonathan Wakelystatus_cxx2011.xml: Update C++11 status.
2014-09-22 Jonathan Wakelymutex (try_lock): Do not swallow exceptions.
2014-09-22 Jonathan WakelyFix ChangeLog date in my last commit.
2014-09-22 Jonathan WakelyMake streams movable and swappable.
2014-09-18 Jason Merrilldyncast.cc (__dynamic_cast): Handle mid-destruction...
2014-09-15 Jakub JelinekMakefile.in (dg_target_exps): Remove.
2014-09-15 Jonathan Wakelyregex.h (basic_regex): Rename _Ch_typeraits template...
2014-09-12 Jonathan Wakelydeque (__gnu_debug::deque): Make base class C++11 alloc...
2014-09-12 Jonathan Wakelyre PR libstdc++/59603 (std::random_shuffle tries to...
2014-09-11 Jonathan Wakelyre PR libstdc++/63219 (Superfluous template parameter...
2014-09-10 Siva Chandra Reddyhook.in: Load the xmethods.
2014-09-10 Tony Wangre PR libgcc/56846 (_Unwind_Backtrace on ARM and noexcept)
2014-09-09 Jonathan WakelyMake std::deque meet C++11 allocator requirements.
2014-09-06 François Dumonthashtable_policy.h (_Prime_rehash_policy): Constructor...
2014-08-30 John David Anglinbaseline_symbols.txt: Update.
2014-08-29 Jonathan Wakelycomplex (complex): Define copy constructor and assignme...
2014-08-28 Jonathan Wakely*: Fix incorrect standard references in comments.
2014-08-27 Jonathan Wakelyre PR libstdc++/62159 (Missing headers for freestanding...
2014-08-26 Jonathan WakelyWhitespace fixes in libstdc++-v3/ChangeLog
2014-08-21 Tony Wang62154.cc: Disable when the target doesn't provide atomi...
2014-08-19 Yaakov Selkowitzos_defines.h (_GLIBCXX_THREAD_ATEXIT_WIN32): Define.
2014-08-15 Jonathan Wakelyre PR libstdc++/62154 (std::throw_with_nested should...
2014-08-14 Matthias Kloserequirements: Remove empty directory.
2014-08-14 Paolo Carliniparser.c (cp_parser_init_declarator): Remove redundant...
2014-08-13 Jonathan Wakelyre PR libstdc++/61841 (broken std::thread on Hurd)
2014-08-13 Sylvestre LedruFix the date ...
2014-08-13 Sylvestre Ledruprofiler_hash_func.h: Fix a comment typo
2014-08-13 Paolo Carlini2014-08-13 Paolo Carlini <paolo.carlini@oracle.com>
2014-08-13 Paolo Carlinire PR libstdc++/62118 (cases under libstdc++-v3/testsui...
2014-08-12 Jonathan Wakely* include/bits/basic_string.h (getline): Declare inline.
2014-08-12 Jonathan Wakelybasic_string.h (getline): Qualify call to prevent ADL...
2014-08-09 Ulrich Drepperrandom.tcc (uniform_on_sphere_helper): Define.
2014-08-09 Paolo Carlini2014-08-09 Paolo Carlini <paolo.carlini@oracle.com>
2014-08-09 Paolo Carliniinvoke.texi ([Wnarrowing]): Update for non-constants...
2014-08-09 François Dumontre PR libstdc++/61667 (setting max_load_factor of unord...
2014-08-07 Jonathan Wakelyfuture (__location_invariant): Move specializations...
2014-08-07 Jonathan Wakelyfuture (_State_baseV2::_M_set_result): Pass pointers...
2014-08-07 Jonathan Wakelystl_list.h (_List_base::_List_base(_List_base&&)):...
2014-08-02 Paolo Carlinire PR c++/15339 ([DR217] Adding default arguments to...
2014-08-01 Zifei Tongatexit_thread.cc (HAVE___CXA_THREAD_ATEXIT_IMPL): Add...
2014-07-29 Jonathan Wakely* python/libstdcxx/v6/printers.py
2014-07-29 François Dumont2014-07-29 François Dumont <fdumont@gcc.gnu.org>
2014-07-29 Jonathan Wakelyre PR libstdc++/61947 (Ambiguous calls when constructin...
2014-07-29 Jonathan Wakelyre PR libstdc++/61946 (rope construction, passing alloc...
2014-07-29 Ed Smith-RowlandPR libstdc++/60037 - SIGFPE in std::generate_canonical...
2014-07-25 Uros Bizjakbaseline_symbols.txt: Update.
2014-07-25 Ed Smith-Rowlandstring_view: Make the literal operators constexpr like...
2014-07-23 H.J. LuAdd a blank line
2014-07-23 H.J. LuUpdate x32 baseline_symbols.txt
2014-07-23 Jonathan Wakelyprinters.py (StdExpAnyPrinter): Convert type to string...
2014-07-19 Jonathan Wakelyacinclude.m4 (GLIBCXX_CHECK_SDT_H): Replace AC_MSG_RESU...
2014-07-18 Jonathan Wakelyre PR libstdc++/61835 (Invalid comment on pretty printe...
2014-07-16 Paolo Carlinirandom: Minor formatting and cosmetic tweaks.
2014-07-15 Jonathan Wakelyprinters.py (SingleObjContainerPrinter): New base class...
2014-07-15 Jonathan Wakelyprinters.py (TemplateTypePrinter): Add type printer...
2014-07-15 Tim Shenre PR libstdc++/61720 (std::regex_search matches incorr...
2014-07-14 Ulrich Drepperrandom.tcc: Unfortunately more fixes for operator>...
2014-07-13 Ulrich Drepperrandom.tcc: Fix operator>> and operator<< for uniform_o...
2014-07-13 Ulrich Drepperrandom: Add uniform_on_sphere_distribution definition.
2014-07-12 Edward Smith-RowlandAdd the logistic_distribution as an extension.
2014-07-11 Samuel Bronsongdb-test.exp (gdb-test): Turn off GDB's auto-load,...
2014-07-11 Samuel Bronsonlibstdc++.exp (libstdc++_init): Set $GCC_COLORS=""...
2014-07-11 Samuel Bronsonre PR libstdc++/58962 (Pretty printers use obsolete...
2014-07-10 Jonathan Wakelyany (any::_Manager_alloc::_Data): Reorder tuple members...
2014-07-09 Jason Merrillre PR libstdc++/61728 (lost symbol FUNC:_ZNK10__cxxabiv...
2014-07-08 Jonathan Wakelyallocated_ptr.h (__allocated_ptr::operator=): Add missi...
2014-07-01 Tim Shen* ChangeLog: Correct the PR id from 61061 to 61601.
2014-07-01 Tim Shenre PR testsuite/61061 (FAIL: g++.dg/inherit/covariant7.C)
2014-07-01 Tim Shenre PR libstdc++/61424 (std::regex matches right to...
2014-06-30 Jason Merrillre PR ipa/61659 (Extra undefined symbol because of...
2014-06-28 Paolo Carlinirevert: [multiple changes]
2014-06-27 Paolo Carlini2014-06-27 Paolo Carlini <paolo.carlini@oracle.com>
2014-06-26 François DumontFix a comment.
2014-06-26 François Dumont2014-06-26 François Dumont <fdumont@gcc.gnu.org>
2014-06-26 Jonathan Wakelyshared_ptr_base.h (__shared_ptr::_Deleter): Fix paramet...
2014-06-25 Jonathan Wakelyalloc.cc: Fix use of test allocator.
2014-06-25 Jonathan WakelyMakefile.am: Add new header.
2014-06-25 Jonathan Wakelyalloc_traits.h (__alloc_rebind): Define alias template.
2014-06-24 Jonathan Wakelyfunctexcept.h (__throw_out_of_range_fmt): Change attrib...
2014-06-23 Jonathan Wakelyany (any_v1): Rename namespace to fundamentals_v1.
next