Improve API docs for <memory> and <new>
[gcc.git] / libstdc++-v3 / libsupc++ /
2019-05-10 Jonathan WakelyImprove API docs for <memory> and <new>
2019-05-04 Jonathan WakelyImprove API docs for <system_error> header
2019-05-02 Jonathan WakelyMiscellaneous API doc improvements
2019-04-23 Ramana Radhakrishnanre PR target/89093 (C++ exception handling clobbers...
2019-03-11 Jonathan WakelyPR libstdc++/89629 fix _Hash_bytes for lengths > INT_MAX
2019-02-27 Jonathan WakelyPR libstdc++/89466 avoid slow xsltproc command in configure
2019-02-19 Tom HonermannP0482R5 char8_t: Standard library support
2019-02-13 Jonathan WakelyPR libstdc++/89345 Only define std::destroying_delete...
2019-01-21 Ulrich DrepperFix after P0600.
2019-01-15 Jonathan WakelyFix missing or incorrect feature test macros
2019-01-01 Jakub JelinekUpdate copyright years.
2018-11-13 Jason MerrillImplement P0722R3, destroying operator delete.
2018-10-31 Joseph MyersUpdate GCC to autoconf 2.69, automake 1.15.1 (PR bootst...
2018-09-05 Jonathan Wakely* libsupc++/cxxabi.h (__cxa_demangle): Clarify doxygen...
2018-08-24 Marc Glissenew(nothrow) is malloc-like
2018-08-13 Jonathan WakelyMinor optimisations in operator new(size_t, align_val_t)
2018-08-10 Jonathan WakelyPR libstdc++/68210 adjust operator new and delete for...
2018-08-10 Martin LiskaRemove not needed __builtin_expect due to malloc predictor.
2018-08-08 Jonathan WakelyPrevent internal aligned_alloc clashing with libc version
2018-08-07 Jonathan WakelyPR libstdc++/86861 Meet precondition for Solaris memalign
2018-07-31 Jonathan WakelyDon't unconditionally define feature test macros in...
2018-07-30 Jonathan WakelyAdd workaround for aligned_alloc bug on AIX
2018-07-17 Jonathan WakelyPR libstdc++/86450 use -Wabi=2 and simplify -Werror use
2018-07-05 Jonathan WakelyPR libstdc++/85831 define move constructors and operato...
2018-05-18 Jason MerrillSome libstdc++ fixes for -Wdeprecated-copy.
2018-05-17 Jonathan WakelyPR libstdc++/85812 fix memory leak in std::make_excepti...
2018-01-03 Jakub JelinekUpdate copyright years.
2017-12-05 Jason MerrillCorrect noexcept mismatch in declarations.
2017-12-01 Jonathan WakelyAdd [[noreturn]] attributes to fix warning
2017-11-24 Jonathan WakelyAdd [[nodiscard]] attribute to std::launder
2017-11-17 Igor TsimbalistEnable building libstdc++-v3 with Intel CET
2017-09-20 Jonathan WakelyPR libstdc++/81469 deprecate std::uncaught_exception...
2017-09-20 Jonathan WakelyRemove non-standard std::copy_exception function
2017-09-13 Jonathan WakelyPR libstdc++/81835 fix broken URLs in libstdc++ docs
2017-07-19 Volker Reicheltnew (bad_array_new_length): Remove redundant semicolon...
2017-06-02 Jonathan WakelyRemove libsupc++ makefile targets setting -std=gnu...
2017-06-02 Richard Bienerre PR libstdc++/80721 (Sorting/Merging of free EH-emerg...
2017-04-19 Jonathan Wakely* libsupc++/new: Update comment on #endif directive.
2017-04-19 Jonathan WakelyPR libstdc++/80446 cope with libc defining __has_builtin
2017-03-02 Jonathan WakelyPR libstdc++/79789 fix non-reserved names in headers
2017-01-26 Jonathan WakelyPR libstdc++/79190 add fallback aligned_alloc implement...
2017-01-26 Jakub Jelinekupdate-copyright.py: Add libhsail-rt to self.default_di...
2017-01-17 Jonathan WakelyPR79114 use decayed type in std::throw_with_nested...
2017-01-17 Jakub Jelinekre PR other/79046 (g++ -print-file-name=plugin uses...
2017-01-06 Rainer OrthBuild libgo with -Wa,-nH if possible (PR go/78978)...
2017-01-04 Jonathan WakelyPR78968 add configure check for __cxa_thread_atexit...
2017-01-04 Pauli NieminenSupport exception propagation without lock-free atomic int
2017-01-01 Jakub JelinekUpdate copyright years.
2016-11-15 Jonathan WakelyPR 59406 note that FNV hash functions are incorrect
2016-11-07 Jason MerrillImplement P0012R1, Make exception specifications part...
2016-10-28 Jonathan WakelyImplement std::launder for C++17
2016-10-26 Bernd Edlingerre PR libstdc++/78110 (freestanding libstdc++ fails...
2016-10-21 Jonathan WakelyUse global operator new in std::make_exception_ptr
2016-10-12 Jonathan WakelyRemove 'return' from noreturn function
2016-10-11 Jonathan WakelySimplify std::rethrow_if_nested definition
2016-10-10 Jonathan WakelyUse noexcept instead of _GLIBCXX_USE_NOEXCEPT
2016-09-28 Alan ModraDisable .gnu.attributes tags in compatibility-ldbl.o
2016-09-26 Marek PolacekImplement -Wimplicit-fallthrough.
2016-09-16 Jonathan WakelyReplace modulus with mask operation in over-aligned new
2016-09-16 Jonathan WakelyAdjust arguments to aligned_alloc or posix_memalign
2016-09-11 Jonathan WakelyFix bootstrap failure when ATOMIC_INT_LOCK_FREE < 2
2016-09-09 Jason MerrillImplement P0035R4, C++17 new of over-aligned types.
2016-08-22 Gleb Natapovlibstdc++/68297 avoid throw/catch in make_exception_ptr
2016-07-20 Jonathan WakelyUse static pointer to member when catching nullptr
2016-07-15 Jonathan Wakelyc++/58796 Make nullptr match exception handlers of...
2016-07-12 Jonathan WakelyRemove unused operator delete overloads (LWG 2458)
2016-03-24 Jonathan Wakelylibstdc++/69945 Add __gnu_cxx::__freeres hook
2016-03-18 Uros Bizjak* libsupc++/guard.cc: Revert my last commit.
2016-03-18 Uros BizjakRevert:
2016-01-15 Torvald Riegellibstdc++: Make certain exceptions transaction_safe.
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-11 Ville Voutilainenre PR libstdc++/68139 (rethrow_if_nested should tolerat...
2015-11-11 Jonathan Wakely* libsupc++/new_handler.cc: Fix for explicit constructo...
2015-11-11 Ville VoutilainenLWG 2510, make the default constructors of library...
2015-11-11 Jonathan Wakelyre PR libstdc++/64651 (std::rethrow_exception not found...
2015-11-03 Jason Merrill* libsupc++/new: Declare sized deletes.
2015-10-04 Jason MerrillImplement N4514, C++ Extensions for Transactional Memory.
2015-07-24 Michael Haubenwallnerlibstdc++-v3/fragment.am (AM_CPPFLAGS): Add CPPFLAGS
2015-07-02 Uros Bizjakguard.cc (__test_and_acquire): Use __p after __atomic_l...
2015-06-12 Ramana RadhakrishnanUse atomics in guard.cc.
2015-05-21 Jason Merrilldel_opv.cc: Suppress -Wsized-deallocation.
2015-05-13 Eric Botcazousjlj.m4: New file.
2015-05-13 Michael Haubenwallnerlibstdc++: Bump to automake 1.11.6
2015-04-28 Jonathan Wakelyexception (uncaught_exceptions): Add comment.
2015-04-27 Federico Lenarduzzieh_catch.cc (uncaught_exception, [...]): Return false...
2015-04-27 Ville VoutilainenAdd support for std::uncaught_exceptions.
2015-04-27 Dmitry Prokoptsevre PR libstdc++/62258 (uncaught_exception() equals...
2015-03-17 Jonathan Wakelynested_exception.h: Do not try to derive from final...
2015-01-29 Caroline TiceCommitting generated configure & Makefile.in pieces...
2015-01-29 Caroline TiceCommitting VTV Cygwin patch for Patrick Wollgast
2015-01-28 Jonathan Wakelyre PR libstdc++/64828 (libstdc++-v3/libsupc++/del_opvs...
2015-01-28 Richard Bienerre PR libstdc++/64798 (g++.old-deja/g++.eh/badalloc1...
2015-01-22 Richard Bienerre PR libstdc++/64535 (Emergency buffer for exception...
2015-01-09 Andreas Toblerunwind-arm-common.h: Revert previous commit.
2015-01-09 Andreas Toblerconfigure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
2015-01-07 Jonathan WakelyMakefile.am: Compile del_ops.cc as C++14.
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-19 Jonathan WakelyNew std::string implementation.
2014-12-15 Jason MerrillN3778: Sized Deallocation
2014-12-12 Jonathan Wakelyre PR libstdc++/64276 (would be better to use __cpp_exc...
next