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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-09
Make std::deque meet C++11 allocator requirements.
Jonathan Wakely
4
-89
/
+292
2014-09-06
hashtable_policy.h (_Prime_rehash_policy): Constructor noexcept qualified.
François Dumont
6
-42
/
+75
2014-08-29
complex (complex): Define copy constructor and assignment operator as defaulted.
Jonathan Wakely
1
-17
/
+22
2014-08-27
re PR libstdc++/62159 (Missing headers for freestanding implementation)
Jonathan Wakely
2
-18
/
+26
2014-08-13
re PR libstdc++/61841 (broken std::thread on Hurd)
Jonathan Wakely
1
-0
/
+11
2014-08-13
profiler_hash_func.h: Fix a comment typo
Sylvestre Ledru
1
-1
/
+1
2014-08-13
2014-08-13 Paolo Carlini <paolo.carlini@oracle.com>
Paolo Carlini
1
-1
/
+1
2014-08-13
re PR libstdc++/62118 (cases under libstdc++-v3/testsuite/ext/ failed on aarc...
Paolo Carlini
1
-2
/
+8
2014-08-12
* include/bits/basic_string.h (getline): Declare inline.
Jonathan Wakely
1
-1
/
+1
2014-08-12
basic_string.h (getline): Qualify call to prevent ADL and add overloads for r...
Jonathan Wakely
1
-1
/
+17
2014-08-09
random.tcc (uniform_on_sphere_helper): Define.
Ulrich Drepper
1
-12
/
+79
2014-08-09
invoke.texi ([Wnarrowing]): Update for non-constants in C++11.
Paolo Carlini
1
-1
/
+3
2014-08-09
re PR libstdc++/61667 (setting max_load_factor of unordered_map cause buckets...
François Dumont
1
-4
/
+4
2014-08-07
future (__location_invariant): Move specializations after preprocessor condit...
Jonathan Wakely
1
-2
/
+2
2014-08-07
future (_State_baseV2::_M_set_result): Pass pointers to _M_do_set.
Jonathan Wakely
1
-71
/
+51
2014-08-07
stl_list.h (_List_base::_List_base(_List_base&&)): Optimize.
Jonathan Wakely
1
-2
/
+11
2014-07-29
re PR libstdc++/61947 (Ambiguous calls when constructing std::tuple)
Jonathan Wakely
1
-13
/
+15
2014-07-29
re PR libstdc++/61946 (rope construction, passing allocator referenct without...
Jonathan Wakely
1
-3
/
+4
2014-07-29
PR libstdc++/60037 - SIGFPE in std::generate_canonical<unsigned int...>
Ed Smith-Rowland
3
-1
/
+6
2014-07-25
string_view: Make the literal operators constexpr like the ctors they call.
Ed Smith-Rowland
1
-4
/
+4
2014-07-16
random: Minor formatting and cosmetic tweaks.
Paolo Carlini
2
-19
/
+20
2014-07-15
re PR libstdc++/61720 (std::regex_search matches incorrectly)
Tim Shen
1
-0
/
+1
2014-07-14
random.tcc: Unfortunately more fixes for operator>> and operator<< for...
Ulrich Drepper
1
-2
/
+2
2014-07-13
random.tcc: Fix operator>> and operator<< for uniform_on_sphere_distribution.
Ulrich Drepper
1
-2
/
+2
2014-07-13
random: Add uniform_on_sphere_distribution definition.
Ulrich Drepper
2
-7
/
+257
2014-07-12
Add the logistic_distribution as an extension.
Edward Smith-Rowland
2
-35
/
+348
2014-07-10
any (any::_Manager_alloc::_Data): Reorder tuple members to simplify pretty pr...
Jonathan Wakely
1
-11
/
+11
2014-07-08
allocated_ptr.h (__allocated_ptr::operator=): Add missing return.
Jonathan Wakely
3
-5
/
+9
2014-07-01
re PR testsuite/61061 (FAIL: g++.dg/inherit/covariant7.C)
Tim Shen
3
-8
/
+17
2014-07-01
re PR libstdc++/61424 (std::regex matches right to left, not leftmost longest)
Tim Shen
5
-8
/
+55
2014-06-26
shared_ptr_base.h (__shared_ptr::_Deleter): Fix parameter type.
Jonathan Wakely
1
-1
/
+1
2014-06-25
Makefile.am: Add new header.
Jonathan Wakely
6
-102
/
+171
2014-06-25
alloc_traits.h (__alloc_rebind): Define alias template.
Jonathan Wakely
4
-12
/
+9
2014-06-24
functexcept.h (__throw_out_of_range_fmt): Change attribute to __gnu_printf__ ...
Jonathan Wakely
5
-8
/
+8
2014-06-23
any (any_v1): Rename namespace to fundamentals_v1.
Jonathan Wakely
3
-3
/
+9
2014-06-23
parse_numbers.h (_Number_help): Fix divide-by-zero.
Jonathan Wakely
2
-4
/
+4
2014-06-14
any (any_cast): Combine duplicate doxygen comments.
Jonathan Wakely
5
-80
/
+27
2014-06-14
api.xml: Link to more recent API docs.
Jonathan Wakely
16
-29
/
+29
2014-06-14
user.cfg.in (INPUT): Add C++14 headers.
Jonathan Wakely
7
-41
/
+38
2014-06-14
status_cxx2014.xml: Update Fundamentals TS status.
Jonathan Wakely
4
-0
/
+633
2014-06-10
re PR libstdc++/61390 (error in nested template parameter in ext/pb_ds header...
Jonathan Wakely
1
-2
/
+2
2014-06-09
beta_function.tcc: Fix spelling of include guard in comment.
Jonathan Wakely
1
-1
/
+1
2014-06-07
DR 2344 - std::quoted doesn't respect padding
Ed Smith-Rowland
1
-15
/
+23
2014-06-02
regex_compiler.h (__detail::_BracketMatcher): Reorder members to avoid wasted...
Jonathan Wakely
6
-145
/
+186
2014-06-02
condition_variable (condition_variable_any::_Unlock): Do not swallow __forced...
Jonathan Wakely
3
-2
/
+30
2014-06-02
type_traits (__strictest_alignment): New helper struct.
Rüdiger Sonderfeld
1
-0
/
+49
2014-06-01
uses_allocator.h (__uses_allocator_helper): Simplify.
Jonathan Wakely
1
-17
/
+14
2014-06-01
re PR libstdc++/61374 (string_view::operator string() is buggy)
Jonathan Wakely
2
-65
/
+47
2014-05-29
bool_set: Use UTF-8 for accented characters.
Jonathan Wakely
1
-1
/
+1
2014-05-27
re PR libstdc++/61329 (#include <regex> and _GLIBCXX_DEBUG causes multiple sy...
Jonathan Wakely
1
-2
/
+2
[next]