aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-11Fix invalid UTF-8 in wchar_t tests.John Marino16-115/+50
2015-09-11Rationalise PCH headers and 17_intro/headers tests.Jonathan Wakely22-17/+330
2015-09-11Implement N4258 noexcept for std::basic_string.Jonathan Wakely21-33/+1450
2015-09-11Allocator-extended constructors for container adaptors.Jonathan Wakely6-6/+212
2015-09-10* testsuite/util/testsuite_allocator.h (PointerBase::operator[]): Add.Jonathan Wakely2-0/+3
2015-09-101.cc: Verify the string contents.Jonathan Wakely2-0/+7
2015-09-09Enable lightweight checks with _GLIBCXX_ASSERTIONS.Jonathan Wakely25-123/+246
2015-09-07Relax Debug Mode assertions on operator-> for smart pointers.Jonathan Wakely4-2/+21
2015-09-07Avoid #ifdef _GLIBCXX_DEBUG in regex_compiler.hJonathan Wakely2-22/+10
2015-09-07Rename shadowed variable in libstdc++ test.Jonathan Wakely2-4/+7
2015-09-07Enable timed mutex unlock tests on darwin.Jonathan Wakely3-2/+8
2015-09-04fix darwin bootstrap errors due to <mutex>.Jonathan Wakely2-10/+14
2015-09-04Add portable timed_mutex and recursive_timed_mutex.Jonathan Wakely39-304/+566
2015-09-04Add C++11 header <cuchar>.Edward Smith-Rowland14-0/+414
2015-09-04Make all <cxxx> headers include <bits/c++config.h>Jonathan Wakely16-8/+55
2015-09-03Clean up libstdc++ includes slightly.Jonathan Wakely5-5/+10
2015-09-03re PR libstdc++/66902 (_S_debug_messages is unneccessary public)Jonathan Wakely2-1/+4
2015-09-03Make std::experimental::not_fn SFINAE-friendly.Jonathan Wakely3-12/+59
2015-09-03Add concept checks to std::next and std::prev.Jonathan Wakely4-0/+98
2015-09-03libstdc++: Run tests on RTEMSSebastian Huber205-394/+616
2015-09-02libstdc++: fix data races in basic_string implementationDmitry Vyukov2-2/+35
2015-09-02re PR libstdc++/67408 (<mutex> assumes that __gthread_mutex_t and__gthread_re...Sebastian Huber2-2/+23
2015-08-28re PR libstdc++/67362 (std::regex("((.)", std::regex_constants::basic) throws)Tim Shen3-0/+57
2015-08-27re PR libstdc++/67374 (std::cbegin can't call valarray range access functions)Jonathan Wakely4-0/+55
2015-08-27Provide nearly complete std::locale support for DragonFlyJohn Marino14-216/+2301
2015-08-27* configure: Regenerate.Jonathan Wakely2-104/+284