aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/29_atomics/atomic_flag
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek16-16/+16
2024-01-03Update copyright years.Jakub Jelinek16-16/+16
2023-10-13testsuite: Replace many dg-require-thread-fence with dg-require-atomic-cmpxch...Hans-Peter Nilsson4-4/+4
2023-09-26testsuite: Require thread-fence for 29_atomics/atomic_flag/cons/value_init.ccHans-Peter Nilsson1-0/+1
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from <atomic> testsJonathan Wakely4-8/+4
2023-02-13libstdc++: Add missing free functions for atomic_flag [PR103934]Thomas W Rodgers1-2/+24
2023-02-13libstdc++: Add missing free functions for atomic_flag [PR103934]Thomas W Rodgers2-2/+50
2023-01-16Update copyright years.Jakub Jelinek16-16/+16
2022-01-03Update copyright years.Jakub Jelinek16-16/+16
2021-04-20libstdc++: Refactor/cleanup of C++20 atomic wait implementationThomas Rodgers1-30/+7
2021-03-10Add options to link with libatomic in various tests.John David Anglin1-0/+1
2021-01-15libstdc++-v3: Add -fcf-protection=none to -march=i486H.J. Lu1-1/+1
2021-01-04Update copyright years.Jakub Jelinek16-16/+16
2020-11-26libstdc++: Fix some more deadlocks in tests [PR 97936]Jonathan Wakely1-1/+5
2020-11-25libstdc++: Fix testsuite helper functions [PR 97936]Jonathan Wakely1-1/+0
2020-11-21libstdc++: Fix atomic waiting for non-linux targetsJonathan Wakely1-2/+3
2020-11-20libstdc++: Add C++2a synchronization supportThomas Rodgers1-0/+61
2020-06-12libstdc++: Improve tests for std::atomic_flagJonathan Wakely3-12/+10
2020-06-12libstdc++: Make std::atomic_flag::test members constJonathan Wakely2-8/+24
2020-05-12Actually comment the new testsUlrich Drepper2-0/+64
2020-01-13libstdc++: Value-initialize std::atomic for C++20 (P0883R2)Jonathan Wakely2-0/+41
2020-01-01Update copyright years.Jakub Jelinek12-12/+12
2019-03-11Change test to use const variables instead of macrosJonathan Wakely1-2/+2
2019-01-01Update copyright years.Jakub Jelinek12-12/+12
2018-01-03Update copyright years.Jakub Jelinek12-12/+12
2017-01-01Update copyright years.Jakub Jelinek12-12/+12
2016-10-13container_access.cc: Remove 'test' variables.Paolo Carlini1-1/+0
2016-08-26Use effective-target instead of -std optionsJonathan Wakely12-19/+14
2016-08-02Skip scan-assembler test when -flto is usedJonathan Wakely1-0/+1
2016-07-31Ensure std::atomic test is compiled with optimizationJonathan Wakely1-1/+1
2016-07-28Use dg-additional-options in libstdc++ testsJonathan Wakely1-1/+1
2016-01-04Update copyright years.Jakub Jelinek12-12/+12
2015-04-22[PATCH][libstc++v3]Add new dg-require-thread-fence directive.Renlin Li3-0/+3
2015-01-05Update copyright years.Jakub Jelinek12-12/+12
2014-10-16libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini12-13/+13
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford12-12/+12
2013-02-26re PR libstdc++/56012 ([C++11] Narrowing conversion in atomic_flag)Jonathan Wakely1-0/+26
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford10-10/+10
2013-01-22explicit-hle.cc: Tightten scan-assembler-times regexps...Jakub Jelinek1-4/+5
2013-01-20libstdc++: Add mem_order_hle_acquire/release to atomic.h v2Andi Kleen1-0/+120
2010-11-01libstdc++: N3126 draft support.Benjamin Kosnik4-95/+1
2010-06-29* decl2.c (mark_used): Adjust error for use of deleted function.Jason Merrill2-6/+6
2010-06-08order_statistics_imp.hpp: Avoid -Wall warnings.Paolo Carlini1-2/+2
2009-12-21atomic: Update to N3000.Benjamin Kosnik11-24/+14
2009-10-16stdatomic.h: Include cstdatomic if __cplusplus.Benjamin Kosnik1-0/+27
2009-10-16re PR libstdc++/40654 ([C++0x] atomic.cc: 'd' is used uninitialized warning)Benjamin Kosnik2-0/+67
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek10-134/+44
2009-01-29testsuite_common_types.h (has_trivial_cons_dtor): New.Benjamin Kosnik2-15/+44
2008-12-12cstdatomic: Update to N2798.Benjamin Kosnik4-43/+8
2008-06-25default.cc: Avoid -Wall warnings.Paolo Carlini2-2/+2