aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++
AgeCommit message (Expand)AuthorFilesLines
2017-12-05Correct noexcept mismatch in declarations.Jason Merrill1-2/+4
2017-12-01Add [[noreturn]] attributes to fix warningJonathan Wakely1-0/+2
2017-11-24Add [[nodiscard]] attribute to std::launderJonathan Wakely1-2/+2
2017-11-17Enable building libstdc++-v3 with Intel CETIgor Tsimbalist2-5/+6
2017-09-20PR libstdc++/81469 deprecate std::uncaught_exception for C++17Jonathan Wakely1-1/+2
2017-09-20Remove non-standard std::copy_exception functionJonathan Wakely1-13/+0
2017-09-13PR libstdc++/81835 fix broken URLs in libstdc++ docsJonathan Wakely1-1/+1
2017-07-19new (bad_array_new_length): Remove redundant semicolon after in-class member ...Volker Reichelt1-1/+1
2017-06-02Remove libsupc++ makefile targets setting -std=gnu++11 or -std=gnu++14Jonathan Wakely4-142/+2
2017-06-02re PR libstdc++/80721 (Sorting/Merging of free EH-emergency buffer may wrong ...Richard Biener1-5/+17
2017-04-19* libsupc++/new: Update comment on #endif directive.Jonathan Wakely1-1/+1
2017-04-19PR libstdc++/80446 cope with libc defining __has_builtinJonathan Wakely1-6/+8
2017-03-02PR libstdc++/79789 fix non-reserved names in headersJonathan Wakely1-2/+2
2017-01-26PR libstdc++/79190 add fallback aligned_alloc implementationJonathan Wakely2-5/+32
2017-01-26update-copyright.py: Add libhsail-rt to self.default_dirs and call self.add_d...Jakub Jelinek1-1/+1
2017-01-17PR79114 use decayed type in std::throw_with_nested assertionJonathan Wakely1-1/+1
2017-01-17re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek1-1/+2
2017-01-06Build libgo with -Wa,-nH if possible (PR go/78978) [non-libgo parts]Rainer Orth1-2/+3
2017-01-04PR78968 add configure check for __cxa_thread_atexit in libcJonathan Wakely1-1/+5
2017-01-04Support exception propagation without lock-free atomic intPauli Nieminen9-29/+95
2017-01-01Update copyright years.Jakub Jelinek80-80/+80
2016-11-15PR 59406 note that FNV hash functions are incorrectJonathan Wakely1-0/+6
2016-11-07Implement P0012R1, Make exception specifications part of the type system.Jason Merrill3-11/+13
2016-10-28Implement std::launder for C++17Jonathan Wakely1-0/+35
2016-10-26re PR libstdc++/78110 (freestanding libstdc++ fails to compile)Bernd Edlinger1-0/+4
2016-10-21Use global operator new in std::make_exception_ptrJonathan Wakely1-4/+4
2016-10-12Remove 'return' from noreturn functionJonathan Wakely1-1/+1
2016-10-11Simplify std::rethrow_if_nested definitionJonathan Wakely1-49/+39
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