summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* Implement C++17 std::invoke and LWG DR 2219redi2015-10-256-214/+175
* Return deferred future if thread cannot be runredi2015-10-243-3/+89
* * include/std/type_traits (__cpp_lib_bool_constant): Define.redi2015-10-212-1/+5
* Document options for Filesystem TS libraryredi2015-10-1610-7/+87
* Shrink std::random_shuffle test to pass on simulatorsredi2015-10-162-3/+8
* mark libstdc++ tests unsupported if they fail with "relocation truncated"nsz2015-10-152-0/+10
* * config/cpu/i486/opt/bits/opt_random.h: Include pmmintrin.h insteadfroydnj2015-10-133-2/+10
* Test for __cxa_thread_atexit_impl when cross-compiling libstdc++ for GNU targ...jsm282015-10-113-0/+19
* Missed ChangeLog for previous libstdc++-v3 commitredi2015-10-091-0/+23
* Add include/experimental/bits dirredi2015-10-0914-29/+64
* 2015-10-05 Ville Voutilainen <ville.voutilainen@gmail.com>ville2015-10-054-1/+76
* Implement N4514, C++ Extensions for Transactional Memory.jason2015-10-042-2/+14
* Remove pretty printing for 'any' with allocatorsredi2015-10-032-4/+3
* Fix comments saying why headers are includedredi2015-10-033-2/+4
* Fix testsuite failures with --disable-wchar_tredi2015-10-027-4/+29
* Enable dual ABI for Filesystem libraryredi2015-10-029-4/+124
* * testsuite/21_strings/basic_string/allocator/wchar_t/minimal.cc:redi2015-10-022-2/+6
* Fix tests that fail with old std::stringredi2015-10-023-7/+15
* Use noexcept instead of _GLIBCXX_NOEXCEPTredi2015-10-023-6/+11
* * acinclude.m4 (GLIBCXX_ENABLE_DEBUG_FLAGS): Fix comment.redi2015-10-022-1/+3
* Allow Filesystem TS to compile without wchar_tredi2015-10-027-8/+42
* * testsuite/util/testsuite_fs.h (nonexistent_path): Use less genericredi2015-10-022-2/+9
* PR libstdc++/67747 use readdir instead of readdir_rredi2015-10-022-32/+33
* * doc/html/manual/errno.html: Add new file.redi2015-10-012-0/+32
* Save-and-restore errno more carefully in libstdc++redi2015-10-018-17/+70
* 2015-09-30 François Dumont <fdumont@gcc.gnu.org>fdumont2015-09-307-115/+176
* 2015-09-30 Matthias Klose <doko@ubuntu.com>doko2015-09-301-0/+4
* Leave errno unchanged by successful std::stoi etcredi2015-09-293-0/+42
* PR libstdc++/67583 Fix invalid sputn calls in testsredi2015-09-293-2/+11
* Reduce space and time overhead of std::threadredi2015-09-294-44/+117
* LWG 2135: terminate() in condition_variable::wait()redi2015-09-283-3/+10
* Avoid creating dangling references in case of nested tuplesville2015-09-253-8/+106
* Leave moved-from std::deque in a valid stateredi2015-09-243-0/+19
* Limit number of symlinks that canonical() will resolveredi2015-09-232-33/+32
* Fix semantics of Filesystem TS directory iteratorsredi2015-09-238-75/+286
* Fix filesystem::create_directories() functionredi2015-09-233-6/+123
* Fix bootstrap error introduced in r227870redi2015-09-212-1/+7
* PR libstdc++/67361timshen2015-09-197-35/+110
* Fix errors due to extra includes in extc++.hredi2015-09-183-3/+8
* 2015-09-17 Catherine Moore <clm@codesourcery.com>clm2015-09-172-0/+5
* Include <cerrno> in src/c++11/random.ccredi2015-09-172-0/+5
* 2015-09-17 François Dumont <fdumont@gcc.gnu.org>fdumont2015-09-173-435/+514
* Handle alignment in __atomic_is_lock_freeredi2015-09-174-14/+60
* Remove non-deterministic part of canonical() testredi2015-09-172-11/+3
* Make std::random_device retry after short readsredi2015-09-172-7/+21
* Remove redundant conditional expressions in <system_error>redi2015-09-172-2/+6
* Only do shrink_to_fit() when exceptions enabledredi2015-09-173-6/+20
* Implement filesystem::canonical() without realpathredi2015-09-1613-26/+262
* Fix filesystem::canonical on Solaris 10.redi2015-09-112-1/+10
* Check read() result in std::random_device.kyukhin/interruptredi2015-09-112-4/+13