summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill2015-09-292-2/+14
* 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
* Fix invalid UTF-8 in wchar_t tests.redi2015-09-1116-115/+50
* Rationalise PCH headers and 17_intro/headers tests.redi2015-09-1122-17/+330
* Implement N4258 noexcept for std::basic_string.redi2015-09-1121-33/+1450
* Allocator-extended constructors for container adaptors.redi2015-09-116-6/+212
* * testsuite/util/testsuite_allocator.h (PointerBase::operator[]): Add.redi2015-09-102-0/+3
* * testsuite/21_strings/basic_string/operators/char/1.cc: Verify theredi2015-09-102-0/+7
* Enable lightweight checks with _GLIBCXX_ASSERTIONS.redi2015-09-0925-123/+246
* Relax Debug Mode assertions on operator-> for smart pointers.redi2015-09-074-2/+21
* Avoid #ifdef _GLIBCXX_DEBUG in regex_compiler.hredi2015-09-072-22/+10
* Rename shadowed variable in libstdc++ test.redi2015-09-072-4/+7
* Enable timed mutex unlock tests on darwin.redi2015-09-073-2/+8
* fix darwin bootstrap errors due to <mutex>.redi2015-09-042-10/+14
* Add portable timed_mutex and recursive_timed_mutex.redi2015-09-0439-304/+566
* Add C++11 header <cuchar>.redi2015-09-0414-0/+414
* Make all <cxxx> headers include <bits/c++config.h>redi2015-09-0416-8/+55
* Clean up libstdc++ includes slightly.redi2015-09-035-5/+10
* PR libstdc++/66902redi2015-09-032-1/+4
* Make std::experimental::not_fn SFINAE-friendly.redi2015-09-033-12/+59
* Add concept checks to std::next and std::prev.redi2015-09-034-0/+98
* libstdc++: Run tests on RTEMSsh2015-09-03205-394/+616
* libstdc++: fix data races in basic_string implementationdvyukov2015-09-022-2/+35
* 2015-09-02 Sebastian Huber <sebastian.huber@embedded-brains.de>redi2015-09-022-2/+23
* PR libstdc++/67362timshen2015-08-283-0/+57
* PR libstdc++/67374redi2015-08-274-0/+55
* Provide nearly complete std::locale support for DragonFlyredi2015-08-2714-216/+2301
* * configure: Regenerate.redi2015-08-272-104/+284