aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
AgeCommit message (Expand)AuthorFilesLines
2014-08-29complex (complex): Define copy constructor and assignment operator as defaulted.Jonathan Wakely1-17/+22
2014-08-27re PR libstdc++/62159 (Missing headers for freestanding implementation)Jonathan Wakely2-18/+26
2014-08-13re PR libstdc++/61841 (broken std::thread on Hurd)Jonathan Wakely1-0/+11
2014-08-13profiler_hash_func.h: Fix a comment typoSylvestre Ledru1-1/+1
2014-08-132014-08-13 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini1-1/+1
2014-08-13re PR libstdc++/62118 (cases under libstdc++-v3/testsuite/ext/ failed on aarc...Paolo Carlini1-2/+8
2014-08-12* include/bits/basic_string.h (getline): Declare inline.Jonathan Wakely1-1/+1
2014-08-12basic_string.h (getline): Qualify call to prevent ADL and add overloads for r...Jonathan Wakely1-1/+17
2014-08-09random.tcc (uniform_on_sphere_helper): Define.Ulrich Drepper1-12/+79
2014-08-09invoke.texi ([Wnarrowing]): Update for non-constants in C++11.Paolo Carlini1-1/+3
2014-08-09re PR libstdc++/61667 (setting max_load_factor of unordered_map cause buckets...François Dumont1-4/+4
2014-08-07future (__location_invariant): Move specializations after preprocessor condit...Jonathan Wakely1-2/+2
2014-08-07future (_State_baseV2::_M_set_result): Pass pointers to _M_do_set.Jonathan Wakely1-71/+51
2014-08-07stl_list.h (_List_base::_List_base(_List_base&&)): Optimize.Jonathan Wakely1-2/+11
2014-07-29re PR libstdc++/61947 (Ambiguous calls when constructing std::tuple)Jonathan Wakely1-13/+15
2014-07-29re PR libstdc++/61946 (rope construction, passing allocator referenct without...Jonathan Wakely1-3/+4
2014-07-29PR libstdc++/60037 - SIGFPE in std::generate_canonical<unsigned int...>Ed Smith-Rowland3-1/+6
2014-07-25string_view: Make the literal operators constexpr like the ctors they call.Ed Smith-Rowland1-4/+4
2014-07-16random: Minor formatting and cosmetic tweaks.Paolo Carlini2-19/+20
2014-07-15re PR libstdc++/61720 (std::regex_search matches incorrectly)Tim Shen1-0/+1
2014-07-14random.tcc: Unfortunately more fixes for operator>> and operator<< for...Ulrich Drepper1-2/+2
2014-07-13random.tcc: Fix operator>> and operator<< for uniform_on_sphere_distribution.Ulrich Drepper1-2/+2
2014-07-13random: Add uniform_on_sphere_distribution definition.Ulrich Drepper2-7/+257
2014-07-12Add the logistic_distribution as an extension.Edward Smith-Rowland2-35/+348
2014-07-10any (any::_Manager_alloc::_Data): Reorder tuple members to simplify pretty pr...Jonathan Wakely1-11/+11
2014-07-08allocated_ptr.h (__allocated_ptr::operator=): Add missing return.Jonathan Wakely3-5/+9
2014-07-01re PR testsuite/61061 (FAIL: g++.dg/inherit/covariant7.C)Tim Shen3-8/+17
2014-07-01re PR libstdc++/61424 (std::regex matches right to left, not leftmost longest)Tim Shen5-8/+55
2014-06-26shared_ptr_base.h (__shared_ptr::_Deleter): Fix parameter type.Jonathan Wakely1-1/+1
2014-06-25Makefile.am: Add new header.Jonathan Wakely6-102/+171
2014-06-25alloc_traits.h (__alloc_rebind): Define alias template.Jonathan Wakely4-12/+9
2014-06-24functexcept.h (__throw_out_of_range_fmt): Change attribute to __gnu_printf__ ...Jonathan Wakely5-8/+8
2014-06-23any (any_v1): Rename namespace to fundamentals_v1.Jonathan Wakely3-3/+9
2014-06-23parse_numbers.h (_Number_help): Fix divide-by-zero.Jonathan Wakely2-4/+4
2014-06-14any (any_cast): Combine duplicate doxygen comments.Jonathan Wakely5-80/+27
2014-06-14api.xml: Link to more recent API docs.Jonathan Wakely16-29/+29
2014-06-14user.cfg.in (INPUT): Add C++14 headers.Jonathan Wakely7-41/+38
2014-06-14status_cxx2014.xml: Update Fundamentals TS status.Jonathan Wakely4-0/+633
2014-06-10re PR libstdc++/61390 (error in nested template parameter in ext/pb_ds header...Jonathan Wakely1-2/+2
2014-06-09beta_function.tcc: Fix spelling of include guard in comment.Jonathan Wakely1-1/+1
2014-06-07DR 2344 - std::quoted doesn't respect paddingEd Smith-Rowland1-15/+23
2014-06-02regex_compiler.h (__detail::_BracketMatcher): Reorder members to avoid wasted...Jonathan Wakely6-145/+186
2014-06-02condition_variable (condition_variable_any::_Unlock): Do not swallow __forced...Jonathan Wakely3-2/+30
2014-06-02type_traits (__strictest_alignment): New helper struct.Rüdiger Sonderfeld1-0/+49
2014-06-01uses_allocator.h (__uses_allocator_helper): Simplify.Jonathan Wakely1-17/+14
2014-06-01re PR libstdc++/61374 (string_view::operator string() is buggy)Jonathan Wakely2-65/+47
2014-05-29bool_set: Use UTF-8 for accented characters.Jonathan Wakely1-1/+1
2014-05-27re PR libstdc++/61329 (#include <regex> and _GLIBCXX_DEBUG causes multiple sy...Jonathan Wakely1-2/+2
2014-05-25map.h: Fix typo in comment; minor formatting fix.Paolo Carlini4-20/+20
2014-05-24array: Clean useless white chars.François Dumont19-1954/+1552