aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
AgeCommit message (Expand)AuthorFilesLines
2014-10-29Use perfect forwarding in std::function invokers.Jonathan Wakely1-10/+10
2014-10-29any: Add feature-testing macro.Jonathan Wakely5-0/+11
2014-10-29Add <experimental/algorithm> and <experimental/functional>.Jonathan Wakely4-0/+569
2014-10-24atomic_base.h: Avoid including <stdbool.h>.Paolo Carlini2-3/+4
2014-10-23re PR libstdc++/63497 (std::regex can't handle [^class] correctly and cause r...Tim Shen2-19/+22
2014-10-21Implement more Library Fundamentals v1 variable templates.Ville Voutilainen6-0/+212
2014-10-20Makefile.am: Move ctype.cc, ctype_configure_char.cc and ctype_members.cc to ...Jonathan Wakely2-0/+14
2014-10-17Implement the Library Fundamentals v1 variable templates.Ville Voutilainen3-2/+230
2014-10-15re PR libstdc++/63500 (bug in debug version of std::make_move_iterator?)François Dumont1-3/+11
2014-10-15complex (complex::real, [...]): Add const.Jonathan Wakely1-2/+2
2014-10-15limits: Remove stray semicolon.Paolo Carlini1-1/+1
2014-10-15limits: Remove stray spaces after backslash.Paolo Carlini1-1/+1
2014-10-14machmode.h (int_n_data_t): New.DJ Delorie5-161/+314
2014-10-14re PR libstdc++/54354 (TODO extended iomanip manipulators std::get_time and s...Rüdiger Sonderfeld1-0/+55
2014-10-13re PR libstdc++/57350 (std::align missing)Jonathan Wakely1-4/+5
2014-10-13memory (align): Define.Rüdiger Sonderfeld1-0/+42
2014-10-13re PR libstdc++/61347 (std::distance(list.first(),list.end()) in O(1))Marc Glisse2-10/+12
2014-10-10re PR libstdc++/49561 ([C++0x] std::list::size complexity)Jonathan Wakely5-6/+110
2014-10-09re PR libstdc++/61909 (Small function optimization not applied to small objects)Jonathan Wakely1-2/+3
2014-10-09re PR libstdc++/63322 (std::atomic<T> where T is not trivially copyable shoul...Jonathan Wakely1-1/+2
2014-10-09re PR libstdc++/60132 (C++11: lack of is_trivially_copy_constructible)Ville Voutilainen1-9/+52
2014-10-08locale_facets.tcc (num_put::_M_insert_float): Do not pass precision when usin...Jonathan Wakely1-4/+16
2014-10-08regex.h (regex_token_iterator::_M_end_of_seq): Add const qualifier.Jonathan Wakely1-1/+1
2014-10-06re PR libstdc++/59987 ([C++11]: Missing ios_base::hexfloat format specifier)Rüdiger Sonderfeld1-0/+21
2014-10-06Makefile.am: Add new header.Jonathan Wakely3-2/+74
2014-10-05re PR libstdc++/63456 (unordered_map incorrectly frees _M_single_bucket. Patc...François Dumont1-1/+1
2014-10-02ctgmath: Include <complex>.Jonathan Wakely1-0/+1
2014-10-02stl_function.h: Generic associative lookup feature is not supported.Edward Smith-Rowland1-1/+1
2014-10-01type_traits: Add is_final<> type trait for C++14.Edward Smith-Rowland1-0/+9
2014-10-01Implement SD-6: SG10 Feature Test RecommendationsEdward Smith-Rowland11-0/+43
2014-09-29re PR libstdc++/62313 (Data race in debug iterators)François Dumont6-112/+226
2014-09-25DR 1339Jonathan Wakely3-38/+43
2014-09-25* include/bits/vector.tcc (vector::_M_fill_assign): Use _M_swap_data.Jonathan Wakely1-1/+1
2014-09-25re PR libstdc++/63199 (Inserting std::wregex to std::vector loses some std::w...Tim Shen6-91/+100
2014-09-24re PR libstdc++/56193 (ios_base should replace operator void* with explicit o...Jonathan Wakely1-0/+5
2014-09-24re PR libstdc++/29988 (More stl_tree.h enhancements: improving operator=)François Dumont5-235/+407
2014-09-23gnu.ver: Adjust basic_ostream exports.Jonathan Wakely2-2/+2
2014-09-22Include <bits/uses_allocator.h> in <stack> and <queue>.Jonathan Wakely2-0/+6
2014-09-22mutex (try_lock): Do not swallow exceptions.Jonathan Wakely1-6/+1
2014-09-22Make streams movable and swappable.Jonathan Wakely13-21/+555
2014-09-15regex.h (basic_regex): Rename _Ch_typeraits template parameters to _Ch_traits.Jonathan Wakely1-4/+4
2014-09-12deque (__gnu_debug::deque): Make base class C++11 allocator aware.Jonathan Wakely1-2/+2
2014-09-12re PR libstdc++/59603 (std::random_shuffle tries to swap element with itself)Jonathan Wakely1-2/+12
2014-09-11re PR libstdc++/63219 (Superfluous template parameter in match_result::format...Jonathan Wakely5-5/+7
2014-09-09Make std::deque meet C++11 allocator requirements.Jonathan Wakely4-89/+292
2014-09-06hashtable_policy.h (_Prime_rehash_policy): Constructor noexcept qualified.François Dumont6-42/+75
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