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
/
src
/
c++11
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-08
libstdc++: Fix std::future::wait_until for subsecond negative times [PR118093]
Jonathan Wakely
1
-2
/
+2
2025-01-02
Update copyright years.
Jakub Jelinek
68
-68
/
+68
2024-11-26
libstdc++: Move std::error_category symbol to separate file [PR117630]
Jonathan Wakely
4
-15
/
+56
2024-09-22
libstdc++: Silence -Woverloaded-virtual warning in cxx11-ios_failure.cc
Jonathan Wakely
1
-0
/
+2
2024-08-23
libstdc++: Use noexcept insted of throw() in src/c++11/debug.cc
Jonathan Wakely
1
-16
/
+16
2024-07-31
libstdc++: Handle strerror returning null
Jonathan Wakely
1
-1
/
+5
2024-06-28
libstdc++: Define __glibcxx_assert_fail for non-verbose build [PR115585]
Jonathan Wakely
1
-1
/
+9
2024-05-22
libstdc++: Fix effects of combining locales [PR108323]
Jonathan Wakely
1
-1
/
+3
2024-01-11
libstdc++: [_GLIBCXX_DEBUG] Fix assignment of value-initialized iterator [PR1...
François Dumont
1
-0
/
+8
2024-01-03
Update copyright years.
Jakub Jelinek
67
-67
/
+67
2023-12-12
libstdc++: Remove redundant -std flags from Makefile
Jonathan Wakely
2
-8
/
+8
2023-11-04
libstdc++: Use strerror_r in std::generic_category()::message(int) [PR110133]
Jonathan Wakely
1
-8
/
+70
2023-09-29
libstdc++: Fix handling of surrogate CP in codecvt [PR108976]
Dimitrij Mijoski
1
-9
/
+9
2023-09-15
libstdc++: Implement C++26 native handles for file streams (P1759R6)
Jonathan Wakely
4
-10
/
+1051
2023-09-11
libstdc++: Remove unconditional use of atomics in Debug Mode
Jonathan Wakely
1
-3
/
+29
2023-09-11
libstdc++: Move __glibcxx_assert_fail to its own file
Jonathan Wakely
4
-21
/
+49
2023-09-11
libstdc++: Fix -Wunused-parameter warnings
Pekka Seppänen
1
-2
/
+3
2023-07-30
libstdc++: Fix several preprocessor directives
François Dumont
3
-4
/
+4
2023-06-30
libstdc++: Fix unused warning for new variable
Jonathan Wakely
1
-3
/
+3
2023-06-30
libstdc++: Make std::random_device throw more std::system_error [PR105081]
Jonathan Wakely
1
-3
/
+20
2023-05-16
libstdc++: Disable cacheline alignment for DJGPP [PR109741]
Jonathan Wakely
1
-2
/
+6
2023-05-16
libstdc++: Stop using _GLIBCXX_USE_C99_STDINT_TR1 in <cstdint>
Jonathan Wakely
1
-2
/
+2
2023-05-12
libstdc++: Remove <random> dependency on _GLIBCXX_USE_C99_STDINT_TR1
Jonathan Wakely
2
-5
/
+0
2023-04-27
libstdc++: Make std::random_device throw std::system_error [PR105081]
Jonathan Wakely
1
-6
/
+12
2023-03-03
link pthread_join from std::thread ctor
Alexandre Oliva
1
-2
/
+8
2023-02-28
libstdc++: Add likely/unlikely attributes to <codecvt> implementation
Jonathan Wakely
1
-46
/
+46
2023-02-22
[libstdc++] do not destruct mutex_pool mutexes
Alexandre Oliva
1
-1
/
+5
2023-02-06
libstdc++: Enable building libstdc++.{a,so} when !HOSTED
Arsen Arsenović
2
-16
/
+37
2023-02-01
libstdc++: Fix std::random_device for avr
Jonathan Wakely
1
-0
/
+2
2023-02-01
libstdc++: Fix build failures for avr
Jonathan Wakely
1
-0
/
+9
2023-01-23
libstdc++: [_GLIBCXX_DEBUG] Remove useless constructor checks
François Dumont
1
-0
/
+53
2023-01-16
Update copyright years.
Jakub Jelinek
64
-64
/
+64
2023-01-13
libstdc++: Fix Unicode codecvt and add tests [PR86419]
Dimitrij Mijoski
1
-18
/
+18
2023-01-07
Always define `WIN32_LEAN_AND_MEAN` before <windows.h>
LIU Hao
2
-1
/
+4
2022-12-23
Reimplement GNU threads library on native Windows
Eric Botcazou
1
-2
/
+12
2022-12-22
libstdc++: Avoid recursion in __nothrow_wait_cv::wait [PR105730]
Jonathan Wakely
1
-1
/
+21
2022-12-07
libstdc++: Pass error handler to libbacktrace functions
Jonathan Wakely
1
-1
/
+18
2022-11-12
libstdc++: Define INSTANTIATE_FACET_ACCESSORS macro in compat source [PR103755]
Jonathan Wakely
4
-11
/
+22
2022-11-11
libstdc++: Avoid redundant checks in std::use_facet [PR103755]
Jonathan Wakely
3
-92
/
+29
2022-11-02
libstdc++: Remove more redundant union members
Jonathan Wakely
1
-1
/
+0
2022-10-29
libstdc++: Don't use gstdint.h anymore
Arsen Arsenović
2
-5
/
+4
2022-10-19
libstdc++/thread: Implement `_GLIBCXX_NPROCS` for Windows
LIU Hao
1
-0
/
+9
2022-10-15
libstdc++: Fix -Wunused-function warning in src/c++11/debug.cc
Jonathan Wakely
1
-8
/
+8
2022-10-14
libstdc++: Simplify print_raw function for debug assertions
Jonathan Wakely
1
-13
/
+8
2022-10-11
libstdc++: Allow emergency EH alloc pool size to be tuned [PR68606]
Jonathan Wakely
1
-0
/
+1
2022-08-31
libstdc++: [_GLIBCXX_DEBUG] Add backtrace generation on demand
François Dumont
1
-5
/
+70
2022-08-08
libstdc++: [_GLIBCXX_DEBUG] Do not consider detached iterators as value-initi...
François Dumont
1
-2
/
+5
2022-05-26
libstdc++: Move std::iostream_category() definition to new file
Jonathan Wakely
4
-50
/
+90
2022-05-19
libstdc++: Avoid including <cstdint> for std::char_traits
Jonathan Wakely
1
-0
/
+4
2022-05-17
libstdc++: Stop defining C++0x compat symbols for versioned namespace
Jonathan Wakely
6
-5
/
+24
[next]