aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)Author
2016-02-24libstdc++/69939 Qualify get and forwardJonathan Wakely
2016-02-23Document __STDCPP_WANT_MATH_SPEC_FUNCS__ macroJonathan Wakely
2016-02-23libstdc++/69893 make <tr1/cmath> work with C++11Jonathan Wakely
2016-02-232016-02-23 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger
2016-02-172016-02-16 Tim Shen <timshen@google.com>Tim Shen
2016-02-12Fix FAIL: special_functions/18_riemann_zeta/check_value.cc (test for excess e...Mike Stump
2016-02-09Ensure stdout is newline terminated for status wrappers.Mike Stump
2016-02-08Remove accidentally added 'constexpr' in previous commitJonathan Wakely
2016-02-08Enable isinf/isnan checks for all targetsJonathan Wakely
2016-02-05libstdc++: S/390: Add missing baseline_symbols.txt for s390x/-m31.Dominik Vogt
2016-02-04Test for C99 stdlib.h functions with -std=c++98Jonathan Wakely
2016-02-04Regenerate front page of libstdc++ HTML docsJonathan Wakely
2016-02-04Update copyright years in libstdc++ manual and add linkJonathan Wakely
2016-02-01Don't define guard macros when doing #include_next in math.h and stdlib.hBernd Edlinger
2016-01-29Fix Cygwin bootstrap error due to TM symbolsJonathan Wakely
2016-01-28 PR libstdc++/69450John David Anglin
2016-01-27 * testsuite/libstdc++-prettyprinters/whatis.cc: Include <random>.Jakub Jelinek
2016-01-27Set FP options for failing special functions testsJonathan Wakely
2016-01-26Fix assertions for move assignment of trivial typesJonathan Wakely
2016-01-26Fix build failure when wide character support is not availableAndris Pavenis
2016-01-25Avoid including all of <random> in <algorithm>Jonathan Wakely
2016-01-23 PR libstdc++/69446John David Anglin
2016-01-222016-01-22 Edward Smith-Rowland <3dw4rd@verizon.net>Edward Smith-Rowland
2016-01-22Constrain std::valarray functions and operatorsJonathan Wakely
2016-01-22Allow _GLIBCXX_HAVE_OBSOLETE_ISINF_ISNAN to be overriddenJonathan Wakely
2016-01-21libstdc++/69406 Fix test to check for supported headersJonathan Wakely
2016-01-20libstdc++: Darwin does not support weak refs without definition.Torvald Riegel
2016-01-20Add C++11 <cmath> overloads to the global namespaceJonathan Wakely
2016-01-20Ensure C++ language linkage in cmath and cstdlibJonathan Wakely
2016-01-19Add C++-conforming wrappers for stdlib.h and math.hJonathan Wakely
2016-01-18libstdc++: Fix usage of __GXX_WEAK__ in TM TS support.Torvald Riegel
2016-01-18Add test for PR 60637Jonathan Wakely
2016-01-18Fix PR number in changelog for commit r232504Jonathan Wakely
2016-01-18Fix construction of std::function from null pointer-to-memberJonathan Wakely
2016-01-18Fix libstdc++ build with -fno-exceptionsJonathan Wakely
2016-01-17 PR libstdc++/68734John David Anglin
2016-01-17libstdc++: Fix static_assert.Torvald Riegel
2016-01-16Revert the accidental checkinH.J. Lu
2016-01-16Add __int128 symbols to x32 aseline_symbols.txtH.J. Lu
2016-01-15Use static assertion for uses-allocator constructionJonathan Wakely
2016-01-15PR libstdc++/69294 Check for isinf and isnan on AIXJonathan Wakely
2016-01-15libstdc++: Make certain exceptions transaction_safe.Torvald Riegel
2016-01-152016-01-15 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey
2016-01-15 * include/bits/std_mutex.h: Fix Doxygen @file name.Jonathan Wakely
2016-01-142016-01-14 Edward Smith-Rowland <3dw4rd@verizon.net>Edward Smith-Rowland
2016-01-13Use ::isinf and ::isnan if libc defines themJonathan Wakely
2016-01-13Introduce separate baselines for Solaris 10 and 11+ (PR libstdc++/66006)Rainer Orth
2016-01-12libstdc++/68877 Reimplement std::__is_swappableDaniel Kruegler
2016-01-12Extend std::function test for PR 68995Jonathan Wakely
2016-01-12Prevent recursive instantiation in std::functionJonathan Wakely