summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/c_global
Commit message (Expand)AuthorAgeFilesLines
* libstdc++: Ensure all feature test macros have type long [PR87193]Jonathan Wakely2022-01-212-2/+2
* libstdc++: Declare std::c8rtomb and std::mbrtoc8 if provided by the C libraryTom Honermann2022-01-181-1/+32
* Update copyright years.Jakub Jelinek2022-01-0326-26/+26
* libstdc++: Enable type traits for wchar_t unconditionally [PR98725]Jonathan Wakely2021-10-091-2/+0
* libstdc++: Add additional overload of std::lerp [PR101870]Jonathan Wakely2021-08-121-4/+12
* libstdc++: Add nodiscard attribute to cast-like functionsJonathan Wakely2021-04-061-0/+1
* Update copyright years.Jakub Jelinek2021-01-0426-26/+26
* libstdc++: Add parentheses around assignments used as truth valuesKrystian Kuźniarek2020-09-101-2/+2
* Update copyright years.Jakub Jelinek2020-01-0126-26/+26
* Avoid undefined behaviour in std::byte operators (LWG 2950)Jonathan Wakely2019-06-181-46/+28
* Add 'noexcept' to std::lerpJonathan Wakely2019-06-171-4/+4
* Define midpoint and lerp functions for C++20 (P0811R3)Jonathan Wakely2019-03-051-0/+35
* P0482R5 char8_t: Standard library supportTom Honermann2019-02-191-0/+3
* Add std::timespec and std::timespec_get for C++17Jonathan Wakely2019-02-141-0/+9
* Update copyright years.Jakub Jelinek2019-01-0126-26/+26
* cstddef: Add versioned namespace.François Dumont2018-10-241-0/+2
* Remove <chrono> dependency on _GLIBCXX_USE_C99_STDINT_TR1Jonathan Wakely2018-07-261-4/+6
* PR libstdc++/85729 add linkage specifications to headersJonathan Wakely2018-05-103-2/+11
* PR libstdc++/84773 use aligned alloc functions for FreeBSD and MinGW cross-co...Jonathan Wakely2018-03-121-0/+6
* PR libstdc++/81076 make __byte_operand SFINAE-friendlyJonathan Wakely2018-01-251-1/+1
* Update copyright years.Jakub Jelinek2018-01-0326-26/+26
* Define __cpp_lib_byte feature-test macroJonathan Wakely2017-10-201-1/+3
* re PR libstdc++/81064 (Inline namespace regression)François Dumont2017-07-231-26/+4
* Define std::byte for C++17 (P0298R3)Jonathan Wakely2017-03-091-0/+129
* PR79017 workaround incomplete C99 math on darwinJonathan Wakely2017-01-091-0/+4
* Update copyright years.Jakub Jelinek2017-01-0126-26/+26
* Don't define libstdc++-internal macros in Solaris 10+ <math.h>Rainer Orth2016-11-211-46/+138
* libstdc++/77795 Only declare ::gets for C++98 and C++11Jonathan Wakely2016-09-301-1/+1
* Implement LWG 2192 and LWG 2294 for std::absJonathan Wakely2016-09-302-51/+2
* Define C++17 std::hypot without _GLIBCXX_USE_C99_MATH_TR1Jonathan Wakely2016-09-291-40/+47
* Define 3-argument overloads of std::hypot for C++17 (P0030R1)Jonathan Wakely2016-09-271-0/+40
* Enable Mathematical Special Functions for C++17Jonathan Wakely2016-08-031-1/+1
* re PR libstdc++/69881 (with gcc-6 of today building gcc-4.9 fails)Bernd Edlinger2016-02-232-0/+6
* re PR libstdc++/69450 (libstdc++-v3/include/math.h:66:1 2: error: 'constexpr ...John David Anglin2016-01-281-2/+2
* Allow _GLIBCXX_HAVE_OBSOLETE_ISINF_ISNAN to be overriddenJonathan Wakely2016-01-221-2/+4
* Ensure C++ language linkage in cmath and cstdlibJonathan Wakely2016-01-204-0/+12
* Add C++-conforming wrappers for stdlib.h and math.hJonathan Wakely2016-01-192-2/+8
* Implement TR29124 C++ special Math Functions.Edward Smith-Rowland2016-01-141-0/+4
* Use ::isinf and ::isnan if libc defines themJonathan Wakely2016-01-131-0/+8
* Update copyright years.Jakub Jelinek2016-01-0426-26/+26
* Handle C++11 <math.h> overloads on Solaris 12Rainer Orth2015-11-241-0/+93
* More fine-grained autoconf checks for C99 libraryJennifer Yao2015-11-133-6/+6
* Add C++11 header <cuchar>.Edward Smith-Rowland2015-09-041-0/+77
* Make all <cxxx> headers include <bits/c++config.h>Jonathan Wakely2015-09-045-3/+12
* cmath: Fix typo in comment.Paolo Carlini2015-08-191-1/+1
* cmath: Revert fix for libstdc++/58625...Paolo Carlini2015-08-191-3/+3
* re PR libstdc++/64883 (FAIL: 17_intro/headers/c++*/all_attributes.cc (test fo...Jonathan Wakely2015-02-011-1/+1
* Update copyright years.Jakub Jelinek2015-01-0525-25/+25
* machmode.h (int_n_data_t): New.DJ Delorie2014-10-141-3/+16
* ctgmath: Include <complex>.Jonathan Wakely2014-10-021-0/+1