aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/c++config
AgeCommit message (Expand)AuthorFilesLines
2025-12-05libstdc++: Introduce _GLIBCXX_EXPLICIT_THIS_PARAMETER internal FTMPatrick Palka1-0/+7
2025-06-04libstdc++: Implement P0849R8 auto(x) library changesPatrick Palka1-0/+6
2025-03-06libstdc++: Avoid '-Wunused-parameter' for '__what' in function 'void std::__t...Thomas Schwinge1-1/+1
2025-02-25libstdc++: add a constexpr macro for C++26Giuseppe D'Angelo1-0/+8
2025-02-20libstdc++: Add parentheses around _GLIBCXX_HAS_BUILTIN definitionJonathan Wakely1-1/+1
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-11-27libstdc++: Remove __builtin_expect from consteval assertionJonathan Wakely1-6/+9
2024-11-27libstdc++: Add cold attribute to assertion failure functions [PR117650]Jonathan Wakely1-1/+1
2024-11-14libstdc++: Make _GLIBCXX_NODISCARD work for C++11 and C++14Jonathan Wakely1-1/+1
2024-10-30libstdc++: Define config macros for additional IEEE formatsJonathan Wakely1-3/+18
2024-10-09libstdc++: Enable _GLIBCXX_ASSERTIONS by default for -O0 [PR112808]Jonathan Wakely1-2/+7
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill1-0/+2
2024-09-23libstdc++: guard c++config pragmasJason Merrill1-0/+2
2024-09-19libstdc++: add #pragma diagnosticJason Merrill1-0/+7
2024-09-06libstdc++: avoid __GLIBCXX__ redefinitionJason Merrill1-0/+1
2024-07-31libstdc++: Define C++26 member visit for std::basic_format_arg [PR110356]Jonathan Wakely1-0/+10
2024-06-05[libstdc++] add _GLIBCXX_CLANG to workaround predefined __clang__Alexandre Oliva1-1/+12
2024-02-09libstdc++: Use _GLIBCXX_USE_BUILTIN_TRAIT for is_sameKen Matsui1-4/+0
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-14libstdc++: Make __gnu_debug::vector usable in constant expressions [PR109536]Jonathan Wakely1-9/+0
2023-12-07libstdc++: Fix recent changes to __glibcxx_assert [PR112882]Jonathan Wakely1-8/+21
2023-12-05libstdc++: Redefine __glibcxx_assert to work in C++23 constexprJonathan Wakely1-26/+21
2023-09-11libstdc++: Define _GLIBCXX_USE_BUILTIN_TRAITKen Matsui1-1/+9
2023-08-17libstdc++: Define std::numeric_limits<_FloatNN> before C++23Jonathan Wakely1-2/+2
2023-06-28Add cold attribute to throw wrappers and terminateJan Hubicka1-1/+1
2023-05-17libstdc++: Add system_header pragma to <bits/c++config.h>Jonathan Wakely1-0/+2
2023-04-05libstdc++: Downgrade DEBUG to ASSERTIONS when !HOSTEDArsen Arsenović1-0/+7
2023-02-06libstdc++: Implement P1413R3 'deprecate aligned_storage and aligned_union'Nathaniel Shead1-0/+10
2023-02-06libstdc++: Normalise _GLIBCXX20_DEPRECATED macroNathaniel Shead1-3/+3
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-10-18libstdc++: Partial library support for std::float{16,32,64,128}_t and std::bf...Jakub Jelinek1-0/+14
2022-05-13libstdc++: Improve doxygen docs for <regex>Jonathan Wakely1-0/+3
2022-05-13libstdc++: Add macros for the inline namespace std::_V2Jonathan Wakely1-2/+9
2022-03-07libstdc++: Use visibility pragmas instead of attributes [PR104807]Jonathan Wakely1-2/+7
2022-03-05libstdc++: Ensure __glibcxx_assert_fail has default visibilityJonathan Wakely1-1/+2
2022-02-14libstdc++: Use __cpp_concepts instead of custom macro [PR103891]Jonathan Wakely1-5/+0
2022-01-11libstdc++: Make std::variant work with Clang in C++20 mode [PR103891]Jonathan Wakely1-0/+5
2022-01-05libstdc++: Implement P1328 "Making std::type_info::operator== constexpr"Jonathan Wakely1-1/+9
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-08libstdc++: Skip atomic instructions in shared_ptr when both counts are 1Maged Michael1-0/+9
2021-12-01libstdc++: Define std::__is_constant_evaluated() for internal useJonathan Wakely1-7/+23
2021-11-22libstdc++: Fix condition for definition of _GLIBCXX14_DEPRECATEDJonathan Wakely1-2/+2
2021-11-12libstdc++: Print assertion messages to stderr [PR59675]Jonathan Wakely1-16/+11
2021-10-13libstdc++: Ensure language linkage of std::__terminate()Jonathan Wakely1-1/+1
2021-10-11libstdc++: Add wrapper for internal uses of std::terminateJonathan Wakely1-0/+9
2021-10-01libstdc++: Restore printing of assertion messages [PR102100]Jonathan Wakely1-2/+3
2021-08-03libstdc++: Deprecate std::random_shuffle for C++14Jonathan Wakely1-0/+10
2021-07-15libstdc++: Add noexcept to __replacement_assert [PR101429]Jonathan Wakely1-1/+11
2021-05-20libstdc++: Use __builtin_unreachable for constexpr assertions [PR 100676]Jonathan Wakely1-22/+18
2021-03-23libstdc++: Disable "ALT128" long double support for ClangJonathan Wakely1-1/+4