summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* 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
* functexcept.h (__throw_out_of_range_fmt): Change attribute to __gnu_printf__ ...Jonathan Wakely2014-06-246-8/+21
* any (any_v1): Rename namespace to fundamentals_v1.Jonathan Wakely2014-06-237-3/+117
* re PR libstdc++/61532 (make_signed and make_unsigned wchar_t have started fai...Jonathan Wakely2014-06-235-4/+26
* parse_numbers.h (_Number_help): Fix divide-by-zero.Jonathan Wakely2014-06-234-4/+17
* Fix libstdc++/61536 - Export out of line typeinfo comparison operatorsPaolo Carlini2014-06-182-0/+23
* any (any_cast): Combine duplicate doxygen comments.Jonathan Wakely2014-06-146-80/+37
* api.xml: Link to more recent API docs.Jonathan Wakely2014-06-1420-33/+83
* user.cfg.in (INPUT): Add C++14 headers.Jonathan Wakely2014-06-149-41/+55
* status_cxx2014.xml: Update Fundamentals TS status.Jonathan Wakely2014-06-1417-2/+1268
* 4402.cc (test02): Use `wcout' rather than `cout'.Maciej W. Rozycki2014-06-112-4/+9
* re PR libstdc++/61390 (error in nested template parameter in ext/pb_ds header...Jonathan Wakely2014-06-103-3/+10
* Makefile.am: Add missing file.Jonathan Wakely2014-06-0978-565/+642
* beta_function.tcc: Fix spelling of include guard in comment.Jonathan Wakely2014-06-092-1/+6
* gnu.ver: Tighten some patterns; tidy.Paolo Carlini2014-06-082-67/+140
* DR 2344 - std::quoted doesn't respect paddingEd Smith-Rowland2014-06-074-15/+130
* 1.cc: Simplify test.François Dumont2014-06-062-8/+12
* faq.xml (faq.stream_reopening_fails): Replace <quote> in code example.Jonathan Wakely2014-06-0610-33/+74
* DR 1423 PR c++/52174Paolo Carlini2014-06-032-1/+7
* regex_compiler.h (__detail::_BracketMatcher): Reorder members to avoid wasted...Jonathan Wakely2014-06-028-145/+253
* condition_variable (condition_variable_any::_Unlock): Do not swallow __forced...Jonathan Wakely2014-06-026-2/+134
* type_traits (__strictest_alignment): New helper struct.Rüdiger Sonderfeld2014-06-025-4/+136
* uses_allocator.h (__uses_allocator_helper): Simplify.Jonathan Wakely2014-06-012-17/+20
* re PR libstdc++/61374 (string_view::operator string() is buggy)Jonathan Wakely2014-06-0110-87/+129