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-10-29
Use perfect forwarding in std::function invokers.
Jonathan Wakely
1
-10
/
+10
2014-10-29
any: Add feature-testing macro.
Jonathan Wakely
5
-0
/
+11
2014-10-29
Add <experimental/algorithm> and <experimental/functional>.
Jonathan Wakely
4
-0
/
+569
2014-10-24
atomic_base.h: Avoid including <stdbool.h>.
Paolo Carlini
2
-3
/
+4
2014-10-23
re PR libstdc++/63497 (std::regex can't handle [^class] correctly and cause r...
Tim Shen
2
-19
/
+22
2014-10-21
Implement more Library Fundamentals v1 variable templates.
Ville Voutilainen
6
-0
/
+212
2014-10-20
Makefile.am: Move ctype.cc, ctype_configure_char.cc and ctype_members.cc to ...
Jonathan Wakely
2
-0
/
+14
2014-10-17
Implement the Library Fundamentals v1 variable templates.
Ville Voutilainen
3
-2
/
+230
2014-10-15
re PR libstdc++/63500 (bug in debug version of std::make_move_iterator?)
François Dumont
1
-3
/
+11
2014-10-15
complex (complex::real, [...]): Add const.
Jonathan Wakely
1
-2
/
+2
2014-10-15
limits: Remove stray semicolon.
Paolo Carlini
1
-1
/
+1
2014-10-15
limits: Remove stray spaces after backslash.
Paolo Carlini
1
-1
/
+1
2014-10-14
machmode.h (int_n_data_t): New.
DJ Delorie
5
-161
/
+314
2014-10-14
re PR libstdc++/54354 (TODO extended iomanip manipulators std::get_time and s...
Rüdiger Sonderfeld
1
-0
/
+55
2014-10-13
re PR libstdc++/57350 (std::align missing)
Jonathan Wakely
1
-4
/
+5
2014-10-13
memory (align): Define.
Rüdiger Sonderfeld
1
-0
/
+42
2014-10-13
re PR libstdc++/61347 (std::distance(list.first(),list.end()) in O(1))
Marc Glisse
2
-10
/
+12
2014-10-10
re PR libstdc++/49561 ([C++0x] std::list::size complexity)
Jonathan Wakely
5
-6
/
+110
2014-10-09
re PR libstdc++/61909 (Small function optimization not applied to small objects)
Jonathan Wakely
1
-2
/
+3
2014-10-09
re PR libstdc++/63322 (std::atomic<T> where T is not trivially copyable shoul...
Jonathan Wakely
1
-1
/
+2
2014-10-09
re PR libstdc++/60132 (C++11: lack of is_trivially_copy_constructible)
Ville Voutilainen
1
-9
/
+52
2014-10-08
locale_facets.tcc (num_put::_M_insert_float): Do not pass precision when usin...
Jonathan Wakely
1
-4
/
+16
2014-10-08
regex.h (regex_token_iterator::_M_end_of_seq): Add const qualifier.
Jonathan Wakely
1
-1
/
+1
2014-10-06
re PR libstdc++/59987 ([C++11]: Missing ios_base::hexfloat format specifier)
Rüdiger Sonderfeld
1
-0
/
+21
2014-10-06
Makefile.am: Add new header.
Jonathan Wakely
3
-2
/
+74
2014-10-05
re PR libstdc++/63456 (unordered_map incorrectly frees _M_single_bucket. Patc...
François Dumont
1
-1
/
+1
2014-10-02
ctgmath: Include <complex>.
Jonathan Wakely
1
-0
/
+1
2014-10-02
stl_function.h: Generic associative lookup feature is not supported.
Edward Smith-Rowland
1
-1
/
+1
2014-10-01
type_traits: Add is_final<> type trait for C++14.
Edward Smith-Rowland
1
-0
/
+9
2014-10-01
Implement SD-6: SG10 Feature Test Recommendations
Edward Smith-Rowland
11
-0
/
+43
2014-09-29
re PR libstdc++/62313 (Data race in debug iterators)
François Dumont
6
-112
/
+226
2014-09-25
DR 1339
Jonathan Wakely
3
-38
/
+43
2014-09-25
* include/bits/vector.tcc (vector::_M_fill_assign): Use _M_swap_data.
Jonathan Wakely
1
-1
/
+1
2014-09-25
re PR libstdc++/63199 (Inserting std::wregex to std::vector loses some std::w...
Tim Shen
6
-91
/
+100
2014-09-24
re PR libstdc++/56193 (ios_base should replace operator void* with explicit o...
Jonathan Wakely
1
-0
/
+5
2014-09-24
re PR libstdc++/29988 (More stl_tree.h enhancements: improving operator=)
François Dumont
5
-235
/
+407
2014-09-23
gnu.ver: Adjust basic_ostream exports.
Jonathan Wakely
2
-2
/
+2
2014-09-22
Include <bits/uses_allocator.h> in <stack> and <queue>.
Jonathan Wakely
2
-0
/
+6
2014-09-22
mutex (try_lock): Do not swallow exceptions.
Jonathan Wakely
1
-6
/
+1
2014-09-22
Make streams movable and swappable.
Jonathan Wakely
13
-21
/
+555
2014-09-15
regex.h (basic_regex): Rename _Ch_typeraits template parameters to _Ch_traits.
Jonathan Wakely
1
-4
/
+4
2014-09-12
deque (__gnu_debug::deque): Make base class C++11 allocator aware.
Jonathan Wakely
1
-2
/
+2
2014-09-12
re PR libstdc++/59603 (std::random_shuffle tries to swap element with itself)
Jonathan Wakely
1
-2
/
+12
2014-09-11
re PR libstdc++/63219 (Superfluous template parameter in match_result::format...
Jonathan Wakely
5
-5
/
+7
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
[next]