aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2016-03-24libstdc++/69945 Add __gnu_cxx::__freeres hookJonathan Wakely4-0/+63
2016-03-23Makefile.am (install-freestanding-headers): Add concept_check.h and move.h to...Bernd Edlinger6-5/+19
2016-03-18* libsupc++/guard.cc: Revert my last commit.Uros Bizjak2-10/+2
2016-03-18Revert:Uros Bizjak2-2/+10
2016-02-24libstdc++/69939 Qualify get and forwardJonathan Wakely2-1/+6
2016-02-23Document __STDCPP_WANT_MATH_SPEC_FUNCS__ macroJonathan Wakely3-0/+12
2016-02-23libstdc++/69893 make <tr1/cmath> work with C++11Jonathan Wakely5-71/+170
2016-02-23re PR libstdc++/69881 (with gcc-6 of today building gcc-4.9 fails)Bernd Edlinger3-0/+12
2016-02-17re PR libstdc++/69794 (std::regex_search match failure with regex object with...Tim Shen4-11/+38
2016-02-12Fix FAIL: special_functions/18_riemann_zeta/check_value.cc (test for excess e...Mike Stump1-4/+1
2016-02-09Ensure stdout is newline terminated for status wrappers.Mike Stump9-0/+11
2016-02-08Remove accidentally added 'constexpr' in previous commitJonathan Wakely3-4/+8
2016-02-08Enable isinf/isnan checks for all targetsJonathan Wakely3-8/+18
2016-02-05libstdc++: S/390: Add missing baseline_symbols.txt for s390x/-m31.Dominik Vogt2-0/+5546
2016-02-04Test for C99 stdlib.h functions with -std=c++98Jonathan Wakely5-0/+156
2016-02-04Regenerate front page of libstdc++ HTML docsJonathan Wakely2-2/+4
2016-02-04Update copyright years in libstdc++ manual and add linkJonathan Wakely5-4/+16
2016-02-01Don't define guard macros when doing #include_next in math.h and stdlib.hBernd Edlinger3-11/+16
2016-01-29Fix Cygwin bootstrap error due to TM symbolsJonathan Wakely2-0/+8
2016-01-28re PR libstdc++/69450 (libstdc++-v3/include/math.h:66:1 2: error: 'constexpr ...John David Anglin5-33/+91
2016-01-27* testsuite/libstdc++-prettyprinters/whatis.cc: Include <random>.Jakub Jelinek2-0/+5
2016-01-27Set FP options for failing special functions testsJonathan Wakely3-4/+13
2016-01-26Fix assertions for move assignment of trivial typesJonathan Wakely6-4/+180
2016-01-26Fix build failure when wide character support is not availableAndris Pavenis2-0/+9
2016-01-25Avoid including all of <random> in <algorithm>Jonathan Wakely11-323/+396
2016-01-23re PR libstdc++/69446 (cow-stdexcept.cc:374:1: error: alias d efinitions not ...John David Anglin2-0/+8
2016-01-22TR29124 C++ Special Math - <math.h> pulls funcs into global namespace.Edward Smith-Rowland23-44/+119
2016-01-22Constrain std::valarray functions and operatorsJonathan Wakely3-2/+70
2016-01-22Allow _GLIBCXX_HAVE_OBSOLETE_ISINF_ISNAN to be overriddenJonathan Wakely5-2/+32
2016-01-21libstdc++/69406 Fix test to check for supported headersJonathan Wakely8-6/+45
2016-01-20libstdc++: Darwin does not support weak refs without definition.Torvald Riegel2-0/+8
2016-01-20Add C++11 <cmath> overloads to the global namespaceJonathan Wakely3-0/+114
2016-01-20Ensure C++ language linkage in cmath and cstdlibJonathan Wakely6-0/+71
2016-01-19Add C++-conforming wrappers for stdlib.h and math.hJonathan Wakely10-17/+124
2016-01-18libstdc++: Fix usage of __GXX_WEAK__ in TM TS support.Torvald Riegel4-28/+45
2016-01-18Add test for PR 60637Jonathan Wakely2-0/+38
2016-01-18Fix PR number in changelog for commit r232504Jonathan Wakely1-1/+1
2016-01-18Fix construction of std::function from null pointer-to-memberJonathan Wakely3-8/+30
2016-01-18Fix libstdc++ build with -fno-exceptionsJonathan Wakely2-4/+11
2016-01-17re PR libstdc++/68734 (FAIL: libstdc++-abi/abi_check)John David Anglin2-0/+1572
2016-01-17libstdc++: Fix static_assert.Torvald Riegel2-2/+6
2016-01-16Revert the accidental checkinH.J. Lu1-1/+2
2016-01-16Add __int128 symbols to x32 aseline_symbols.txtH.J. Lu3-2/+12
2016-01-15Use static assertion for uses-allocator constructionJonathan Wakely5-2/+114
2016-01-15PR libstdc++/69294 Check for isinf and isnan on AIXJonathan Wakely3-8/+15
2016-01-15libstdc++: Make certain exceptions transaction_safe.Torvald Riegel15-42/+638
2016-01-15random.tcc: Use __builtin_isfinite instead of std::isfinite.Steve Ellcey2-1/+6
2016-01-15* include/bits/std_mutex.h: Fix Doxygen @file name.Jonathan Wakely2-1/+5
2016-01-14Implement TR29124 C++ special Math Functions.Edward Smith-Rowland119-2265/+48208
2016-01-13Use ::isinf and ::isnan if libc defines themJonathan Wakely6-0/+134