summaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++
Commit message (Expand)AuthorAgeFilesLines
* PR libstdc++/79789 fix non-reserved names in headersJonathan Wakely2017-03-021-2/+2
* PR libstdc++/79190 add fallback aligned_alloc implementationJonathan Wakely2017-01-262-5/+32
* update-copyright.py: Add libhsail-rt to self.default_dirs and call self.add_d...Jakub Jelinek2017-01-261-1/+1
* PR79114 use decayed type in std::throw_with_nested assertionJonathan Wakely2017-01-171-1/+1
* re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek2017-01-171-1/+2
* Build libgo with -Wa,-nH if possible (PR go/78978) [non-libgo parts]Rainer Orth2017-01-061-2/+3
* PR78968 add configure check for __cxa_thread_atexit in libcJonathan Wakely2017-01-041-1/+5
* Support exception propagation without lock-free atomic intPauli Nieminen2017-01-049-29/+95
* Update copyright years.Jakub Jelinek2017-01-0180-80/+80
* PR 59406 note that FNV hash functions are incorrectJonathan Wakely2016-11-151-0/+6
* Implement P0012R1, Make exception specifications part of the type system.Jason Merrill2016-11-073-11/+13
* Implement std::launder for C++17Jonathan Wakely2016-10-281-0/+35
* re PR libstdc++/78110 (freestanding libstdc++ fails to compile)Bernd Edlinger2016-10-261-0/+4
* Use global operator new in std::make_exception_ptrJonathan Wakely2016-10-211-4/+4
* Remove 'return' from noreturn functionJonathan Wakely2016-10-121-1/+1
* Simplify std::rethrow_if_nested definitionJonathan Wakely2016-10-111-49/+39
* Use noexcept instead of _GLIBCXX_USE_NOEXCEPTJonathan Wakely2016-10-101-25/+17
* Disable .gnu.attributes tags in compatibility-ldbl.oAlan Modra2016-09-291-0/+1
* Implement -Wimplicit-fallthrough.Marek Polacek2016-09-261-0/+2
* Replace modulus with mask operation in over-aligned newJonathan Wakely2016-09-161-1/+1
* Adjust arguments to aligned_alloc or posix_memalignJonathan Wakely2016-09-161-2/+11
* Fix bootstrap failure when ATOMIC_INT_LOCK_FREE < 2Jonathan Wakely2016-09-112-0/+2
* Implement P0035R4, C++17 new of over-aligned types.Jason Merrill2016-09-0913-3/+510
* libstdc++/68297 avoid throw/catch in make_exception_ptrGleb Natapov2016-08-229-50/+201
* Use static pointer to member when catching nullptrJonathan Wakely2016-07-201-5/+7
* c++/58796 Make nullptr match exception handlers of pointer typeJonathan Wakely2016-07-151-0/+25
* Remove unused operator delete overloads (LWG 2458)Jonathan Wakely2016-07-121-6/+0
* libstdc++/69945 Add __gnu_cxx::__freeres hookJonathan Wakely2016-03-241-0/+19
* * libsupc++/guard.cc: Revert my last commit.Uros Bizjak2016-03-181-0/+2
* Revert:Uros Bizjak2016-03-181-2/+0
* libstdc++: Make certain exceptions transaction_safe.Torvald Riegel2016-01-152-8/+46
* Update copyright years.Jakub Jelinek2016-01-0468-68/+68
* re PR libstdc++/68139 (rethrow_if_nested should tolerate overloaded unary ope...Ville Voutilainen2015-12-111-1/+3
* * libsupc++/new_handler.cc: Fix for explicit constructor change.Jonathan Wakely2015-11-111-1/+1
* LWG 2510, make the default constructors of library tag types explicit.Ville Voutilainen2015-11-111-1/+6
* re PR libstdc++/64651 (std::rethrow_exception not found by ADL)Jonathan Wakely2015-11-111-0/+2
* * libsupc++/new: Declare sized deletes.Jason Merrill2015-11-031-0/+12
* Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill2015-10-042-2/+14
* libstdc++-v3/fragment.am (AM_CPPFLAGS): Add CPPFLAGSMichael Haubenwallner2015-07-241-1/+1
* guard.cc (__test_and_acquire): Use __p after __atomic_load to avoid unused va...Uros Bizjak2015-07-021-0/+2
* Use atomics in guard.cc.Ramana Radhakrishnan2015-06-121-5/+14
* del_opv.cc: Suppress -Wsized-deallocation.Jason Merrill2015-05-212-0/+6
* sjlj.m4: New file.Eric Botcazou2015-05-133-9/+9
* libstdc++: Bump to automake 1.11.6Michael Haubenwallner2015-05-131-10/+45
* exception (uncaught_exceptions): Add comment.Jonathan Wakely2015-04-281-1/+2
* eh_catch.cc (uncaught_exception, [...]): Return false or zero if the library ...Federico Lenarduzzi2015-04-272-1/+9
* Add support for std::uncaught_exceptions.Ville Voutilainen2015-04-272-0/+12
* re PR libstdc++/62258 (uncaught_exception() equals to `true' after rethrow_ex...Dmitry Prokoptsev2015-04-271-0/+3
* nested_exception.h: Do not try to derive from final classes.Jonathan Wakely2015-03-171-1/+1
* Committing generated configure & Makefile.in pieces of VTV Cygwin patch (from...Caroline Tice2015-01-291-3/+4