<?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 condition_variable</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>b48c5010 - [libc++] Make parameter names consistent and enforce the naming style using readability-identifier-naming</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/include/condition_variable#b48c5010</link>
        <description>[libc++] Make parameter names consistent and enforce the naming style using readability-identifier-namingEnsure that parameter names have the style `__lower_case`Reviewed By: ldionne, #libcSpies: aheejin, sstefan1, libcxx-commits, miyukiDifferential Revision: https://reviews.llvm.org/D129051

            List of files:
            /llvm-project-15.0.7/libcxx/include/condition_variable</description>
        <pubDate>Fri, 08 Jul 2022 16:17:26 +0000</pubDate>
        <dc:creator>Nikolas Klauser &lt;nikolasklauser@berlin.de&gt;</dc:creator>
    </item>
<item>
        <title>385cc25a - [libc++] Ensure that all public C++ headers include &lt;__assert&gt;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/include/condition_variable#385cc25a</link>
        <description>[libc++] Ensure that all public C++ headers include &lt;__assert&gt;This patch changes the requirement for getting the declaration of theassertion handler from including &lt;__assert&gt; to including any publicC++ header of the library. Note that C compatibility headers areexcluded because we don&apos;t implement all the C headers ourselves --some of them are taken straight from the C library, like assert.h.It also adds a generated test to check it. Furthermore, this newgenerated test is designed in a way that will make it possible toreplace almost all the existing test-generation scripts with thissystem in upcoming patches.Differential Revision: https://reviews.llvm.org/D122506

            List of files:
            /llvm-project-15.0.7/libcxx/include/condition_variable</description>
        <pubDate>Fri, 25 Mar 2022 16:55:36 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne.2@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>fa6b9e40 - [libc++] Normalize all our &apos;#pragma GCC system_header&apos;, and regression-test.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/include/condition_variable#fa6b9e40</link>
        <description>[libc++] Normalize all our &apos;#pragma GCC system_header&apos;, and regression-test.Now we&apos;ll notice if a header forgets to include this magic phrase.Differential Revision: https://reviews.llvm.org/D118800

            List of files:
            /llvm-project-15.0.7/libcxx/include/condition_variable</description>
        <pubDate>Wed, 02 Feb 2022 01:16:40 +0000</pubDate>
        <dc:creator>Arthur O&apos;Dwyer &lt;arthur.j.odwyer@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>bd6e6846 - [libc++] Add the version header to all headers.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/include/condition_variable#bd6e6846</link>
        <description>[libc++] Add the version header to all headers.Some headers which require the version header depend on other headers toprovide it. Include the version header in all top-level headers to makesure a header cleanup can&apos;t remove the version header.Note this doesn&apos;t add the version header to the c headers.Reviewed By: #libc, Quuxplusone, ldionneDifferential Revision: https://reviews.llvm.org/D116172

            List of files:
            /llvm-project-15.0.7/libcxx/include/condition_variable</description>
        <pubDate>Wed, 22 Dec 2021 17:14:14 +0000</pubDate>
        <dc:creator>Mark de Wever &lt;koraq@xs4all.nl&gt;</dc:creator>
    </item>
