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
2019-02-05
Rename __is_trivially_relocatable to __is_bitwise_relocatable.
Marc Glisse
2
-4
/
+5
2019-01-29
Avoid ambiguity between C++2a std::erase_if and LFTS version
Jonathan Wakely
4
-6
/
+12
2019-01-29
Ensure pool resources always use normal mode vector
Jonathan Wakely
2
-1
/
+8
2019-01-28
PR libstdc++/68737 Do not use vsnprintf on HPUX
Jonathan Wakely
1
-1
/
+1
2019-01-24
PR libstdc++/88840 delay evaluation of constant until type is complete
Jonathan Wakely
2
-9
/
+12
2019-01-21
re PR ipa/86590 (Codegen is poor when passing std::string by value with _GLIB...
Jakub Jelinek
1
-0
/
+13
2019-01-21
Fix after P0600.
Ulrich Drepper
65
-78
/
+87
2019-01-18
PR libstdc++/88782 avoid ODR problems in std::make_shared
Jonathan Wakely
2
-34
/
+47
2019-01-16
PR libstdc++/88738 treat shared_ptr and unique_ptr more like plain old pointers
Ulrich Drepper
3
-36
/
+44
2019-01-15
Update value of __cpp_lib_shared_ptr_arrays macro
Jonathan Wakely
2
-2
/
+2
2019-01-15
Fix more missing or incorrect feature test macros
Jonathan Wakely
3
-1
/
+14
2019-01-15
Fix missing or incorrect feature test macros
Jonathan Wakely
5
-7
/
+13
2019-01-11
P0357R3 reference_wrapper for incomplete types
Jonathan Wakely
1
-0
/
+9
2019-01-11
P0972R0 <chrono> zero(), min(), and max() should be noexcept
Jonathan Wakely
1
-8
/
+8
2019-01-11
Fix location of __cpp_lib_erase_if macro
Jonathan Wakely
1
-1
/
+1
2019-01-11
Remove trailing whitespace from latest commit.
Jakub Jelinek
1
-1
/
+1
2019-01-11
type_traits (__cpp_lib_is_constant_evaluated): Define.
Jakub Jelinek
2
-0
/
+6
2019-01-11
PR libstdc++/88802 define std::hash<nullptr_t> for C++17
Jonathan Wakely
1
-0
/
+10
2019-01-10
Define __cpp_lib_erase_if feature test macro
Jonathan Wakely
7
-0
/
+18
2019-01-10
Check AI_NUMERICSERV is defined before using it
Jonathan Wakely
1
-0
/
+4
2019-01-10
Implement LWG 2221: formatted output operator for nullptr
Ville Voutilainen
1
-0
/
+6
2019-01-10
re PR tree-optimization/88775 (Optimize std::string assignment)
Jakub Jelinek
1
-4
/
+28
2019-01-09
PR other/16615 [1/5]
Sandra Loosemore
1
-2
/
+2
2019-01-09
Remove some more code duplication in std::optional
Jonathan Wakely
1
-37
/
+37
2019-01-08
PR libstdc++/87855 fix optional for types with non-trivial copy/move
Jonathan Wakely
1
-551
/
+203
2019-01-08
PR libstdc++/88066 use <> for includes not ""
Jonathan Wakely
3
-7
/
+7
2019-01-07
PR libstdc++/87787 avoid undefined null args to memcpy and memmove
Jonathan Wakely
2
-4
/
+10
2019-01-06
PR libstdc++/87431 fix regression introduced by r264574
Jonathan Wakely
1
-1
/
+32
2019-01-05
Define new filesystem::__file_clock type
Jonathan Wakely
1
-1
/
+43
2019-01-04
Export explicit instantiations for C++17 members of std::string
Jonathan Wakely
2
-55
/
+55
2019-01-04
Add allocator-extended copy/move ctors to COW string
Jonathan Wakely
2
-13
/
+29
2019-01-04
Fix bugs in filesystem::path::lexically_normal()
Jonathan Wakely
1
-2
/
+2
2019-01-03
PR libstdc++/88607 replace some more UTF-8 characters
Jonathan Wakely
2
-5
/
+5
2019-01-03
PR libstdc++/88607 replace or remove unnecessary UTF-8 characters
Jonathan Wakely
11
-25
/
+25
2019-01-01
Update copyright years.
Jakub Jelinek
791
-791
/
+791
2018-12-23
Respect pointer_traits on node deallocation in _ReuseOrAllocNode parenthesis ...
François Dumont
1
-3
/
+12
2018-12-18
LWG 3171: restore stream insertion for filesystem::directory_entry
Jonathan Wakely
1
-0
/
+8
2018-12-18
LWG 2936: update path::compare logic and optimize string comparisons
Jonathan Wakely
1
-9
/
+7
2018-12-18
LWG 3040: define starts_with/ends_with as proposed
Jonathan Wakely
1
-6
/
+3
2018-12-13
PR libstdc++/71044 optimize std::filesystem::path construction
Jonathan Wakely
1
-101
/
+124
2018-12-12
Overload std::distance and std::advance for path::iterator
Jonathan Wakely
1
-0
/
+40
2018-12-12
PR libstdc++/80762 avoid ambiguous __constructible_from<void, void>
Jonathan Wakely
2
-2
/
+5
2018-12-12
P0595R2 - is_constant_evaluated
Jakub Jelinek
2
-0
/
+12
2018-12-04
PR libstdc++/88341 - Complex norm doesn't compile with C++11
Edward Smith-Rowland
1
-2
/
+2
2018-11-30
Implement P0457R2 String Prefix and Suffix Checking.
Edward Smith-Rowland
2
-1
/
+84
2018-11-30
The remainder of the Pre-emptively support P0646R1 for std container erasure.
Edward Smith-Rowland
1
-2
/
+6
2018-11-30
Pre-emptively support P0646R1 for std container erasure.
Edward Smith-Rowland
9
-35
/
+51
2018-11-29
Only include bits/stl_algo.h for C++20.
Edward Smith-Rowland
3
-3
/
+9
2018-11-29
Fix erasure goofs.
Edward Smith-Rowland
5
-5
/
+20
2018-11-29
PR libstdc++/88119 use alignof in std::alignment_of, not __alignof__
Jonathan Wakely
2
-4
/
+5
[next]