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
2016-10-10
Correct C++11 implementation status docs
Jonathan Wakely
2
-9
/
+7
2016-10-10
Use noexcept instead of _GLIBCXX_USE_NOEXCEPT
Jonathan Wakely
2
-25
/
+20
2016-10-10
Minor simplification to std::_Bind_result helpers
Jonathan Wakely
2
-26
/
+28
2016-10-10
Implement constexpr std::addressof for C++17
Jonathan Wakely
7
-10
/
+82
2016-10-10
Define std::allocator<T>::is_always_equal
Jonathan Wakely
4
-1
/
+15
2016-10-10
LWG 2733, LWG 2759 reject bool in gcd and lcm
Jonathan Wakely
5
-8
/
+102
2016-10-10
Add noexcept to enable_shared_from_this::weak_from_this
Jonathan Wakely
4
-4
/
+16
2016-10-08
Further P0135 refinement.
Jason Merrill
1
-2
/
+2
2016-10-07
Improve implementation-defined docs for libstdc++
Jonathan Wakely
4
-13
/
+198
2016-10-07
Implement std::has_unique_object_representations
Jonathan Wakely
6
-2
/
+192
2016-10-06
Make std::scoped_allocator_adaptor's OUTERMOST recursive
Jonathan Wakely
5
-21
/
+208
2016-10-05
70564 fix newly-added tests for not_fn
Jonathan Wakely
3
-2
/
+8
2016-10-05
PR 70101 fix allocator-extended ctors for std::priority_queue
Jonathan Wakely
3
-6
/
+73
2016-10-05
77864 Fix noexcept conditions for map/set default constructors
Jonathan Wakely
9
-12
/
+155
2016-10-05
Remove invalid alias declaration from _Node_handle
Jonathan Wakely
2
-4
/
+5
2016-10-05
PR 70564 disambiguate constructors for not_fn call wrapper
Jonathan Wakely
5
-66
/
+40
2016-10-03
shared_ptr.cc (mask, [...]): Move declaration...
François Dumont
4
-29
/
+72
2016-10-03
Define std::gcd and std::lcm for C++17
Jonathan Wakely
9
-47
/
+202
2016-10-03
Fix libstdc++ versioned namespace build
Jonathan Wakely
40
-49
/
+283
2016-10-03
Ensure "C++" language linkage for std::abs overloads
Jonathan Wakely
3
-3
/
+20
2016-10-03
re PR libstdc++/77802 (Boost Fiber doesn't compile)
Ville Voutilainen
5
-324
/
+97
2016-09-30
libstdc++/77795 Only declare ::gets for C++98 and C++11
Jonathan Wakely
7
-4
/
+49
2016-09-30
Implement LWG 2192 and LWG 2294 for std::abs
Jonathan Wakely
12
-51
/
+269
2016-09-30
Remove use of std::abs in experimental::{gcd,lcm}
Jonathan Wakely
5
-4
/
+57
2016-09-29
Make optional::reset noexcept, make optional::value work in constant expressi...
Ville Voutilainen
4
-2
/
+81
2016-09-29
Define C++17 std::hypot without _GLIBCXX_USE_C99_MATH_TR1
Jonathan Wakely
2
-40
/
+52
2016-09-29
Disable .gnu.attributes tags in compatibility-ldbl.o
Alan Modra
15
-13
/
+55
2016-09-28
* include/std/chrono (system_clock): Fix typo in comment.
Jonathan Wakely
2
-1
/
+3
2016-09-28
Check for overflow in filesystem::last_write_time
Jonathan Wakely
5
-14
/
+159
2016-09-28
libstdc++/77686 use may_alias for std::function storage
Jonathan Wakely
2
-1
/
+6
2016-09-27
Define feature macro and update C++17 library status
Jonathan Wakely
5
-16
/
+24
2016-09-27
Define 3-argument overloads of std::hypot for C++17 (P0030R1)
Jonathan Wakely
4
-2
/
+185
2016-09-26
re PR libstdc++/77727 (Unwrapping std::optional constructor is not working fo...
Ville Voutilainen
3
-4
/
+75
2016-09-26
2016-09-26 François Dumont <fdumont@gcc.gnu.org>
François Dumont
2
-1
/
+6
2016-09-26
Remove redefinition of __cpp_lib_array_constexpr
Jonathan Wakely
2
-4
/
+3
2016-09-26
Add assertions to extract(const_iterator) functions
Jonathan Wakely
7
-8
/
+46
2016-09-26
re PR libstdc++/77717 (testsuite/21_strings/basic_string_view/operations/comp...
Ville Voutilainen
2
-2
/
+8
2016-09-26
Implement -Wimplicit-fallthrough.
Marek Polacek
2
-0
/
+7
2016-09-25
debug.cc: Include debug/vector.
François Dumont
3
-47
/
+105
2016-09-25
bitset (bitset::reference::reference(const _Base_ref&, bitset*)): Remove __un...
François Dumont
7
-23
/
+63
2016-09-25
algo.h: Generalize usage of std::__iterator_category.
François Dumont
2
-1163
/
+1009
2016-09-23
Avoid reallocation for basic_string::clear()
Jonathan Wakely
5
-1
/
+216
2016-09-23
Optimize truncating a basic_string
Jonathan Wakely
3
-4
/
+19
2016-09-23
* configure.ac: Define HAVE_MEMALIGN for newlib.
Jason Merrill
3
-0
/
+7
2016-09-23
[RTEMS] Always use atomic builtins for libstdc++
Sebastian Huber
5
-9
/
+28
2016-09-22
Implement C++17 node extraction and insertion (P0083R5)
Jonathan Wakely
40
-22
/
+4019
2016-09-22
Fix tests on old arm platforms for optional.
Ville Voutilainen
2
-3
/
+7
2016-09-22
Update pretty printer for std::variant
Jonathan Wakely
3
-1
/
+9
2016-09-22
Always qualify std::forward in <variant>
Jonathan Wakely
4
-32
/
+91
2016-09-22
variant (variant::operator=): Fix assignment on references.
Tim Shen
3
-2
/
+13
[next]