index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
libsupc++
/
exception_ptr.h
Age
Commit message (
Expand
)
Author
Files
Lines
7 days
non-gcc: Remove trailing whitespace
Jakub Jelinek
1
-5
/
+5
2024-09-22
libstdc++: Silence -Wattributes warning in exception_ptr
Jonathan Wakely
1
-2
/
+1
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-11-08
libstdc++: Fix -Wsystem-headers warnings
Jonathan Wakely
1
-1
/
+1
2022-05-13
libstdc++: Allow std::swap to find overload for std::exception_ptr
Jonathan Wakely
1
-4
/
+15
2022-05-06
libstdc++: Do not use #include inside push visibility scope [PR99871]
Jonathan Wakely
1
-5
/
+1
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-12-09
libstdc++: Make std::make_exception_ptr work with -fno-exceptions [PR85813]
Jonathan Wakely
1
-11
/
+19
2021-12-09
libstdc++: Fix std::exception_ptr regressions [PR103630]
Jonathan Wakely
1
-6
/
+13
2021-04-06
libstdc++: Fix doxygen markup for group close commands
Jonathan Wakely
1
-1
/
+1
2021-02-11
libstdc++: Fix versioned namespace build
Jonathan Wakely
1
-2
/
+2
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-11-09
libstdc++: Use 'inline' consistently in std::exception_ptr [PR 97729]
Jonathan Wakely
1
-9
/
+0
2020-11-05
libstdc++: Fix multiple definitions of std::exception_ptr functions [PR 97729]
Jonathan Wakely
1
-30
/
+26
2020-10-08
libstdc++: Fix non-reserved names in headers
Jonathan Wakely
1
-8
/
+9
2020-10-06
libstdc++: Inline std::exception_ptr members [PR 90295]
Jonathan Wakely
1
-7
/
+68
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-05-04
Improve API docs for <system_error> header
Jonathan Wakely
1
-0
/
+7
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-05-17
PR libstdc++/85812 fix memory leak in std::make_exception_ptr
Jonathan Wakely
1
-9
/
+15
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-09-20
Remove non-standard std::copy_exception function
Jonathan Wakely
1
-13
/
+0
2017-03-02
PR libstdc++/79789 fix non-reserved names in headers
Jonathan Wakely
1
-2
/
+2
2017-01-04
Support exception propagation without lock-free atomic int
Pauli Nieminen
1
-4
/
+0
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-10-21
Use global operator new in std::make_exception_ptr
Jonathan Wakely
1
-4
/
+4
2016-08-22
libstdc++/68297 avoid throw/catch in make_exception_ptr
Gleb Natapov
1
-2
/
+23
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-11-11
re PR libstdc++/64651 (std::rethrow_exception not found by ADL)
Jonathan Wakely
1
-0
/
+2
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-12-12
re PR libstdc++/64276 (would be better to use __cpp_exceptions rather than __...
Jonathan Wakely
1
-1
/
+1
2014-12-12
re PR libstdc++/64241 (make_exception_ptr returns garbage with -fno-exceptions)
Jonathan Wakely
1
-4
/
+6
2014-01-02
Update copyright years in libstdc++-v3/
Richard Sandiford
1
-1
/
+1
2013-04-24
re PR libstdc++/56905 ([C++11][DR 1130] std::copy_exception should be removed...
Jonathan Wakely
1
-4
/
+9
2013-03-16
re PR libstdc++/56468 (Clang exposes bug with unexpected forward-declaration ...
Jonathan Wakely
1
-1
/
+3
2013-02-03
Update copyright in libstdc++-v3.
Richard Sandiford
1
-1
/
+1
2012-11-10
* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.
Jason Merrill
1
-4
/
+4
2011-12-06
re PR libstdc++/51438 (std::exception and derived classes are not compatible ...
Paolo Carlini
1
-27
/
+30
2011-12-01
acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): Remove size-specific macros.
Benjamin Kosnik
1
-1
/
+1
2011-05-23
* libsupc++/exception_ptr.h: Fix compilation in C++0x mode.
Jason Merrill
1
-1
/
+3
2011-03-31
exception_ptr.h needs the forward declaration because it's included from...
Jeffrey Yasskin
1
-1
/
+1
2011-01-15
re PR libstdc++/36104 (gnu-versioned-namespace is broken)
Benjamin Kosnik
1
-3
/
+3
2011-01-03
Update Copyright years for files modified in 2010.
Jakub Jelinek
1
-1
/
+1
2010-12-19
*: Use headername alias to associate private includes to public includes.
Benjamin Kosnik
1
-2
/
+2
2010-06-06
re PR libstdc++/40296 ([C++0x] std::exception_ptr comparisons)
Jonathan Wakely
1
-7
/
+20
2010-05-07
exception_ptr.h (make_exception_ptr): Add.
Jonathan Wakely
1
-0
/
+8
2009-11-09
user.cfg.in: Regenerate, add files.
Benjamin Kosnik
1
-22
/
+16
2009-08-10
future: Fixes for -fno-exceptions.
Benjamin Kosnik
1
-1
/
+3
2009-06-16
exception_ptr.h (exception_ptr::swap(exception_ptr&&)): Remove.
Jonathan Wakely
1
-11
/
+1
[next]