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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-17
PR libstdc++/66059 optimise _Build_index_tuple
Jonathan Wakely
1
-4
/
+15
2015-11-15
PR libstdc++/68353 fix _GLIBCXX_USE_C99_WCHAR test
Jonathan Wakely
2
-2
/
+2
2015-11-13
Define std::experimental::randint etc.
Jonathan Wakely
3
-0
/
+79
2015-11-13
More fine-grained autoconf checks for C99 library
Jennifer Yao
18
-37
/
+81
2015-11-13
* include/experimental/bits/shared_ptr.h: Tweak comments.
Jonathan Wakely
1
-2
/
+2
2015-11-13
Implement std::experimental::shared_ptr with array support
Fan You
4
-1
/
+1200
2015-11-13
Define alias templates using polymorphic memory resources
Jonathan Wakely
13
-0
/
+214
2015-11-13
Implement C++ LFTSv1 polymorphic memory resources
Fan You
5
-1
/
+442
2015-11-12
Extend valid values of iostream bitmask types
Jonathan Wakely
1
-3
/
+9
2015-11-12
* include/std/thread: Include <cerrno> for EINTR.
Jonathan Wakely
1
-0
/
+1
2015-11-12
Implement D0013R2, logical type traits.
Ville Voutilainen
2
-0
/
+49
2015-11-12
* include/experimental/bits/string_view.tcc: Fix doxygen @file.
Jonathan Wakely
1
-1
/
+1
2015-11-11
Loop in std::this_thread sleep functions
Jonathan Wakely
1
-3
/
+13
2015-11-11
LWG 2510, make the default constructors of library tag types explicit.
Ville Voutilainen
3
-5
/
+5
2015-11-10
Fix return type of heterogeneous find for sets
Jonathan Wakely
2
-8
/
+12
2015-11-10
* include/bits/functional_hash.h: Fix grammar in comment.
Jonathan Wakely
1
-2
/
+2
2015-11-09
2015-11-09 François Dumont <fdumont@gcc.gnu.org>
François Dumont
2
-69
/
+50
2015-11-03
Make the default constructors of tuple and pair conditionally explicit.
Ville Voutilainen
3
-22
/
+95
2015-10-25
Implement C++17 std::invoke and LWG DR 2219
Jonathan Wakely
3
-198
/
+151
2015-10-24
Return deferred future if thread cannot be run
Jonathan Wakely
1
-3
/
+14
2015-10-21
* include/std/type_traits (__cpp_lib_bool_constant): Define.
Jonathan Wakely
1
-1
/
+1
2015-10-13
opt_random.h: Include pmmintrin.h instead of x86intrin.h, and only do so when...
Nathan Froyd
1
-1
/
+1
2015-10-09
Add include/experimental/bits dir
Jonathan Wakely
14
-29
/
+64
2015-10-05
re PR c++/67844 (Cannot make tuple of class with template constructor)
Ville Voutilainen
1
-1
/
+7
2015-10-02
Use noexcept instead of _GLIBCXX_NOEXCEPT
Jonathan Wakely
2
-6
/
+6
2015-10-02
Allow Filesystem TS to compile without wchar_t
Jonathan Wakely
2
-4
/
+12
2015-10-01
Save-and-restore errno more carefully in libstdc++
Jonathan Wakely
1
-3
/
+7
2015-09-29
Leave errno unchanged by successful std::stoi etc
Jonathan Wakely
1
-0
/
+2
2015-09-29
Reduce space and time overhead of std::thread
Jonathan Wakely
1
-42
/
+50
2015-09-28
LWG 2135: terminate() in condition_variable::wait()
Jonathan Wakely
1
-1
/
+1
2015-09-25
Avoid creating dangling references in case of nested tuples
Ville Voutilainen
1
-8
/
+36
2015-09-24
Leave moved-from std::deque in a valid state
Jonathan Wakely
1
-0
/
+1
2015-09-23
Fix semantics of Filesystem TS directory iterators
Jonathan Wakely
1
-11
/
+23
2015-09-21
Fix bootstrap error introduced in r227870
Jonathan Wakely
1
-1
/
+1
2015-09-19
re PR libstdc++/67361 (std::regex_error::what() should say something about th...
Tim Shen
6
-35
/
+97
2015-09-18
Fix errors due to extra includes in extc++.h
Jonathan Wakely
2
-3
/
+2
2015-09-17
2015-09-17 François Dumont <fdumont@gcc.gnu.org>
François Dumont
1
-49
/
+50
2015-09-17
Handle alignment in __atomic_is_lock_free
Jonathan Wakely
2
-14
/
+14
2015-09-17
Remove redundant conditional expressions in <system_error>
Jonathan Wakely
1
-2
/
+2
2015-09-17
Only do shrink_to_fit() when exceptions enabled
Jonathan Wakely
2
-6
/
+14
2015-09-11
Rationalise PCH headers and 17_intro/headers tests.
Jonathan Wakely
1
-0
/
+14
2015-09-11
Implement N4258 noexcept for std::basic_string.
Jonathan Wakely
3
-33
/
+128
2015-09-11
Allocator-extended constructors for container adaptors.
Jonathan Wakely
2
-0
/
+86
2015-09-09
Enable lightweight checks with _GLIBCXX_ASSERTIONS.
Jonathan Wakely
22
-123
/
+148
2015-09-07
Relax Debug Mode assertions on operator-> for smart pointers.
Jonathan Wakely
2
-2
/
+2
2015-09-07
Avoid #ifdef _GLIBCXX_DEBUG in regex_compiler.h
Jonathan Wakely
1
-22
/
+7
2015-09-04
fix darwin bootstrap errors due to <mutex>.
Jonathan Wakely
1
-9
/
+10
2015-09-04
Add portable timed_mutex and recursive_timed_mutex.
Jonathan Wakely
5
-271
/
+510
2015-09-04
Add C++11 header <cuchar>.
Edward Smith-Rowland
7
-0
/
+251
2015-09-04
Make all <cxxx> headers include <bits/c++config.h>
Jonathan Wakely
15
-8
/
+36
[next]