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-09-12
PR libstdc++/91748 fix std::for_each_n for random access iterators
Jonathan Wakely
3
-2
/
+45
2019-09-11
Fix Xmethod for shared_ptr::use_count()
Jonathan Wakely
2
-1
/
+4
2019-09-11
Fix libstdc++ tests for -Wvolatile warnings in C++2a mode
Jonathan Wakely
3
-5
/
+15
2019-09-10
Implement std::common_reference for C++20
Jonathan Wakely
5
-6
/
+353
2019-09-10
LWG 3266. to_chars(bool) should be deleted
Jonathan Wakely
4
-13
/
+112
2019-09-10
[ARM/FDPIC v6 24/24] [ARM] FDPIC: Handle arm*-*-uclinuxfdpiceabi in libstdc++...
Christophe Lyon
4
-17
/
+39
2019-09-10
[ARM/FDPIC v6 06/24] [ARM] FDPIC: Add support for c++ exceptions
Christophe Lyon
2
-1
/
+15
2019-09-10
PR libstdc++/91711 fix failing test
Jonathan Wakely
2
-1
/
+5
2019-09-10
Optimise std::remove_cv and use more helper aliases
Jonathan Wakely
2
-38
/
+65
2019-09-10
Implement C++20 p1424 - 'constexpr' feature macro concerns...
Edward Smith-Rowland
79
-430
/
+111
2019-09-09
Forgot Changelog from latest commit.
Edward Smith-Rowland
1
-0
/
+7
2019-09-09
Update docs for recent <span> and constexpr lib changes.
Edward Smith-Rowland
2
-24
/
+21
2019-09-09
Minor std::to_chars optimisation for base 10
Antony Polukhin
2
-3
/
+8
2019-09-09
Improve constraints for std::span constructors
Jonathan Wakely
3
-100
/
+155
2019-09-06
Define std::ssize for C++20 (P1227R2)
Jonathan Wakely
5
-4
/
+92
2019-09-06
Fix GCC_LINUX_FUTEX to work with C99 compilers
Florian Weimer
2
-0
/
+6
2019-09-05
Improve precondition checks for std::span
Jonathan Wakely
26
-123
/
+733
2019-09-05
Implement std::span for C++20
JeanHeyd Meneide
15
-3
/
+1052
2019-09-05
Remove broken URL from libstdc++ manual
Jonathan Wakely
3
-9
/
+10
2019-09-04
PR libstdc++/41861 Add full steady_clock support to condition_variable
Mike Crowe
6
-11
/
+191
2019-09-04
Add user-defined clock to libstdc++ condition_variable tests
Mike Crowe
3
-8
/
+69
2019-09-03
Remove Cell Broadband Engine SPU targets
Ulrich Weigand
6
-6191
/
+19
2019-09-03
re PR other/79543 (Inappropriate "ld --version" checking)
Chung-Lin Tang
3
-12
/
+19
2019-09-02
Use __constinit keyword in libstdc++ sources
Jonathan Wakely
2
-3
/
+7
2019-09-02
Update libstdc++ docs for library version bumps
Jonathan Wakely
7
-21
/
+34
2019-09-02
Minor simplifications for std::to_chars implementation
Jonathan Wakely
2
-41
/
+25
2019-09-02
Update Solaris baselines for GCC 10.0
Rainer Orth
5
-0
/
+56
2019-09-01
2019-09-01 François Dumont <fdumont@gcc.gnu.org>
François Dumont
2
-1
/
+6
2019-09-01
policy_data_structures_biblio.xml (COM: Component Model Object Technologies):...
Gerald Pfeifer
2
-1
/
+6
2019-08-30
Fix ChangeLog
Jonathan Wakely
1
-1
/
+1
2019-08-30
Optimize std::to_chars
Antony Polukhin
2
-34
/
+49
2019-08-30
Fix errors in new test
Jonathan Wakely
2
-0
/
+10
2019-08-30
baseline_symbols.txt: Update.
Uros Bizjak
2
-0
/
+9
2019-08-30
PR libstdc++/89164 enforce constraints for uninitialized algos
Jonathan Wakely
10
-5
/
+271
2019-08-29
PR libstdc++/91067 add more missing exports for directory iterators
Jonathan Wakely
6
-5
/
+45
2019-08-29
baseline_symbols.txt: Update.
Jakub Jelinek
3
-0
/
+19
2019-08-28
Update ABI baselines for x86 and powerpc GNU targets
Jonathan Wakely
8
-0
/
+59
2019-08-23
Fix libstdc++ lstat missing return type for Windows target.
Joseph Myers
2
-1
/
+6
2019-08-20
Do not try to process deleted headers with Doxygen
Jonathan Wakely
2
-11
/
+2
2019-08-20
Fix markdown in Doxygen comments for std::reduce
Jonathan Wakely
2
-2
/
+4
2019-08-20
PR libstdc++/91371 make std::is_function handle other calling conventions
Jonathan Wakely
7
-110
/
+195
2019-08-16
baseline_symbols.txt: Update.
Uros Bizjak
2
-0
/
+445
2019-08-15
PR libstdc++/91456 make INVOKE<R> work with uncopyable prvalues
Jonathan Wakely
5
-9
/
+126
2019-08-14
Deprecate std::__is_nullptr_t type trait
Jonathan Wakely
2
-2
/
+6
2019-08-14
Implement C++20 p0879 - Constexpr for swap and swap related functions.
Edward Smith-Rowland
25
-0
/
+888
2019-08-12
PR libstdc++/90361 add missing macro definition
Jonathan Wakely
2
-0
/
+9
2019-08-12
Add noexcept-specifier to std::apply and std::make_from_tuple
Jonathan Wakely
4
-0
/
+159
2019-08-09
skip Cholesky decomposition in is>>n_mv_dist
Alexandre Oliva
8
-3
/
+48
2019-08-08
P0325R4 to_array from LFTS with updates
Jonathan Wakely
8
-4
/
+195
2019-08-06
P1651R0 bind_front should not unwrap reference_wrapper
Jonathan Wakely
5
-4
/
+102
[next]