<item>
        <title>eb8650a7 - [runtimes][NFC] Remove filenames at the top of the license notice</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/include/condition_variable#eb8650a7</link>
        <description>[runtimes][NFC] Remove filenames at the top of the license noticeWe&apos;ve stopped doing it in libc++ for a while now because these nameswould end up rotting as we move things around and copy/paste stuff.This cleans up all the existing files so as to stop the spreadingas people copy-paste headers around.

            List of files:
            /llvm-project-15.0.7/libcxx/include/condition_variable</description>
        <pubDate>Wed, 17 Nov 2021 21:25:01 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne.2@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4cd6ca10 - [libc++] NFC: Normalize `#endif //` comment indentation</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/include/condition_variable#4cd6ca10</link>
        <description>[libc++] NFC: Normalize `#endif //` comment indentation

            List of files:
            /llvm-project-15.0.7/libcxx/include/condition_variable</description>
        <pubDate>Tue, 20 Apr 2021 16:03:32 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne.2@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>57b08b09 - Update more file headers across all of the LLVM projects in the monorepo</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/include/condition_variable#57b08b09</link>
        <description>Update more file headers across all of the LLVM projects in the monorepoto reflect the new license. These used slightly different spellings thatdefeated my regular expressions.We understand that people may be surprised that we&apos;re moving the headerentirely to discuss the new license. We checked this carefully with theFoundation&apos;s lawyer and we believe this is the correct approach.Essentially, all code in the project is now made available by the LLVMproject under our new license, so you will see that the license headersinclude that license only. Some of our contributors have contributedcode under our old license, and accordingly, we have retained a copy ofour old license notice in the top-level files in each project andrepository.llvm-svn: 351648

            List of files:
            /llvm-project-15.0.7/libcxx/include/condition_variable</description>
        <pubDate>Sat, 19 Jan 2019 10:56:40 +0000</pubDate>
        <dc:creator>Chandler Carruth &lt;chandlerc@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>bda3c7df - [libc++] Make _LIBCPP_TYPE_VIS export members</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/include/condition_variable#bda3c7df</link>
        <description>[libc++] Make _LIBCPP_TYPE_VIS export membersSummary:Most classes annotated with _LIBCPP_TYPE_VIS need to have at least someof their members exported, otherwise we have a lot of link errors whenlinking against a libc++ built with hidden visibility. This also makes_LIBCPP_TYPE_VIS be consistent across platforms, since on Windows italready exports members.With this change made, any template methods of a class marked_LIBCPP_TYPE_VIS will also get default visibility when instantiatied,which is not desirable for clients of libc++ headers who wish to controltheir visibility; this is the same issue as PR30642. Annotate allproblematic methods with an explicit visibility specifier to avoid this.The problematic methods were found by running bad-visibility-finder [1]against the libc++ headers after making the _LIBCPP_TYPE_VIS change. Thesmall methods were marked for inlining; the larger ones hidden.[1] https://github.com/smeenai/bad-visibility-finderReviewers: mclow.lists, EricWFSubscribers: cfe-commitsDifferential Revision: https://reviews.llvm.org/D25208llvm-svn: 296732

            List of files:
            /llvm-project-15.0.7/libcxx/include/condition_variable</description>
        <pubDate>Thu, 02 Mar 2017 03:22:18 +0000</pubDate>
        <dc:creator>Shoaib Meenai &lt;smeenai@fb.com&gt;</dc:creator>
    </item>
