aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/tr1/cmath
AgeCommit message (Expand)AuthorFilesLines
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford1-1/+1
2013-08-01re PR c++/54537 (undiagnosed using-declaration conflicting with used function)Fabien ChĂȘne1-7/+12
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford1-2/+1
2012-03-14Remove obsolete Solaris 8 supportRainer Orth1-3/+3
2011-11-13cmath (atan2, [...]): Simplify constraining on the return type.Paolo Carlini1-46/+9
2011-08-18cmath: Extend/update comment.Marc Glisse1-0/+3
2011-08-18Use Solaris prototypes if possible (PR libstdc++-v3/1773)Marc Glisse1-0/+2
2011-05-09re PR libstdc++/48933 (Infinite recursion in tr1/cmath functions with complex...Paolo Carlini1-134/+123
2011-02-12[multiple changes]Jonathan Wakely1-2/+20
2011-01-30PR libstdc++/36104 part fourBenjamin Kosnik1-3/+13
2010-11-03cmath (fpclassify, [...]): Remove spurious duplicate definition added in the ...Paolo Carlini1-5/+1
2010-11-02cinttypes: Remove, move contents to C++0x and TR1 headers.Paolo Carlini1-12/+965
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-14/+9
2009-02-19doxygroups.cc: Move algorithm groups into algorithmfwd.h.Benjamin Kosnik1-2/+4
2008-05-26cmath (pow(float, int), [...]): Do not define in C++0x mode, per DR 550.Paolo Carlini1-0/+28
2008-03-26run_doxygen: Remove html_output_dir.Benjamin Kosnik1-32/+32
2008-01-31auto_ptr.h: Fix comment typos.Ralf Wildenhues1-6/+6
2007-06-13cmath: Tweak includes.Paolo Carlini1-51/+1
2007-05-31re PR libstdc++/31426 (TR1 includes do not work with -std=c++0x)Paolo Carlini1-957/+74
2007-05-17cmath: Guard special math with __GXX_EXPERIMENTAL_CXX0X__.Benjamin Kosnik1-5/+8
2007-04-13numeric_traits.h: Do not include <limits>.Paolo Carlini1-0/+1
2007-04-10cmath: Include <bits/stl_algobase.h> instead of the whole <algorithm>.Paolo Carlini1-5/+6
2007-03-16[multiple changes]Benjamin Kosnik1-1/+468
2007-03-04acinclude.m4 (GLIBCXX_ENABLE_CHEADERS): Add c_global.Benjamin Kosnik1-3/+3
2006-12-05localefwd.h: Consistent @file placement...Benjamin Kosnik1-1/+1
2006-09-19hashtable_policy.h: Uglify all the names.Paolo Carlini1-11/+13
2006-09-18type_traits.h: New.Benjamin Kosnik1-5/+4
2006-08-15random (class poisson_distribution<>): Add.Paolo Carlini1-1/+1
2006-07-28PR libstdc++/19664 round 3Benjamin Kosnik1-17/+16
2006-03-10cmath: Add atan2 and pow bits; add using declarations.Paolo Carlini1-8/+74
2006-03-07cmath: Add C99 overloads.Paolo Carlini1-0/+551
2006-02-26cmath: Add templates (8.16.3).Paolo Carlini1-0/+28
2006-02-07cmath: New.Paolo Carlini1-0/+298