aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/tr1
AgeCommit message (Expand)AuthorFilesLines
2015-01-05Update copyright years.Jakub Jelinek62-62/+62
2014-12-12re PR libstdc++/64276 (would be better to use __cpp_exceptions rather than __...Jonathan Wakely2-7/+7
2014-12-01re PR libstdc++/63840 (std::function copy constructor deletes an uninitialize...Jonathan Wakely1-2/+2
2014-06-09beta_function.tcc: Fix spelling of include guard in comment.Jonathan Wakely1-1/+1
2014-04-25re PR libstdc++/60958 (Initialization of arrays in tr1/regex ill-formed or wi...Jonathan Wakely1-2/+2
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford62-62/+62
2013-08-01re PR c++/54537 (undiagnosed using-declaration conflicting with used function)Fabien ChĂȘne1-7/+12
2013-06-13modified_bessel_func.tcc (__gnu_cxx::__airy_ai(), [...]): Remove.Paolo Carlini1-47/+0
2013-06-13re PR libstdc++/56430 (In __airy: return-statement with a value, in function ...Ed Smith-Rowland1-8/+54
2013-02-20user.cfg.in: Set __cplusplus to 201103L.Benjamin Kosnik2-6/+6
2013-02-09bessel_function.tcc (__cyl_bessel_ij_series): Code simplification.François Dumont1-8/+2
2013-02-08re PR libstdc++/56216 (TR1 bessel functions bomb at x == 0!)Edward Smith-Rowland11-131/+110
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford62-86/+62
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek27-27/+33
2012-11-14re PR libstdc++/55320 (Invalid delete with throwing copy-c'tor passed to std:...Jonathan Wakely1-3/+2
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill3-15/+15
2012-11-07array (_GLIBCXX_THROW_OR_ABORT): Move...Paolo Carlini2-18/+4
2012-03-14Remove obsolete Solaris 8 supportRainer Orth1-3/+3
2012-02-13PR libstdc++/51798 continuedRichard Henderson1-3/+1
2012-02-10PR libstdc++/51798 continued.Benjamin Kosnik1-4/+6
2011-12-04type_traits: Doxygen improvements.Jonathan Wakely1-5/+4
2011-11-22functional (is_placeholder, [...]): Add partial specializations for cv-qualif...Jonathan Wakely1-6/+170
2011-11-18re PR libstdc++/51209 (The template _M_find_node in hashtable.h has a bad ret...Harti Brandt1-2/+2
2011-11-15re PR libstdc++/51133 (Incorrect implementation of std::tr1::hermite())Jason Dick1-2/+2
2011-11-13cmath (atan2, [...]): Simplify constraining on the return type.Paolo Carlini1-46/+9
2011-11-02re PR libstdc++/50880 (__complex_acosh() picks wrong complex branch)Richard B. Kreckel1-8/+3
2011-10-28complex (__complex_acosh): Just use '< _Tp()'.Richard B. Kreckel1-1/+1
2011-10-27re PR libstdc++/50880 (__complex_acosh() picks wrong complex branch)Richard B. Kreckel1-0/+2
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-20re PR c++/24163 (dependent Base class scope examined during unqualified name ...Jason Merrill2-0/+5
2011-05-09re PR libstdc++/48933 (Infinite recursion in tr1/cmath functions with complex...Paolo Carlini1-134/+123
2011-02-12[multiple changes]Jonathan Wakely2-4/+33
2011-01-31c++config (_GLIBCXX_DEPRECATED): To _GLIBCXX_USE_DEPRECATED.Benjamin Kosnik1-5/+5
2011-01-30PR libstdc++/36104 part fourBenjamin Kosnik36-65/+157
2011-01-21c++config (_GLIBCXX_EXPORT_TEMPLATE): Remove.Benjamin Kosnik1-6/+2
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek16-16/+16
2010-12-19*: Use headername alias to associate private includes to public includes.Benjamin Kosnik20-157/+159
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 Carlini16-256/+5131
2010-10-04functional (function<>::swap): Use std::swap.Paolo Carlini1-9/+3
2010-09-09re PR libstdc++/45613 (bits/random.h misses include guards)Paolo Carlini1-0/+5
2010-06-03c++config (std::size_t, [...]): Provide typedefs.Paolo Carlini1-2/+3
2010-05-31re PR libstdc++/43820 (auto_ptr used with incomplete type no longer triggers ...Jonathan Wakely1-4/+4
2010-05-27revert: re PR libstdc++/42832 (Revisit std::function for aliasing issues and ...Jason Merrill1-10/+3
2010-05-21functional: Use std::__addressof.Paolo Carlini2-5/+7
2010-03-19stl_algo.h (shuffle): Add, per D3056.Paolo Carlini1-29/+6
2010-03-03functional_hash.h (_Fnv_hash_base<>::hash): Change to template.Paolo Carlini1-33/+38
2010-02-23functional_hash.h (struct _Fnv_hash): Rename to _Fnv_hash_base.Paolo Carlini1-18/+20
2010-02-22functional_hash.h (hash<string>, [...]): Move, per DR 1182 to...Paolo Carlini1-2/+2