<item>
        <title>906c872d - Cleanup: move visibility/linkage attributes to the first declaration.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/include/condition_variable#906c872d</link>
        <description>Cleanup: move visibility/linkage attributes to the first declaration.This change moves visibility attributes from out-of-class methoddefinitions to in-class declaration. This is needed for a switch toattribute((internal_linkage)) (see http://reviews.llvm.org/D13925)which can only appear on the first declaration.This change does not touch istream/ostream/streambuf. They arehandled separately in http://reviews.llvm.org/D14409.llvm-svn: 252385

            List of files:
            /llvm-project-15.0.7/libcxx/include/condition_variable</description>
        <pubDate>Sat, 07 Nov 2015 01:22:13 +0000</pubDate>
        <dc:creator>Evgeniy Stepanov &lt;eugeni.stepanov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b3fcc67f - Allow libc++ to be built on systems without POSIX threads</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/include/condition_variable#b3fcc67f</link>
        <description>Allow libc++ to be built on systems without POSIX threadsIf you&apos;re crazy enough to want this sort of thing, then add-D_LIBCPP_HAS_NO_THREADS to your CXXFLAGS and--param=additiona_features=libcpp-has-no-threads to your lit commnad line.http://reviews.llvm.org/D3969llvm-svn: 217271

            List of files:
            /llvm-project-15.0.7/libcxx/include/condition_variable</description>
        <pubDate>Fri, 05 Sep 2014 19:45:05 +0000</pubDate>
        <dc:creator>Jonathan Roelofs &lt;jonathan@codesourcery.com&gt;</dc:creator>
    </item>
<item>
        <title>6e41256f - No functionality change at this time.  I&apos;ve split _LIBCPP_VISIBLE up into two flags: _LIBCPP_TYPE_VIS and _LIBCPP_FUNC_VIS.  This is in preparation for taking advantage of clang&apos;s new __type_visibility__ attribute.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/include/condition_variable#6e41256f</link>
        <description>No functionality change at this time.  I&apos;ve split _LIBCPP_VISIBLE up into two flags: _LIBCPP_TYPE_VIS and _LIBCPP_FUNC_VIS.  This is in preparation for taking advantage of clang&apos;s new __type_visibility__ attribute.llvm-svn: 176593

            List of files:
            /llvm-project-15.0.7/libcxx/include/condition_variable</description>
        <pubDate>Wed, 06 Mar 2013 23:30:19 +0000</pubDate>
        <dc:creator>Howard Hinnant &lt;hhinnant@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>54d333a6 - Rename uses of _ and __ because these are getting stepped on by macros from other system code.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/include/condition_variable#54d333a6</link>
        <description>Rename uses of _ and __ because these are getting stepped on by macros from other system code.llvm-svn: 167038

            List of files:
            /llvm-project-15.0.7/libcxx/include/condition_variable</description>
        <pubDate>Tue, 30 Oct 2012 19:06:59 +0000</pubDate>
        <dc:creator>Howard Hinnant &lt;hhinnant@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>45c663db - noexcept applied to &lt;condition_variable&gt;.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/include/condition_variable#45c663db</link>
        <description>noexcept applied to &lt;condition_variable&gt;.llvm-svn: 160605

            List of files:
            /llvm-project-15.0.7/libcxx/include/condition_variable</description>
        <pubDate>Sat, 21 Jul 2012 16:32:53 +0000</pubDate>
        <dc:creator>Howard Hinnant &lt;hhinnant@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>073458b1 - Windows support by Ruben Van Boxem.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/include/condition_variable#073458b1</link>
        <description>Windows support by Ruben Van Boxem.llvm-svn: 142235

            List of files:
            /llvm-project-15.0.7/libcxx/include/condition_variable</description>
        <pubDate>Mon, 17 Oct 2011 20:05:10 +0000</pubDate>
        <dc:creator>Howard Hinnant &lt;hhinnant@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>ce48a113 - _STD -&gt; _VSTD to avoid macro clash on windows</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/include/condition_variable#ce48a113</link>
        <description>_STD -&gt; _VSTD to avoid macro clash on windowsllvm-svn: 134190

            List of files:
            /llvm-project-15.0.7/libcxx/include/condition_variable</description>
        <pubDate>Thu, 30 Jun 2011 21:18:19 +0000</pubDate>
        <dc:creator>Howard Hinnant &lt;hhinnant@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>3dc6455f - N3191: C++ Timeout Specification</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/include/condition_variable#3dc6455f</link>
        <description>N3191: C++ Timeout Specificationllvm-svn: 119909

            List of files:
            /llvm-project-15.0.7/libcxx/include/condition_variable</description>
        <pubDate>Sat, 20 Nov 2010 19:16:30 +0000</pubDate>
        <dc:creator>Howard Hinnant &lt;hhinnant@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>412dbebe - license change</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/include/condition_variable#412dbebe</link>
        <description>license changellvm-svn: 119395

            List of files:
            /llvm-project-15.0.7/libcxx/include/condition_variable</description>
        <pubDate>Tue, 16 Nov 2010 22:09:02 +0000</pubDate>
        <dc:creator>Howard Hinnant &lt;hhinnant@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>fb100021 - visibility-decoration.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/include/condition_variable#fb100021</link>
        <description>visibility-decoration.llvm-svn: 114486

            List of files:
            /llvm-project-15.0.7/libcxx/include/condition_variable</description>
        <pubDate>Tue, 21 Sep 2010 21:28:23 +0000</pubDate>
        <dc:creator>Howard Hinnant &lt;hhinnant@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>b77c0c03 - [futures.atomic_future] and notify_all_at_thread_exit.  This completes the header &lt;future&gt; and all of Chapter 30 (for C++0x enabled compilers).</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/include/condition_variable#b77c0c03</link>
        <description>[futures.atomic_future] and notify_all_at_thread_exit.  This completes the header &lt;future&gt; and all of Chapter 30 (for C++0x enabled compilers).llvm-svn: 113017

            List of files:
            /llvm-project-15.0.7/libcxx/include/condition_variable</description>
        <pubDate>Fri, 03 Sep 2010 21:46:37 +0000</pubDate>
        <dc:creator>Howard Hinnant &lt;hhinnant@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>167fd108 - future continues ...</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/include/condition_variable#167fd108</link>
        <description>future continues ...llvm-svn: 112284

            List of files:
            /llvm-project-15.0.7/libcxx/include/condition_variable</description>
        <pubDate>Fri, 27 Aug 2010 20:10:19 +0000</pubDate>
        <dc:creator>Howard Hinnant &lt;hhinnant@apple.com&gt;</dc:creator>
    </item>
</channel>
</rss>
