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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-29
PR c++/67445 - returning temporary initializer_list.
Jason Merrill
1
-1
/
+4
2018-05-29
Qualify another call in <variant>
Jonathan Wakely
2
-1
/
+5
2018-05-27
stl_tree.h (_Rb_tree_impl(_Node_allocator&&)): New.
François Dumont
6
-13
/
+41
2018-05-25
re PR libstdc++/85768 (FreeBSD bootstrap fails due to undefined reference to ...
François Dumont
2
-2
/
+9
2018-05-24
PR target/85904 check for aligned_alloc on netbsd cross-compilation
Maya Rashish
3
-0
/
+20
2018-05-24
Implement P0558R2 changes to std::atomic
Jonathan Wakely
10
-123
/
+791
2018-05-23
Refactor path construction from null terminated iterator ranges
Jonathan Wakely
9
-98
/
+270
2018-05-23
Fix handling of an empty filename at end of a path
Jonathan Wakely
5
-12
/
+75
2018-05-21
Add support for opening file streams from wide character strings
Jonathan Wakely
16
-0
/
+685
2018-05-21
re PR libstdc++/85845 (Many libstdc++ test failures)
François Dumont
2
-1
/
+8
2018-05-21
Fix std::filesystem::absolute for empty paths
Jonathan Wakely
3
-5
/
+23
2018-05-21
PR libstdc++/85818 make new test require Filesystem support
Jonathan Wakely
2
-0
/
+5
2018-05-21
PR libstdc++/85843 fix "should be explicitly initialized" warnings
Jonathan Wakely
2
-2
/
+8
2018-05-19
Fix std::codecvt_utf8<wchar_t> for Mingw
Jonathan Wakely
4
-4
/
+68
2018-05-18
2018-05-18 François Dumont <fdumont@gcc.gnu.org>
François Dumont
14
-25
/
+224
2018-05-18
Some libstdc++ fixes for -Wdeprecated-copy.
Jason Merrill
9
-0
/
+71
2018-05-18
PR libstdc++/85098 add missing definitions for static constants
Jonathan Wakely
5
-3
/
+104
2018-05-17
PR libstdc++/85818 ensure path::preferred_separator is defined
Jonathan Wakely
3
-1
/
+40
2018-05-17
PR libstdc++/85812 fix memory leak in std::make_exception_ptr
Jonathan Wakely
3
-9
/
+27
2018-05-15
PR libstdc++/85749 constrain seed sequences for random number engines
Jonathan Wakely
13
-37
/
+704
2018-05-15
PR libstdc++/83891 fix path::is_absolute() for non-POSIX targets
Jonathan Wakely
6
-23
/
+135
2018-05-15
Remove unused headers from tests
Jonathan Wakely
23
-22
/
+35
2018-05-15
PR libstdc++/84159 fix appending strings to paths
Jonathan Wakely
6
-50
/
+268
2018-05-15
Qualify std::__invoke in <variant> to prevent ADL
Jonathan Wakely
2
-3
/
+7
2018-05-14
PR libstdc++/81256 fix exception handling in basic_filebuf::close
Jonathan Wakely
4
-4
/
+123
2018-05-14
Add __attribute__((malloc) to allocator and remove unused code
Jonathan Wakely
2
-16
/
+11
2018-05-14
PR libstdc++/67554 Do not pass null pointers to memcpy
Jonathan Wakely
2
-2
/
+12
2018-05-14
PR libstdc++/82966 fix swapping of node handles
Jonathan Wakely
3
-1
/
+56
2018-05-13
re PR libstdc++/80165 (Constexpr tuple of variant doesn't work)
Ville Voutilainen
2
-0
/
+17
2018-05-11
...and actually resture the *new* testcase.
Edward Smith-Rowland
1
-265
/
+265
2018-05-11
Restore the testcase that was clobbered by the recent PR83140 patches.
Edward Smith-Rowland
1
-0
/
+2052
2018-05-11
correct changelog!
Edward Smith-Rowland
1
-2
/
+2
2018-05-10
Document Dual ABI for std::ios_base::failure
Jonathan Wakely
8
-19
/
+98
2018-05-10
regex_compiler.h (_S_cache_size): Change from function to variable.
Jason Merrill
2
-5
/
+8
2018-05-10
PR libstdc++/83140 - assoc_legendre returns negated value when m is odd
Edward Smith-Rowland
4
-2333
/
+292
2018-05-10
PR libstdc++/85729 add linkage specifications to headers
Jonathan Wakely
6
-4
/
+23
2018-05-09
safe_iterator.h (_Safe_iterator<>::_M_constant()): Rename in...
François Dumont
8
-29
/
+260
2018-05-09
Make std::function tolerate semantically non-CopyConstructible objects
Jonathan Wakely
3
-7
/
+57
2018-05-08
debug.cc [...]: Include execinfo.h.
François Dumont
2
-0
/
+31
2018-05-08
macros.h (__glibcxx_check_valid_range_at): New.
François Dumont
14
-37
/
+96
2018-05-08
formatter.h (_Error_formatter::_M_function): New.
François Dumont
4
-11
/
+38
2018-05-08
Make std::regex automata use non-debug vector in Debug Mode
Jonathan Wakely
2
-2
/
+5
2018-05-08
PR libstdc++/85672 #undef _GLIBCXX_USE_FLOAT128 when not supported
Jonathan Wakely
4
-8
/
+16
2018-05-07
Document -lstdc++fs requirement for std::filesystem
Jonathan Wakely
2
-1
/
+6
2018-05-07
PR libstdc++/85671 allow copy elision in path concatenation
Jonathan Wakely
3
-2
/
+16
2018-05-07
Moar PR libstdc++/80506
Edward Smith-Rowland
1
-2
/
+2
2018-05-07
Moar PR libstdc++/80506
Edward Smith-Rowland
1
-0
/
+6
2018-05-07
Rollback bad commits! Sorry!
Edward Smith-Rowland
7
-154
/
+43
2018-05-07
Revert 20001.
Edward Smith-Rowland
11
-331
/
+2487
2018-05-07
Moar PR libstdc++/80506
Edward Smith-Rowland
4
-2333
/
+288
[next]