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
2018-08-03
Add workaround for non-unique errno values on AIX
Jonathan Wakely
3
-1
/
+47
2018-08-01
Add -D_GLIBCXX_ASSERTIONS to DEBUG_FLAGS
Jonathan Wakely
4
-6
/
+13
2018-08-01
Use steady_clock to implement condition_variable::wait_for
Mike Crowe
2
-2
/
+7
2018-08-01
Report early wakeup of condition_variable::wait_until as no_timeout
Mike Crowe
3
-1
/
+68
2018-08-01
PR libstdc++/60555 std::system_category() should recognise POSIX errno values
Jonathan Wakely
4
-0
/
+411
2018-07-31
PR libstdc++/86751 default assignment operators for std::pair
Jonathan Wakely
5
-8
/
+164
2018-07-31
Don't unconditionally define feature test macros in <version>
Jonathan Wakely
5
-38
/
+53
2018-07-31
Improve libstdc++ docs w.r.t newer C++ standards
Jonathan Wakely
8
-98
/
+377
2018-07-31
Replace safe bool idiom with explicit operator bool
Jonathan Wakely
2
-0
/
+10
2018-07-30
PR libstdc++/86734 make reverse_iterator::operator-> more robust
Jonathan Wakely
4
-1
/
+155
2018-07-30
Add workaround for aligned_alloc bug on AIX
Jonathan Wakely
3
-0
/
+131
2018-07-26
* 30_threads/condition_variable_any/cond.cc: New test.
Marek Polacek
2
-0
/
+39
2018-07-26
* src/c++98/locale_init.cc: Fix #ifdef condition.
Marek Polacek
2
-1
/
+5
2018-07-26
Add missing dg-require-cstdint directives to tests
Jonathan Wakely
65
-6
/
+157
2018-07-26
Remove dg-require-cstdint directive from tests
Jonathan Wakely
146
-145
/
+174
2018-07-26
Remove dg-require-cstdint directive from tests
Jonathan Wakely
129
-128
/
+143
2018-07-26
Remove dg-require-cstdint directive from tests
Jonathan Wakely
52
-54
/
+72
2018-07-26
Add missing checks for _GLIBCXX_USE_C99_STDINT_TR1
Jonathan Wakely
3
-3
/
+17
2018-07-26
Modify some library internals to work without <stdint.h>
Jonathan Wakely
3
-22
/
+23
2018-07-26
Remove char16_t and char32_t dependency on <stdint.h>
Jonathan Wakely
14
-53
/
+67
2018-07-26
Remove <chrono> dependency on _GLIBCXX_USE_C99_STDINT_TR1
Jonathan Wakely
23
-64
/
+97
2018-07-26
xfail experimental/memory_resource/new_delete_resource.cc on 32-bit Solaris/x...
Rainer Orth
2
-0
/
+7
2018-07-26
optimize std::vector move assignment
Marc Glisse
2
-4
/
+21
2018-07-26
PR libstdc++/86676 another alignment fix for test
Jonathan Wakely
2
-1
/
+7
2018-07-25
PR libstdc++/86676 Do not assume stack buffer is aligned
Jonathan Wakely
2
-2
/
+8
2018-07-25
Add missing header for std::max_align_t
Jonathan Wakely
2
-1
/
+4
2018-07-25
Add new src/c++17 directory to list in acinclude.m4
Jonathan Wakely
4
-3
/
+7
2018-07-25
Move std::unique_lock definition to a separate header
Jonathan Wakely
7
-195
/
+268
2018-07-24
Add initial version of C++17 <memory_resource> header
Jonathan Wakely
24
-16
/
+2584
2018-07-24
PR libstdc++/86658 fix __niter_wrap to not copy invalid iterators
Jonathan Wakely
3
-1
/
+42
2018-07-24
Minor refactoring in <bit> header
Jonathan Wakely
2
-45
/
+48
2018-07-24
Reorder conditions in uses-allocator construction helper
Jonathan Wakely
5
-4
/
+18
2018-07-24
Make __resource_adaptor_imp usable with C++17 memory_resource
Jonathan Wakely
2
-55
/
+81
2018-07-24
PR libstdc++/70966 fix lifetime bug for default resource
Jonathan Wakely
2
-6
/
+16
2018-07-23
PR libstdc++/70940 optimize pmr::resource_adaptor for allocators using malloc
Jonathan Wakely
3
-20
/
+94
2018-07-20
PR libstdc++/86595 add missing noexcept
Jonathan Wakely
2
-2
/
+13
2018-07-20
Use default visibility to work around clang -fvisibility-inlines-hidden bug
Fangrui Song
2
-1
/
+6
2018-07-20
PR libstdc++/86603 Move __cpp_lib_list_remove_return_type macro
Jonathan Wakely
2
-1
/
+6
2018-07-19
Simplify the base characteristics for some type traits
Jonathan Wakely
3
-58
/
+93
2018-07-19
Use __builtin_memmove for trivially copyable types
Glen Joseph Fernandes
3
-2
/
+47
2018-07-17
PR libstdc++/86450 use -Wabi=2 and simplify -Werror use
Jonathan Wakely
17
-91
/
+55
2018-07-17
Remove unused explicit instantiation of __bind_simple
Jonathan Wakely
2
-79
/
+12
2018-07-16
* scripts/create_testsuite_files: Fix typo in comment.
Jonathan Wakely
2
-1
/
+3
2018-07-16
PR libstdc++/86537 remove less<shared_ptr<T>> partial specialization
Jonathan Wakely
4
-20
/
+78
2018-07-16
S/390: libstdc++: 64 and 32 bit baseline update
Andreas Krebbel
4
-0
/
+42
2018-07-06
functions.h (__gnu_debug::__check_string): Move...
François Dumont
5
-769
/
+871
2018-07-06
PR libstdc++/84928 use std::move in <numeric> algorithms
Jonathan Wakely
6
-8
/
+480
2018-07-06
Simplify linker script patterns for std::exception_ptr
Jonathan Wakely
2
-8
/
+6
2018-07-06
P0935R0 Eradicating unnecessarily explicit default constructors
Jonathan Wakely
8
-11
/
+269
2018-07-06
* include/std/variant (__accepted_index): Use void_t.
Jonathan Wakely
2
-3
/
+7
[next]