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
2019-07-02
Fix preprocessor checks for Clang builtins
Jonathan Wakely
2
-3
/
+9
2019-07-01
Fix libstdc++ install-pdf support.
Jim Wilson
3
-8
/
+23
2019-06-27
PR libstdc++/91012 fixfilesystem_error::what() string
Jonathan Wakely
3
-13
/
+24
2019-06-26
Define std::chars_format enumeration type
Jonathan Wakely
3
-0
/
+89
2019-06-26
Add new helper traits for signed/unsigned integer types
Jonathan Wakely
16
-225
/
+127
2019-06-25
Fix non-portable use of std::abs(double) in constexpr function
Jonathan Wakely
2
-4
/
+10
2019-06-25
pstl_config.h (_PSTL_PRAGMA_SIMD_SCAN, [...]): Define to OpenMP 5.0 pragmas e...
Jakub Jelinek
2
-2
/
+13
2019-06-24
Fix std::midpoint for denormal values
Jonathan Wakely
5
-17
/
+52
2019-06-24
Define C11 macros such as FLT_DECIMAL_DIG for C++17
Jonathan Wakely
2
-0
/
+41
2019-06-20
Skip libstdc++ debug build in early bootstrap stages
Jonathan Wakely
3
-3
/
+31
2019-06-20
Qualify calls to __never_valueless in <variant>
Jonathan Wakely
2
-3
/
+6
2019-06-20
Fix outdated reference to C++17 draft in the docs
Jonathan Wakely
2
-2
/
+5
2019-06-20
Improve tests for std::vector<bool> printer
Jonathan Wakely
3
-2
/
+10
2019-06-19
Fix non-standard behaviour of std::istream_iterator
Jonathan Wakely
6
-25
/
+207
2019-06-19
Have std::vector printer's iterator return bool for vector<bool>
Michael Weghorn
4
-7
/
+34
2019-06-19
PR libstdc++/90920 restore previous checks for empty ranges
Jonathan Wakely
3
-5
/
+68
2019-06-19
Fix value category bugs in std::reduce
Jonathan Wakely
3
-2
/
+79
2019-06-19
Implement new serial algorithms from Parallelism TS (P0024R2)
Jonathan Wakely
13
-9
/
+1159
2019-06-18
Avoid undefined behaviour in std::byte operators (LWG 2950)
Jonathan Wakely
2
-46
/
+33
2019-06-17
Fix AIX test failure due to replacement operator delete
Jonathan Wakely
2
-1
/
+17
2019-06-17
Add 'noexcept' to std::lerp
Jonathan Wakely
2
-4
/
+6
2019-06-17
PR libstdc++/90281 Fix string conversions for filesystem::path
Jonathan Wakely
14
-167
/
+737
2019-06-17
Simplify node ownership in _Hashtable members
François Dumont
3
-170
/
+190
2019-06-17
Fix tests that fail without PCH
Jonathan Wakely
10
-1
/
+27
2019-06-14
Disable -Wctor-dtor-privacy warnings for some standard types
Jonathan Wakely
3
-1
/
+17
2019-06-14
Add __cpp_lib_bind_front macro to <version> header
Jonathan Wakely
2
-0
/
+5
2019-06-12
Fix incorrect __cpp_lib_parallel_algorithm macro definitions
Jonathan Wakely
5
-3
/
+58
2019-06-12
Improve static_assert messages for std::variant
Jonathan Wakely
2
-17
/
+22
2019-06-12
Simplify std::scoped_lock destructor
Jonathan Wakely
2
-5
/
+4
2019-06-12
Replace std::to_string for integers with optimized version
Jonathan Wakely
9
-75
/
+365
2019-06-11
Fix ConstexprIterator requirements tests - No constexpr algorithms!
Edward Smith-Rowland
3
-2
/
+18
2019-06-08
Test for C++20 p0858 - ConstexprIterator requirements.
Edward Smith-Rowland
3
-0
/
+91
2019-06-07
Synchronize libstdc++ PSTL with upstream LLVM PSTL
Thomas Rodgers
68
-888
/
+967
2019-06-07
Fix test that gets skipped as unsupported
Jonathan Wakely
2
-1
/
+4
2019-06-07
PR libstdc++/90770 fix missing src/debug/Makefile
Jonathan Wakely
4
-3
/
+10
2019-06-06
Avoid unnecessary inclusion of <stdexcept> header
Jonathan Wakely
7
-3
/
+17
2019-06-06
Fix more failing tests for C++98 mode
Jonathan Wakely
14
-1
/
+39
2019-06-06
Fix more tests that fail in C++2a mode
Jonathan Wakely
3
-2
/
+8
2019-06-06
Fix tests that fail in C++2a mode
Jonathan Wakely
33
-180
/
+113
2019-06-06
Remove redundant static assertions in [meta.unary.prop] traits
Jonathan Wakely
7
-28
/
+88
2019-06-06
Fix tests that fail with -std=gnu++98 or -std=gnu++11
Jonathan Wakely
8
-13
/
+41
2019-06-06
Refactor SFINAE constraints on std::tuple constructors
Jonathan Wakely
4
-518
/
+492
2019-06-03
Fix uses of static_assert not guarded by C++11 check
Jonathan Wakely
3
-0
/
+9
2019-06-03
Rename variables and cleanup comments.
François Dumont
3
-155
/
+168
2019-06-03
Corrections for C++2a library status table
Jonathan Wakely
3
-4
/
+23
2019-06-03
PR libstdc++/90686 update C++2a library status docs
Jonathan Wakely
5
-8
/
+268
2019-06-03
Enforce allocator::value_type consistency for containers in C++2a
Jonathan Wakely
23
-9
/
+402
2019-05-31
* doc/xml/manual/allocator.xml: Move hoard.org back to http.
Gerald Pfeifer
2
-1
/
+5
2019-05-31
Add noexcept to tuple<> and simplify tuple<T1,T2> noexcept-specifiers
Jonathan Wakely
2
-12
/
+23
2019-05-31
Fix breakage due to removing __gnu_cxx::size_t declaration
Jonathan Wakely
2
-0
/
+4
[next]