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-12-22
[Patch, PowerPC/Darwin] Fix library export of long double symbols.
Iain Sandoe
2
-0
/
+25
2018-12-20
Fix filesystem::path tests that fail on Windows
Jonathan Wakely
4
-14
/
+43
2018-12-20
Add missing test from previous commit
Jonathan Wakely
2
-0
/
+45
2018-12-19
Fix grammar in libstdc++ ABI history documentation
Jonathan Wakely
2
-1
/
+5
2018-12-18
LWG 3171: restore stream insertion for filesystem::directory_entry
Jonathan Wakely
2
-0
/
+12
2018-12-18
Fix previous commit to move instead of copying
Jonathan Wakely
2
-1
/
+4
2018-12-18
Micro-optimization to avoid creating temporary path
Jonathan Wakely
2
-1
/
+6
2018-12-18
LWG 2936: update path::compare logic and optimize string comparisons
Jonathan Wakely
6
-79
/
+300
2018-12-18
LWG 3040: define starts_with/ends_with as proposed
Jonathan Wakely
2
-6
/
+12
2018-12-17
PR libstdc++/71044 fix off-by-one errors introduced recently
Jonathan Wakely
5
-7
/
+93
2018-12-13
Fix handling of POSIX paths containing a root-name
Jonathan Wakely
3
-11
/
+91
2018-12-13
PR libstdc++/71044 optimize std::filesystem::path construction
Jonathan Wakely
6
-244
/
+1461
2018-12-13
Fix [fs.path.gen] tests to use backslashes for mingw
Jonathan Wakely
3
-14
/
+43
2018-12-13
Fix test to work when path::native() returns wstring
Jonathan Wakely
2
-3
/
+6
2018-12-13
Disable new tests for configurations with no libstdc++fs.a
Jonathan Wakely
3
-0
/
+8
2018-12-12
Overload std::distance and std::advance for path::iterator
Jonathan Wakely
3
-0
/
+66
2018-12-12
PR libstdc++/80762 avoid ambiguous __constructible_from<void, void>
Jonathan Wakely
5
-2
/
+70
2018-12-12
P0595R2 - is_constant_evaluated
Jakub Jelinek
5
-0
/
+125
2018-12-11
documentation_hacking.xml: Update reference to epubcheck.
Gerald Pfeifer
2
-1
/
+6
2018-12-10
Make test for Filesystem TS actually use the Filesystem TS
Jonathan Wakely
2
-5
/
+10
2018-12-06
Darwin fix libstdc++ build warnings.
Iain Sandoe
2
-0
/
+13
2018-12-06
Fix PR libstdc++/64883 Darwin headers use always_inline so don't test that
Jonathan Wakely
6
-8
/
+19
2018-12-04
PR libstdc++/88341 - Complex norm doesn't compile with C++11
Edward Smith-Rowland
3
-2
/
+35
2018-11-30
Implement P0457R2 String Prefix and Suffix Checking.
Edward Smith-Rowland
11
-1
/
+523
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
19
-57
/
+117
2018-11-29
Only include bits/stl_algo.h for C++20.
Edward Smith-Rowland
4
-3
/
+16
2018-11-29
Fix erasure goofs.
Edward Smith-Rowland
15
-5
/
+49
2018-11-29
PR libstdc++/88119 use alignof in std::alignment_of, not __alignof__
Jonathan Wakely
4
-14
/
+29
2018-11-29
PR libstdc++/86910 fix filesystem::create_directories
Jonathan Wakely
5
-23
/
+194
2018-11-28
Fix undefined references in libstdc++fs.a
Jonathan Wakely
2
-24
/
+32
2018-11-28
PR libstdc++/83511 add default argument to basic_string_view::substr
Jonathan Wakely
7
-2
/
+168
2018-11-28
Implement uniform container erasure for C++20.
Edward Smith-Rowland
26
-26
/
+720
2018-11-28
Apply resolution for LWG DR 3096
Jonathan Wakely
4
-2
/
+37
2018-11-28
PR libstdc++/83306 make filesystem_error no-throw copyable
Jonathan Wakely
5
-52
/
+302
2018-11-28
Update C++17 library status docs
Jonathan Wakely
5
-20
/
+48
2018-11-27
Clean up temporary files created by std::filesystem testsuite
Jonathan Wakely
3
-0
/
+7
2018-11-27
PR libstdc++/67843 set shared_ptr lock policy at build-time
Jonathan Wakely
10
-21
/
+224
2018-11-27
re PR libstdc++/88199 (memory leak on unordered container move assignment)
François Dumont
3
-112
/
+169
2018-11-26
Only use __float128 in test if available
Jonathan Wakely
2
-0
/
+7
2018-11-23
Implement P0415 More constexpr for std::complex.
Edward Smith-Rowland
7
-154
/
+524
2018-11-23
PR libstdc++/65229 fix pretty printer for std::bitset<0>
Martin Sebor
3
-4
/
+21
2018-11-23
PR libstdc++/87308 adjust regex used in std::any pretty printer
Jonathan Wakely
3
-1
/
+12
2018-11-22
Improve relocation
Marc Glisse
6
-9
/
+45
2018-11-22
PR libstdc++/87520 Always pass type-punned type_info reference
Jonathan Wakely
2
-13
/
+24
2018-11-21
re PR c++/87386 (Error message for static_assert show wrong range)
Jakub Jelinek
8
-7
/
+19
2018-11-21
PR libstdc++/88111 Make maximum block size depend on size_t width
Jonathan Wakely
3
-6
/
+37
2018-11-21
PR libstdc++/88113 use size_type consistently instead of size_t
Jonathan Wakely
2
-12
/
+27
2018-11-20
Housekeeping for the effective targets of optional's tests.
Ville Voutilainen
52
-51
/
+106
2018-11-19
2018-11-19 François Dumont <fdumont@gcc.gnu.org>
François Dumont
2
-33
/
+44
[next]