summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ensure std::generate_canonical doesn't return 1.redi2015-08-263-7/+81
* Only set std::enable_shared_from_this member once.redi2015-08-266-4/+131
* try_emplace and insert_or_assign for Debug Mode.redi2015-08-263-0/+170
* libstdc++/66902 Make _S_debug_messages static.redi2015-08-262-1/+6
* 2015-08-24 François Dumont <fdumont@gcc.gnu.org>fdumont2015-08-2512-24/+405
* Revert my change to commit with PR reference again.fdumont2015-08-2512-404/+24
* 2015-08-24 François Dumont <fdumont@gcc.gnu.org>fdumont2015-08-2412-24/+404
* PR libstdc++/65049redi2015-08-247-10/+274
* PR libstdc++/67309redi2015-08-244-4/+36
* libstdc++/67294 Don't run timed mutex tests on Darwinredi2015-08-203-4/+9
* * include/experimental/any (__any_caster): Define at namespace scoperedi2015-08-203-9/+16
* * python/Makefile.am: Ensure gdb.py is installed for libstdc++ notredi2015-08-203-2/+8