aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)Author
2014-08-15re PR libstdc++/62154 (std::throw_with_nested should not require a polymorphi...Jonathan Wakely
2014-08-14requirements: Remove empty directory.Matthias Klose
2014-08-14parser.c (cp_parser_init_declarator): Remove redundant check of decl_specifie...Paolo Carlini
2014-08-13re PR libstdc++/61841 (broken std::thread on Hurd)Jonathan Wakely
2014-08-13Fix the date ...Sylvestre Ledru
2014-08-13profiler_hash_func.h: Fix a comment typoSylvestre Ledru
2014-08-132014-08-13 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini
2014-08-13re PR libstdc++/62118 (cases under libstdc++-v3/testsuite/ext/ failed on aarc...Paolo Carlini
2014-08-12* include/bits/basic_string.h (getline): Declare inline.Jonathan Wakely
2014-08-12basic_string.h (getline): Qualify call to prevent ADL and add overloads for r...Jonathan Wakely
2014-08-09random.tcc (uniform_on_sphere_helper): Define.Ulrich Drepper
2014-08-092014-08-09 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini
2014-08-09invoke.texi ([Wnarrowing]): Update for non-constants in C++11.Paolo Carlini
2014-08-09re PR libstdc++/61667 (setting max_load_factor of unordered_map cause buckets...François Dumont
2014-08-07future (__location_invariant): Move specializations after preprocessor condit...Jonathan Wakely
2014-08-07future (_State_baseV2::_M_set_result): Pass pointers to _M_do_set.Jonathan Wakely
2014-08-07stl_list.h (_List_base::_List_base(_List_base&&)): Optimize.Jonathan Wakely
2014-08-02re PR c++/15339 ([DR217] Adding default arguments to function templates in re...Paolo Carlini
2014-08-01atexit_thread.cc (HAVE___CXA_THREAD_ATEXIT_IMPL): Add _GLIBCXX_ prefix to macro.Zifei Tong
2014-07-29* python/libstdcxx/v6/printers.pyJonathan Wakely
2014-07-292014-07-29 François Dumont <fdumont@gcc.gnu.org>François Dumont
2014-07-29re PR libstdc++/61947 (Ambiguous calls when constructing std::tuple)Jonathan Wakely
2014-07-29re PR libstdc++/61946 (rope construction, passing allocator referenct without...Jonathan Wakely
2014-07-29PR libstdc++/60037 - SIGFPE in std::generate_canonical<unsigned int...>Ed Smith-Rowland
2014-07-25baseline_symbols.txt: Update.Uros Bizjak
2014-07-25string_view: Make the literal operators constexpr like the ctors they call.Ed Smith-Rowland
2014-07-23Add a blank lineH.J. Lu
2014-07-23Update x32 baseline_symbols.txtH.J. Lu
2014-07-23printers.py (StdExpAnyPrinter): Convert type to string instead of using gdb.T...Jonathan Wakely
2014-07-19acinclude.m4 (GLIBCXX_CHECK_SDT_H): Replace AC_MSG_RESULT with AC_MSG_CHECKING.Jonathan Wakely
2014-07-18re PR libstdc++/61835 (Invalid comment on pretty printers breaks gdb)Jonathan Wakely
2014-07-16random: Minor formatting and cosmetic tweaks.Paolo Carlini
2014-07-15printers.py (SingleObjContainerPrinter): New base class for experimental::any...Jonathan Wakely
2014-07-15printers.py (TemplateTypePrinter): Add type printer for class templates.Jonathan Wakely
2014-07-15re PR libstdc++/61720 (std::regex_search matches incorrectly)Tim Shen
2014-07-14random.tcc: Unfortunately more fixes for operator>> and operator<< for...Ulrich Drepper
2014-07-13random.tcc: Fix operator>> and operator<< for uniform_on_sphere_distribution.Ulrich Drepper
2014-07-13random: Add uniform_on_sphere_distribution definition.Ulrich Drepper
2014-07-12Add the logistic_distribution as an extension.Edward Smith-Rowland
2014-07-11gdb-test.exp (gdb-test): Turn off GDB's auto-load, list loaded libs.Samuel Bronson
2014-07-11libstdc++.exp (libstdc++_init): Set $GCC_COLORS="" instead of insisting that ...Samuel Bronson
2014-07-11re PR libstdc++/58962 (Pretty printers use obsolete Python syntax)Samuel Bronson
2014-07-10any (any::_Manager_alloc::_Data): Reorder tuple members to simplify pretty pr...Jonathan Wakely
2014-07-09re PR libstdc++/61728 (lost symbol FUNC:_ZNK10__cxxabiv117__pbase_type_info15...Jason Merrill
2014-07-08allocated_ptr.h (__allocated_ptr::operator=): Add missing return.Jonathan Wakely
2014-07-01* ChangeLog: Correct the PR id from 61061 to 61601.Tim Shen
2014-07-01re PR testsuite/61061 (FAIL: g++.dg/inherit/covariant7.C)Tim Shen
2014-07-01re PR libstdc++/61424 (std::regex matches right to left, not leftmost longest)Tim Shen
2014-06-30re PR ipa/61659 (Extra undefined symbol because of devirtualization)Jason Merrill
2014-06-28revert: [multiple changes]Paolo Carlini