aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2014-09-15regex.h (basic_regex): Rename _Ch_typeraits template parameters to _Ch_traits.Jonathan Wakely2-4/+9
2014-09-12deque (__gnu_debug::deque): Make base class C++11 allocator aware.Jonathan Wakely2-2/+7
2014-09-12re PR libstdc++/59603 (std::random_shuffle tries to swap element with itself)Jonathan Wakely3-2/+52
2014-09-11re PR libstdc++/63219 (Superfluous template parameter in match_result::format...Jonathan Wakely6-5/+21
2014-09-10hook.in: Load the xmethods.Siva Chandra Reddy9-3/+274
2014-09-10re PR libgcc/56846 (_Unwind_Backtrace on ARM and noexcept)Tony Wang2-0/+13
2014-09-09Make std::deque meet C++11 allocator requirements.Jonathan Wakely19-95/+938
2014-09-06hashtable_policy.h (_Prime_rehash_policy): Constructor noexcept qualified.François Dumont11-42/+128
2014-08-30baseline_symbols.txt: Update.John David Anglin2-0/+48
2014-08-29complex (complex): Define copy constructor and assignment operator as defaulted.Jonathan Wakely2-17/+27
2014-08-28*: Fix incorrect standard references in comments.Jonathan Wakely43-71/+75
2014-08-27re PR libstdc++/62159 (Missing headers for freestanding implementation)Jonathan Wakely3-18/+33
2014-08-26Whitespace fixes in libstdc++-v3/ChangeLogJonathan Wakely1-2/+2
2014-08-2162154.cc: Disable when the target doesn't provide atomic builtins.Tony Wang2-0/+6
2014-08-19os_defines.h (_GLIBCXX_THREAD_ATEXIT_WIN32): Define.Yaakov Selkowitz4-0/+44
2014-08-15re PR libstdc++/62154 (std::throw_with_nested should not require a polymorphi...Jonathan Wakely3-59/+133
2014-08-14requirements: Remove empty directory.Matthias Klose1-0/+5
2014-08-14parser.c (cp_parser_init_declarator): Remove redundant check of decl_specifie...Paolo Carlini3-6/+9
2014-08-13re PR libstdc++/61841 (broken std::thread on Hurd)Jonathan Wakely4-0/+29
2014-08-13Fix the date ...Sylvestre Ledru1-1/+1
2014-08-13profiler_hash_func.h: Fix a comment typoSylvestre Ledru2-1/+5
2014-08-132014-08-13 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini2-1/+5
2014-08-13re PR libstdc++/62118 (cases under libstdc++-v3/testsuite/ext/ failed on aarc...Paolo Carlini2-2/+14
2014-08-12* include/bits/basic_string.h (getline): Declare inline.Jonathan Wakely2-1/+3
2014-08-12basic_string.h (getline): Qualify call to prevent ADL and add overloads for r...Jonathan Wakely4-1/+102
2014-08-09random.tcc (uniform_on_sphere_helper): Define.Ulrich Drepper6-16/+161
2014-08-092014-08-09 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini1-1/+1
2014-08-09invoke.texi ([Wnarrowing]): Update for non-constants in C++11.Paolo Carlini2-1/+8
2014-08-09re PR libstdc++/61667 (setting max_load_factor of unordered_map cause buckets...François Dumont3-4/+56
2014-08-07future (__location_invariant): Move specializations after preprocessor condit...Jonathan Wakely2-2/+5
2014-08-07future (_State_baseV2::_M_set_result): Pass pointers to _M_do_set.Jonathan Wakely2-71/+66
2014-08-07stl_list.h (_List_base::_List_base(_List_base&&)): Optimize.Jonathan Wakely6-6/+28
2014-08-02re PR c++/15339 ([DR217] Adding default arguments to function templates in re...Paolo Carlini2-1/+6
2014-08-01atexit_thread.cc (HAVE___CXA_THREAD_ATEXIT_IMPL): Add _GLIBCXX_ prefix to macro.Zifei Tong2-3/+8
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