aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src/c++11
AgeCommit message (Expand)AuthorFilesLines
2026-01-10libstdc++: Fix std::system_category().message(int) on mingw32 targetWang Jinghao1-10/+11
2026-01-02Update copyright years.Jakub Jelinek68-68/+68
2025-12-19libstdc++: Use std::add_lvalue_reference in src/c++11/mutex.ccJonathan Wakely1-1/+1
2025-12-18libstdc++: On Windows, retrieve thread-local variables via functionsLIU Hao1-0/+14
2025-12-11libstdc++: Implement C++26 P3378R2 - constexpr exception typesJakub Jelinek5-3/+12
2025-10-14libstdc++: Avoid overflow in timeout conversions [PR113327]Jonathan Wakely1-5/+43
2025-10-05*: regenerate autotoolsSam James1-0/+3
2025-07-08libstdc++: Make debug iterator pointer sequence const [PR116369]François Dumont1-40/+134
2025-07-02libstdc++: Use hidden friends for __normal_iterator operatorsJonathan Wakely1-11/+0
2025-05-02libstdc++: Add some more makefile dependenciesJonathan Wakely2-13/+21
2025-04-25libstdc++: Add some makefile dependenciesJonathan Wakely2-0/+16
2025-04-11libstdc++: Use constexpr-if for std::basic_string::_S_copy_charsJonathan Wakely1-1/+2
2025-03-30Optimize string constructorJan Hubicka1-0/+8
2025-01-08libstdc++: Fix std::future::wait_until for subsecond negative times [PR118093]Jonathan Wakely1-2/+2
2025-01-02Update copyright years.Jakub Jelinek68-68/+68
2024-11-26libstdc++: Move std::error_category symbol to separate file [PR117630]Jonathan Wakely4-15/+56
2024-09-22libstdc++: Silence -Woverloaded-virtual warning in cxx11-ios_failure.ccJonathan Wakely1-0/+2
2024-08-23libstdc++: Use noexcept insted of throw() in src/c++11/debug.ccJonathan Wakely1-16/+16
2024-07-31libstdc++: Handle strerror returning nullJonathan Wakely1-1/+5
2024-06-28libstdc++: Define __glibcxx_assert_fail for non-verbose build [PR115585]Jonathan Wakely1-1/+9
2024-05-22libstdc++: Fix effects of combining locales [PR108323]Jonathan Wakely1-1/+3
2024-01-11libstdc++: [_GLIBCXX_DEBUG] Fix assignment of value-initialized iterator [PR1...François Dumont1-0/+8
2024-01-03Update copyright years.Jakub Jelinek67-67/+67
2023-12-12libstdc++: Remove redundant -std flags from MakefileJonathan Wakely2-8/+8
2023-11-04libstdc++: Use strerror_r in std::generic_category()::message(int) [PR110133]Jonathan Wakely1-8/+70
2023-09-29libstdc++: Fix handling of surrogate CP in codecvt [PR108976]Dimitrij Mijoski1-9/+9
2023-09-15libstdc++: Implement C++26 native handles for file streams (P1759R6)Jonathan Wakely4-10/+1051
2023-09-11libstdc++: Remove unconditional use of atomics in Debug ModeJonathan Wakely1-3/+29
2023-09-11libstdc++: Move __glibcxx_assert_fail to its own fileJonathan Wakely4-21/+49
2023-09-11libstdc++: Fix -Wunused-parameter warningsPekka Seppänen1-2/+3
2023-07-30libstdc++: Fix several preprocessor directivesFrançois Dumont3-4/+4
2023-06-30libstdc++: Fix unused warning for new variableJonathan Wakely1-3/+3
2023-06-30libstdc++: Make std::random_device throw more std::system_error [PR105081]Jonathan Wakely1-3/+20
2023-05-16libstdc++: Disable cacheline alignment for DJGPP [PR109741]Jonathan Wakely1-2/+6
2023-05-16libstdc++: Stop using _GLIBCXX_USE_C99_STDINT_TR1 in <cstdint>Jonathan Wakely1-2/+2
2023-05-12libstdc++: Remove <random> dependency on _GLIBCXX_USE_C99_STDINT_TR1Jonathan Wakely2-5/+0
2023-04-27libstdc++: Make std::random_device throw std::system_error [PR105081]Jonathan Wakely1-6/+12
2023-03-03link pthread_join from std::thread ctorAlexandre Oliva1-2/+8
2023-02-28libstdc++: Add likely/unlikely attributes to <codecvt> implementationJonathan Wakely1-46/+46
2023-02-22[libstdc++] do not destruct mutex_pool mutexesAlexandre Oliva1-1/+5
2023-02-06libstdc++: Enable building libstdc++.{a,so} when !HOSTEDArsen Arsenović2-16/+37
2023-02-01libstdc++: Fix std::random_device for avrJonathan Wakely1-0/+2
2023-02-01libstdc++: Fix build failures for avrJonathan Wakely1-0/+9
2023-01-23libstdc++: [_GLIBCXX_DEBUG] Remove useless constructor checksFrançois Dumont1-0/+53
2023-01-16Update copyright years.Jakub Jelinek64-64/+64
2023-01-13libstdc++: Fix Unicode codecvt and add tests [PR86419]Dimitrij Mijoski1-18/+18
2023-01-07Always define `WIN32_LEAN_AND_MEAN` before <windows.h>LIU Hao2-1/+4
2022-12-23Reimplement GNU threads library on native WindowsEric Botcazou1-2/+12
2022-12-22libstdc++: Avoid recursion in __nothrow_wait_cv::wait [PR105730]Jonathan Wakely1-1/+21
2022-12-07libstdc++: Pass error handler to libbacktrace functionsJonathan Wakely1-1/+18