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
2017-11-20
streambuf_iterator.h (istreambuf_iterator<>): Declare std::advance for istrea...
François Dumont
2
-18
/
+71
2017-11-20
Implement LWG 2353
Ville Voutilainen
1
-6
/
+5
2017-11-19
PR libstdc++/pr66689 - comp_ellint_3 and ellint_3 return garbage values
Edward Smith-Rowland
1
-4
/
+4
2017-11-18
specfun.h: Expose airy_ai and airy_bi.
Edward Smith-Rowland
2
-1
/
+84
2017-11-17
Enable building libstdc++-v3 with Intel CET
Igor Tsimbalist
1
-1
/
+2
2017-11-17
PR libstdc++/83025 fix constraints for path overloads in <fstream>
Jonathan Wakely
1
-19
/
+15
2017-11-16
Tweak vector::_M_realloc_insert for code size
Marc Glisse
1
-6
/
+7
2017-11-16
Add noexcept to std::shared_future copy operations (LWG DR 2799)
Jonathan Wakely
1
-2
/
+2
2017-11-15
Fix gcd breakage.
Ville Voutilainen
1
-1
/
+1
2017-11-15
Add noexcept to generic std::size, std::empty and std::data
Jonathan Wakely
1
-5
/
+9
2017-11-14
Implement LWG 2733 and LWG 2759
Ville Voutilainen
2
-16
/
+24
2017-11-14
Fix typo in std::wbuffer_convert
Jonathan Wakely
1
-1
/
+1
2017-11-10
PR libstdc++/82917 add missing returns in <fstream>
Jonathan Wakely
1
-3
/
+3
2017-11-03
Define std::endian for C++2a (P0463R1)
Jonathan Wakely
1
-2
/
+12
2017-11-03
Remove _Node_insert_return::get() member functions (P0508R0)
Jonathan Wakely
1
-48
/
+0
2017-10-30
Don't create broken symlink in libstdc++-v3/include/bits
Jonathan Wakely
2
-2
/
+2
2017-10-30
Remove ios_mode::trunc from basic_ofstream openmode arguments
Jonathan Wakely
1
-34
/
+11
2017-10-30
Minor header reorganization for unordered containers
Jonathan Wakely
3
-5
/
+5
2017-10-30
Implement LWG 2485
Ville Voutilainen
4
-0
/
+57
2017-10-27
Simplify _Node_insert_return to avoid including <tuple>
Jonathan Wakely
1
-5
/
+32
2017-10-27
List headers in Makefile in alphabetical order
Jonathan Wakely
2
-2
/
+2
2017-10-27
Remove noexcept from filesystem iterators and operations (LWG 3013, 3014)
Jonathan Wakely
2
-17
/
+15
2017-10-27
Make filesystem::file_status default constructor non-explicit (LWG 2787)
Jonathan Wakely
1
-3
/
+4
2017-10-27
Provide filesystem::path overloads for file streams (LWG 2676, partial)
Jonathan Wakely
1
-5
/
+120
2017-10-27
Define std::filesystem::path::format enum (P0430R2)
Jonathan Wakely
1
-5
/
+8
2017-10-27
Protect more algorithms from overloaded comma operators
Jonathan Wakely
3
-12
/
+12
2017-10-26
Deduction guides for associative containers, debug mode deduction guide fixes.
Ville Voutilainen
17
-0
/
+909
2017-10-25
PR libstdc++/82716 avoid stupid -Wmismatched-tags warnings
Jonathan Wakely
1
-2
/
+2
2017-10-24
Refactor std::basic_string_view members and add noexcept
Jonathan Wakely
2
-52
/
+47
2017-10-24
PR libstdc++/82685 add 'noexcept' to string_view literals
Jonathan Wakely
2
-8
/
+8
2017-10-23
Implement C++17 Filesystem library
Jonathan Wakely
13
-39
/
+2413
2017-10-23
PR libstdc++/82644 document IS 29124 support
Jonathan Wakely
2
-2
/
+4
2017-10-20
Update value of __cpp_lib_chrono feature-test macro
Jonathan Wakely
1
-2
/
+2
2017-10-20
Define __cpp_lib_byte feature-test macro
Jonathan Wakely
1
-1
/
+3
2017-10-19
Fix path::iterator post-increment and post-decrement
Jonathan Wakely
1
-2
/
+2
2017-10-16
re PR libstdc++/82558 (V8 JavaScript engine segfaults since r249235)
François Dumont
1
-1
/
+1
2017-10-13
PR libstdc++/82522 overload map insert functions for rvalues (LWG 2354)
Jonathan Wakely
3
-1
/
+54
2017-10-13
PR libstdc++/82481 Suppress clang-tidy warnings
Jonathan Wakely
1
-0
/
+6
2017-10-10
Update comment referring to status of LWG issue 111
Jonathan Wakely
1
-1
/
+1
2017-10-10
PR libstdc++/82417 do not include C99 <complex.h> in strict modes
Jonathan Wakely
1
-1
/
+3
2017-10-04
2017-10-04 Petr Ovtchenkov <ptr@void-ptr.info>
Petr Ovtchenkov
1
-33
/
+26
2017-10-03
charconv (__unsigned_least_t): Fix number of closing >s for !_GLIBCXX_USE_INT...
Jakub Jelinek
1
-1
/
+5
2017-10-02
C++17 P0067R5 std::to_chars and std::from_chars (partial)
Jonathan Wakely
4
-0
/
+660
2017-09-20
PR libstdc++/79162 Fix std::string regression due to LWG 2946 (old ABI)
Jonathan Wakely
1
-0
/
+1
2017-09-20
PR libstdc++/79162 Fix std::string regression due to LWG 2946
Jonathan Wakely
1
-0
/
+1
2017-09-20
Deprecate nested types in std::hash
Jonathan Wakely
4
-8
/
+24
2017-09-20
PR libstdc++/82262 fix std::hash<std::optional<const T>>
Jonathan Wakely
1
-6
/
+6
2017-09-19
PR libstdc++/71500 restore C++11 compatibility in <regex>
Jonathan Wakely
2
-47
/
+67
2017-09-19
PR libstdc++/82254 fix std::is_nothrow_invocable_r w.r.t throwing conversions
Jonathan Wakely
1
-2
/
+23
2017-09-18
Use built-in for std::make_integer_sequnce
Jonathan Wakely
1
-34
/
+19
[next]