summaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++
AgeCommit message (Expand)Author
2015-03-17nested_exception.h: Do not try to derive from final classes.Jonathan Wakely
2015-01-29Committing generated configure & Makefile.in pieces of VTV Cygwin patch (from...Caroline Tice
2015-01-29Committing VTV Cygwin patch for Patrick WollgastCaroline Tice
2015-01-28re PR libstdc++/64828 (libstdc++-v3/libsupc++/del_opvs.cc:30:1: warning: ‘v...Jonathan Wakely
2015-01-28re PR libstdc++/64798 (g++.old-deja/g++.eh/badalloc1.C FAILs)Richard Biener
2015-01-22re PR libstdc++/64535 (Emergency buffer for exception allocation too small)Richard Biener
2015-01-09unwind-arm-common.h: Revert previous commit.Andreas Tobler
2015-01-09configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.Andreas Tobler
2015-01-07Makefile.am: Compile del_ops.cc as C++14.Jonathan Wakely
2015-01-05Update copyright years.Jakub Jelinek
2014-12-19New std::string implementation.Jonathan Wakely
2014-12-15N3778: Sized DeallocationJason Merrill
2014-12-12re PR libstdc++/64276 (would be better to use __cpp_exceptions rather than __...Jonathan Wakely
2014-12-12re PR libstdc++/64241 (make_exception_ptr returns garbage with -fno-exceptions)Jonathan Wakely
2014-12-11Remove N3639 "array of runtime length" from -std=c++14.Jason Merrill
2014-09-18dyncast.cc (__dynamic_cast): Handle mid-destruction dynamic_cast more gracefu...Jason Merrill
2014-09-10re PR libgcc/56846 (_Unwind_Backtrace on ARM and noexcept)Tony Wang
2014-08-19os_defines.h (_GLIBCXX_THREAD_ATEXIT_WIN32): Define.Yaakov Selkowitz
2014-08-15re PR libstdc++/62154 (std::throw_with_nested should not require a polymorphi...Jonathan Wakely
2014-08-01atexit_thread.cc (HAVE___CXA_THREAD_ATEXIT_IMPL): Add _GLIBCXX_ prefix to macro.Zifei Tong
2014-07-09re PR libstdc++/61728 (lost symbol FUNC:_ZNK10__cxxabiv117__pbase_type_info15...Jason Merrill
2014-06-30re PR ipa/61659 (Extra undefined symbol because of devirtualization)Jason Merrill
2014-05-20re PR target/61223 (libstdc++ build fail due to pop lr register)Alexey Merzlyakov
2014-05-17new_op.cc: Factor the calls to malloc, use __builtin_expect.Marc Glisse
2014-05-16re PR libstdc++/60758 (Infinite backtrace in __cxa_end_cleanup)Alexey Merzlyakov
2014-03-31* libsupc++/eh_ptr.cc: Improve static_assert messages.Jonathan Wakely
2014-03-27re PR libstdc++/60612 (Throwing exception, catching and rethrowing (std::exce...Jonathan Wakely
2014-03-12PR libstdc++/59392: Fix ARM EABI uncaught throw from unexpected exception han...Roland McGrath
2014-01-27Core DR 475 PR c++/41174 PR c++/59224Jason Merrill
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford
2013-11-15build_hacking.xml: Fix documentation typos.Ondřej Bílka
2013-10-03del_op.cc (operator delete): Don't test for 0 before free.Marc Glisse
2013-08-06Commit the vtable verification feature.Caroline Tice
2013-07-22re PR libstdc++/57914 (Memory leak in __cxa_thread_atexit when using thread_l...Jason Merrill
2013-05-13Makefile.am (sources): Add bad_array_length.cc, bad_array_new.cc.Benjamin Kosnik
2013-05-09N3639 C++1y VLA supportJason Merrill
2013-05-08Core 624/N2932: Throw bad_array_new_length on overflowJason Merrill
2013-04-24re PR libstdc++/56905 ([C++11][DR 1130] std::copy_exception should be removed...Jonathan Wakely
2013-04-24* libsupc++/initializer_list: Fix typos.Jason Merrill
2013-04-05re PR libstdc++/56841 (ld: Unsatisfied symbol "__atomic_exchange_8" in file /...Jonathan Wakely
2013-04-03exception (get_terminate(), [...]): Declare.Jonathan Wakely
2013-03-16re PR libstdc++/56468 (Clang exposes bug with unexpected forward-declaration ...Jonathan Wakely
2013-03-15unwind-cxx.h: Include sys/sdt.h if detected.Tom Tromey
2013-02-25configure.ac: Check for __cxa_thread_atexit_impl.Jason Merrill
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-12-21os_defines.h (_GLIBCXX_LLP64): Define if llp64 abi is used.Kai Tietz
2012-12-11re PR libstdc++/55631 (Several ext/ headers can not be #included on their own)Jonathan Wakely
2012-11-29re PR target/55445 (Always defined __SEH__ when build from trunk)Kai Tietz
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill