aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/c_global
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-27Define 3-argument overloads of std::hypot for C++17 (P0030R1)Jonathan Wakely1-0/+40
2016-08-03Enable Mathematical Special Functions for C++17Jonathan Wakely1-1/+1
2016-02-23re PR libstdc++/69881 (with gcc-6 of today building gcc-4.9 fails)Bernd Edlinger2-0/+6
2016-01-28re PR libstdc++/69450 (libstdc++-v3/include/math.h:66:1 2: error: 'constexpr ...John David Anglin1-2/+2
2016-01-22Allow _GLIBCXX_HAVE_OBSOLETE_ISINF_ISNAN to be overriddenJonathan Wakely1-2/+4
2016-01-20Ensure C++ language linkage in cmath and cstdlibJonathan Wakely4-0/+12
2016-01-19Add C++-conforming wrappers for stdlib.h and math.hJonathan Wakely2-2/+8
2016-01-14Implement TR29124 C++ special Math Functions.Edward Smith-Rowland1-0/+4
2016-01-13Use ::isinf and ::isnan if libc defines themJonathan Wakely1-0/+8
2016-01-04Update copyright years.Jakub Jelinek26-26/+26
2015-11-24Handle C++11 <math.h> overloads on Solaris 12Rainer Orth1-0/+93
2015-11-13More fine-grained autoconf checks for C99 libraryJennifer Yao3-6/+6
2015-09-04Add C++11 header <cuchar>.Edward Smith-Rowland1-0/+77
2015-09-04Make all <cxxx> headers include <bits/c++config.h>Jonathan Wakely5-3/+12
2015-08-19cmath: Fix typo in comment.Paolo Carlini1-1/+1
2015-08-19cmath: Revert fix for libstdc++/58625...Paolo Carlini1-3/+3
2015-02-01re PR libstdc++/64883 (FAIL: 17_intro/headers/c++*/all_attributes.cc (test fo...Jonathan Wakely1-1/+1
2015-01-05Update copyright years.Jakub Jelinek25-25/+25
2014-10-14machmode.h (int_n_data_t): New.DJ Delorie1-3/+16
2014-10-02ctgmath: Include <complex>.Jonathan Wakely1-0/+1
2014-01-23acinclude.m4 (GLIBCXX_CHECK_TMPNAM): New check for tmpnam function.Bernhard Reutner-Fischer1-0/+2
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford25-25/+25
2013-11-01re PR libstdc++/58952 (Construct "std::getchar()" rejected when getchar is ma...Paolo Carlini1-0/+1
2013-10-06re PR libstdc++/58625 (std::signbit always converts to double)Oleg Endo1-2/+3
2013-06-24re PR libstdc++/57691 (freestanding libstdc++ has compile error)Bernd Edlinger1-2/+2
2013-06-11re PR libstdc++/56019 (max_align_t should be in std namespace)Paolo Carlini1-0/+13
2013-05-02cstdio: Add comment about LWG 2249.Paolo Carlini1-0/+1
2013-04-26cstdio (gets): Provide only in C++98 and C++11.Paolo Carlini1-1/+5
2013-02-11cstdlib (at_quick_exit, quick_exit): Do not declare.Paolo Carlini1-4/+22