<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in atomic_flag_test_explicit.pass.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>f033bf88 - [libc++] [test] Qualify calls to std::atomic_flag_{clear,test} functions. NFCI.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/test/std/atomics/atomics.flag/atomic_flag_test_explicit.pass.cpp#f033bf88</link>
        <description>[libc++] [test] Qualify calls to std::atomic_flag_{clear,test} functions. NFCI.We shouldn&apos;t be calling these functions via ADL -- and neither should anybodyin the wild be calling it via ADL, so it&apos;s not like we need to testthe ADL ability of these functions in particular.Reviewed as part of D119860.

            List of files:
            /llvm-project-15.0.7/libcxx/test/std/atomics/atomics.flag/atomic_flag_test_explicit.pass.cpp</description>
        <pubDate>Mon, 14 Feb 2022 02:53:20 +0000</pubDate>
        <dc:creator>Arthur O&apos;Dwyer &lt;arthur.j.odwyer@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>92832e48 - [libc++] Enable &lt;atomic&gt; when threads are disabled</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/test/std/atomics/atomics.flag/atomic_flag_test_explicit.pass.cpp#92832e48</link>
        <description>[libc++] Enable &lt;atomic&gt; when threads are disabledstd::atomic is, for the most part, just a thin veneer on top of compilerbuiltins. Hence, it should be available even when threads are not availableon the system, and in fact there has been requests for such support.This patch:- Moves __libcpp_thread_poll_with_backoff to its own header so it can  be used in &lt;atomic&gt; when threads are disabled.- Adds a dummy backoff policy for atomic polling that doesn&apos;t know about  threads.- Adjusts the &lt;atomic&gt; feature-test macros so they are provided even when  threads are disabled.- Runs the &lt;atomic&gt; tests when threads are disabled.rdar://77873569Differential Revision: https://reviews.llvm.org/D114109

            List of files:
            /llvm-project-15.0.7/libcxx/test/std/atomics/atomics.flag/atomic_flag_test_explicit.pass.cpp</description>
        <pubDate>Wed, 17 Nov 2021 15:59:31 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne.2@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6f6175d1 - [libc++][NFC] Fix copy-paste errors in tests</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/test/std/atomics/atomics.flag/atomic_flag_test_explicit.pass.cpp#6f6175d1</link>
        <description>[libc++][NFC] Fix copy-paste errors in testsThe test precision_type.pass.cpp was a duplicate of precision.pass.cpp,so it is removed. atomic_flag_test.pass.cpp was a duplicate ofatomic_flag_test_and_set.pass.cpp, so instead I wrote a propertest for it. Those duplicate tests were detected with     find libcxx ! -empty -type f -exec md5sum {} + | sort | uniq -w32 -dD

            List of files:
            /llvm-project-15.0.7/libcxx/test/std/atomics/atomics.flag/atomic_flag_test_explicit.pass.cpp</description>
        <pubDate>Wed, 18 Aug 2021 12:54:18 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne.2@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>87776657 - [libc++][test] Don&apos;t violate precondition [atomics.flag]/6</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/test/std/atomics/atomics.flag/atomic_flag_test_explicit.pass.cpp#87776657</link>
        <description>[libc++][test] Don&apos;t violate precondition [atomics.flag]/6... which forbids passing `memory_order_release` or `memory_order_acq_rel` to either overload of `atomic_flag_test_explicit`.

            List of files:
            /llvm-project-15.0.7/libcxx/test/std/atomics/atomics.flag/atomic_flag_test_explicit.pass.cpp</description>
        <pubDate>Mon, 19 Oct 2020 22:24:50 +0000</pubDate>
        <dc:creator>Casey Carter &lt;Casey@Carter.net&gt;</dc:creator>
    </item>
<item>
        <title>fc4bff0c - Update atomic feature macros, synopsis, signatures to match C++20. Improve test coverage for non-lock-free atomics.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/test/std/atomics/atomics.flag/atomic_flag_test_explicit.pass.cpp#fc4bff0c</link>
        <description>Update atomic feature macros, synopsis, signatures to match C++20. Improve test coverage for non-lock-free atomics.

            List of files:
            /llvm-project-15.0.7/libcxx/test/std/atomics/atomics.flag/atomic_flag_test_explicit.pass.cpp</description>
        <pubDate>Wed, 09 Sep 2020 17:00:09 +0000</pubDate>
        <dc:creator>Olivier Giroux &lt;ogiroux@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
