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-07-22
Move allocator in std::string and RB tree move constructors
Jonathan Wakely
5
-1
/
+162
2016-07-22
Use correct form of delete in libstdc++.exp
Jonathan Wakely
2
-2
/
+7
2016-07-21
Fix naming, qualification and broken test for propagate_const
Jonathan Wakely
3
-15
/
+20
2016-07-21
Define missing delete operators in libstdc++ testsuite
Jonathan Wakely
3
-2
/
+23
2016-07-21
Fix out-of-bound array accesses in libstdc++ testsuite
Jonathan Wakely
6
-14
/
+22
2016-07-21
Fix missing returns in libstdc++ testsuite
Jonathan Wakely
3
-4
/
+7
2016-07-21
Remove memory leaks in libstdc++ testsuite
Jonathan Wakely
5
-7
/
+24
2016-07-20
Document LWG DR 2684 status and regenerate libstdc++ manual
Jonathan Wakely
3
-0
/
+19
2016-07-20
LWG 2441 Provide exact-width atomic typedefs
Jonathan Wakely
5
-3
/
+53
2016-07-20
LWG 2328 Rvalue stream extraction should use perfect forwarding
Jonathan Wakely
4
-2
/
+39
2016-07-20
Use static pointer to member when catching nullptr
Jonathan Wakely
2
-5
/
+12
2016-07-18
Clean up optional's comments.
Ville Voutilainen
2
-18
/
+18
2016-07-15
Replace references to C++0x with C++11 in comments
Jonathan Wakely
9
-24
/
+34
2016-07-15
Remove redundant std::move in std::for_each
Jonathan Wakely
2
-2
/
+5
2016-07-15
c++/58796 Make nullptr match exception handlers of pointer type
Jonathan Wakely
2
-0
/
+31
2016-07-15
Implement C++17 P0025 clamp.
Edward Smith-Rowland
8
-1
/
+329
2016-07-15
Fix the constraints for any's assignment operator template to properly
Ville Voutilainen
3
-4
/
+16
2016-07-14
Include header for std::__parallel::search
Jonathan Wakely
2
-0
/
+6
2016-07-14
Add header for std::search to testcase
Jonathan Wakely
2
-0
/
+4
2016-07-14
Improve doxygen comments for allocators in containers
Jonathan Wakely
11
-65
/
+117
2016-07-14
Implement P0032R3, Homogeneous interface for variant, any and optional,
Ville Voutilainen
18
-89
/
+538
2016-07-14
Fix ChangeLog.
Ville Voutilainen
1
-0
/
+41
2016-07-13
libstdc++/71856 Define _GLIBCXX_PARALLEL_ASSERTIONS
Jonathan Wakely
11
-50
/
+97
2016-07-13
Make basic_string::replace forward to different overload
Jonathan Wakely
2
-1
/
+5
2016-07-13
Make __allocated_ptr::_S_raw_ptr static
Jonathan Wakely
2
-2
/
+8
2016-07-13
Revert "Add non-const overload of std::string::data()"
Jonathan Wakely
6
-182
/
+29
2016-07-13
Fix ChangeLog.
Ville Voutilainen
1
-0
/
+2
2016-07-13
Implement P0307R2, Making Optional Greater Equal Again.
Ville Voutilainen
10
-52
/
+283
2016-07-13
Add non-const overload of std::string::data()
Jonathan Wakely
6
-25
/
+214
2016-07-12
Remove unused operator delete overloads (LWG 2458)
Jonathan Wakely
4
-6
/
+15
2016-07-12
Fix ChangeLog entry for r238244
Jonathan Wakely
1
-1
/
+1
2016-07-12
Add tests and docs for LWG 2212 support
Jonathan Wakely
6
-6
/
+37
2016-07-12
Add std::vector::emplace() testcase from LWG 2164
Jonathan Wakely
2
-0
/
+19
2016-07-11
stl_vector.h (push_back(const value_type&)): Forward to _M_realloc_insert.
François Dumont
4
-156
/
+147
2016-07-10
Implement std::optional.
Ville Voutilainen
48
-0
/
+4686
2016-07-08
* testsuite/23_containers/vector/modifiers/insert/aliasing.cc: New.
Jonathan Wakely
2
-0
/
+83
2016-07-07
Update libstdc++ status docs
Jonathan Wakely
4
-10
/
+14
2016-07-07
Implement std::any.
Ville Voutilainen
18
-0
/
+1335
2016-07-06
Add a new header for diagnosing the use of C++17 facilities in pre-C++17 modes.
Ville Voutilainen
2
-0
/
+43
2016-07-06
Implement LWG 2451, optional<T> should 'forward' T's implicit conversions.
Ville Voutilainen
4
-2
/
+219
2016-07-05
Implement LWG 2509,
Ville Voutilainen
4
-3
/
+76
2016-07-04
Add tests for inserting aliased objects into std::vector
François Dumont
3
-0
/
+221
2016-07-04
Fix std::vector's use of temporary objects
Jonathan Wakely
7
-47
/
+242
2016-07-04
re PR libstdc++/71313 ([Filesystem TS] remove_all fails to remove directory c...
Ville Voutilainen
3
-2
/
+11
2016-07-02
get_debug_neg.cc: Adjust dg-error line numbers.
François Dumont
4
-74
/
+13
2016-06-30
65913.cc: Require atomic-builtins rather than specific target.
Thomas Preud'homme
2
-1
/
+7
2016-06-27
re PR libstdc++/71640 (include/c++/7.0.0/bits/hashtable.h:293:7: error: too m...
François Dumont
2
-1
/
+7
2016-06-23
array (array<>::swap): Fix noexcept qualificaton for zero-size array.
François Dumont
2
-4
/
+8
2016-06-21
remove mep-* support
Trevor Saunders
2
-4
/
+4
2016-06-21
remove knetbsd support
Trevor Saunders
4
-3
/
+9
[next]