aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2015-10-25Implement C++17 std::invoke and LWG DR 2219Jonathan Wakely6-214/+175
2015-10-24Return deferred future if thread cannot be runJonathan Wakely3-3/+89
2015-10-21* include/std/type_traits (__cpp_lib_bool_constant): Define.Jonathan Wakely2-1/+5
2015-10-16Document options for Filesystem TS libraryJonathan Wakely10-7/+87
2015-10-16Shrink std::random_shuffle test to pass on simulatorsAurelio Remonda2-3/+8
2015-10-15mark libstdc++ tests unsupported if they fail with "relocation truncated"Szabolcs Nagy2-0/+10
2015-10-13opt_random.h: Include pmmintrin.h instead of x86intrin.h, and only do so when...Nathan Froyd3-2/+10
2015-10-11Test for __cxa_thread_atexit_impl when cross-compiling libstdc++ for GNU targ...Joseph Myers3-0/+19
2015-10-09Missed ChangeLog for previous libstdc++-v3 commitJonathan Wakely1-0/+23
2015-10-09Add include/experimental/bits dirJonathan Wakely14-29/+64
2015-10-05re PR c++/67844 (Cannot make tuple of class with template constructor)Ville Voutilainen4-1/+76
2015-10-04Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill2-2/+14
2015-10-03Remove pretty printing for 'any' with allocatorsJonathan Wakely2-4/+3
2015-10-03Fix comments saying why headers are includedJonathan Wakely3-2/+4
2015-10-03Fix testsuite failures with --disable-wchar_tJonathan Wakely7-4/+29
2015-10-03Enable dual ABI for Filesystem libraryJonathan Wakely9-4/+124
2015-10-02minimal.cc: Minor tweaks to match narrow char version.Jonathan Wakely2-2/+6
2015-10-02Fix tests that fail with old std::stringJonathan Wakely3-7/+15
2015-10-02Use noexcept instead of _GLIBCXX_NOEXCEPTJonathan Wakely3-6/+11
2015-10-02* acinclude.m4 (GLIBCXX_ENABLE_DEBUG_FLAGS): Fix comment.Jonathan Wakely2-1/+3
2015-10-02Allow Filesystem TS to compile without wchar_tJonathan Wakely7-8/+42
2015-10-02testsuite_fs.h (nonexistent_path): Use less generic name for paths.Jonathan Wakely2-2/+9
2015-10-02PR libstdc++/67747 use readdir instead of readdir_rJonathan Wakely2-32/+33
2015-10-01* doc/html/manual/errno.html: Add new file.Jonathan Wakely2-0/+32
2015-10-01Save-and-restore errno more carefully in libstdc++Jonathan Wakely8-17/+70
2015-09-30messages_members.cc (Catalog_info, Catalogs): Move...François Dumont7-115/+176
2015-09-30alpha, ia64: Remove empty directories.Matthias Klose1-0/+4
2015-09-29Leave errno unchanged by successful std::stoi etcJonathan Wakely3-0/+42
2015-09-29PR libstdc++/67583 Fix invalid sputn calls in testsJonathan Wakely3-2/+11
2015-09-29Reduce space and time overhead of std::threadJonathan Wakely4-44/+117
2015-09-28LWG 2135: terminate() in condition_variable::wait()Jonathan Wakely3-3/+10
2015-09-25Avoid creating dangling references in case of nested tuplesVille Voutilainen3-8/+106
2015-09-24Leave moved-from std::deque in a valid stateJonathan Wakely3-0/+19
2015-09-23Limit number of symlinks that canonical() will resolveJonathan Wakely2-33/+32
2015-09-23Fix semantics of Filesystem TS directory iteratorsJonathan Wakely8-75/+286
2015-09-23Fix filesystem::create_directories() functionJonathan Wakely3-6/+123
2015-09-21Fix bootstrap error introduced in r227870Jonathan Wakely2-1/+7
2015-09-19re PR libstdc++/67361 (std::regex_error::what() should say something about th...Tim Shen7-35/+110
2015-09-18Fix errors due to extra includes in extc++.hJonathan Wakely3-3/+8
2015-09-17debug.cc: Include <cstdio>.Catherine Moore2-0/+5
2015-09-17Include <cerrno> in src/c++11/random.ccGerald Pfeifer2-0/+5
2015-09-172015-09-17 François Dumont <fdumont@gcc.gnu.org>François Dumont3-435/+514
2015-09-17Handle alignment in __atomic_is_lock_freeJonathan Wakely4-14/+60
2015-09-17Remove non-deterministic part of canonical() testJonathan Wakely2-11/+3
2015-09-17Make std::random_device retry after short readsJonathan Wakely2-7/+21
2015-09-17Remove redundant conditional expressions in <system_error>Jonathan Wakely2-2/+6
2015-09-17Only do shrink_to_fit() when exceptions enabledJonathan Wakely3-6/+20
2015-09-16Implement filesystem::canonical() without realpathJonathan Wakely13-26/+262
2015-09-11Fix filesystem::canonical on Solaris 10.Jonathan Wakely2-1/+10
2015-09-11Check read() result in std::random_device.Jonathan Wakely2-4/+13