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
/
ChangeLog
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-21
Fix invalid XML in libstdc++ manual
Przemyslaw Wirkus
1
-0
/
+5
2017-11-21
RTEMS: Enable some libstdc++ features
Sebastian Huber
1
-0
/
+6
2017-11-20
streambuf_iterator.h (istreambuf_iterator<>): Declare std::advance for istrea...
François Dumont
1
-0
/
+35
2017-11-20
Fix failing tests caused by duplicate dg-options
Jonathan Wakely
1
-0
/
+7
2017-11-20
Implement LWG 2353
Ville Voutilainen
1
-0
/
+8
2017-11-19
PR libstdc++/pr66689 - comp_ellint_3 and ellint_3 return garbage values
Edward Smith-Rowland
1
-0
/
+81
2017-11-18
specfun.h: Expose airy_ai and airy_bi.
Edward Smith-Rowland
1
-0
/
+11
2017-11-17
Enable building libstdc++-v3 with Intel CET
Igor Tsimbalist
1
-0
/
+19
2017-11-17
PR libstdc++/83025 fix constraints for path overloads in <fstream>
Jonathan Wakely
1
-0
/
+22
2017-11-16
Tweak vector::_M_realloc_insert for code size
Marc Glisse
1
-0
/
+5
2017-11-16
Remove wrong ChangeLog entry
Jason Merrill
1
-4
/
+0
2017-11-16
Add noexcept to std::shared_future copy operations (LWG DR 2799)
Jonathan Wakely
1
-0
/
+5
2017-11-16
* include/std/numeric (gcd): Fix typo.
Jason Merrill
1
-0
/
+4
2017-11-15
Fix gcd breakage.
Ville Voutilainen
1
-0
/
+5
2017-11-15
Minor improvements to Filesystem tests
Jonathan Wakely
1
-0
/
+7
2017-11-15
Add noexcept to generic std::size, std::empty and std::data
Jonathan Wakely
1
-0
/
+5
2017-11-14
Implement LWG 2733 and LWG 2759
Ville Voutilainen
1
-0
/
+10
2017-11-14
Fix typo in std::wbuffer_convert
Jonathan Wakely
1
-0
/
+5
2017-11-11
Minor tweak to libstdc++ testsuite helper type
Jonathan Wakely
1
-0
/
+2
2017-11-10
PR libstdc++/82917 add missing returns in <fstream>
Jonathan Wakely
1
-0
/
+6
2017-11-07
Check for S_ISSOCK before use
Jonathan Wakely
1
-0
/
+5
2017-11-06
tr1.cc: Compile with -O0.
François Dumont
1
-0
/
+4
2017-11-06
Fix -Wreturn-type fallout.
Martin Liska
1
-0
/
+10
2017-11-06
deduction.cc: Avoid -Wreturn-type warnings.
Paolo Carlini
1
-0
/
+12
2017-11-05
* doc/xml/manual/abi.xml: Move docs.oracle.com references to https.
Gerald Pfeifer
1
-0
/
+4
2017-11-03
Define std::endian for C++2a (P0463R1)
Jonathan Wakely
1
-0
/
+3
2017-11-03
Remove _Node_insert_return::get() member functions (P0508R0)
Jonathan Wakely
1
-0
/
+5
2017-11-01
printers.py (StdExpAnyPrinter.__init__): Strip typename versioned namespace b...
François Dumont
1
-0
/
+11
2017-11-01
PR libstdc++/82777 fix path normalization for dot-dot
Jonathan Wakely
1
-0
/
+9
2017-10-30
Don't create broken symlink in libstdc++-v3/include/bits
Jonathan Wakely
1
-0
/
+4
2017-10-30
Remove ios_mode::trunc from basic_ofstream openmode arguments
Jonathan Wakely
1
-0
/
+6
2017-10-30
Minor tweak to libstdc++ FAQ
Jonathan Wakely
1
-0
/
+2
2017-10-30
Minor header reorganization for unordered containers
Jonathan Wakely
1
-0
/
+7
2017-10-30
Implement LWG 2485
Ville Voutilainen
1
-0
/
+24
2017-10-27
Simplify _Node_insert_return to avoid including <tuple>
Jonathan Wakely
1
-0
/
+3
2017-10-27
List headers in Makefile in alphabetical order
Jonathan Wakely
1
-0
/
+3
2017-10-27
Remove noexcept from filesystem iterators and operations (LWG 3013, 3014)
Jonathan Wakely
1
-0
/
+10
2017-10-27
Make filesystem::file_status default constructor non-explicit (LWG 2787)
Jonathan Wakely
1
-0
/
+5
2017-10-27
Provide filesystem::path overloads for file streams (LWG 2676, partial)
Jonathan Wakely
1
-0
/
+17
2017-10-27
Define std::filesystem::path::format enum (P0430R2)
Jonathan Wakely
1
-0
/
+8
2017-10-27
Protect more algorithms from overloaded comma operators
Jonathan Wakely
1
-0
/
+17
2017-10-26
Deduction guides for associative containers, debug mode deduction guide fixes.
Ville Voutilainen
1
-0
/
+33
2017-10-25
Update C++17 library status documentation
Jonathan Wakely
1
-0
/
+4
2017-10-25
PR libstdc++/82716 avoid stupid -Wmismatched-tags warnings
Jonathan Wakely
1
-0
/
+4
2017-10-25
PR libstdc++/79283 fix filesystem::read_symlink for /proc
Jonathan Wakely
1
-0
/
+5
2017-10-25
Fix filesystem::path::lexically_normal algorithm
Jonathan Wakely
1
-0
/
+29
2017-10-25
PR libstdc++/82706 fix test for case where operations succeed
Jonathan Wakely
1
-0
/
+5
2017-10-24
libstdc++.exp (check_v3_target_normal_mode): Add c++config.h include.
François Dumont
1
-0
/
+41
2017-10-24
Avoid -Wattribute-alias warnings for long double compat symbols
Jonathan Wakely
1
-0
/
+8
2017-10-24
Refactor std::basic_string_view members and add noexcept
Jonathan Wakely
1
-0
/
+14
[next]