aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2014-07-29* python/libstdcxx/v6/printers.pyJonathan Wakely2-2/+7
2014-07-292014-07-29 François Dumont <fdumont@gcc.gnu.org>François Dumont12-164/+229
2014-07-29re PR libstdc++/61947 (Ambiguous calls when constructing std::tuple)Jonathan Wakely4-14/+52
2014-07-29re PR libstdc++/61946 (rope construction, passing allocator referenct without...Jonathan Wakely3-3/+43
2014-07-29PR libstdc++/60037 - SIGFPE in std::generate_canonical<unsigned int...>Ed Smith-Rowland6-1/+55
2014-07-25baseline_symbols.txt: Update.Uros Bizjak2-0/+15
2014-07-25string_view: Make the literal operators constexpr like the ctors they call.Ed Smith-Rowland2-4/+9
2014-07-23Add a blank lineH.J. Lu1-0/+1
2014-07-23Update x32 baseline_symbols.txtH.J. Lu2-0/+26
2014-07-23printers.py (StdExpAnyPrinter): Convert type to string instead of using gdb.T...Jonathan Wakely2-1/+6
2014-07-19acinclude.m4 (GLIBCXX_CHECK_SDT_H): Replace AC_MSG_RESULT with AC_MSG_CHECKING.Jonathan Wakely3-3/+8
2014-07-18re PR libstdc++/61835 (Invalid comment on pretty printers breaks gdb)Jonathan Wakely2-1/+11
2014-07-16random: Minor formatting and cosmetic tweaks.Paolo Carlini3-19/+31
2014-07-15printers.py (SingleObjContainerPrinter): New base class for experimental::any...Jonathan Wakely3-2/+204
2014-07-15printers.py (TemplateTypePrinter): Add type printer for class templates.Jonathan Wakely3-0/+155
2014-07-15re PR libstdc++/61720 (std::regex_search matches incorrectly)Tim Shen3-0/+56
2014-07-14random.tcc: Unfortunately more fixes for operator>> and operator<< for...Ulrich Drepper2-2/+7
2014-07-13random.tcc: Fix operator>> and operator<< for uniform_on_sphere_distribution.Ulrich Drepper2-2/+7
2014-07-13random: Add uniform_on_sphere_distribution definition.Ulrich Drepper7-12/+457
2014-07-12Add the logistic_distribution as an extension.Edward Smith-Rowland9-35/+633
2014-07-11gdb-test.exp (gdb-test): Turn off GDB's auto-load, list loaded libs.Samuel Bronson2-2/+12
2014-07-11libstdc++.exp (libstdc++_init): Set $GCC_COLORS="" instead of insisting that ...Samuel Bronson2-1/+8
2014-07-11re PR libstdc++/58962 (Pretty printers use obsolete Python syntax)Samuel Bronson3-35/+91
2014-07-10any (any::_Manager_alloc::_Data): Reorder tuple members to simplify pretty pr...Jonathan Wakely3-11/+92
2014-07-09re PR libstdc++/61728 (lost symbol FUNC:_ZNK10__cxxabiv117__pbase_type_info15...Jason Merrill3-10/+16
2014-07-08allocated_ptr.h (__allocated_ptr::operator=): Add missing return.Jonathan Wakely6-9/+22
2014-07-01* ChangeLog: Correct the PR id from 61061 to 61601.Tim Shen1-1/+1
2014-07-01re PR testsuite/61061 (FAIL: g++.dg/inherit/covariant7.C)Tim Shen5-8/+79
2014-07-01re PR libstdc++/61424 (std::regex matches right to left, not leftmost longest)Tim Shen7-8/+123
2014-06-30re PR ipa/61659 (Extra undefined symbol because of devirtualization)Jason Merrill2-2/+7
2014-06-28revert: [multiple changes]Paolo Carlini2-153/+80
2014-06-272014-06-27 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini12-222/+164
2014-06-26Fix a comment.François Dumont1-1/+1
2014-06-262014-06-26 François Dumont <fdumont@gcc.gnu.org>François Dumont12-164/+222
2014-06-26shared_ptr_base.h (__shared_ptr::_Deleter): Fix parameter type.Jonathan Wakely2-1/+6
2014-06-26alloc.cc: Fix use of test allocator.Jonathan Wakely4-23/+9
2014-06-25Makefile.am: Add new header.Jonathan Wakely12-108/+266
2014-06-25alloc_traits.h (__alloc_rebind): Define alias template.Jonathan Wakely5-12/+17
2014-06-24functexcept.h (__throw_out_of_range_fmt): Change attribute to __gnu_printf__ ...Jonathan Wakely6-8/+21
2014-06-23any (any_v1): Rename namespace to fundamentals_v1.Jonathan Wakely7-3/+117
2014-06-23re PR libstdc++/61532 (make_signed and make_unsigned wchar_t have started fai...Jonathan Wakely5-4/+26
2014-06-23parse_numbers.h (_Number_help): Fix divide-by-zero.Jonathan Wakely4-4/+17
2014-06-18Fix libstdc++/61536 - Export out of line typeinfo comparison operatorsPaolo Carlini2-0/+23
2014-06-14any (any_cast): Combine duplicate doxygen comments.Jonathan Wakely6-80/+37
2014-06-14api.xml: Link to more recent API docs.Jonathan Wakely20-33/+83
2014-06-14user.cfg.in (INPUT): Add C++14 headers.Jonathan Wakely9-41/+55
2014-06-14status_cxx2014.xml: Update Fundamentals TS status.Jonathan Wakely17-2/+1268
2014-06-114402.cc (test02): Use `wcout' rather than `cout'.Maciej W. Rozycki2-4/+9
2014-06-10re PR libstdc++/61390 (error in nested template parameter in ext/pb_ds header...Jonathan Wakely3-3/+10
2014-06-09Makefile.am: Add missing file.Jonathan Wakely78-565/+642