aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)Author
2016-08-22Update ChangeLog and version files for releasereleases/gcc-6.2.0Richard Biener
2016-08-06Use correct value category in std::function constraintJonathan Wakely
2016-08-06Move allocator in RB tree move constructorsJonathan Wakely
2016-08-06Fix std::wstring allocator testsJonathan Wakely
2016-08-06libstdc++/70940 Start fixing polymorphic memory resourcesJonathan Wakely
2016-08-06Define C++17 feature-test macrosJonathan Wakely
2016-08-06Define __cpp_lib_generic_associative_lookup feature-test macroJonathan Wakely
2016-08-06Improve comments on check_v3_target_filesystem_tsJonathan Wakely
2016-08-06Change libstdc++ manual to refer to release not trunkJonathan Wakely
2016-08-06Fix naming, qualification and broken test for propagate_constJonathan Wakely
2016-08-02Support using -flto with libstdc++ testsuiteJonathan Wakely
2016-07-29Update libstdc++ docs for library version historyJonathan Wakely
2016-07-19Include header for std::__parallel::searchJonathan Wakely
2016-07-19Add header for std::search to testcaseJonathan Wakely
2016-07-19Do not define _GLIBCXX_ASSERTIONS in Parallel ModeJonathan Wakely
2016-07-19libstdc++/71320 Add or remove file permissions correctlyJonathan Wakely
2016-07-06Implement LWG 2451, optional<T> should 'forward' T's implicit conversions.Ville Voutilainen
2016-07-05Implement LWG 2509,Ville Voutilainen
2016-07-04re PR libstdc++/71313 ([Filesystem TS] remove_all fails to remove directory c...Ville Voutilainen
2016-06-17libstdc++/71545 fix debug checks in binary search algorithmsJonathan Wakely
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-09Avoid endless run-time recursion for copying single-element tuples where the...Ville Voutilainen
2016-04-27Update ChangeLog and version files for releasereleases/gcc-6.1.0GCC 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-12Document C++17/TR29124 C++ Special Math Functions.Edward Smith-Rowland
2016-04-07* testsuite/30_threads/thread/70503.cc: Adjust from xfail to pass.Jonathan Wakely
2016-04-06Makefile.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-05re PR libstdc++/70437 (Instantiation loop with pair and is_constructible)Ville Voutilainen
2016-03-24libstdc++/69945 Add __gnu_cxx::__freeres hookJonathan Wakely
2016-03-23Makefile.am (install-freestanding-headers): Add concept_check.h and move.h to...Bernd Edlinger
2016-03-18* libsupc++/guard.cc: Revert my last commit.Uros Bizjak
2016-03-18Revert:Uros Bizjak