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-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
2016-09-22
re PR libstdc++/77641 (std::variant copy-initialization fails for type with n...
Tim Shen
3
-11
/
+34
2016-09-21
re PR libstdc++/77288 (Std::experimental::optional::operator= implementation ...
Ville Voutilainen
4
-27
/
+470
2016-09-21
Implement LWG 2729 for tuple.
Ville Voutilainen
4
-18
/
+349
2016-09-21
re PR libstdc++/77537 (pair constructors do not properly SFINAE)
Ville Voutilainen
4
-89
/
+263
2016-09-20
re PR libstdc++/77619 (uninitialized_meow_construct and friends not exception...
Ville Voutilainen
4
-30
/
+410
2016-09-20
Replace casts with floordiv operator in Python xmethods
Jonathan Wakely
2
-3
/
+8
2016-09-19
libstdc++/77645 fix deque and vector xmethods for Python 3
Jonathan Wakely
2
-3
/
+8
2016-09-19
Make libstdc++ tests FAIL on Python errors
Jonathan Wakely
2
-0
/
+8
2016-09-19
Improve pretty printer for std::variant
Jonathan Wakely
3
-12
/
+120
2016-09-19
libstdc++/77645 Fix xmethods for std::list
Jonathan Wakely
2
-5
/
+22
2016-09-17
Define pretty printers for C++17 library components
Jonathan Wakely
2
-10
/
+63
2016-09-16
Fix typo in Libstdc++ Profile Mode docs
Jonathan Wakely
3
-3
/
+8
2016-09-16
Replace modulus with mask operation in over-aligned new
Jonathan Wakely
2
-1
/
+8
2016-09-16
Adjust arguments to aligned_alloc or posix_memalign
Jonathan Wakely
2
-2
/
+18
2016-09-15
Editorial fixes to libstdc++ debug mode docs
Jonathan Wakely
3
-17
/
+12
2016-09-15
Fix testsuite to not increment bool
Jonathan Wakely
1
-0
/
+6
2016-09-15
Reformat libstdc++-v3/ChangeLog to fit in 80 columns
Jonathan Wakely
1
-105
/
+157
2016-09-15
Fix testsuite to not increment bool
Jonathan Wakely
3
-1
/
+19
2016-09-14
typeck.c (cp_build_unary_op): Diagnose incrementing boolean expressions.
Marek Polacek
2
-0
/
+6
2016-09-14
Fix dg-require before dg-run directives in testsuite.
Christophe Lyon
23
-23
/
+50
2016-09-13
Implement P0040R3, Extending memory management tools.
Ville Voutilainen
3
-0
/
+243
2016-09-12
* config/abi/pre/gnu.ver: Use [jmy] for size_t.
Jason Merrill
2
-6
/
+10
2016-09-12
Implement P0253R1, Fixing a design mistake in the searchers interface in Libr...
Ville Voutilainen
3
-22
/
+40
2016-09-12
Implement C++17 string searchers.
Ville Voutilainen
3
-0
/
+461
2016-09-12
[libstdc++-v3] Fix dg-require before dg-run directives in testsuite.
Matthew Wahab
197
-196
/
+450
2016-09-11
Fix bootstrap failure when ATOMIC_INT_LOCK_FREE < 2
Jonathan Wakely
3
-0
/
+7
2016-09-09
Implement P0035R4, C++17 new of over-aligned types.
Jason Merrill
18
-3
/
+567
2016-09-05
variant: include bits/move.h for std::addressof.
Tim Shen
2
-0
/
+5
2016-09-05
variant (_Variant_storage::_M_storage()): Use std::addressof instead of opera...
Mikhail Strelnikov
2
-1
/
+6
2016-09-02
Use setrlimit for testing libstdc++ in cross toolchains
Maxim Kuvyrkov
3
-5
/
+11
2016-08-31
Constrain std::shared_ptr assignment and resetting
Jonathan Wakely
8
-31
/
+211
2016-08-31
Move comparison object in map/set move assignment
Jonathan Wakely
3
-1
/
+63
2016-08-31
Add test accidentally not added in revision r239121
Jonathan Wakely
2
-0
/
+50
2016-08-30
re PR libstdc++/77395 (std::is_constructible is false for type constructible ...
Ville Voutilainen
7
-5
/
+121
2016-08-30
2.cc: Move dg-do run directive above dg-require-namedlocale directive.
Uros Bizjak
7
-6
/
+16
2016-08-27
re PR libstdc++/77356 (regex error for a ECMAScript syntax string)
Tim Shen
5
-42
/
+111
2016-08-26
libstdc++/51960 move-construction for raw_storage_iterator
Jonathan Wakely
5
-3
/
+76
[next]