aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++
AgeCommit message (Expand)AuthorFilesLines
2018-10-31Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).Joseph Myers1-82/+176
2018-09-05* libsupc++/cxxabi.h (__cxa_demangle): Clarify doxygen comment.Jonathan Wakely1-2/+3
2018-08-24new(nothrow) is malloc-likeMarc Glisse1-4/+4
2018-08-13Minor optimisations in operator new(size_t, align_val_t)Jonathan Wakely1-3/+3
2018-08-10PR libstdc++/68210 adjust operator new and delete for LWG 206Jonathan Wakely17-45/+46
2018-08-10Remove not needed __builtin_expect due to malloc predictor.Martin Liska3-3/+3
2018-08-08Prevent internal aligned_alloc clashing with libc versionJonathan Wakely1-10/+20
2018-08-07PR libstdc++/86861 Meet precondition for Solaris memalignJonathan Wakely1-9/+19
2018-07-31Don't unconditionally define feature test macros in <version>Jonathan Wakely1-10/+0
2018-07-30Add workaround for aligned_alloc bug on AIXJonathan Wakely1-0/+6
2018-07-17PR libstdc++/86450 use -Wabi=2 and simplify -Werror useJonathan Wakely1-2/+1
2018-07-05PR libstdc++/85831 define move constructors and operators for exceptionsJonathan Wakely1-3/+5
2018-05-18Some libstdc++ fixes for -Wdeprecated-copy.Jason Merrill2-0/+9
2018-05-17PR libstdc++/85812 fix memory leak in std::make_exception_ptrJonathan Wakely2-9/+18
2018-01-03Update copyright years.Jakub Jelinek81-81/+81
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