aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
AgeCommit message (Expand)AuthorFilesLines
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford709-709/+709
2013-12-10value.cc: Add test.Paolo Carlini1-2/+2
2013-12-09re PR libstdc++/59427 (Opening with ios::in | ios::app does not allow appending)Paolo Carlini2-4/+7
2013-12-03fstream (basic_filebuf::open): Use preformatted text for table in Doxygen com...Jonathan Wakely1-1/+3
2013-12-03regex_compiler.h: Add todo comment.Tim Shen2-0/+5
2013-11-22safe_local_iterator.h (_Safe_local_iterator<>): Remove _M_bucket, use same in...François Dumont4-53/+44
2013-11-22re PR libstdc++/59247 (Bootstrap fails due to errors in libstdc++ sources wit...Jonathan Wakely5-6/+13
2013-11-21string_view: Rep empty string with unit-length static constexpr string.Edward Smith-Rowland2-7/+23
2013-11-21Implement __gnu_cxx::hypergeometric_distribution.Edward Smith-Rowland2-1/+368
2013-11-20re PR libstdc++/49204 ([C++0x] remaining issues in <future>)Jonathan Wakely1-27/+57
2013-11-20re PR c++/59173 (Alias template in partial specialization finds name from pri...Jonathan Wakely1-1/+1
2013-11-19string_view (_S_max_size): Remove.Paolo Carlini1-8/+4
2013-11-18shared_ptr_base.h (_Sp_counted_base<_S_single>): Use non-atomic operations.Jonathan Wakely1-5/+38
2013-11-17I forgot the ChangeLog and a comment fix for my last checkin.Edward Smith-Rowland1-1/+1
2013-11-16Changed reference to Ch21 Strings in comments in experimental/string_view*.Edward Smith-Rowland1-1/+1
2013-11-16Implement N3762 string_view: a non-owning reference to a string.Edward Smith-Rowland4-2/+933
2013-11-15stl_bvector.h (vector<bool>::emplace_back()): LWG 2187: Define.Jonathan Wakely1-1/+12
2013-11-15build_hacking.xml: Fix documentation typos.Ondřej Bílka3-6/+6
2013-11-15stl_map.h (map): Implement C++11 allocator-aware container requirements.Jonathan Wakely8-94/+351
2013-11-14alloc_traits.h (__allow_copy_cons): Remove.Jonathan Wakely3-22/+4
2013-11-13re PR libstdc++/59087 (Issues including complex.h in C++11/1y mode because of...Marc Glisse1-16/+18
2013-11-11re PR libstdc++/54562 (mutex and condition variable timers)Jonathan Wakely1-14/+10
2013-11-09re PR libstdc++/58982 (std::vector<std::atomic<int>> vai(10); does not compil...Jonathan Wakely2-6/+42
2013-11-08safe_iterator.h (_BeforeBeginHelper<>::_S_Is): Take only a const safe iterato...François Dumont5-121/+119
2013-11-08regex_compiler.h (__detail::__has_contiguous_iter): vector<bool> storage is n...Jonathan Wakely1-2/+7
2013-11-08regex_compiler.h (__detail::__compile_nfa): Overload so that std::basic_strin...Jonathan Wakely1-1/+43
2013-11-08regex_compiler.h (__detail::_AnyMatcher, [...]): Remove redundant _CharT temp...Jonathan Wakely2-11/+14
2013-11-08regex_automaton.h (__detail::_State, [...]): Remove redundant _CharT template...Jonathan Wakely7-59/+69
2013-11-08regex_automaton.h (__detail::_State): Split non-dependent parts into new _Sta...Jonathan Wakely5-192/+214
2013-11-06regex_automaton.h (_S_opcode_word_boundry): Rename to _S_opcode_word_boundary.Jonathan Wakely4-9/+9
2013-11-05N3655 C++1y TransformationTraits ReduxJonathan Wakely1-0/+96
2013-11-05optional: Use __and_<> and __not_<> in conditions.Jonathan Wakely1-93/+88
2013-11-01enable_special_members.h: New.Michael Brune4-6/+1145
2013-11-01* include/bits/stl_function.h (logical_not<void>): Add noexcept.Jonathan Wakely1-1/+3
2013-11-01re PR libstdc++/58952 (Construct "std::getchar()" rejected when getchar is ma...Paolo Carlini1-0/+1
2013-11-01N3421 C++1y Transparent functorsJonathan Wakely1-0/+347
2013-10-31tuple (_Index_tuple, [...]): Move to <utility>.Jonathan Wakely2-21/+61
2013-10-31Implement C++14 digit separators.Edward Smith-Rowland1-2/+2
2013-10-30shared_ptr (__shared_ptr): Assert non-void pointer.Jonathan Wakely2-0/+3
2013-10-29re PR libstdc++/58839 (dereferencing void* in shared_ptr(unique_ptr&& u) cons...Jonathan Wakely1-2/+12
2013-10-29hashtable.cc (__access_protected_ctor): Define and use new type instead of _H...Jonathan Wakely1-4/+5
2013-10-28regex_executor.tcc: Add comments.Tim Shen1-38/+67
2013-10-26regex.h: Remove unnecessary friends.Tim Shen4-636/+292
2013-10-25formatter.h (__check_singular): Add const on iterator reference.François Dumont3-14/+17
2013-10-23* include/bits/hashtable.h (_Hashtable): Force EBO for _Hash_code_base.Jason Merrill1-1/+1
2013-10-23re PR libstdc++/58850 (Conversion error in chrono)Paolo Carlini1-6/+6
2013-10-23re PR libstdc++/58815 (Casting/Conversion operator for std::decimal not suppo...Paolo Carlini1-6/+15
2013-10-23basic_string.h (operator""s): Remove space between quotes and literal identif...Edward Smith-Rowland2-16/+16
2013-10-23Implement N3779 - User-defined Literals for std::complex, part 2 of UDL for S...Ed Smith-Rowland1-0/+34
2013-10-21re PR libstdc++/58804 (dynamic_bitset<> uses popcountl on long long)Edward Smith-Rowland2-5/+5