summaryrefslogtreecommitdiff
path: root/libcxx/include/stdatomic.h
AgeCommit message (Expand)Author
2025-01-17[libc++] Don't implement <stdatomic.h> before C++23 (#123130)Louis Dionne
2024-12-21[libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002)Nikolas Klauser
2024-12-10[libc++] Add #if 0 block to all the top-level headers (#119234)Nikolas Klauser
2024-11-06[libc++] Refactor the configuration macros to being always defined (#112094)Nikolas Klauser
2024-10-12[libc++][RFC] Always define internal feature test macros (#89178)Nikolas Klauser
2024-09-19[libc++] Enable C++ stdatomic.h for all C++ versions (#95498)Ryan Prichard
2024-07-30[libc++][stdatomic.h] Implements LWG3671. (#99775)Mark de Wever
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser
2022-09-27[libcxx] Make stdatomic.h work when included from a C source fileGergely Nagy
2022-05-16[libc++] Remove overly conservative error in <stdatomic.h>Louis Dionne
2022-05-06[libc++][P0943] Add stdatomic.h header.Louis Dionne
2022-02-15[libc++] Revert <stdatomic.h> changesLouis Dionne
2022-02-14[libc++] [C++2b] [P0943] Add stdatomic.h header.Marek Kurdej