summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2022-01-037-7/+7
* Update copyright years.Jakub Jelinek2021-01-047-7/+7
* Update copyright years.Jakub Jelinek2020-01-017-7/+7
* Update copyright years.Jakub Jelinek2019-01-017-7/+7
* Update copyright years.Jakub Jelinek2018-01-037-7/+7
* Update copyright years.Jakub Jelinek2017-01-017-7/+7
* Use effective-target instead of -std optionsJonathan Wakely2016-08-261-1/+1
* Remove trailing whitespace from libstdc++-v3 filesChris Gregory2016-04-295-10/+10
* Update copyright years.Jakub Jelinek2016-01-047-7/+7
* More fine-grained autoconf checks for C99 libraryJennifer Yao2015-11-131-1/+1
* std_c++0x_neg.cc: Add -std=c++98.Jason Merrill2015-05-091-0/+2
* Update copyright years.Jakub Jelinek2015-01-057-7/+7
* libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini2014-10-161-1/+1
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-027-7/+7
* re PR c++/54537 (undiagnosed using-declaration conflicting with used function)Fabien ChĂȘne2013-08-011-0/+33
* Update copyright in libstdc++-v3.Richard Sandiford2013-02-036-6/+6
* re PR libstdc++/51083 (TR1 [tr.c99.cmath.over] and C++11 [cmplx.over] overloa...Jonathan Wakely2011-11-121-0/+62
* overloads_c++0x_neg.cc: Use dg-require-cmath.Paolo Carlini2011-05-111-4/+1
* re PR libstdc++/48933 (Infinite recursion in tr1/cmath functions with complex...Paolo Carlini2011-05-091-0/+66
* order_statistics_imp.hpp: Avoid -Wall warnings.Paolo Carlini2010-06-082-2/+11
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-094-20/+16
* [multiple changes]Paolo Carlini2008-12-081-3/+3
* cmath (pow(float, int), [...]): Do not define in C++0x mode, per DR 550.Paolo Carlini2008-05-261-3/+1
* acinclude.m4 (GLIBCXX_ENABLE_CHEADERS): Add c_global.Benjamin Kosnik2007-03-041-0/+0
* cmath: Add atan2 and pow bits; add using declarations.Paolo Carlini2006-03-103-302/+356
* cmath: Add C99 overloads.Paolo Carlini2006-03-072-2/+243
* cmath: Add templates (8.16.3).Paolo Carlini2006-02-261-0/+63
* cmath: New.Paolo Carlini2006-02-071-0/+187