index
:
ampere-computing/gcc.git
common/ipa-str-reorg-v2
dfe-v1
gcc-7_3_0-amp-branch
gcc-7_3_0-retpoline-branch
gcc-7_3_0-retpoline2-branch
gcc-8_2_0-amp-branch
gcc-8_2_0-amp2-branch
gcc-8_2_0-amp3-branch
gcc-8_3_0-amp3-branch
gcc-8_4_0-amp-branch
gcc-9_1_0-amp-branch
gcc-9_3_0-amp-branch
master
master-dbcf2c2b2e
master-retpoline
GCC including Ampere Computing toolchain specific patches
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
libsupc++
/
nested_exception.h
Age
Commit message (
Expand
)
Author
2020-01-01
Update copyright years.
Jakub Jelinek
2019-05-04
Improve API docs for <system_error> header
Jonathan Wakely
2019-01-01
Update copyright years.
Jakub Jelinek
2018-01-03
Update copyright years.
Jakub Jelinek
2017-12-01
Add [[noreturn]] attributes to fix warning
Jonathan Wakely
2017-01-17
PR79114 use decayed type in std::throw_with_nested assertion
Jonathan Wakely
2017-01-04
Support exception propagation without lock-free atomic int
Pauli Nieminen
2017-01-01
Update copyright years.
Jakub Jelinek
2016-10-12
Remove 'return' from noreturn function
Jonathan Wakely
2016-10-11
Simplify std::rethrow_if_nested definition
Jonathan Wakely
2016-01-04
Update copyright years.
Jakub Jelinek
2015-12-11
re PR libstdc++/68139 (rethrow_if_nested should tolerate overloaded unary ope...
Ville Voutilainen
2015-03-17
nested_exception.h: Do not try to derive from final classes.
Jonathan Wakely
2015-01-05
Update copyright years.
Jakub Jelinek
2014-08-15
re PR libstdc++/62154 (std::throw_with_nested should not require a polymorphi...
Jonathan Wakely
2014-01-02
Update copyright years in libstdc++-v3/
Richard Sandiford
2013-02-03
Update copyright in libstdc++-v3.
Richard Sandiford
2012-11-10
* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.
Jason Merrill
2011-12-06
re PR libstdc++/51438 (std::exception and derived classes are not compatible ...
Paolo Carlini
2011-12-01
acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): Remove size-specific macros.
Benjamin Kosnik
2011-03-31
exception_ptr.h needs the forward declaration because it's included from...
Jeffrey Yasskin
2011-03-15
Makefile.am: Add functional.cc, shared_ptr.cc.
Benjamin Kosnik
2011-01-15
re PR libstdc++/36104 (gnu-versioned-namespace is broken)
Benjamin Kosnik
2010-12-19
*: Use headername alias to associate private includes to public includes.
Benjamin Kosnik
2010-02-18
nested_exception.h: Fix <bits/c++0x_warning.h> include.
Paolo Carlini
2010-02-11
thread (~_Impl_base): Declare inline.
Jason Merrill
2010-02-10
PR c++/42983, core issue 906
Jason Merrill
2009-11-09
user.cfg.in: Regenerate, add files.
Benjamin Kosnik
2009-10-26
PR c++/38796, Core issue 906
Jason Merrill
2009-05-12
exception: Include nested_exception.h in C++0x mode.
Jonathan Wakely