Daily bump.
[gcc.git] / libstdc++-v3 / testsuite / 30_threads / call_once /
2021-01-04 Jakub JelinekUpdate copyright years.
2020-11-26 Jonathan Wakelylibstdc++: Add "futex" and "gthreads" effective-target...
2020-11-03 Jonathan Wakelylibstdc++: Rewrite std::call_once to use futexes [PR...
2020-08-24 Corentin GayFix libstdc++ testsuite to handle VxWorks gthreads...
2020-01-01 Jakub JelinekUpdate copyright years.
2019-01-01 Jakub JelinekUpdate copyright years.
2018-07-26 Jonathan WakelyRemove dg-require-cstdint directive from tests
2018-01-03 Jakub JelinekUpdate copyright years.
2017-06-15 Rainer OrthUse pthread effective-target in testsuite
2017-01-01 Jakub JelinekUpdate copyright years.
2016-10-17 Paolo Carliniisblank.cc: Remove 'test' variables.
2016-10-13 Jonathan WakelyAvoid #include <functional> in other headers
2016-10-12 Jonathan WakelyDo not copy std:call_once arguments (LWG 2442)
2016-08-26 Jonathan WakelyUse effective-target instead of -std options
2016-08-19 Jonathan WakelySimplify dg-options for tests using pthreads
2016-01-04 Jakub JelinekUpdate copyright years.
2015-09-03 Sebastian Huberlibstdc++: Run tests on RTEMS
2015-01-05 Jakub JelinekUpdate copyright years.
2014-10-16 Paolo Carlinilibstdc++.exp: Prefer -std=gnu++11.
2014-05-23 Jonathan Wakely54297.cc: Remove duplicate dragonfly selector.
2014-05-23 Jonathan Wakely1.cc: Add xfail for dragonfly.
2014-05-23 Jonathan Wakelyre PR libstdc++/60793 (Add target *-*-dragonfly* to...
2014-05-13 Jonathan Wakelyre PR libstdc++/60497 (unique_ptr<T> tries to complete...
2014-01-02 Richard SandifordUpdate copyright years in libstdc++-v3/
2013-06-10 Thomas Schwingeforced.C: Extend current handling of Linux-based x86...
2013-02-03 Richard SandifordUpdate copyright in libstdc++-v3.
2012-03-14 Rainer OrthRemove obsolete IRIX 6.5 support
2012-03-12 Rainer OrthRemove obsolete Tru64 UNIX V5.1B support
2012-02-07 Jonathan Wakely39909.cc: Remove duplicate target selector.
2012-01-21 Jonathan Wakelyre PR libstdc++/50982 (AIX libstdc++ GTHREADS incompati...
2011-07-09 Jonathan Wakelyre PR libstdc++/49668 ([C++0x] std::thread does not...
2010-11-04 Paolo Carlinire PR libstdc++/46303 ('mutex' is not a member of ...
2010-11-02 Benjamin Kosniklibstdc++: N3126 draft support.
2009-05-05 Jonathan Wakelyre PR libstdc++/39909 (non-TLS version of std::call_onc...
2009-04-26 Paolo Carlini2009-04-26 Paolo Carlini <paolo.carlini@oracle.com>
2009-04-25 Jonathan Wakelymutex (__get_once_functor_lock, [...]): Replace global...
2009-04-09 Jakub JelinekLicensing changes to GPLv3 resp. GPLv3 with GCC Runtime...
2008-09-03 Chris Fairlescondition_variable: Use new deleted ctors.