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/existing-fp8
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
2016-10-26
Implement uniform_inside_sphere_distribution extension.
Edward Smith-Rowland
9
-1
/
+670
2016-10-26
Add recursive_directory_iterator::pop(error_code&)
Jonathan Wakely
4
-5
/
+141
2016-10-26
Fix error handling in recursive_directory_iterator::increment
Jonathan Wakely
3
-1
/
+10
2016-10-26
PR78111 fix fallback code for filesystem::canonical
Jonathan Wakely
2
-1
/
+10
2016-10-26
Add missing header in Filesystem TS configure tests
Uros Bizjak
3
-0
/
+9
2016-10-25
Handle negative times in filesystem::last_write_time
Jonathan Wakely
3
-0
/
+51
2016-10-25
Fix error handling in copy_file and equivalent
Jonathan Wakely
9
-13
/
+368
2016-10-24
Fix error handling in filesystem::is_empty
Jonathan Wakely
2
-5
/
+12
2016-10-24
PR71337 fix filesystem::temp_directory_path error handling
Jonathan Wakely
3
-4
/
+61
2016-10-24
Make directory iterators become end iterator on error
Jonathan Wakely
4
-18
/
+20
2016-10-24
Do not retry failed close(3) in filesystem::copy
Jonathan Wakely
2
-13
/
+6
2016-10-24
Implement DR resolutions for filesystem::copy
Jonathan Wakely
4
-9
/
+105
2016-10-24
Cross-port exception-safety and move fixes of std::any to std::experimental::...
Ville Voutilainen
6
-28
/
+185
2016-10-24
Cross-port the latest resolution of LWG2756 and some bug-fixes to experimenta...
Ville Voutilainen
6
-91
/
+594
2016-10-24
Make vector::data() return type consistent in C++98
Jonathan Wakely
2
-12
/
+19
2016-10-23
2016-10-22 François Dumont <fdumont@gcc.gnu.org>
François Dumont
2
-23
/
+15
2016-10-22
Ignore perms::symlink_nofollow on non-symlinks
Jonathan Wakely
3
-7
/
+42
2016-10-21
LWG2720 implement filesystem::perms::symlink_nofollow
Jonathan Wakely
5
-6
/
+192
2016-10-21
LWG2725 Fix error reporting for filesystem::exists
Jonathan Wakely
4
-8
/
+73
2016-10-21
LWG2707 init filesystem::path from string_type&&
Jonathan Wakely
2
-0
/
+20
2016-10-21
Optimize RNG use in std::sample selection sampling
Eelis van der Weegen
2
-8
/
+91
2016-10-21
Split <functional> into smaller pieces
Jonathan Wakely
17
-1151
/
+1292
2016-10-21
Use global operator new in std::make_exception_ptr
Jonathan Wakely
3
-4
/
+53
2016-10-20
Prepare shared_ptr for array support
Jonathan Wakely
9
-198
/
+453
2016-10-20
Do the operator= SFINAE in the return type for optional,
Ville Voutilainen
2
-29
/
+35
2016-10-20
Tweak whitespace in std::allocator files
Jonathan Wakely
3
-22
/
+25
2016-10-20
PR78052 Define std::allocator<void>::{construct,destroy}
Jonathan Wakely
3
-0
/
+54
2016-10-20
Add more tests for enable_shared_from_this ambiguities
Jonathan Wakely
2
-20
/
+54
2016-10-19
Make std::enable_shared_from_this cope with ambiguity
Jonathan Wakely
7
-78
/
+191
2016-10-19
Fix copy&paste error in __gnu_debug::vector
Jonathan Wakely
2
-1
/
+4
2016-10-19
Fix incorrect comment about std::auto_ptr
Jonathan Wakely
3
-5
/
+11
2016-10-19
Test experimental::shared_ptr construction from other smart pointers
Jonathan Wakely
3
-5
/
+66
2016-10-19
Move negative unique_ptr tests to new file
Jonathan Wakely
3
-26
/
+78
2016-10-19
Fix std::experimental::shared_ptr SFINAE constraints
Jonathan Wakely
9
-113
/
+407
2016-10-19
PR77990 refactor unique_ptr to encapsulate tuple
Jonathan Wakely
7
-60
/
+117
2016-10-18
Fix indentation of experimental::shared_ptr code
Jonathan Wakely
2
-146
/
+148
2016-10-18
Fix typos in experimental::shared_ptr
Jonathan Wakely
3
-2
/
+19
2016-10-18
Don't define uses-allocator variable templates in C++11
Jonathan Wakely
2
-1
/
+11
2016-10-17
12790-1.cc: Remove 'test' variables.
Paolo Carlini
708
-1149
/
+1009
2016-10-17
PR77994 Convert std::sample size argument to suitable type
Jonathan Wakely
4
-2
/
+77
2016-10-17
57619.C: Rename to 57619.cc.
Paolo Carlini
477
-1052
/
+524
2016-10-17
PR77998 Remove std::thread::_Invoker::result_type
Jonathan Wakely
3
-8
/
+14
2016-10-17
PR77987 Fix unique_ptr<T[], D>::reset(U) for T != U
Jonathan Wakely
6
-41
/
+62
2016-10-17
Implement P0084R2, Emplace return type, for C++17
Jonathan Wakely
22
-15
/
+440
2016-10-17
isblank.cc: Remove 'test' variables.
Paolo Carlini
755
-1286
/
+894
2016-10-16
Make sure the return value of malloc_allocator::allocate is zero-initialized ...
Ville Voutilainen
3
-1
/
+41
2016-10-14
Optimize std::shuffle by using generator to get two values at once
Eelis van der Weegen
2
-0
/
+46
2016-10-14
Resolve ambiguities in std::experimental::sample test
Jonathan Wakely
2
-5
/
+11
2016-10-14
Make std::bind use std::invoke
Jonathan Wakely
6
-98
/
+119
2016-10-14
Avoid copies in std::scoped_allocator_adaptor piecewise construction
Jonathan Wakely
3
-16
/
+107
[next]