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/gfortran-test
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-15
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-15
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
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-05
Share all recursive_directory_iterator state [LWG 2708]
Jonathan Wakely
1
-9
/
+34
2019-04-05
Fix directory_iterator handling of DT_UNKNOWN
Jonathan Wakely
1
-2
/
+8
2019-04-05
Make filesystem::path safe for self assignment
Jonathan Wakely
1
-0
/
+3
2019-03-30
* src/c++17/fs_ops.cc (fs::permissions): Use std::errc::not_supported.
Eric Botcazou
1
-1
/
+1
2019-03-03
PR libstdc++/89562 use binary mode for file I/O
Jonathan Wakely
1
-1
/
+9
2019-02-27
PR libstdc++/89466 avoid slow xsltproc command in configure
Jonathan Wakely
5
-0
/
+5
2019-02-22
re PR libstdc++/89402 (warning: ‘void _ZNKSt4hashIeEclEe()’ specifies les...
Jakub Jelinek
1
-1
/
+1
2019-02-20
re PR libstdc++/89402 (warning: ‘void _ZNKSt4hashIeEclEe()’ specifies les...
Jakub Jelinek
1
-1
/
+1
2019-02-19
P0482R5 char8_t: Standard library support
Tom Honermann
8
-29
/
+270
2019-02-09
Add noexcept to filesystem::path query functions
Jonathan Wakely
1
-7
/
+7
2019-01-30
PR libstdc++/89117 fix path::replace_extension("") case
Jonathan Wakely
1
-7
/
+7
2019-01-18
PR libstdc++/88782 avoid ODR problems in std::make_shared
Jonathan Wakely
1
-0
/
+12
2019-01-17
Fix filesystem::equivalent for mingw
Jonathan Wakely
1
-0
/
+42
2019-01-17
PR libstdc++/88884 fix filesystem::absolute("//") for mingw
Jonathan Wakely
1
-5
/
+24
2019-01-17
PR libstdc++/88881 adjust filesystem::status and tests for mingw semantics
Jonathan Wakely
1
-1
/
+37
2019-01-16
Fix failing filesystem tests on mingw targets
Jonathan Wakely
2
-2
/
+8
2019-01-12
PR libstdc++/88811 fix typo introduced in r266569
Jonathan Wakely
1
-2
/
+4
2019-01-10
Implement LWG 2221: formatted output operator for nullptr
Ville Voutilainen
3
-4
/
+49
2019-01-08
PR libstdc++/88749 fix build failure in src/filesystem/ops.cc
Jonathan Wakely
1
-2
/
+2
2019-01-07
Fix build for systems without POSIX truncate
Jonathan Wakely
2
-4
/
+19
2019-01-06
PR libstdc++/86756 Move rest of std::filesystem to libstdc++.so
Jonathan Wakely
12
-297
/
+360
2019-01-06
PR libstdc++/86756 add std::filesystem::path to libstdc++.so
Jonathan Wakely
6
-33
/
+31
2019-01-05
Define new filesystem::__file_clock type
Jonathan Wakely
2
-5
/
+45
2019-01-04
Export explicit instantiations for C++17 members of std::string
Jonathan Wakely
4
-6
/
+92
2019-01-04
Fix bugs in filesystem::path::lexically_normal()
Jonathan Wakely
1
-32
/
+40
2019-01-04
Fix concatenation bug in filesystem::path
Jonathan Wakely
1
-1
/
+1
2019-01-01
Update copyright years.
Jakub Jelinek
118
-118
/
+118
2018-12-18
Fix previous commit to move instead of copying
Jonathan Wakely
1
-1
/
+1
2018-12-18
Micro-optimization to avoid creating temporary path
Jonathan Wakely
1
-1
/
+3
2018-12-18
LWG 2936: update path::compare logic and optimize string comparisons
Jonathan Wakely
1
-70
/
+172
2018-12-17
PR libstdc++/71044 fix off-by-one errors introduced recently
Jonathan Wakely
1
-3
/
+4
2018-12-13
Fix handling of POSIX paths containing a root-name
Jonathan Wakely
1
-11
/
+73
2018-12-13
PR libstdc++/71044 optimize std::filesystem::path construction
Jonathan Wakely
1
-141
/
+1152
2018-11-29
PR libstdc++/86910 fix filesystem::create_directories
Jonathan Wakely
2
-23
/
+77
2018-11-28
Fix undefined references in libstdc++fs.a
Jonathan Wakely
1
-24
/
+28
2018-11-28
Apply resolution for LWG DR 3096
Jonathan Wakely
1
-2
/
+4
2018-11-28
PR libstdc++/83306 make filesystem_error no-throw copyable
Jonathan Wakely
1
-37
/
+71
2018-11-27
PR libstdc++/67843 set shared_ptr lock policy at build-time
Jonathan Wakely
1
-2
/
+5
2018-11-21
PR libstdc++/88111 Make maximum block size depend on size_t width
Jonathan Wakely
1
-5
/
+18
2018-11-21
PR libstdc++/88113 use size_type consistently instead of size_t
Jonathan Wakely
1
-12
/
+17
2018-11-17
Implement std::pmr::synchronized_pool_resource
Jonathan Wakely
1
-0
/
+291
2018-11-15
Optimize pool resource allocation
Jonathan Wakely
1
-7
/
+6
2018-11-13
Fix error when selecting number of memory pools
Jonathan Wakely
1
-1
/
+1
2018-11-13
Fix unused parameter warnings introduced in earlier patch
Jonathan Wakely
1
-1
/
+2
2018-11-13
Remove redundant loop in unsynchronized_pool_resource code
Jonathan Wakely
1
-26
/
+10
2018-11-13
Improve handling of pool_options::largest_required_pool_block
Jonathan Wakely
1
-18
/
+32
2018-11-13
Fix incorrect assertion when deallocating big block
Jonathan Wakely
1
-13
/
+27
2018-11-13
Fix overflows in std::pmr::unsynchonized_pool_resource
Jonathan Wakely
1
-15
/
+45
2018-11-12
PR libstdc++/87963 fix build for 64-bit mingw
Jonathan Wakely
1
-9
/
+6
2018-11-06
Implement std::pmr::unsynchronized_pool_resource
Jonathan Wakely
3
-2
/
+794
[prev]
[next]