aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-15libstdc++: Make certain exceptions transaction_safe.Torvald Riegel1-0/+289
2016-01-04Update copyright years.Jakub Jelinek102-102/+102
2015-12-18Fix a regression introduced by the fix of libstdc++/68276.Ville Voutilainen1-1/+7
2015-12-18re PR libstdc++/68276 (ios_base::_M_grow_words should use new (std::nothrow))Ville Voutilainen1-3/+2
2015-12-16libstdc++/68921 add timeout argument to futex(2)Jonathan Wakely1-1/+1
2015-11-13More fine-grained autoconf checks for C99 libraryJennifer Yao1-2/+2
2015-11-11Loop in std::this_thread sleep functionsJonathan Wakely1-1/+2
2015-10-03Fix comments saying why headers are includedJonathan Wakely2-2/+1
2015-10-03Enable dual ABI for Filesystem libraryJonathan Wakely8-4/+113
2015-10-02Allow Filesystem TS to compile without wchar_tJonathan Wakely1-1/+5
2015-10-02PR libstdc++/67747 use readdir instead of readdir_rJonathan Wakely1-32/+25
2015-09-30messages_members.cc (Catalog_info, Catalogs): Move...François Dumont2-0/+12
2015-09-29Reduce space and time overhead of std::threadJonathan Wakely1-2/+45
2015-09-28LWG 2135: terminate() in condition_variable::wait()Jonathan Wakely1-2/+2
2015-09-23Limit number of symlinks that canonical() will resolveJonathan Wakely1-33/+27
2015-09-23Fix semantics of Filesystem TS directory iteratorsJonathan Wakely1-59/+49
2015-09-23Fix filesystem::create_directories() functionJonathan Wakely1-6/+41
2015-09-17debug.cc: Include <cstdio>.Catherine Moore1-0/+1
2015-09-17Include <cerrno> in src/c++11/random.ccGerald Pfeifer1-0/+1
2015-09-172015-09-17 François Dumont <fdumont@gcc.gnu.org>François Dumont1-386/+448
2015-09-17Make std::random_device retry after short readsJonathan Wakely1-7/+17
2015-09-16Implement filesystem::canonical() without realpathJonathan Wakely1-12/+87
2015-09-11Fix filesystem::canonical on Solaris 10.Jonathan Wakely1-1/+6
2015-09-11Check read() result in std::random_device.Jonathan Wakely1-4/+8
2015-09-03re PR libstdc++/66902 (_S_debug_messages is unneccessary public)Jonathan Wakely1-1/+1
2015-08-26libstdc++/66902 Make _S_debug_messages static.Jonathan Wakely1-1/+1
2015-08-25re PR libstdc++/60519 (Debug mode should check comparators for irreflexivity)François Dumont1-2/+8
2015-08-25Revert my change to commit with PR reference again.François Dumont1-8/+2
2015-08-24formatter.h (_Debug_msg_id::__msg_irreflexive_ordering): New enum entry.François Dumont1-2/+8
2015-07-24libstdc++-v3/fragment.am (AM_CPPFLAGS): Add CPPFLAGSMichael Haubenwallner4-4/+4
2015-07-13re PR libstdc++/66855 (codecvt wrong endianness in UTF-16 conversions)Jonathan Wakely1-1/+5
2015-06-16re PR libstdc++/65393 (std::thread shared_ptr inefficiency)Jonathan Wakely1-5/+6
2015-06-12re PR libstdc++/66464 (codecvt_utf16 max_length returning incorrect value)Jonathan Wakely1-1/+1
2015-06-08re PR libstdc++/66417 (std::codecvt_utf16<char32_t, 0x10FFFF, std::codecvt_mo...Jonathan Wakely1-1/+1