aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2015-06-16re PR libstdc++/65393 (std::thread shared_ptr inefficiency)Jonathan Wakely2-5/+12
2015-06-12* include/precompiled/stdc++.h: Include <codecvt> and <shared_mutex>.Jonathan Wakely2-0/+7
2015-06-12Fix whitespace in changelog.Jonathan Wakely1-16/+16
2015-06-12re PR libstdc++/66464 (codecvt_utf16 max_length returning incorrect value)Jonathan Wakely2-1/+7
2015-06-12Use atomics in guard.cc / remove special casing in targets.Ramana Radhakrishnan4-178/+0
2015-06-12Use atomics in guard.cc / remove special casing in targets.Ramana Radhakrishnan2-11/+11
2015-06-12Use atomics in guard.cc.Ramana Radhakrishnan9-31/+47
2015-06-12tuple (__is_tuple_like_impl): Disambiguate array in debug and profile modes.Jonathan Wakely3-2/+13
2015-06-09re PR libstdc++/66030 ([5.1.0] std::codecvt_byname missing from libstdc++ DLL)Jonathan Wakely2-3/+12
2015-06-08re PR libstdc++/66441 (wstring_convert not working correctly)Jonathan Wakely3-2/+56
2015-06-08re PR libstdc++/66417 (std::codecvt_utf16<char32_t, 0x10FFFF, std::codecvt_mo...Jonathan Wakely3-1/+84
2015-06-07stl_tree.h (_Rb_tree<>::__is_transparent<>): Move to outer scope and rename t...François Dumont14-87/+873
2015-06-05status_cxx2017.xml: Update status tables.Jonathan Wakely8-6/+216
2015-06-05shared_mutex (__shared_mutex_pthread, [...]): New helper types implementing t...Jonathan Wakely8-170/+533
2015-06-05Fix date of ChangeLog entry.Jonathan Wakely1-1/+1
2015-06-05Add __is_nothrow_swappable and take it into use.Ville Voutilainen14-29/+234
2015-06-032015-06-03 François Dumont fdumont@gcc.gnu.org>François Dumont2-0/+5
2015-06-02abi.xml: Document versioning for 5.1.0 release.Jonathan Wakely3-3/+9
2015-06-02lwg-active.html: Update to R93.Jonathan Wakely6-35960/+95845
2015-06-02[libstdc++-v3]Add _GLIBCXX_HAVE_LIMIT_FSIZE to guard 27_io/fpos/14775.cc.Renlin Li2-1/+5
2015-06-01libstdc++.exp (libstdc++_init): Unset LANGUAGE environment variable.Jonathan Wakely2-0/+9
2015-05-31re PR libstdc++/66354 ([UBSAN] stl_algobase.h:708:7: runtime error: null poin...Jonathan Wakely2-2/+8
2015-05-30stl_algobase.h (__equal<true>::equal): Check length instead of checking for n...Jonathan Wakely2-13/+12
2015-05-292015-05-29 François Dumont fdumont@gcc.gnu.org>François Dumont19-203/+412
2015-05-29status_cxx2017.xml: Fix duplicate ID attribute.Jonathan Wakely5-3/+9
2015-05-29future (__async_result_of): New alias template.Jonathan Wakely4-11/+70
2015-05-29re PR libstdc++/66327 (-fsanitize=nonnull-attribute errors in stl_algobase.h)Jonathan Wakely2-3/+20
2015-05-28re PR libstdc++/65352 (array<T,0>::begin()/end() etc. forms a null reference ...Jonathan Wakely3-4/+8
2015-05-28re PR libstdc++/65352 (array<T,0>::begin()/end() etc. forms a null reference ...Jonathan Wakely4-5/+23
2015-05-27stl_tree.h (_Rb_tree::_M_end()): Return _Base_ptr instead of downcasting.Jonathan Wakely2-77/+87
2015-05-27re PR libstdc++/66017 (Undefined behaviour in std::set<long long>)Jonathan Wakely4-21/+66
2015-05-26xmethods.py (UniquePtrMethodsMatcher): Add operator-> support.Doug Evans3-1/+26
2015-05-26locale_conv.h: Fix copyright years.Jonathan Wakely12-11/+28
2015-05-232015-05-23 François Dumont fdumont@gcc.gnu.org>François Dumont2-23/+50
2015-05-21re PR target/66224 (PowerPC _GLIBCXX_READ_MEM_BARRIER too weak)David Edelsohn3-3/+11
2015-05-21del_opv.cc: Suppress -Wsized-deallocation.Jason Merrill3-0/+11
2015-05-20formatter.h (_GLIBCXX_TYPEID): New macro to simplify usage of typeid.François Dumont3-278/+271
2015-05-202015-05-20 François Dumont <fdumont@gcc.gnu.org>François Dumont4-21/+38
2015-05-20* testsuite/util/testsuite_fs.h (nonexistent_path): Don't use tempnam.Jonathan Wakely2-10/+7
2015-05-20re PR libstdc++/66078 (20_util/specialized_algorithms/uninitialized_copy/8085...Jonathan Wakely5-3/+167
2015-05-19stl_list.h (_M_resize_pos(size_type&)): Declare.Jonathan Wakely3-22/+76
2015-05-1966055.cc: Add constructor invocations.François Dumont5-5/+24
2015-05-19Add cpu_defines.h for ARM.Ramana Radhakrishnan3-0/+48
2015-05-17unordered_map.h (unordered_map, [...]): Add missing constructors.François Dumont7-64/+470
2015-05-15ops.cc (stat_type): Define alias for struct stat and use throughout the file.Jonathan Wakely7-42/+384
2015-05-14re PR libstdc++/66055 (hash containers missing required reserving constructors)Nathan Myers7-0/+174
2015-05-14re PR libstdc++/66011 (call to '__open_missing_mode' declared with attribute ...Jonathan Wakely5-21/+197
2015-05-14re PR libstdc++/66018 (opendir configure test not working when GCC_NO_EXECUTA...Jonathan Wakely5-278/+100
2015-05-13sjlj.m4: New file.Eric Botcazou12-201/+34
2015-05-13shared_ptr_base.h (__shared_count(unique_ptr&&)): Check for nullptr (LWG 2415).Jonathan Wakely5-4/+28