<?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 partition.pass.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>3b9a1bb1 - [pstl] Fix -Wundef errors in the test suite</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/test/std/pstl/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp#3b9a1bb1</link>
        <description>[pstl] Fix -Wundef errors in the test suite

            List of files:
            /llvm-project-15.0.7/libcxx/test/std/pstl/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp</description>
        <pubDate>Wed, 26 May 2021 19:24:31 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne.2@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b5e896c0 - [libc++][pstl] Remove c++98 from UNSUPPORTED annotations</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/test/std/pstl/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp#b5e896c0</link>
        <description>[libc++][pstl] Remove c++98 from UNSUPPORTED annotationsc++98 isn&apos;t used by the test suite anymore, only c++03 is.

            List of files:
            /llvm-project-15.0.7/libcxx/test/std/pstl/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp</description>
        <pubDate>Wed, 29 Jul 2020 18:16:51 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>01963cec - [NFC][pstl] Run clang-format on the sources, including the tests</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/test/std/pstl/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp#01963cec</link>
        <description>[NFC][pstl] Run clang-format on the sources, including the testsllvm-svn: 366492

            List of files:
            /llvm-project-15.0.7/libcxx/test/std/pstl/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp</description>
        <pubDate>Thu, 18 Jul 2019 20:22:28 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>249c1c74 - [pstl] Declare main() as returning int, not int32_t</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/test/std/pstl/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp#249c1c74</link>
        <description>[pstl] Declare main() as returning int, not int32_tllvm-svn: 366490

            List of files:
            /llvm-project-15.0.7/libcxx/test/std/pstl/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp</description>
        <pubDate>Thu, 18 Jul 2019 20:21:52 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>6ab35c9d - [pstl] Mark pstl tests as unsupported before C++17</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/test/std/pstl/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp#6ab35c9d</link>
        <description>[pstl] Mark pstl tests as unsupported before C++17This is required to run the tests in lit with libc++&apos;s tests.llvm-svn: 363942

            List of files:
            /llvm-project-15.0.7/libcxx/test/std/pstl/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp</description>
        <pubDate>Thu, 20 Jun 2019 16:22:06 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>3491119f - [pstl] Remove warnings in tests and headers</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/test/std/pstl/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp#3491119f</link>
        <description>[pstl] Remove warnings in tests and headersMostly unused parameter, unused local typedefs and shadowed declarations.This massaging it necessary if we want to be able to run the tests underthe libc++ lit configuration.llvm-svn: 363872

            List of files:
            /llvm-project-15.0.7/libcxx/test/std/pstl/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp</description>
        <pubDate>Wed, 19 Jun 2019 20:15:50 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>4d88b17b - [pstl] Remove the stdlib headers from the PSTL and move them to the tests</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/test/std/pstl/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp#4d88b17b</link>
        <description>[pstl] Remove the stdlib headers from the PSTL and move them to the testsSummary:PSTL should not provide those headers since they belong to the standardlibrary. Instead, we define a dummy standard library in the tests thatprovides those headers.Reviewers: rodgert, MikeDvorskiySubscribers: mgorny, jkorous, dexonsmith, libcxx-commitsTags: #libcDifferential Revision: https://reviews.llvm.org/D60535llvm-svn: 358497

            List of files:
            /llvm-project-15.0.7/libcxx/test/std/pstl/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp</description>
        <pubDate>Tue, 16 Apr 2019 14:38:08 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>3dee12e4 - [pstl] Move to single underscore-capital for macros and include guards</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/test/std/pstl/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp#3dee12e4</link>
        <description>[pstl] Move to single underscore-capital for macros and include guardsSummary: Per the LLVM convention.Reviewers: rodgertSubscribers: jkorous, dexonsmith, jdoerfert, libcxx-commitsTags: #libcDifferential Revision: https://reviews.llvm.org/D60521llvm-svn: 358131

            List of files:
            /llvm-project-15.0.7/libcxx/test/std/pstl/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp</description>
        <pubDate>Wed, 10 Apr 2019 19:51:40 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>3b62047b - Restructure test suite to follow libc++ standard layout</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/test/std/pstl/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp#3b62047b</link>
        <description>Restructure test suite to follow libc++ standard layoutSummary: Subsumes changes requested in https://reviews.llvm.org/D59110Reviewers: EricWF, ldionneSubscribers: mgorny, krytarowski, jfb, jdoerfert, libcxx-commitsDifferential Revision: https://reviews.llvm.org/D59856llvm-svn: 357124

            List of files:
            /llvm-project-15.0.7/libcxx/test/std/pstl/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp</description>
        <pubDate>Wed, 27 Mar 2019 21:28:24 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne@apple.com&gt;</dc:creator>
    </item>
</channel>
</rss>
