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