summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/29_atomics
Commit message (Expand)AuthorAgeFilesLines
* libstdc++: Add missing free functions for atomic_flag [PR103934]Thomas W Rodgers2023-02-131-2/+24
* libstdc++: Add missing free functions for atomic_flag [PR103934]Thomas W Rodgers2023-02-132-2/+50
* Update copyright years.Jakub Jelinek2023-01-1699-99/+99
* libstdc++: Define atomic lock-free type aliases for C++20 [PR98034]Jonathan Wakely2022-12-121-0/+34
* libstdc++: Partial library support for std::float{16,32,64,128}_t and std::bf...Jakub Jelinek2022-10-181-0/+112
* libstdc++: Disable hosted-only tests [PR103626]Arsen Arsenović2022-10-036-0/+13
* libstdc++: Fix compare_exchange_padding.cc test for std::atomic_refJonathan Wakely2022-09-161-5/+6
* libstdc++: Clear padding bits in atomic compare_exchangeThomas Rodgers2022-09-082-0/+85
* libstdc++: Use type_identity_t for non-deducible std::atomic_xxx argsJonathan Wakely2022-06-131-0/+13
* libstdc++: Make atomic notify_one and notify_all non-constThomas W Rodgers2022-04-221-2/+2
* libstdc++: Fix missing and incorrect feature test macros [PR105269]Jonathan Wakely2022-04-142-0/+16
* libstdc++: Fix test failures at -O0Jonathan Wakely2022-02-111-0/+1
* libstdc++: Add atomic_fetch_xor to <stdatomic.h>Jonathan Wakely2022-02-101-0/+11
* libstdc++: Include <stddef.h> for size_t and ptrdiff_t [PR104123]Jonathan Wakely2022-01-191-2/+3
* libstdc++: Define <stdatomic.h> for C++23Jonathan Wakely2022-01-181-0/+130
* Update copyright years.Jakub Jelinek2022-01-0398-98/+98
* libstdc++: Make atomic<T*>::wait() const [PR102994]Thomas Rodgers2021-12-091-0/+19
* libstdc++: Ensure dg-add-options comes after dg-optionsJonathan Wakely2021-11-261-1/+1
* libstdc++: Fix UB in atomic_ref/wait_notify.cc [PR101761]Thomas Rodgers2021-09-161-4/+3
* libstdc++: Replace TR1 components with C++11 ones in test utilsJonathan Wakely2021-08-037-13/+13
* libstd++: Only support atomic_ref::wait tests which are always lockfreeThomas Rodgers2021-06-091-11/+14
* libstdc++: Fix Wrong param type in :atomic_ref<_Tp*>::wait [PR100889]Thomas Rodgers2021-06-081-13/+25
* libstdc++: Fix wrong thread waking on notify [PR100334]Thomas Rodgers2021-05-171-0/+93
* libstdc++: Remove redundant -std=gnu++17 option from concurrency testsJonathan Wakely2021-05-105-5/+0
* Revert "libstdc++: Add workaround for ia32 floating atomics miscompilations [...Jakub Jelinek2021-04-272-2/+0
* libstdc++: Add workaround for ia32 floating atomics miscompilations [PR100184]Jakub Jelinek2021-04-222-0/+2
* libstdc++: Refactor/cleanup of C++20 atomic wait implementationThomas Rodgers2021-04-207-183/+119
* Add options to link with libatomic in various tests.John David Anglin2021-03-104-0/+4
* libstdc++-v3: Add -fcf-protection=none to -march=i486H.J. Lu2021-01-151-1/+1
* Update copyright years.Jakub Jelinek2021-01-0497-97/+97
* Add feature test macro for atomic<T>::waitThomas Rodgers2020-12-012-0/+59
* libstdc++: Fix some more deadlocks in tests [PR 97936]Jonathan Wakely2020-11-264-4/+20
* libstdc++: Fix testsuite helper functions [PR 97936]Jonathan Wakely2020-11-256-6/+0
* libstdc++: Disable failing tests [PR 97936]Jonathan Wakely2020-11-241-2/+3
* libstdc++: Link tests to libatomic as required [PR 97948]Jonathan Wakely2020-11-233-0/+3
* libstdc++: Fix atomic waiting for non-linux targetsJonathan Wakely2020-11-215-10/+15
* libstdc++: Add C++2a synchronization supportThomas Rodgers2020-11-207-0/+396
* libstdc++: Change test to work without 64-bit atomicsJonathan Wakely2020-10-021-2/+2
* libstdc++: Ensure c++NN effective target present in all C++17 testsJonathan Wakely2020-07-312-2/+2
* libstdc++: Add options for ieee float to relevant testsJonathan Wakely2020-07-301-0/+1
* testsuite: libstdc++ atomic_float/value_init.cc requires libatomicDavid Edelsohn2020-07-291-0/+1
* libstdc++: Require c++98_only effective target for some testsJonathan Wakely2020-07-021-1/+1
* libstdc++: Fix atomic<long double> tests (PR 91153, PR 93224)Jonathan Wakely2020-07-022-64/+67
* libstdc++: Enforce copyable/movable checks in std::atomicJonathan Wakely2020-06-161-0/+43
* libstdc++: Improve tests for std::atomic_flagJonathan Wakely2020-06-123-12/+10
* libstdc++: Make std::atomic_flag::test members constJonathan Wakely2020-06-122-8/+24
* libstdc++: Fix atomic<FP>::load (PR 95282)Jonathan Wakely2020-05-271-0/+35
* Actually comment the new testsUlrich Drepper2020-05-122-0/+64
* libstdc++: Value-initialize std::atomic for C++20 (P0883R2)Jonathan Wakely2020-01-1311-7/+202
* Update copyright years.Jakub Jelinek2020-01-0180-80/+80