aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/26_numerics/headers/cstdlib
AgeCommit message (Expand)AuthorFilesLines
2025-05-27libstdc++: Support std::abs for 128-bit integers and floats [PR96710]Jonathan Wakely1-0/+16
2025-01-02Update copyright years.Jakub Jelinek11-11/+11
2024-01-03Update copyright years.Jakub Jelinek11-11/+11
2023-01-16Update copyright years.Jakub Jelinek11-11/+11
2022-10-03libstdc++: Disable hosted-only tests [PR103626]Arsen Arsenović10-0/+24
2022-01-03Update copyright years.Jakub Jelinek11-11/+11
2021-01-04Update copyright years.Jakub Jelinek11-11/+11
2020-01-01Update copyright years.Jakub Jelinek11-11/+11
2019-02-14Document LWG 2735 status and add testJonathan Wakely1-0/+48
2019-01-01Update copyright years.Jakub Jelinek10-10/+10
2018-01-03Update copyright years.Jakub Jelinek10-10/+10
2017-01-01Update copyright years.Jakub Jelinek10-10/+10
2016-10-141.cc: Remove 'test' variables.Paolo Carlini1-1/+0
2016-09-30Implement LWG 2192 and LWG 2294 for std::absJonathan Wakely2-0/+63
2016-08-26Use effective-target instead of -std optionsJonathan Wakely3-6/+3
2016-07-31Fix file extension of libstdc++ testJonathan Wakely1-0/+0
2016-01-19Add C++-conforming wrappers for stdlib.h and math.hJonathan Wakely1-0/+28
2016-01-04Update copyright years.Jakub Jelinek7-7/+7
2015-11-13More fine-grained autoconf checks for C99 libraryJennifer Yao2-4/+4
2015-01-05Update copyright years.Jakub Jelinek7-7/+7
2014-10-15shrink_to_fit.cc: Prefer -std=gnu++11.Paolo Carlini1-1/+1
2014-10-1557899.cc: Prefer -std=gnu++11.Paolo Carlini1-1/+1
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford7-7/+7
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford7-7/+7
2012-10-05re PR target/54686 (std::abs (long long) resorts to std::abs (double) if llab...Marc Glisse1-0/+32
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek6-38/+24
2007-03-16types_std_c++0x.cc: Use -std=gnu++0x instead of -std=c++0x for testing.Benjamin Kosnik1-1/+1
2007-03-04acinclude.m4 (GLIBCXX_ENABLE_CHEADERS): Add c_global.Benjamin Kosnik1-0/+35
2007-02-20[multiple changes]Benjamin Kosnik5-0/+175