aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2015-08-27re PR libstdc++/67374 (std::cbegin can't call valarray range access functions)Jonathan Wakely4-0/+55
2015-08-27Provide nearly complete std::locale support for DragonFlyJohn Marino14-216/+2301
2015-08-27* configure: Regenerate.Jonathan Wakely2-104/+284
2015-08-26Ensure std::generate_canonical doesn't return 1.Edward Smith-Rowland3-7/+81
2015-08-26Only set std::enable_shared_from_this member once.Jonathan Wakely6-4/+131
2015-08-26try_emplace and insert_or_assign for Debug Mode.Jonathan Wakely3-0/+170
2015-08-26libstdc++/66902 Make _S_debug_messages static.Jonathan Wakely2-1/+6
2015-08-25re PR libstdc++/60519 (Debug mode should check comparators for irreflexivity)François Dumont12-24/+405
2015-08-25Revert my change to commit with PR reference again.François Dumont12-404/+24
2015-08-24formatter.h (_Debug_msg_id::__msg_irreflexive_ordering): New enum entry.François Dumont12-24/+404
2015-08-24re PR libstdc++/65049 (Undefined behaviour with std::char_traits<char>)Jonathan Wakely7-10/+274
2015-08-24re PR libstdc++/67309 (Error compiling with -std=c++11 and -fsingle-precision...Jonathan Wakely4-4/+36
2015-08-20libstdc++/67294 Don't run timed mutex tests on DarwinJonathan Wakely3-4/+9
2015-08-20any (__any_caster): Define at namespace scope so the name is visible to name ...Jonathan Wakely3-9/+16
2015-08-20Makefile.am: Ensure gdb.py is installed for libstdc++ not libstdc++fs.Jonathan Wakely3-2/+8
2015-08-19cmath: Fix typo in comment.Paolo Carlini2-1/+5
2015-08-19cmath: Revert fix for libstdc++/58625...Paolo Carlini2-3/+8
2015-08-18re PR c++/67216 (false is still a null pointer constant)Jonathan Wakely2-2/+6
2015-08-18* include/bits/ptr_traits.h: Include <bits/move.h> for addressof.Jonathan Wakely2-1/+3
2015-08-18re PR libstdc++/67066 (libstdc++-v3/src/filesystem/dir.cc fails to compile wi...Jonathan Wakely9-11/+35
2015-08-14any (any::operator=(const any&)): Move check for self-assignment.Jonathan Wakely4-31/+94
2015-08-14array: Add feature-test macro.Jonathan Wakely3-1/+7
2015-08-13neg.s: Remove.Ville Voutilainen3-1/+5
2015-08-13Implement std::experimental::fundamentals_v2::make_array and std::experimenta...Ville Voutilainen10-3/+202
2015-08-13alloc_traits.h: Add feature-test macro.Jonathan Wakely6-0/+18
2015-08-132.cc: New.Jonathan Wakely7-0/+267
2015-08-13shared_mutex (shared_mutex::unlock()): Fix typo.Eelis van der Weegen2-1/+5
2015-08-12Fix warnings when bootstrapping on darwin with vtable verification enabled.Caroline Tice3-2/+19
2015-08-12appendix_contributing.xml: Update patch email policy.Jonathan Wakely5-24/+27
2015-08-09Implement N4279, Improved insertion interface for unique-key maps.Ville Voutilainen8-1/+1696
2015-08-08Implement N4089 Safe conversions in unique_ptr<T[]> (LWG 2118) and N4366 LWG ...Ville Voutilainen9-102/+233
2015-08-05constexpr.cc: Remove redundant -save-temps option.Nikolai Bozhenov7-6/+16
2015-08-03re PR libstdc++/67078 (FAIL: 24_iterators/container_access.cc (test for exces...Jonathan Wakely2-7/+12
2015-07-30current_path.cc: Use canonical paths for comparisons.Jonathan Wakely2-3/+8
2015-07-30regex_automaton.h (_State_base, _State<>): Remove _TraitsT dependency from _S...Tim Shen6-28/+103
2015-07-30any (any::operator=(const any&)): Check for self-assignment.Jonathan Wakely4-1/+52
2015-07-29re PR libstdc++/66829 (FAIL: 23_containers/multiset/modifiers/erase/dr130-lin...Jonathan Wakely2-1/+7
2015-07-29* testsuite/24_iterators/container_access.cc: New.Jonathan Wakely1-0/+89
2015-07-29range_access.h: Change class to typename in every template.Ville Voutilainen2-18/+108
2015-07-29re PR libstdc++/60970 (Support std::hash with enum types (LWG 2148))Ville Voutilainen3-0/+71
2015-07-29re PR libstdc++/67015 ("^[a-z0-9][a-z0-9-]*$", std::regex::extended is miscom...Tim Shen4-13/+99
2015-07-24* include/bits/atomic_futex.h [_GLIBCXX_HAVE_LINUX_FUTEX]Jonathan Wakely2-7/+15
2015-07-24libstdc++-v3/fragment.am (AM_CPPFLAGS): Add CPPFLAGSMichael Haubenwallner13-12/+27
2015-07-23functional_hash.h: Add specializations for __intN types.DJ Delorie3-3/+37
2015-07-20* include/bits/c++config: Fix abi_tag in special modes.Jason Merrill2-1/+5
2015-07-19status_cxx2017.xml: Fix URL for N4279.Jonathan Wakely3-2/+7
2015-07-17status_cxx2011.xml: Add caveats for native_handle.Jonathan Wakely3-2/+13
2015-07-16stl_algobase.h (__miter_base): Move...François Dumont5-7/+60
2015-07-13re PR libstdc++/66855 (codecvt wrong endianness in UTF-16 conversions)Jonathan Wakely3-1/+62
2015-07-13c++config (_GLIBCXX_NOEXCEPT_IF): Define.Jonathan Wakely48-286/+322