aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2013-11-19string_view (_S_max_size): Remove.Paolo Carlini4-22/+12
2013-11-19* doc/xml/manual/status_cxx2014.xml: Create new table for TS statuses.Jonathan Wakely2-18/+69
2013-11-18shared_ptr_base.h (_Sp_counted_base<_S_single>): Use non-atomic operations.Jonathan Wakely4-7/+47
2013-11-17I forgot the ChangeLog and a comment fix for my last checkin.Edward Smith-Rowland2-1/+87
2013-11-1655043.cc (equal): Add missing & on rhs parameter.François Dumont2-4/+16
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-Rowland66-2/+5137
2013-11-15stl_bvector.h (vector<bool>::emplace_back()): LWG 2187: Define.Jonathan Wakely3-1/+70
2013-11-15build_hacking.xml: Fix documentation typos.Ondřej Bílka12-18/+34
2013-11-15stl_map.h (map): Implement C++11 allocator-aware container requirements.Jonathan Wakely55-118/+2866
2013-11-14rs6000.h (RS6000_SAVE_AREA): Handle ABI_ELFv2.Ulrich Weigand2-0/+6
2013-11-14alloc_traits.h (__allow_copy_cons): Remove.Jonathan Wakely8-125/+19
2013-11-13re PR libstdc++/59087 (Issues including complex.h in C++11/1y mode because of...Marc Glisse2-16/+23
2013-11-11re PR libstdc++/54562 (mutex and condition variable timers)Jonathan Wakely2-14/+21
2013-11-09re PR libstdc++/58982 (std::vector<std::atomic<int>> vai(10); does not compil...Jonathan Wakely9-6/+311
2013-11-08safe_iterator.h (_BeforeBeginHelper<>::_S_Is): Take only a const safe iterato...François Dumont6-121/+139
2013-11-08regex_compiler.h (__detail::__has_contiguous_iter): vector<bool> storage is n...Jonathan Wakely2-2/+10
2013-11-08regex_compiler.h (__detail::__compile_nfa): Overload so that std::basic_strin...Jonathan Wakely2-1/+47
2013-11-08regex_compiler.h (__detail::_AnyMatcher, [...]): Remove redundant _CharT temp...Jonathan Wakely3-11/+19
2013-11-08regex_automaton.h (__detail::_State, [...]): Remove redundant _CharT template...Jonathan Wakely8-59/+80
2013-11-08regex_automaton.h (__detail::_State): Split non-dependent parts into new _Sta...Jonathan Wakely6-192/+228
2013-11-06regex_automaton.h (_S_opcode_word_boundry): Rename to _S_opcode_word_boundary.Jonathan Wakely5-9/+18
2013-11-05N3655 C++1y TransformationTraits ReduxJonathan Wakely20-90/+563
2013-11-05status_cxx2011.xml: Document aligned_union as missing.Jonathan Wakely2-2/+8
2013-11-05optional: Use __and_<> and __not_<> in conditions.Jonathan Wakely6-129/+138
2013-11-01Fix date of previous ChangeLog entry.Jonathan Wakely1-1/+1
2013-11-01enable_special_members.h: New.Michael Brune48-6/+4785
2013-11-01* include/bits/stl_function.h (logical_not<void>): Add noexcept.Jonathan Wakely2-1/+7
2013-11-01re PR libstdc++/58952 (Construct "std::getchar()" rejected when getchar is ma...Paolo Carlini2-0/+6
2013-11-01N3421 C++1y Transparent functorsJonathan Wakely4-1/+455
2013-10-31tuple (_Index_tuple, [...]): Move to <utility>.Jonathan Wakely6-23/+162
2013-10-31configure.ac: Add header checks for fenv.h and complex.h.Steve Ellcey3-0/+30
2013-10-31Implement C++14 digit separators.Edward Smith-Rowland2-2/+8
2013-10-3148631_neg.cc: Tweak dg-prune.Paolo Carlini2-0/+5
2013-10-30pointer_partial_void.cc: Fix and enable VERIFY tests.Jonathan Wakely2-4/+9
2013-10-30shared_ptr (__shared_ptr): Assert non-void pointer.Jonathan Wakely8-4/+81
2013-10-29re PR libstdc++/58839 (dereferencing void* in shared_ptr(unique_ptr&& u) cons...Jonathan Wakely5-2/+149
2013-10-29hashtable.cc (__access_protected_ctor): Define and use new type instead of _H...Jonathan Wakely3-5/+13
2013-10-28regex_executor.tcc: Add comments.Tim Shen2-38/+71
2013-10-26regex.h: Remove unnecessary friends.Tim Shen12-783/+503
2013-10-25formatter.h (__check_singular): Add const on iterator reference.François Dumont6-14/+199
2013-10-23testsuite_containergen.h: New.Chris Jefferson7-0/+355
2013-10-23Fix up ChangeLog entries (name, e-mail, formatting, otherwise).Gerald Pfeifer1-1/+1
2013-10-23* include/bits/hashtable.h (_Hashtable): Force EBO for _Hash_code_base.Jason Merrill2-1/+5
2013-10-23re PR libstdc++/58850 (Conversion error in chrono)Paolo Carlini3-6/+55
2013-10-23contrib.texi ([Fran@,{c}ois Dumont], [...]): New entries.Paolo Carlini2-3/+7
2013-10-23re PR libstdc++/58815 (Casting/Conversion operator for std::decimal not suppo...Paolo Carlini3-6/+58
2013-10-23basic_string.h (operator""s): Remove space between quotes and literal identif...Edward Smith-Rowland3-16/+23
2013-10-23Implement N3779 - User-defined Literals for std::complex, part 2 of UDL for S...Ed Smith-Rowland4-0/+136
2013-10-21re PR libstdc++/58804 (dynamic_bitset<> uses popcountl on long long)Edward Smith-Rowland3-5/+18