aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
AgeCommit message (Expand)AuthorFilesLines
2013-07-25complex (pow(const complex<>&, int)): Enable in C++11 mode too.Paolo Carlini1-6/+5
2013-07-25Add documents and comments.Tim Shen3-26/+23
2013-07-24random.h (random_device): Avoid using the FILE type.Paolo Carlini2-4/+3
2013-07-24Reimplment matcher using Depth-first search(backtracking).Tim Shen4-7/+74
2013-07-23Implement regex_iterator and regex_token_iterator.Tim Shen1-55/+251
2013-07-23random: Add back <cstdio> include.Paolo Carlini1-0/+1
2013-07-22re PR libstdc++/57920 ([c++11] Linux: std::random_device reads too much from ...Paolo Carlini1-1/+0
2013-07-21Partially implement regex_search.Tim Shen3-13/+70
2013-07-21re PR libstdc++/54352 (relaxed data race rules for ~condition_variable_any)Jonathan Wakely1-13/+23
2013-07-09Implement class regex_traits.Tim Shen1-34/+332
2013-07-05hashtable_policy.h (_ReuseOrAllocNode): Use forward pattern.François Dumont2-165/+176
2013-07-04codecvt_members.cc: Fix typo.Veres Lajos3-3/+3
2013-07-04re PR libstdc++/57808 (operators == and != for regex_token_iterator need to b...Ray Chason1-12/+12
2013-07-01stl_list.h (list<>::insert(iterator, size_type, const value_type&), [...]): A...Paolo Carlini6-68/+305
2013-06-30stl_deque.h (deque<>::insert(iterator, size_type, const value_type&), [...]):...Paolo Carlini7-66/+254
2013-06-29hashtable_policy.h (_Insert_base): Consider hint in insert methods.François Dumont2-28/+77
2013-06-27stl_deque.h (deque<>::insert(iterator, const value_type&), [...]): Adjust C++...Paolo Carlini15-94/+204
2013-06-25re PR libstdc++/57704 (std::char_traits<char>::lt is not standards-compliant)Paolo Carlini1-1/+5
2013-06-24re PR libstdc++/57691 (freestanding libstdc++ has compile error)Bernd Edlinger2-4/+4
2013-06-22re PR libstdc++/57674 (wrong distribution for std::binomial_distribution::op...Paolo Carlini2-5/+8
2013-06-21re PR libstdc++/57666 (valarray<T>::operator= in c++11 mode does not adapt to...Paolo Carlini1-2/+15
2013-06-18re PR libstdc++/57641 (std::timed_mutex.try_lock_until() is broken)Jonathan Wakely2-131/+59
2013-06-17stl_algobase.h (equal): Make C++14 overloads from N3671 dispatch to tradition...Jonathan Wakely2-95/+24
2013-06-16shared_mutex (shared_lock::operator=): Add missing return statement.Jonathan Wakely1-1/+4
2013-06-16re PR libstdc++/57263 (std::set with user-defined allocator - compile error)Jonathan Wakely2-7/+20
2013-06-16shared_mutex: Implement N3659.Jonathan Wakely4-0/+475
2013-06-14re PR libstdc++/57619 (std::unordered_map and std::unordered_multimap::insert...Paolo Carlini1-4/+4
2013-06-13type_traits (is_function): Support ref-qualified functions.Daniel Kruegler1-43/+119
2013-06-13modified_bessel_func.tcc (__gnu_cxx::__airy_ai(), [...]): Remove.Paolo Carlini1-47/+0
2013-06-13re PR libstdc++/56430 (In __airy: return-statement with a value, in function ...Ed Smith-Rowland1-8/+54
2013-06-11Fix library literals error involving namespace __detail.Ed Smith-Rowland2-18/+23
2013-06-11re PR libstdc++/56019 (max_align_t should be in std namespace)Paolo Carlini2-0/+21
2013-06-10c++config (_GLIBCXX_ABI_TAG_CXX11): Add.Benjamin Kosnik7-16/+31
2013-06-10mutex (call_once): Remove parentheses to fix error in c++1y and gnu++1y mode.Jonathan Wakely1-1/+1
2013-06-08Simplify and clean up library literals.Ed Smith-Rowland2-145/+127
2013-06-08Implement N3654 - Quoted Strings Library ProposalEd Smith-Rowland1-1/+154
2013-06-08alloc_traits.h (allocator_traits::max_size()): LWG 2162: Add noexcept.Jonathan Wakely1-1/+1
2013-06-08stl_algo.h (is_permutation): Add overloads from N3671.Jonathan Wakely2-0/+375
2013-06-08type-traits (integral_constant::operator()): Implement N3545.Jonathan Wakely1-0/+3
2013-06-01include/std/chrono: Collapse redundant 'inline' from 'inline constexpr'.Ed Smith-Rowland3-17/+17
2013-06-01Implement N3642 - User-defined Literals for Standard Library TypesEd Smith-Rowland5-0/+589
2013-05-25chrono: Wrap clocks in inline namespace _V2.Benjamin Kosnik1-15/+44
2013-05-24type_traits.h (__is_null_pointer): Add std::nullptr_t overload.Paolo Carlini2-8/+5
2013-05-23Makefile.am (bits_headers): Remove ${bits_host_headers}.Matthias Klose3-15/+25
2013-05-21re PR libstdc++/57336 (Cannot INVOKE a reference_wrapper around an abstract t...Jonathan Wakely1-1/+1
2013-05-19tuple (get): Implement N3670.Jonathan Wakely2-1/+58
2013-05-192013-05-19 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini2-24/+14
2013-05-18Makefile.am (bits_headers): Remove ${bits_host_headers}.Matthias Klose2-14/+24
2013-05-19system_error (error_category::error_category()): LWG 2145: Declare public and...Jonathan Wakely1-3/+6
2013-05-19* include/std/typeindex (type_index::name()): LWG 2144: Add noexcept.Jonathan Wakely1-1/+1