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
2018-08-25
Don't force visibility to hidden for Darwin > 8.
Iain Sandoe
2
-7
/
+16
2018-08-24
new(nothrow) is malloc-like
Marc Glisse
2
-4
/
+11
2018-08-24
Forward declare debug containers so std::pmr aliases work
Jonathan Wakely
22
-1
/
+392
2018-08-23
Fix failure when -fno-rtti test is run in C++17 or later
Jonathan Wakely
2
-2
/
+7
2018-08-23
Define debug mode function for C++98
Jonathan Wakely
2
-3
/
+4
2018-08-23
Fix C++98 tests to not use C++11 features.
Jonathan Wakely
3
-3
/
+7
2018-08-23
Fix comments in testsuite script
Jonathan Wakely
2
-3
/
+5
2018-08-23
Fix C++11-ism in C++98 member function
Jonathan Wakely
2
-1
/
+5
2018-08-23
Fix testsuite failures for __gnu_debug::string with old ABI
Jonathan Wakely
4
-11
/
+77
2018-08-23
Remove C++14-isms from C++11 tests
Jonathan Wakely
3
-3
/
+7
2018-08-23
Skip tests that depend on the cxx11 std::string
Jonathan Wakely
4
-0
/
+10
2018-08-23
Fix tests that fail in C++98 mode
Jonathan Wakely
7
-6
/
+16
2018-08-22
PR libstdc++/87061 remove pmr type aliases for COW strings
Jonathan Wakely
7
-3
/
+26
2018-08-22
PR libstdc++/78448 limit vector::max_size and deque::max_size
Jonathan Wakely
7
-15
/
+381
2018-08-22
re PR libstdc++/68222 (_Safe_iterator provides operators the wrapped iterator...
François Dumont
25
-537
/
+1093
2018-08-22
PR libstdc++/77854 document size_type for containers
Jonathan Wakely
5
-2
/
+24
2018-08-21
P0646R1 Improving the Return Value of Erase-Like Algorithms I
François Dumont
3
-61
/
+199
2018-08-21
* testsuite/18_support/new_nothrow.cc: XFAIL on AIX.
David Edelsohn
2
-0
/
+5
2018-08-21
Remove redundant { dg-do run } directives in tests
Jonathan Wakely
6
-10
/
+9
2018-08-20
PR libstdc++/86963 Remove use of __tuple_base in std::tuple
Jonathan Wakely
2
-90
/
+57
2018-08-20
Refactor std::optional SFINAE constraints
Jonathan Wakely
4
-177
/
+187
2018-08-18
86658.cc: Use dg-options to define _GLIBCXX_DEBUG.
François Dumont
2
-1
/
+6
2018-08-17
PR libstdc++/86963 Implement LWG 2729 constraints on tuple assignment
Jonathan Wakely
5
-43
/
+319
2018-08-16
Fix warning with -Wsign-compare -Wsystem-headers
Jonathan Wakely
2
-1
/
+4
2018-08-16
Avoid deprecation warning with -Wsystem-headers
Jonathan Wakely
2
-0
/
+6
2018-08-16
Fix bootstrap with --enable-fully-dynamic-string
Jonathan Wakely
2
-0
/
+30
2018-08-15
Fix experimental::pmr typedefs and add tests
Jonathan Wakely
17
-7
/
+546
2018-08-15
Refactor uses-allocator construction
Jonathan Wakely
8
-58
/
+274
2018-08-15
Fix single-threaded build for targets without atomics
Jonathan Wakely
2
-1
/
+26
2018-08-14
PR libstdc++/86954 use non-placement operator delete
Jonathan Wakely
2
-4
/
+8
2018-08-14
Simplify overflow checks in duration literals
Jonathan Wakely
2
-14
/
+7
2018-08-14
PR libstdc++/86846 Alternative to pointer-width atomics
Jonathan Wakely
3
-1
/
+57
2018-08-14
PR libstdc++/85343 overload __throw_ios_failure to take errno
Jonathan Wakely
7
-3
/
+45
2018-08-14
Rope iterators: don't retain pointers when copied
Jeremy Sawicki
3
-3
/
+107
2018-08-13
PR libstdc++/45093 avoid warnings for _M_destroy_node
Jonathan Wakely
2
-6
/
+10
2018-08-13
Minor optimisations in operator new(size_t, align_val_t)
Jonathan Wakely
2
-3
/
+7
2018-08-13
Add <bit> and <version> to freestanding headers
Jonathan Wakely
4
-10
/
+23
2018-08-13
Revert "libstdc++-v3: Have aligned_alloc() on Newlib"
Jonathan Wakely
3
-3
/
+10
2018-08-10
PR libstdc++/68210 adjust operator new and delete for LWG 206
Jonathan Wakely
20
-45
/
+268
2018-08-10
Fix formatting in ChangeLog
Jonathan Wakely
1
-2
/
+3
2018-08-10
Remove not needed __builtin_expect due to malloc predictor.
Martin Liska
4
-3
/
+10
2018-08-10
libstdc++-v3: Have aligned_alloc() on Newlib
Sebastian Huber
3
-0
/
+10
2018-08-10
Define aliases for containers using polymorphic_allocator
Jonathan Wakely
25
-2
/
+683
2018-08-08
2018-08-08 François Dumont <fdumont@gcc.gnu.org>
François Dumont
2
-26
/
+23
2018-08-08
Prevent internal aligned_alloc clashing with libc version
Jonathan Wakely
2
-10
/
+24
2018-08-08
Fix Docbook markup for table entry
Jonathan Wakely
3
-2
/
+5
2018-08-08
Add missing <experimental/numeric> header to docs
Jonathan Wakely
3
-5
/
+9
2018-08-08
PR libstdc++/86597 directory_entry observers should clear error_code
Jonathan Wakely
3
-1
/
+85
2018-08-07
PR libstdc++/86874 fix std::variant::swap regression
Jonathan Wakely
3
-35
/
+89
2018-08-07
PR libstdc++/86861 Meet precondition for Solaris memalign
Jonathan Wakely
2
-9
/
+29
[next]