Age | Commit message (Expand) | Author | Files | Lines |
2025-01-02 | Update copyright years. | Jakub Jelinek | 23 | -23/+23 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 23 | -23/+23 |
2023-01-16 | Update copyright years. | Jakub Jelinek | 23 | -23/+23 |
2022-09-14 | libstdc++: Add assertion to std::promise::set_exception (LWG 2276) | Jonathan Wakely | 1 | -0/+18 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 23 | -23/+23 |
2021-08-30 | c++: limit instantiation with ill-formed class [PR96286] | Jason Merrill | 1 | -4/+0 |
2021-05-04 | libstdc++: Fix null dereferences in std::promise | Jonathan Wakely | 1 | -1/+0 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 23 | -23/+23 |
2020-08-25 | libstdc++: Adjust static assertions in futures and promises [LWG 3466] | Jonathan Wakely | 1 | -2/+11 |
2020-08-23 | Fix libstdc++ testsuite to handle VxWorks gthreads implementation | Corentin Gay | 15 | -30/+15 |
2020-07-22 | libstdc++: Add static assertions to futures and promises [LWG 3458] | Jonathan Wakely | 1 | -0/+34 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 22 | -22/+22 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 22 | -22/+22 |
2018-07-26 | Remove dg-require-cstdint directive from tests | Jonathan Wakely | 22 | -22/+0 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 22 | -22/+22 |
2017-06-15 | Use pthread effective-target in testsuite | Rainer Orth | 15 | -30/+45 |
2017-04-21 | PR libstdc++/80316 make promise::set_value throw no_state error | Jonathan Wakely | 4 | -0/+689 |
2017-01-04 | Support exception propagation without lock-free atomic int | Pauli Nieminen | 21 | -21/+0 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 21 | -21/+21 |
2016-11-13 | DR 374 - specialization in outer namespace | Jason Merrill | 1 | -6/+5 |
2016-10-17 | isblank.cc: Remove 'test' variables. | Paolo Carlini | 7 | -20/+0 |
2016-08-26 | Use effective-target instead of -std options | Jonathan Wakely | 7 | -14/+7 |
2016-08-19 | Simplify dg-options for tests using pthreads | Jonathan Wakely | 14 | -42/+28 |
2016-01-07 | Use std::addressof in insert iterators, allocators and promises | Jonathan Wakely | 1 | -0/+34 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 20 | -20/+20 |
2015-09-03 | libstdc++: Run tests on RTEMS | Sebastian Huber | 14 | -28/+28 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 20 | -20/+20 |
2014-12-02 | Define *_at_thread_exit() functions. | Jonathan Wakely | 1 | -0/+66 |
2014-10-16 | libstdc++.exp: Prefer -std=gnu++11. | Paolo Carlini | 18 | -42/+42 |
2014-06-26 | alloc.cc: Fix use of test allocator. | Jonathan Wakely | 1 | -9/+2 |
2014-06-25 | Makefile.am: Add new header. | Jonathan Wakely | 1 | -4/+18 |
2014-05-23 | 54297.cc: Remove duplicate dragonfly selector. | Jonathan Wakely | 1 | -2/+2 |
2014-05-23 | re PR libstdc++/60793 (Add target *-*-dragonfly* to dg-options on 172 libstdc... | Jonathan Wakely | 13 | -26/+26 |
2014-05-17 | re PR libstdc++/60966 (std::call_once sometime hangs) | Jonathan Wakely | 1 | -0/+67 |
2014-01-02 | Update copyright years in libstdc++-v3/ | Richard Sandiford | 18 | -18/+18 |
2013-06-10 | forced.C: Extend current handling of Linux-based x86 systems to cover all GNU... | Thomas Schwinge | 12 | -24/+24 |
2013-04-24 | re PR libstdc++/56905 ([C++11][DR 1130] std::copy_exception should be removed... | Jonathan Wakely | 3 | -5/+5 |
2013-02-03 | Update copyright in libstdc++-v3. | Richard Sandiford | 18 | -18/+18 |
2012-03-14 | Remove obsolete IRIX 6.5 support | Rainer Orth | 12 | -24/+24 |
2012-03-12 | Remove obsolete Tru64 UNIX V5.1B support | Rainer Orth | 12 | -24/+24 |
2012-02-01 | re PR libstdc++/49204 ([C++0x] remaining issues in <future>) | Jonathan Wakely | 3 | -8/+13 |
2012-01-21 | re PR libstdc++/50982 (AIX libstdc++ GTHREADS incompatibility) | Jonathan Wakely | 12 | -36/+36 |
2011-11-08 | shared_ptr_base.h (_Sp_counted_ptr): Make 'final'. | Jonathan Wakely | 1 | -0/+40 |
2011-11-02 | future (promise): Add constructors for uses-allocator construction from rvalu... | Jonathan Wakely | 1 | -0/+42 |
2011-06-11 | uses_allocator.cc: New. | Jonathan Wakely | 1 | -0/+32 |
2010-10-08 | future: Enable allocator support. | Jonathan Wakely | 1 | -2/+2 |
2010-06-29 | * decl2.c (mark_used): Adjust error for use of deleted function. | Jason Merrill | 2 | -6/+4 |
2010-03-02 | re PR libstdc++/43230 (Revision 157158 failed 30_threads/promise/members/set_... | Jonathan Wakely | 1 | -10/+1 |
2010-02-12 | PR libstdc++/42819, DR 1315 | Jonathan Wakely | 2 | -2/+2 |
2010-02-05 | future (swap(packaged_task<>&, packaged_task<>&), [...]): Add; minor formatti... | Paolo Carlini | 2 | -4/+4 |