aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/29_atomics/atomic_integral
AgeCommit message (Expand)AuthorFilesLines
2025-05-30libstdc++: Various fixes for atomic wait/notify codeJonathan Wakely1-2/+6
2025-01-02Update copyright years.Jakub Jelinek24-24/+24
2024-04-08libstdc++: Fix tests that fail with -fno-char8_tJonathan Wakely1-0/+2
2024-01-03Update copyright years.Jakub Jelinek24-24/+24
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from <atomic> testsJonathan Wakely2-4/+2
2023-09-14libstdc++: Add dg-require-thread-fence in several testsChristophe Lyon1-0/+1
2023-01-16Update copyright years.Jakub Jelinek24-24/+24
2022-01-03Update copyright years.Jakub Jelinek24-24/+24
2021-08-03libstdc++: Replace TR1 components with C++11 ones in test utilsJonathan Wakely5-11/+11
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from concurrency testsJonathan Wakely2-2/+0
2021-04-20libstdc++: Refactor/cleanup of C++20 atomic wait implementationThomas Rodgers1-31/+42
2021-01-04Update copyright years.Jakub Jelinek24-24/+24
2020-11-25libstdc++: Fix testsuite helper functions [PR 97936]Jonathan Wakely1-1/+0
2020-11-24libstdc++: Disable failing tests [PR 97936]Jonathan Wakely1-2/+3
2020-11-23libstdc++: Link tests to libatomic as required [PR 97948]Jonathan Wakely1-0/+1
2020-11-20libstdc++: Add C++2a synchronization supportThomas Rodgers1-0/+65
2020-07-31libstdc++: Ensure c++NN effective target present in all C++17 testsJonathan Wakely1-1/+1
2020-01-13libstdc++: Value-initialize std::atomic for C++20 (P0883R2)Jonathan Wakely4-2/+43
2020-01-01Update copyright years.Jakub Jelinek22-22/+22
2019-02-22P0482R5 char8_t: Updates to existing standard library testsTom Honermann6-11/+14
2019-01-01Update copyright years.Jakub Jelinek22-22/+22
2018-05-24Implement P0558R2 changes to std::atomicJonathan Wakely2-0/+202
2018-01-03Update copyright years.Jakub Jelinek20-20/+20
2017-01-01Update copyright years.Jakub Jelinek20-20/+20
2016-10-12Make test helper work with non-copyable typesJonathan Wakely3-7/+5
2016-08-26Use effective-target instead of -std optionsJonathan Wakely19-32/+19
2016-08-19Define std::atomic<T>::is_always_lock_free for C++17Jonathan Wakely1-0/+43
2016-01-04Update copyright years.Jakub Jelinek19-19/+19
2015-04-09re PR libstdc++/65147 (alignment of std::atomic object is not correct)Jonathan Wakely1-0/+32
2015-01-17re PR libstdc++/60940 (general operations on atomic types do not work with at...Jonathan Wakely1-0/+38
2015-01-05Update copyright years.Jakub Jelinek17-17/+17
2014-10-16libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini17-17/+17
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford17-17/+17
2013-10-08* testsuite/*: Remove stray semi-colons after function definitions.Jonathan Wakely3-3/+3
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford17-23/+23
2011-09-19re PR libstdc++/40856 (numeric_limits not specialized for __int128_t or __uin...Paolo Carlini5-13/+13
2011-06-09prune.exp (libstdc++-dg-prune): Prune notes.Jason Merrill1-1/+4
2011-04-12re PR libstdc++/48566 (libstdc++-v3 testsuite failures due to missing includes)Paolo Carlini5-10/+10
2010-11-06user.cfg.in: Add typeindex.Benjamin Kosnik2-2/+2
2010-11-01libstdc++: N3126 draft support.Benjamin Kosnik6-11/+42
2010-06-29* decl2.c (mark_used): Adjust error for use of deleted function.Jason Merrill2-10/+3
2010-06-15libstdc++.exp: Set additional_prunes.Jason Merrill2-2/+0
2010-06-15call.c (print_z_candidates): Do print viable deleted candidates.Jason Merrill1-8/+1
2010-06-08order_statistics_imp.hpp: Avoid -Wall warnings.Paolo Carlini5-12/+12
2009-12-21atomic: Update to N3000.Benjamin Kosnik16-83/+68
2009-07-17testsuite_common_types.h (standard_layout): Activate.Benjamin Kosnik2-4/+4
2009-06-22testsuite_common_types.h (bitwise_operators, [...]): Initialize a and b.Paolo Carlini2-4/+4
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek16-226/+84
2009-01-29testsuite_common_types.h (has_trivial_cons_dtor): New.Benjamin Kosnik3-4/+43
2008-12-12cstdatomic: Update to N2798.Benjamin Kosnik15-0/+627