aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/c++config
AgeCommit message (Expand)AuthorFilesLines
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
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-21libstdc++: Disable floating-point std::to_chars on unsupported targetsPatrick Palka1-0/+14
2020-12-16libstdc++: Add C++ runtime support for new 128-bit long double formatJonathan Wakely1-3/+29
2020-12-16libstdc++: Warn if __STRICT_ANSI has been undefinedJonathan Wakely1-0/+9
2020-12-15libstdc++: Do not define constexpr assertions for C++11Jonathan Wakely1-1/+1
2020-12-01libstdc++: Simplify detection of built-in functionsJonathan Wakely1-25/+26
2020-09-30libstdc++: Use __is_same instead of __is_same_asJonathan Wakely1-2/+4
2020-09-21libstdc++: Use __builtin_expect in __glibcxx_assertJonathan Wakely1-2/+3
2020-09-01libstdc++: Add compile-time checks to__glibcxx_assert [PR 71960]Jonathan Wakely1-9/+26
2020-08-19libstdc++: Mention new macros in commentsJonathan Wakely1-0/+5
2020-08-19libstdc++: Add deprecated attributes to old iostream membersJonathan Wakely1-1/+16
2020-01-17libstdc++: Fix freestanding build PR 92376)Jonathan Wakely1-1/+4
2020-01-09libstdc++: Implementing P0767 - deprecate PODJeanHeyd "ThePhD" Meneide1-0/+7
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-29libstdc++: P1423R3 char8_t remediation (2/4)Tom Honermann1-1/+1
2019-10-16Only use GCC-specific __is_same_as built-in conditionallyJonathan Wakely1-0/+4
2019-07-02Fix preprocessor checks for Clang builtinsJonathan Wakely1-3/+3