aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++
AgeCommit message (Expand)AuthorFilesLines
2016-10-10Use noexcept instead of _GLIBCXX_USE_NOEXCEPTJonathan Wakely1-25/+17
2016-09-29Disable .gnu.attributes tags in compatibility-ldbl.oAlan Modra1-0/+1
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek1-0/+2
2016-09-16Replace modulus with mask operation in over-aligned newJonathan Wakely1-1/+1
2016-09-16Adjust arguments to aligned_alloc or posix_memalignJonathan Wakely1-2/+11
2016-09-11Fix bootstrap failure when ATOMIC_INT_LOCK_FREE < 2Jonathan Wakely2-0/+2
2016-09-09Implement P0035R4, C++17 new of over-aligned types.Jason Merrill13-3/+510
2016-08-22libstdc++/68297 avoid throw/catch in make_exception_ptrGleb Natapov9-50/+201
2016-07-20Use static pointer to member when catching nullptrJonathan Wakely1-5/+7
2016-07-15c++/58796 Make nullptr match exception handlers of pointer typeJonathan Wakely1-0/+25
2016-07-12Remove unused operator delete overloads (LWG 2458)Jonathan Wakely1-6/+0
2016-03-24libstdc++/69945 Add __gnu_cxx::__freeres hookJonathan Wakely1-0/+19
2016-03-18* libsupc++/guard.cc: Revert my last commit.Uros Bizjak1-0/+2
2016-03-18Revert:Uros Bizjak1-2/+0
2016-01-15libstdc++: Make certain exceptions transaction_safe.Torvald Riegel2-8/+46
2016-01-04Update copyright years.Jakub Jelinek68-68/+68
2015-12-11re PR libstdc++/68139 (rethrow_if_nested should tolerate overloaded unary ope...Ville Voutilainen1-1/+3
2015-11-11* libsupc++/new_handler.cc: Fix for explicit constructor change.Jonathan Wakely1-1/+1
2015-11-11LWG 2510, make the default constructors of library tag types explicit.Ville Voutilainen1-1/+6
2015-11-11re PR libstdc++/64651 (std::rethrow_exception not found by ADL)Jonathan Wakely1-0/+2
2015-11-03* libsupc++/new: Declare sized deletes.Jason Merrill1-0/+12
2015-10-04Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill2-2/+14
2015-07-24libstdc++-v3/fragment.am (AM_CPPFLAGS): Add CPPFLAGSMichael Haubenwallner1-1/+1
2015-07-02guard.cc (__test_and_acquire): Use __p after __atomic_load to avoid unused va...Uros Bizjak1-0/+2
2015-06-12Use atomics in guard.cc.Ramana Radhakrishnan1-5/+14
2015-05-21del_opv.cc: Suppress -Wsized-deallocation.Jason Merrill2-0/+6
2015-05-13sjlj.m4: New file.Eric Botcazou3-9/+9
2015-05-13libstdc++: Bump to automake 1.11.6Michael Haubenwallner1-10/+45
2015-04-28exception (uncaught_exceptions): Add comment.Jonathan Wakely1-1/+2
2015-04-27eh_catch.cc (uncaught_exception, [...]): Return false or zero if the library ...Federico Lenarduzzi2-1/+9
2015-04-27Add support for std::uncaught_exceptions.Ville Voutilainen2-0/+12
2015-04-27re PR libstdc++/62258 (uncaught_exception() equals to `true' after rethrow_ex...Dmitry Prokoptsev1-0/+3
2015-03-17nested_exception.h: Do not try to derive from final classes.Jonathan Wakely1-1/+1
2015-01-29Committing generated configure & Makefile.in pieces of VTV Cygwin patch (from...Caroline Tice1-3/+4
2015-01-29Committing VTV Cygwin patch for Patrick WollgastCaroline Tice2-0/+36
2015-01-28re PR libstdc++/64828 (libstdc++-v3/libsupc++/del_opvs.cc:30:1: warning: ‘v...Jonathan Wakely2-0/+8
2015-01-28re PR libstdc++/64798 (g++.old-deja/g++.eh/badalloc1.C FAILs)Richard Biener1-8/+9
2015-01-22re PR libstdc++/64535 (Emergency buffer for exception allocation too small)Richard Biener1-84/+179
2015-01-09unwind-arm-common.h: Revert previous commit.Andreas Tobler1-29/+8
2015-01-09configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.Andreas Tobler1-8/+29
2015-01-07Makefile.am: Compile del_ops.cc as C++14.Jonathan Wakely2-0/+12
2015-01-05Update copyright years.Jakub Jelinek68-68/+68
2014-12-19New std::string implementation.Jonathan Wakely1-0/+1
2014-12-15N3778: Sized DeallocationJason Merrill4-11/+82
2014-12-12re PR libstdc++/64276 (would be better to use __cpp_exceptions rather than __...Jonathan Wakely8-9/+9
2014-12-12re PR libstdc++/64241 (make_exception_ptr returns garbage with -fno-exceptions)Jonathan Wakely1-4/+6
2014-12-11Remove N3639 "array of runtime length" from -std=c++14.Jason Merrill4-24/+22
2014-09-18dyncast.cc (__dynamic_cast): Handle mid-destruction dynamic_cast more gracefu...Jason Merrill1-0/+12
2014-09-10re PR libgcc/56846 (_Unwind_Backtrace on ARM and noexcept)Tony Wang1-0/+6
2014-08-19os_defines.h (_GLIBCXX_THREAD_ATEXIT_WIN32): Define.Yaakov Selkowitz1-0/+20