aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++
AgeCommit message (Expand)Author
2019-05-14Remove obsolete Solaris 10 supportRainer Orth
2019-05-10Improve API docs for <memory> and <new>Jonathan Wakely
2019-05-04Improve API docs for <system_error> headerJonathan Wakely
2019-05-02Miscellaneous API doc improvementsJonathan Wakely
2019-04-23 PR target/89093Ramana Radhakrishnan
2019-03-11PR libstdc++/89629 fix _Hash_bytes for lengths > INT_MAXJonathan Wakely
2019-02-27PR libstdc++/89466 avoid slow xsltproc command in configureJonathan Wakely
2019-02-19P0482R5 char8_t: Standard library supportTom Honermann
2019-02-13PR libstdc++/89345 Only define std::destroying_delete for C++2aJonathan Wakely
2019-01-21gcc/testsuite/ChangeLogUlrich Drepper
2019-01-15Fix missing or incorrect feature test macrosJonathan Wakely
2019-01-01 Update copyright years.Jakub Jelinek
2018-11-13 Implement P0722R3, destroying operator delete.Jason Merrill
2018-10-31Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).Joseph Myers
2018-09-05 * libsupc++/cxxabi.h (__cxa_demangle): Clarify doxygen comment.Jonathan Wakely
2018-08-24new(nothrow) is malloc-likeMarc Glisse
2018-08-13Minor optimisations in operator new(size_t, align_val_t)Jonathan Wakely
2018-08-10PR libstdc++/68210 adjust operator new and delete for LWG 206Jonathan Wakely
2018-08-10Remove not needed __builtin_expect due to malloc predictor.Martin Liska
2018-08-08Prevent internal aligned_alloc clashing with libc versionJonathan Wakely
2018-08-07PR libstdc++/86861 Meet precondition for Solaris memalignJonathan Wakely
2018-07-31Don't unconditionally define feature test macros in <version>Jonathan Wakely
2018-07-30Add workaround for aligned_alloc bug on AIXJonathan Wakely
2018-07-17PR libstdc++/86450 use -Wabi=2 and simplify -Werror useJonathan Wakely
2018-07-05PR libstdc++/85831 define move constructors and operators for exceptionsJonathan Wakely
2018-05-18Some libstdc++ fixes for -Wdeprecated-copy.Jason Merrill
2018-05-17PR libstdc++/85812 fix memory leak in std::make_exception_ptrJonathan Wakely
2018-01-03 Update copyright years.Jakub Jelinek
2017-12-05Correct noexcept mismatch in declarations.Jason Merrill
2017-12-01Add [[noreturn]] attributes to fix warningJonathan Wakely
2017-11-24Add [[nodiscard]] attribute to std::launderJonathan Wakely
2017-11-17Enable building libstdc++-v3 with Intel CETIgor Tsimbalist
2017-09-20PR libstdc++/81469 deprecate std::uncaught_exception for C++17Jonathan Wakely
2017-09-20Remove non-standard std::copy_exception functionJonathan Wakely
2017-09-13PR libstdc++/81835 fix broken URLs in libstdc++ docsJonathan Wakely
2017-07-19 * libsupc++/new (bad_array_new_length): Remove redundantVolker Reichelt
2017-06-02Remove libsupc++ makefile targets setting -std=gnu++11 or -std=gnu++14Jonathan Wakely
2017-06-022017-06-02 Richard Biener <rguenther@suse.de>Richard Biener
2017-04-19 * libsupc++/new: Update comment on #endif directive.Jonathan Wakely
2017-04-19PR libstdc++/80446 cope with libc defining __has_builtinJonathan Wakely
2017-03-02PR libstdc++/79789 fix non-reserved names in headersJonathan Wakely
2017-01-26PR libstdc++/79190 add fallback aligned_alloc implementationJonathan Wakely
2017-01-26contrib/Jakub Jelinek
2017-01-17PR79114 use decayed type in std::throw_with_nested assertionJonathan Wakely
2017-01-17 PR other/79046Jakub Jelinek
2017-01-06Build libgo with -Wa,-nH if possible (PR go/78978) [non-libgo parts]Rainer Orth
2017-01-04PR78968 add configure check for __cxa_thread_atexit in libcJonathan Wakely
2017-01-04Support exception propagation without lock-free atomic intPauli Nieminen
2017-01-01 Update copyright years.Jakub Jelinek
2016-11-15PR 59406 note that FNV hash functions are incorrectJonathan Wakely