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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-07
PR libstdc++/87787 avoid undefined null args to memcpy and memmove
Jonathan Wakely
3
-4
/
+23
2019-01-07
Update documentation for C++17 filesystem library
Jonathan Wakely
11
-13
/
+20
2019-01-07
Fix build for systems without POSIX truncate
Jonathan Wakely
9
-24
/
+391
2019-01-06
PR libstdc++/86756 Move rest of std::filesystem to libstdc++.so
Jonathan Wakely
49
-329
/
+692
2019-01-06
PR libstdc++/86756 add std::filesystem::path to libstdc++.so
Jonathan Wakely
60
-163
/
+251
2019-01-06
PR libstdc++/87431 fix regression introduced by r264574
Jonathan Wakely
4
-3
/
+118
2019-01-06
PR libstdc++/88607 add tests using -finput-charset=ascii
Jonathan Wakely
6
-0
/
+29
2019-01-05
Define new filesystem::__file_clock type
Jonathan Wakely
4
-6
/
+102
2019-01-04
Export explicit instantiations for C++17 members of std::string
Jonathan Wakely
8
-62
/
+186
2019-01-04
Add allocator-extended copy/move ctors to COW string
Jonathan Wakely
7
-19
/
+67
2019-01-04
Fix test failure when -fno-inline is used
Jonathan Wakely
2
-1
/
+4
2019-01-04
Remove XFAIL from test that no longer fails
Jonathan Wakely
2
-1
/
+3
2019-01-04
Fix test failure with old Copy-On-Write std::string
Jonathan Wakely
2
-0
/
+13
2019-01-04
Fix bugs in filesystem::path::lexically_normal()
Jonathan Wakely
5
-34
/
+121
2019-01-04
Fix concatenation bug in filesystem::path
Jonathan Wakely
3
-1
/
+14
2019-01-04
Avoid spurious test failures when -fno-inline in test flags
Jonathan Wakely
3
-2
/
+14
2019-01-03
PR libstdc++/88607 replace some more UTF-8 characters
Jonathan Wakely
3
-5
/
+12
2019-01-03
PR libstdc++/88607 replace or remove unnecessary UTF-8 characters
Jonathan Wakely
12
-25
/
+39
2019-01-03
PR libstdc++/88681 export missing symbols
Jonathan Wakely
5
-0
/
+161
2019-01-02
Add more testcases for class template argument deduction of maps
Jonathan Wakely
3
-24
/
+244
2019-01-02
Fix year range in copyright header
Jonathan Wakely
2
-1
/
+6
2019-01-02
Fix year range in libstdc++v3/testsuite/.../empty.cc copyright header
Joel Brobecker
2
-1
/
+6
2019-01-01
Update copyright years.
Jakub Jelinek
8933
-15110
/
+15119
2018-12-23
2018-12-23 François Dumont <fdumont@gcc.gnu.org>
François Dumont
2
-1
/
+5
2018-12-23
Respect pointer_traits on node deallocation in _ReuseOrAllocNode parenthesis ...
François Dumont
2
-3
/
+22
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
[next]