aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/c_global
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek26-26/+26
2023-11-21libstdc++: Do not declare strtok for C++26 freestanding (P2937R0)Jonathan Wakely1-1/+4
2023-11-11libstdc++: Add missing functions to <cmath> [PR79700]Nathaniel Shead1-0/+199
2023-08-16libstdc++: Replace all manual FTM definitions and useArsen Arsenović2-14/+13
2023-08-09libstdc++: Fix some -Wunused-parameter warningsJonathan Wakely1-3/+3
2023-07-19libstdc++: Check autoconf macros for strtof and strtold [PR110653]Jonathan Wakely1-0/+14
2023-05-31libstdc++: Add separate autoconf macro for std::float_t and std::double_t [PR...Jonathan Wakely1-0/+2
2023-05-31libstdc++: Stop using _GLIBCXX_USE_C99_MATH_TR1 in <cmath>Jonathan Wakely1-2/+2
2023-05-17libstdc++: Fix up some <cmath> templates [PR109883]Jakub Jelinek1-117/+100
2023-05-16libstdc++: Stop using TR1 macros in <cctype> and <cfenv>Jonathan Wakely2-4/+4
2023-05-16libstdc++: Stop using _GLIBCXX_USE_C99_STDINT_TR1 in <cstdint>Jonathan Wakely2-6/+6
2023-01-16Update copyright years.Jakub Jelinek26-26/+26
2022-10-31libstdc++: Small extended float support tweaksJakub Jelinek1-2/+6
2022-10-19libstdc++-v3: Implement {,b}float16_t nextafter and some fixes [PR106652]Jakub Jelinek1-2/+92
2022-10-18libstdc++: Partial library support for std::float{16,32,64,128}_t and std::bf...Jakub Jelinek1-0/+1685
2022-10-04libstdc++: Make <cstdint> work freestanding [PR107134]Jonathan Wakely1-2/+57
2022-10-03libstdc++: Mark headers that must be hosted as such [PR103626]Arsen Arsenović1-0/+2
2022-09-20libstdc++: Fix typo in <cstdlib> for freestandingJonathan Wakely1-1/+1
2022-09-16libstdc++: Add preprocessor conditions for freestanding [PR106953]Jonathan Wakely1-10/+14
2022-09-08libstdc++: Add always_inline attribute to std::byte operatorsJonathan Wakely1-1/+12
2022-01-21libstdc++: Ensure all feature test macros have type long [PR87193]Jonathan Wakely2-2/+2
2022-01-18libstdc++: Declare std::c8rtomb and std::mbrtoc8 if provided by the C libraryTom Honermann1-1/+32
2022-01-03Update copyright years.Jakub Jelinek26-26/+26
2021-10-09libstdc++: Enable type traits for wchar_t unconditionally [PR98725]Jonathan Wakely1-2/+0
2021-08-12libstdc++: Add additional overload of std::lerp [PR101870]Jonathan Wakely1-4/+12
2021-04-06libstdc++: Add nodiscard attribute to cast-like functionsJonathan Wakely1-0/+1
2021-01-04Update copyright years.Jakub Jelinek26-26/+26
2020-09-10libstdc++: Add parentheses around assignments used as truth valuesKrystian Kuźniarek1-2/+2
2020-01-01Update copyright years.Jakub Jelinek26-26/+26
2019-06-18Avoid undefined behaviour in std::byte operators (LWG 2950)Jonathan Wakely1-46/+28
2019-06-17Add 'noexcept' to std::lerpJonathan Wakely1-4/+4
2019-03-05Define midpoint and lerp functions for C++20 (P0811R3)Jonathan Wakely1-0/+35
2019-02-19P0482R5 char8_t: Standard library supportTom Honermann1-0/+3
2019-02-14Add std::timespec and std::timespec_get for C++17Jonathan Wakely1-0/+9
2019-01-01Update copyright years.Jakub Jelinek26-26/+26
2018-10-24cstddef: Add versioned namespace.François Dumont1-0/+2
2018-07-26Remove <chrono> dependency on _GLIBCXX_USE_C99_STDINT_TR1Jonathan Wakely1-4/+6
2018-05-10PR libstdc++/85729 add linkage specifications to headersJonathan Wakely3-2/+11
2018-03-12PR libstdc++/84773 use aligned alloc functions for FreeBSD and MinGW cross-co...Jonathan Wakely1-0/+6
2018-01-25PR libstdc++/81076 make __byte_operand SFINAE-friendlyJonathan Wakely1-1/+1
2018-01-03Update copyright years.Jakub Jelinek26-26/+26
2017-10-20Define __cpp_lib_byte feature-test macroJonathan Wakely1-1/+3
2017-07-23re PR libstdc++/81064 (Inline namespace regression)François Dumont1-26/+4
2017-03-09Define std::byte for C++17 (P0298R3)Jonathan Wakely1-0/+129
2017-01-09PR79017 workaround incomplete C99 math on darwinJonathan Wakely1-0/+4
2017-01-01Update copyright years.Jakub Jelinek26-26/+26
2016-11-21Don't define libstdc++-internal macros in Solaris 10+ <math.h>Rainer Orth1-46/+138
2016-09-30libstdc++/77795 Only declare ::gets for C++98 and C++11Jonathan Wakely1-1/+1
2016-09-30Implement LWG 2192 and LWG 2294 for std::absJonathan Wakely2-51/+2
2016-09-29Define C++17 std::hypot without _GLIBCXX_USE_C99_MATH_TR1Jonathan Wakely1-40/+47