aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2016-04-29Remove trailing whitespace from libstdc++-v3 filesChris Gregory471-12460/+12467
2016-04-28libstdc++/70766 use std::addressof instead of operator&Jonathan Wakely10-23/+235
2016-04-28hashtable_policy.h (__detail::_Insert_base, [...]): Improve comments.Jonathan Wakely2-2/+8
2016-04-27libstdc++/70767 Define std::numeric_limits<cv T> in C++98 modeJonathan Wakely2-6/+14
2016-04-24libstdc++/70762 fix fallback implementation of nonexistent_pathJonathan Wakely2-2/+10
2016-04-23re PR libstdc++/70745 (Wrong handling of regex_constant::match_not_eow and re...Tim Shen3-8/+28
2016-04-20Fix std::codecvt_utf8* for big-endian targetsJonathan Wakely2-3/+9
2016-04-19libstdc++/69703 ignore endianness in codecvt_utf8Jonathan Wakely5-1/+215
2016-04-19libstdc++/70609 fix filesystem::copy()Jonathan Wakely3-29/+163
2016-04-19Add noexcept to Filesystem TS operatorsJonathan Wakely3-25/+33
2016-04-19c++14_warning.h: Do not refer C++14 as experimental.Edward Smith-Rowland2-3/+7
2016-04-18PR libstdc++/41759 reword static assertions in <random>Jonathan Wakely5-34/+42
2016-04-18Remove unused typedefs in std::bind typesJonathan Wakely2-2/+2
2016-04-18* config/cpu/sh/atomicity.h: Fix typo in comment.Jonathan Wakely2-1/+3
2016-04-18Define std::thread::id comparison operators at namespace-scopeJonathan Wakely3-14/+49
2016-04-18Make use of extensions more explicit in libstdc++ testsJonathan Wakely15-32/+58
2016-04-18Don't include internal header in libstdc++ testsJonathan Wakely5-14/+30
2016-04-18Add attribute((unused)) in libstdc++ headersJonathan Wakely3-3/+8
2016-04-18Avoid -Wsign-compare warnings in std::to_string()Jonathan Wakely2-3/+18
2016-04-18Trivial comment misspelling.Edward Smith-Rowland1-0/+4
2016-04-18Obvious typo in comment.Edward Smith-Rowland1-1/+1
2016-04-14Revert empty class parameter passing ABI changes.Jason Merrill16-81/+34
2016-04-13PR c++/69517 - [5/6 regression] SEGV on a VLA with excess initializer elementsMartin Sebor2-1/+8
2016-04-13Adjust for new empty class parameter passing ABI.Jonathan Wakely16-30/+111
2016-04-12Document C++17/TR29124 C++ Special Math Functions.Edward Smith-Rowland2-18/+833
2016-04-07* testsuite/30_threads/thread/70503.cc: Adjust from xfail to pass.Jonathan Wakely2-6/+14
2016-04-06Makefile.am (libstdc++-symbols.ver): Remove useless /dev/null.Eric Botcazou3-2/+7
2016-04-05Restore atomic builtins usage in libstdc++-v3Jonathan Wakely3-4/+9
2016-04-05* testsuite/30_threads/thread/70503.cc: Require -static to work.Jonathan Wakely2-0/+3
2016-04-05Ensure std::thread helpers have internal linkageJonathan Wakely3-4/+44
2016-04-05re PR libstdc++/70437 (Instantiation loop with pair and is_constructible)Ville Voutilainen3-8/+73
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