aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2016-06-06libstdc++/71320 Add or remove file permissions correctlyJonathan Wakely3-0/+81
2016-06-05Protect allocator-overloads of tuple-from-tuple constructors from cases that ...Ville Voutilainen3-8/+64
2016-05-29backwards_compatibility.xml: Adjust lists.debian.org link to https.Gerald Pfeifer3-3/+9
2016-05-27Adjust URL in libstdc++ manual to use httpsJonathan Wakely3-2/+7
2016-05-27Fix build.Ville Voutilainen1-1/+1
2016-05-27re PR libstdc++/66338 (std::forward_as_tuple() issue with single argument)Ville Voutilainen3-23/+79
2016-05-25Fix configure test for sendfile()Jonathan Wakely4-5/+9
2016-05-25Remove _GLIBCXX14_USE_CONSTEXPRJonathan Wakely3-11/+15
2016-05-24c++config (_GLIBCXX14_USE_CONSTEXPR): New.François Dumont11-232/+565
2016-05-24Add priority_queue::value_compare (LWG 2684)Jonathan Wakely2-0/+7
2016-05-232016-05-23 François Dumont <fdumont@gcc.gnu.org>François Dumont3-4/+10
2016-05-20re PR libstdc++/71081 (experimental/memory_resource/1.cc run for targets with...Thomas Preud'homme2-1/+6
2016-05-13libstdc++/71073 add system_header pragma to Debug Mode headersJonathan Wakely11-4/+35
2016-05-12Add dg-require-atomic-builtins to testJonathan Wakely2-0/+6
2016-05-11libstdc++/71049 fix --disable-libstdcxx-dual-abi bootstrapJonathan Wakely2-17/+26
2016-05-10Test begin and end functions for directory iteratorsJonathan Wakely4-4/+56
2016-05-10libstdc++/71038 fix error checks in filesystem::copy_fileJonathan Wakely3-1/+87
2016-05-10Optimize __directory_iterator_proxy for the common caseJonathan Wakely2-1/+6
2016-05-10libstdc++/71036 Handle EEXIST in filesystem::create_directoryJonathan Wakely3-4/+76
2016-05-10libstdc++/71037 Add base path to filesystem::canonical exceptionsJonathan Wakely3-2/+29
2016-05-102.cc: Remove unused using declaration.Jonathan Wakely2-2/+4
2016-05-10libstdc++/71005 fix post-increment for filesystem iteratorsJonathan Wakely4-13/+137
2016-05-09libstdc++/71004 fix recent additions to testcaseJonathan Wakely2-3/+11
2016-05-09Avoid endless run-time recursion for copying single-element tuples where the...Ville Voutilainen3-2/+60
2016-05-09libstdc++/71004 fix recursive_directory_iterator default constructorJonathan Wakely3-2/+20
2016-05-05Enable dg-reqire-sharedlib on SolarisRainer Orth2-2/+7
2016-05-05Add dg-require-filesystem-ts directive to testJonathan Wakely2-0/+6
2016-05-04libstdc++/70940 Start fixing polymorphic memory resourcesJonathan Wakely5-31/+167
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