aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src
AgeCommit message (Expand)AuthorFilesLines
2017-02-03PR libstdc++/60936 reduce coupling between objects in libstdc++.aJonathan Wakely17-194/+406
2017-01-17re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek4-4/+8
2017-01-16PR66145 use new ABI for std::ios::failure exceptionsJonathan Wakely1-2/+3
2017-01-16PR78702 fix accessibility of locale::facet::__shimJonathan Wakely1-7/+13
2017-01-06Build libgo with -Wa,-nH if possible (PR go/78978) [non-libgo parts]Rainer Orth4-8/+12
2017-01-04Support exception propagation without lock-free atomic intPauli Nieminen1-2/+1
2017-01-01Update copyright years.Jakub Jelinek103-103/+103
2016-12-06Add #ifdef case for 16 bits in cow-stdexcept.ccFelipe Magno de Almeida1-3/+8
2016-12-06Add missing noexcept on std::_Sp_locker constructorsAditya Kumar1-2/+2
2016-11-12* src/filesystem/ops.cc (is_empty): Fix typo in exception message.Jonathan Wakely1-1/+1
2016-11-10debug.cc (format_word): Delete.François Dumont1-61/+58
2016-10-27PR70975 Pass valid offset argument to sendfileUros Bizjak1-1/+2
2016-10-26Add recursive_directory_iterator::pop(error_code&)Jonathan Wakely1-5/+19
2016-10-26Fix error handling in recursive_directory_iterator::incrementJonathan Wakely1-1/+4
2016-10-26PR78111 fix fallback code for filesystem::canonicalJonathan Wakely1-1/+5
2016-10-25Handle negative times in filesystem::last_write_timeJonathan Wakely1-0/+5
2016-10-25Fix error handling in copy_file and equivalentJonathan Wakely1-12/+36
2016-10-24Fix error handling in filesystem::is_emptyJonathan Wakely1-5/+9
2016-10-24PR71337 fix filesystem::temp_directory_path error handlingJonathan Wakely1-4/+9
2016-10-24Make directory iterators become end iterator on errorJonathan Wakely1-14/+3
2016-10-24Do not retry failed close(3) in filesystem::copyJonathan Wakely1-13/+2
2016-10-24Implement DR resolutions for filesystem::copyJonathan Wakely1-2/+21
2016-10-22Ignore perms::symlink_nofollow on non-symlinksJonathan Wakely1-7/+14
2016-10-21LWG2720 implement filesystem::perms::symlink_nofollowJonathan Wakely1-3/+7
2016-10-21LWG2725 Fix error reporting for filesystem::existsJonathan Wakely1-1/+5
2016-10-21Split <functional> into smaller piecesJonathan Wakely1-0/+1
2016-10-14Make std::bind use std::invokeJonathan Wakely1-0/+13
2016-10-13Restore __bind_simple for compat symbolsJonathan Wakely1-0/+62
2016-10-03shared_ptr.cc (mask, [...]): Move declaration...François Dumont3-29/+65
2016-09-29Disable .gnu.attributes tags in compatibility-ldbl.oAlan Modra5-4/+8
2016-09-28Check for overflow in filesystem::last_write_timeJonathan Wakely1-11/+19
2016-09-25debug.cc: Include debug/vector.François Dumont1-47/+58
2016-08-15ops.cc: Always include ostream and ext/stdio_filebuf.h.Uros Bizjak1-22/+29
2016-07-04re PR libstdc++/71313 ([Filesystem TS] remove_all fails to remove directory c...Ville Voutilainen1-1/+1
2016-06-20re PR libstdc++/71181 (Reserving in unordered_map doesn't reserve enough)François Dumont2-6/+23
2016-06-06libstdc++/71320 Add or remove file permissions correctlyJonathan Wakely1-0/+22
2016-05-11libstdc++/71049 fix --disable-libstdcxx-dual-abi bootstrapJonathan Wakely1-17/+20
2016-05-10libstdc++/71038 fix error checks in filesystem::copy_fileJonathan Wakely1-1/+1
2016-05-10libstdc++/71036 Handle EEXIST in filesystem::create_directoryJonathan Wakely1-4/+8
2016-05-10libstdc++/71037 Add base path to filesystem::canonical exceptionsJonathan Wakely1-2/+3
2016-04-29Remove trailing whitespace from libstdc++-v3 filesChris Gregory49-491/+491
2016-04-20Fix std::codecvt_utf8* for big-endian targetsJonathan Wakely1-2/+2
2016-04-19libstdc++/69703 ignore endianness in codecvt_utf8Jonathan Wakely1-1/+5
2016-04-19libstdc++/70609 fix filesystem::copy()Jonathan Wakely1-17/+46
2016-04-19Add noexcept to Filesystem TS operatorsJonathan Wakely1-4/+4
2016-04-06Makefile.am (libstdc++-symbols.ver): Remove useless /dev/null.Eric Botcazou2-2/+2
2016-04-05Ensure std::thread helpers have internal linkageJonathan Wakely1-4/+4
2016-01-18libstdc++: Fix usage of __GXX_WEAK__ in TM TS support.Torvald Riegel1-14/+9
2016-01-18Fix libstdc++ build with -fno-exceptionsJonathan Wakely1-4/+5
2016-01-17libstdc++: Fix static_assert.Torvald Riegel1-2/+2