summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
...
* re PR libstdc++/62118 (cases under libstdc++-v3/testsuite/ext/ failed on aarc...Paolo Carlini2014-08-132-2/+14
* * include/bits/basic_string.h (getline): Declare inline.Jonathan Wakely2014-08-122-1/+3
* basic_string.h (getline): Qualify call to prevent ADL and add overloads for r...Jonathan Wakely2014-08-124-1/+102
* random.tcc (uniform_on_sphere_helper): Define.Ulrich Drepper2014-08-096-16/+161
* 2014-08-09 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini2014-08-091-1/+1
* invoke.texi ([Wnarrowing]): Update for non-constants in C++11.Paolo Carlini2014-08-092-1/+8
* re PR libstdc++/61667 (setting max_load_factor of unordered_map cause buckets...François Dumont2014-08-093-4/+56
* future (__location_invariant): Move specializations after preprocessor condit...Jonathan Wakely2014-08-072-2/+5
* future (_State_baseV2::_M_set_result): Pass pointers to _M_do_set.Jonathan Wakely2014-08-072-71/+66
* stl_list.h (_List_base::_List_base(_List_base&&)): Optimize.Jonathan Wakely2014-08-076-6/+28
* re PR c++/15339 ([DR217] Adding default arguments to function templates in re...Paolo Carlini2014-08-022-1/+6
* atexit_thread.cc (HAVE___CXA_THREAD_ATEXIT_IMPL): Add _GLIBCXX_ prefix to macro.Zifei Tong2014-08-012-3/+8
* * python/libstdcxx/v6/printers.pyJonathan Wakely2014-07-292-2/+7
* 2014-07-29 François Dumont <fdumont@gcc.gnu.org>François Dumont2014-07-2912-164/+229
* re PR libstdc++/61947 (Ambiguous calls when constructing std::tuple)Jonathan Wakely2014-07-294-14/+52
* re PR libstdc++/61946 (rope construction, passing allocator referenct without...Jonathan Wakely2014-07-293-3/+43
* PR libstdc++/60037 - SIGFPE in std::generate_canonical<unsigned int...>Ed Smith-Rowland2014-07-296-1/+55
* baseline_symbols.txt: Update.Uros Bizjak2014-07-252-0/+15
* string_view: Make the literal operators constexpr like the ctors they call.Ed Smith-Rowland2014-07-252-4/+9
* Add a blank lineH.J. Lu2014-07-231-0/+1
* Update x32 baseline_symbols.txtH.J. Lu2014-07-232-0/+26
* printers.py (StdExpAnyPrinter): Convert type to string instead of using gdb.T...Jonathan Wakely2014-07-232-1/+6
* acinclude.m4 (GLIBCXX_CHECK_SDT_H): Replace AC_MSG_RESULT with AC_MSG_CHECKING.Jonathan Wakely2014-07-193-3/+8
* re PR libstdc++/61835 (Invalid comment on pretty printers breaks gdb)Jonathan Wakely2014-07-182-1/+11
* random: Minor formatting and cosmetic tweaks.Paolo Carlini2014-07-163-19/+31
* printers.py (SingleObjContainerPrinter): New base class for experimental::any...Jonathan Wakely2014-07-153-2/+204
* printers.py (TemplateTypePrinter): Add type printer for class templates.Jonathan Wakely2014-07-153-0/+155
* re PR libstdc++/61720 (std::regex_search matches incorrectly)Tim Shen2014-07-153-0/+56
* random.tcc: Unfortunately more fixes for operator>> and operator<< for...Ulrich Drepper2014-07-142-2/+7
* random.tcc: Fix operator>> and operator<< for uniform_on_sphere_distribution.Ulrich Drepper2014-07-132-2/+7
* random: Add uniform_on_sphere_distribution definition.Ulrich Drepper2014-07-137-12/+457
* Add the logistic_distribution as an extension.Edward Smith-Rowland2014-07-129-35/+633
* gdb-test.exp (gdb-test): Turn off GDB's auto-load, list loaded libs.Samuel Bronson2014-07-112-2/+12
* libstdc++.exp (libstdc++_init): Set $GCC_COLORS="" instead of insisting that ...Samuel Bronson2014-07-112-1/+8
* re PR libstdc++/58962 (Pretty printers use obsolete Python syntax)Samuel Bronson2014-07-113-35/+91
* any (any::_Manager_alloc::_Data): Reorder tuple members to simplify pretty pr...Jonathan Wakely2014-07-103-11/+92
* re PR libstdc++/61728 (lost symbol FUNC:_ZNK10__cxxabiv117__pbase_type_info15...Jason Merrill2014-07-093-10/+16
* allocated_ptr.h (__allocated_ptr::operator=): Add missing return.Jonathan Wakely2014-07-086-9/+22
* * ChangeLog: Correct the PR id from 61061 to 61601.Tim Shen2014-07-011-1/+1
* re PR testsuite/61061 (FAIL: g++.dg/inherit/covariant7.C)Tim Shen2014-07-015-8/+79
* re PR libstdc++/61424 (std::regex matches right to left, not leftmost longest)Tim Shen2014-07-017-8/+123
* re PR ipa/61659 (Extra undefined symbol because of devirtualization)Jason Merrill2014-06-302-2/+7
* revert: [multiple changes]Paolo Carlini2014-06-282-153/+80
* 2014-06-27 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini2014-06-2712-222/+164
* Fix a comment.François Dumont2014-06-261-1/+1
* 2014-06-26 François Dumont <fdumont@gcc.gnu.org>François Dumont2014-06-2612-164/+222
* shared_ptr_base.h (__shared_ptr::_Deleter): Fix parameter type.Jonathan Wakely2014-06-262-1/+6
* alloc.cc: Fix use of test allocator.Jonathan Wakely2014-06-264-23/+9
* Makefile.am: Add new header.Jonathan Wakely2014-06-2512-108/+266
* alloc_traits.h (__alloc_rebind): Define alias template.Jonathan Wakely2014-06-255-12/+17