aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)Author
2016-05-26libstdc++/70762 fix fallback implementation of nonexistent_pathJonathan Wakely
2016-05-26Add dg-require-filesystem-ts directive to testJonathan Wakely
2016-05-25libstdc++/69703 ignore endianness in codecvt_utf8Jonathan Wakely
2016-05-25Test begin and end functions for directory iteratorsJonathan Wakely
2016-05-25libstdc++/71038 fix error checks in filesystem::copy_fileJonathan Wakely
2016-05-25Optimize __directory_iterator_proxy for the common caseJonathan Wakely
2016-05-25libstdc++/71036 Handle EEXIST in filesystem::create_directoryJonathan Wakely
2016-05-25libstdc++/71037 Add base path to filesystem::canonical exceptionsJonathan Wakely
2016-05-25libstdc++/71005 fix post-increment for filesystem iteratorsJonathan Wakely
2016-05-25libstdc++/71004 fix recursive_directory_iterator default constructorJonathan Wakely
2016-05-25libstdc++/70609 fix filesystem::copy()Jonathan Wakely
2016-05-25Add noexcept to Filesystem TS operatorsJonathan Wakely
2016-05-11libstdc++/71049 fix --disable-libstdcxx-dual-abi bootstrapJonathan Wakely
2016-05-09 Avoid endless run-time recursion for copying single-elementVille Voutilainen
2016-04-27Update ChangeLog and version files for releasegcc_6_1_0_releaseGCC Administrator
2016-04-19 * include/bits/random.h: Fix filename in comment.Jonathan Wakely
2016-04-14Revert empty class parameter passing ABI changes.Jason Merrill
2016-04-13PR c++/69517 - [5/6 regression] SEGV on a VLA with excess initializer elementsMartin Sebor
2016-04-13Adjust for new empty class parameter passing ABI.Jonathan Wakely
2016-04-122016-04-12 Edward Smith-Rowland <3dw4rd@verizon.net>Edward Smith-Rowland
2016-04-07 * testsuite/30_threads/thread/70503.cc: Adjust from xfail to pass.Jonathan Wakely
2016-04-06 * src/Makefile.am (libstdc++-symbols.ver): Remove useless /dev/null.Eric Botcazou
2016-04-05Restore atomic builtins usage in libstdc++-v3Jonathan Wakely
2016-04-05 * testsuite/30_threads/thread/70503.cc: Require -static to work.Jonathan Wakely
2016-04-05Ensure std::thread helpers have internal linkageJonathan Wakely
2016-04-05 PR libstdc++/70437Ville Voutilainen
2016-03-24libstdc++/69945 Add __gnu_cxx::__freeres hookJonathan Wakely
2016-03-232016-03-23 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger
2016-03-18 * libsupc++/guard.cc: Revert my last commit.Uros Bizjak
2016-03-18 Revert:Uros Bizjak
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