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++
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-04
Update copyright years.
Jakub Jelinek
68
-68
/
+68
2015-12-11
re PR libstdc++/68139 (rethrow_if_nested should tolerate overloaded unary ope...
Ville Voutilainen
1
-1
/
+3
2015-11-11
* libsupc++/new_handler.cc: Fix for explicit constructor change.
Jonathan Wakely
1
-1
/
+1
2015-11-11
LWG 2510, make the default constructors of library tag types explicit.
Ville Voutilainen
1
-1
/
+6
2015-11-11
re PR libstdc++/64651 (std::rethrow_exception not found by ADL)
Jonathan Wakely
1
-0
/
+2
2015-11-03
* libsupc++/new: Declare sized deletes.
Jason Merrill
1
-0
/
+12
2015-10-04
Implement N4514, C++ Extensions for Transactional Memory.
Jason Merrill
2
-2
/
+14
2015-07-24
libstdc++-v3/fragment.am (AM_CPPFLAGS): Add CPPFLAGS
Michael Haubenwallner
1
-1
/
+1
2015-07-02
guard.cc (__test_and_acquire): Use __p after __atomic_load to avoid unused va...
Uros Bizjak
1
-0
/
+2
2015-06-12
Use atomics in guard.cc.
Ramana Radhakrishnan
1
-5
/
+14
2015-05-21
del_opv.cc: Suppress -Wsized-deallocation.
Jason Merrill
2
-0
/
+6
2015-05-13
sjlj.m4: New file.
Eric Botcazou
3
-9
/
+9
2015-05-13
libstdc++: Bump to automake 1.11.6
Michael Haubenwallner
1
-10
/
+45
2015-04-28
exception (uncaught_exceptions): Add comment.
Jonathan Wakely
1
-1
/
+2
2015-04-27
eh_catch.cc (uncaught_exception, [...]): Return false or zero if the library ...
Federico Lenarduzzi
2
-1
/
+9
2015-04-27
Add support for std::uncaught_exceptions.
Ville Voutilainen
2
-0
/
+12
2015-04-27
re PR libstdc++/62258 (uncaught_exception() equals to `true' after rethrow_ex...
Dmitry Prokoptsev
1
-0
/
+3
2015-03-17
nested_exception.h: Do not try to derive from final classes.
Jonathan Wakely
1
-1
/
+1
2015-01-29
Committing generated configure & Makefile.in pieces of VTV Cygwin patch (from...
Caroline Tice
1
-3
/
+4
2015-01-29
Committing VTV Cygwin patch for Patrick Wollgast
Caroline Tice
2
-0
/
+36
2015-01-28
re PR libstdc++/64828 (libstdc++-v3/libsupc++/del_opvs.cc:30:1: warning: ‘v...
Jonathan Wakely
2
-0
/
+8
2015-01-28
re PR libstdc++/64798 (g++.old-deja/g++.eh/badalloc1.C FAILs)
Richard Biener
1
-8
/
+9
2015-01-22
re PR libstdc++/64535 (Emergency buffer for exception allocation too small)
Richard Biener
1
-84
/
+179
2015-01-09
unwind-arm-common.h: Revert previous commit.
Andreas Tobler
1
-29
/
+8
2015-01-09
configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
Andreas Tobler
1
-8
/
+29
2015-01-07
Makefile.am: Compile del_ops.cc as C++14.
Jonathan Wakely
2
-0
/
+12
2015-01-05
Update copyright years.
Jakub Jelinek
68
-68
/
+68
2014-12-19
New std::string implementation.
Jonathan Wakely
1
-0
/
+1
2014-12-15
N3778: Sized Deallocation
Jason Merrill
4
-11
/
+82
2014-12-12
re PR libstdc++/64276 (would be better to use __cpp_exceptions rather than __...
Jonathan Wakely
8
-9
/
+9
2014-12-12
re PR libstdc++/64241 (make_exception_ptr returns garbage with -fno-exceptions)
Jonathan Wakely
1
-4
/
+6
2014-12-11
Remove N3639 "array of runtime length" from -std=c++14.
Jason Merrill
4
-24
/
+22
2014-09-18
dyncast.cc (__dynamic_cast): Handle mid-destruction dynamic_cast more gracefu...
Jason Merrill
1
-0
/
+12
2014-09-10
re PR libgcc/56846 (_Unwind_Backtrace on ARM and noexcept)
Tony Wang
1
-0
/
+6
2014-08-19
os_defines.h (_GLIBCXX_THREAD_ATEXIT_WIN32): Define.
Yaakov Selkowitz
1
-0
/
+20
2014-08-15
re PR libstdc++/62154 (std::throw_with_nested should not require a polymorphi...
Jonathan Wakely
1
-59
/
+66
2014-08-01
atexit_thread.cc (HAVE___CXA_THREAD_ATEXIT_IMPL): Add _GLIBCXX_ prefix to macro.
Zifei Tong
1
-3
/
+3
2014-07-09
re PR libstdc++/61728 (lost symbol FUNC:_ZNK10__cxxabiv117__pbase_type_info15...
Jason Merrill
2
-10
/
+10
2014-06-30
re PR ipa/61659 (Extra undefined symbol because of devirtualization)
Jason Merrill
1
-2
/
+2
2014-05-20
re PR target/61223 (libstdc++ build fail due to pop lr register)
Alexey Merzlyakov
1
-11
/
+5
2014-05-17
new_op.cc: Factor the calls to malloc, use __builtin_expect.
Marc Glisse
2
-7
/
+4
2014-05-16
re PR libstdc++/60758 (Infinite backtrace in __cxa_end_cleanup)
Alexey Merzlyakov
1
-5
/
+11
2014-03-31
* libsupc++/eh_ptr.cc: Improve static_assert messages.
Jonathan Wakely
1
-2
/
+4
2014-03-27
re PR libstdc++/60612 (Throwing exception, catching and rethrowing (std::exce...
Jonathan Wakely
2
-2
/
+33
2014-03-12
PR libstdc++/59392: Fix ARM EABI uncaught throw from unexpected exception han...
Roland McGrath
1
-6
/
+10
2014-01-27
Core DR 475 PR c++/41174 PR c++/59224
Jason Merrill
2
-12
/
+3
2014-01-02
Update copyright years in libstdc++-v3/
Richard Sandiford
66
-66
/
+66
2013-11-15
build_hacking.xml: Fix documentation typos.
Ondřej Bílka
1
-1
/
+1
2013-10-03
del_op.cc (operator delete): Don't test for 0 before free.
Marc Glisse
2
-5
/
+16
2013-08-06
Commit the vtable verification feature.
Caroline Tice
3
-6
/
+133
[next]