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
/
doc
/
xml
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-10
Improve docs on libstdc++ source-code layout
Jonathan Wakely
1
-36
/
+126
2016-10-10
Update docs on libstdc++ source-code layout
Jonathan Wakely
1
-30
/
+43
2016-10-10
Correct C++11 implementation status docs
Jonathan Wakely
1
-9
/
+5
2016-10-10
Implement constexpr std::addressof for C++17
Jonathan Wakely
2
-2
/
+8
2016-10-07
Improve implementation-defined docs for libstdc++
Jonathan Wakely
3
-13
/
+193
2016-10-07
Implement std::has_unique_object_representations
Jonathan Wakely
1
-2
/
+1
2016-10-06
Make std::scoped_allocator_adaptor's OUTERMOST recursive
Jonathan Wakely
1
-3
/
+2
2016-10-03
Define std::gcd and std::lcm for C++17
Jonathan Wakely
1
-2
/
+1
2016-09-30
Implement LWG 2192 and LWG 2294 for std::abs
Jonathan Wakely
1
-0
/
+7
2016-09-27
Define feature macro and update C++17 library status
Jonathan Wakely
1
-8
/
+4
2016-09-27
Define 3-argument overloads of std::hypot for C++17 (P0030R1)
Jonathan Wakely
1
-2
/
+1
2016-09-22
Implement C++17 node extraction and insertion (P0083R5)
Jonathan Wakely
1
-2
/
+1
2016-09-16
Fix typo in Libstdc++ Profile Mode docs
Jonathan Wakely
1
-1
/
+1
2016-09-15
Editorial fixes to libstdc++ debug mode docs
Jonathan Wakely
1
-6
/
+5
2016-08-26
libstdc++/51960 move-construction for raw_storage_iterator
Jonathan Wakely
1
-0
/
+6
2016-08-26
Add new std::basic_string constructor (LWG 2583)
Jonathan Wakely
1
-0
/
+7
2016-08-23
Remove reference to -pthreads option in libstdc++ manual
Jonathan Wakely
1
-1
/
+1
2016-08-22
Update links to libstdc++ Doxygen pages
Jonathan Wakely
1
-71
/
+7
2016-08-22
Add noexcept to std::function swap
Jonathan Wakely
1
-0
/
+6
2016-08-19
Define std::not_fn for C++17
Jonathan Wakely
1
-2
/
+1
2016-08-19
Define std::atomic<T>::is_always_lock_free for C++17
Jonathan Wakely
1
-2
/
+1
2016-08-19
Update C++17 library status table
Jonathan Wakely
1
-5
/
+3
2016-08-18
Expand libstdc++ docs on testing
Jonathan Wakely
1
-96
/
+266
2016-08-18
Improve documentation of libstdc++ test targets
Jonathan Wakely
1
-56
/
+115
2016-08-18
Document libstdc++.so versioning in manual
Jonathan Wakely
1
-0
/
+115
2016-08-18
Improve markup in libstdc++ manual
Jonathan Wakely
3
-222
/
+261
2016-08-06
Update C++17 library status table
Jonathan Wakely
1
-2
/
+2
2016-08-06
Add std::apply for C++17
Jonathan Wakely
1
-0
/
+35
2016-08-05
Correct status of __cpp_lib_enable_shared_from_this
Jonathan Wakely
1
-1
/
+1
2016-08-05
Implement C++17 rounding functions for std::chrono (P0092R1)
Jonathan Wakely
1
-2
/
+1
2016-08-04
Define std::is_callable and std::is_nothrow_callable
Jonathan Wakely
1
-2
/
+1
2016-08-04
Update C++17 library implementation status table
Jonathan Wakely
1
-66
/
+539
2016-07-29
Update libstdc++ docs for library version history
Jonathan Wakely
1
-0
/
+1
2016-07-20
Document LWG DR 2684 status and regenerate libstdc++ manual
Jonathan Wakely
1
-0
/
+6
2016-07-20
LWG 2441 Provide exact-width atomic typedefs
Jonathan Wakely
1
-0
/
+6
2016-07-20
LWG 2328 Rvalue stream extraction should use perfect forwarding
Jonathan Wakely
1
-0
/
+6
2016-07-12
Remove unused operator delete overloads (LWG 2458)
Jonathan Wakely
1
-0
/
+7
2016-07-12
Add tests and docs for LWG 2212 support
Jonathan Wakely
1
-0
/
+8
2016-07-07
Update libstdc++ status docs
Jonathan Wakely
1
-5
/
+4
2016-05-29
backwards_compatibility.xml: Adjust lists.debian.org link to https.
Gerald Pfeifer
1
-1
/
+1
2016-05-27
Adjust URL in libstdc++ manual to use https
Jonathan Wakely
1
-1
/
+1
2016-03-23
Makefile.am (install-freestanding-headers): Add concept_check.h and move.h to...
Bernd Edlinger
1
-1
/
+2
2016-02-23
Document __STDCPP_WANT_MATH_SPEC_FUNCS__ macro
Jonathan Wakely
1
-0
/
+7
2016-02-04
Update copyright years in libstdc++ manual and add link
Jonathan Wakely
2
-2
/
+8
2016-01-22
Allow _GLIBCXX_HAVE_OBSOLETE_ISINF_ISNAN to be overridden
Jonathan Wakely
1
-0
/
+8
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-12-14
Document the implementation of Logical Operator Type Traits.
Ville Voutilainen
1
-0
/
+23
2015-11-10
Update C++17 library implementation status
Jonathan Wakely
1
-6
/
+4
2015-10-16
Document options for Filesystem TS library
Jonathan Wakely
3
-2
/
+46
2015-10-01
Save-and-restore errno more carefully in libstdc++
Jonathan Wakely
1
-0
/
+33
[next]