summaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++
Commit message (Expand)AuthorAgeFilesLines
* Remove libsupc++ makefile targets setting -std=gnu++11 or -std=gnu++14redi2017-06-024-142/+2
* 2017-06-02 Richard Biener <rguenther@suse.de>rguenth2017-06-021-5/+17
* * libsupc++/new: Update comment on #endif directive.redi2017-04-191-1/+1
* PR libstdc++/80446 cope with libc defining __has_builtinredi2017-04-191-6/+8
* PR libstdc++/79789 fix non-reserved names in headersredi2017-03-021-2/+2
* PR libstdc++/79190 add fallback aligned_alloc implementationredi2017-01-262-5/+32
* contrib/jakub2017-01-261-1/+1
* PR79114 use decayed type in std::throw_with_nested assertionredi2017-01-171-1/+1
* PR other/79046jakub2017-01-171-1/+2
* Build libgo with -Wa,-nH if possible (PR go/78978) [non-libgo parts]ro2017-01-061-2/+3
* PR78968 add configure check for __cxa_thread_atexit in libcredi2017-01-041-1/+5
* Support exception propagation without lock-free atomic intredi2017-01-049-29/+95
* Update copyright years.jakub2017-01-0180-80/+80
* PR 59406 note that FNV hash functions are incorrectredi2016-11-151-0/+6
* Implement P0012R1, Make exception specifications part of the type system.jason2016-11-073-11/+13
* Implement std::launder for C++17redi2016-10-281-0/+35
* 2016-10-26 Bernd Edlinger <bernd.edlinger@hotmail.de>edlinger2016-10-261-0/+4
* Use global operator new in std::make_exception_ptrredi2016-10-211-4/+4
* Remove 'return' from noreturn functionredi2016-10-121-1/+1
* Simplify std::rethrow_if_nested definitionredi2016-10-111-49/+39
* Use noexcept instead of _GLIBCXX_USE_NOEXCEPTredi2016-10-101-25/+17
* Disable .gnu.attributes tags in compatibility-ldbl.oamodra2016-09-281-0/+1
* Implement -Wimplicit-fallthrough.mpolacek2016-09-261-0/+2
* Replace modulus with mask operation in over-aligned newredi2016-09-161-1/+1
* Adjust arguments to aligned_alloc or posix_memalignredi2016-09-161-2/+11
* Fix bootstrap failure when ATOMIC_INT_LOCK_FREE < 2redi2016-09-112-0/+2
* Implement P0035R4, C++17 new of over-aligned types.jason2016-09-0913-3/+510
* libstdc++/68297 avoid throw/catch in make_exception_ptrredi2016-08-229-50/+201
* Use static pointer to member when catching nullptrredi2016-07-201-5/+7
* c++/58796 Make nullptr match exception handlers of pointer typeredi2016-07-151-0/+25
* Remove unused operator delete overloads (LWG 2458)redi2016-07-121-6/+0
* libstdc++/69945 Add __gnu_cxx::__freeres hookredi2016-03-241-0/+19
* * libsupc++/guard.cc: Revert my last commit.uros2016-03-181-0/+2
* Revert:uros2016-03-181-2/+0
* libstdc++: Make certain exceptions transaction_safe.torvald2016-01-152-8/+46
* Update copyright years.jakub2016-01-0468-68/+68
* PR libstdc++/68139ville2015-12-111-1/+3
* * libsupc++/new_handler.cc: Fix for explicit constructor change.redi2015-11-111-1/+1
* 2015-11-10 Ville Voutilainen <ville.voutilainen@gmail.com>ville2015-11-111-1/+6
* PR libstdc++/64651redi2015-11-111-0/+2
* * libsupc++/new: Declare sized deletes.jason2015-11-031-0/+12
* Implement N4514, C++ Extensions for Transactional Memory.jason2015-10-042-2/+14
* libstdc++-v3/fragment.am (AM_CPPFLAGS): Add CPPFLAGShaubi2015-07-241-1/+1
* * libsupc++/guard.cc (__test_and_acquire): Use __p after __atomic_loaduros2015-07-021-0/+2
* Use atomics in guard.cc.ramana2015-06-121-5/+14
* * libsupc++/del_opv.cc: Suppress -Wsized-deallocation.jason2015-05-212-0/+6
* config/ebotcazou2015-05-133-9/+9
* libstdc++: Bump to automake 1.11.6haubi2015-05-131-10/+45
* * libsupc++/exception (uncaught_exceptions): Add comment. Reorder #if.redi2015-04-281-1/+2
* 2015-04-27 Federico Lenarduzzi <federico.lenarduzzi@tallertechnologies.com>redi2015-04-272-1/+9