<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in CMakeLists.txt</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>46944b0cbc9a9d8daad0182c40fcd3560bc9ca35 - [libc] remove errno.h includes (#110934)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/libc/test/src/pthread/CMakeLists.txt#46944b0cbc9a9d8daad0182c40fcd3560bc9ca35</link>
        <description>[libc] remove errno.h includes (#110934)

            List of files:
            /llvm-project/libc/test/src/pthread/CMakeLists.txt</description>
        <pubDate>Sat, 05 Oct 2024 23:31:36 +0000</pubDate>
        <dc:creator>Job Henandez Lara &lt;jobhdezlara93@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>485f9f589595006a8d10b8d39bde7124b0dc2042 - Reland: [libc][POSIX][pthreads] implemented missing pthread_rwlockattr functions (#93622)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/libc/test/src/pthread/CMakeLists.txt#485f9f589595006a8d10b8d39bde7124b0dc2042</link>
        <description>Reland: [libc][POSIX][pthreads] implemented missing pthread_rwlockattr functions (#93622)New pull request for https://github.com/llvm/llvm-project/issues/89443The previous PR was reverted after breaking fullbuild due to a missingstruct declaration, which I forgot to commit.Reverts revert and adds the missing pthread_rwlockattr_getkind_np /pthread_rwlockattr_setkind_np functions and tests respecitvely.

            List of files:
            /llvm-project/libc/test/src/pthread/CMakeLists.txt</description>
        <pubDate>Thu, 30 May 2024 18:27:50 +0000</pubDate>
        <dc:creator>Hendrik H&#252;bner &lt;117831077+HendrikHuebner@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>27595c4befbbf42891ef7e13fe28926eb7fc825d - Revert &quot;[libc][POSIX][pthreads] implemented missing pthread_rwlockattr functions&quot; (#91966)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/libc/test/src/pthread/CMakeLists.txt#27595c4befbbf42891ef7e13fe28926eb7fc825d</link>
        <description>Revert &quot;[libc][POSIX][pthreads] implemented missing pthread_rwlockattr functions&quot; (#91966)Reverts llvm/llvm-project#90249Fullbuild is broken:https://lab.llvm.org/buildbot/#/builders/163/builds/56501

            List of files:
            /llvm-project/libc/test/src/pthread/CMakeLists.txt</description>
        <pubDate>Mon, 13 May 2024 13:43:14 +0000</pubDate>
        <dc:creator>Schrodinger ZHU Yifan &lt;yifanzhu@rochester.edu&gt;</dc:creator>
    </item>
<item>
        <title>d2676a73336b83607565fb2e4ce61bd67d732b09 - [libc][POSIX][pthreads] implemented missing pthread_rwlockattr functions (#90249)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/libc/test/src/pthread/CMakeLists.txt#d2676a73336b83607565fb2e4ce61bd67d732b09</link>
        <description>[libc][POSIX][pthreads] implemented missing pthread_rwlockattr functions (#90249)Closes #89443I added the two missing functions and respective test cases. Let me knowif anything needs changing.

            List of files:
            /llvm-project/libc/test/src/pthread/CMakeLists.txt</description>
        <pubDate>Mon, 13 May 2024 13:35:17 +0000</pubDate>
        <dc:creator>Hendrik H&#252;bner &lt;117831077+HendrikHuebner@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>dd7963239e94bcd46e56ae90b08d2d0c9904ff00 - [libc][POSIX][pthreads] implement pthread_rwlockattr_t functions (#89322)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/libc/test/src/pthread/CMakeLists.txt#dd7963239e94bcd46e56ae90b08d2d0c9904ff00</link>
        <description>[libc][POSIX][pthreads] implement pthread_rwlockattr_t functions (#89322)Implement:- pthread_rwlockattr_destroy- pthread_rwlockattr_getpshared- pthread_rwlockattr_init- pthread_rwlockattr_setpshared

            List of files:
            /llvm-project/libc/test/src/pthread/CMakeLists.txt</description>
        <pubDate>Mon, 22 Apr 2024 19:03:27 +0000</pubDate>
        <dc:creator>Nick Desaulniers &lt;nickdesaulniers@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>854cc8986650267846c5eaf8ba164584a9ea7c01 - [libc] fixup nascent pthread_condattr_test (#89308)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/libc/test/src/pthread/CMakeLists.txt#854cc8986650267846c5eaf8ba164584a9ea7c01</link>
        <description>[libc] fixup nascent pthread_condattr_test (#89308)- use namespaced identifiers- add corresponding headers for namespaced declarations- replace time.h and errno.h with finer grain includes- update cmakeFixes: #88987Fixes: #89261Link: #88997Link: #89262

            List of files:
            /llvm-project/libc/test/src/pthread/CMakeLists.txt</description>
        <pubDate>Fri, 19 Apr 2024 16:15:47 +0000</pubDate>
        <dc:creator>Nick Desaulniers &lt;nickdesaulniers@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>eefee382186005d3662958e076c8e61e286ea1ab - [libc] set cmake dependencies for condattr test (#89103)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/libc/test/src/pthread/CMakeLists.txt#eefee382186005d3662958e076c8e61e286ea1ab</link>
        <description>[libc] set cmake dependencies for condattr test (#89103)The entrypoints are not yet exposed on non-x86. Express this dependencytounbreak post submit.Fixes #88987

            List of files:
            /llvm-project/libc/test/src/pthread/CMakeLists.txt</description>
        <pubDate>Wed, 17 Apr 2024 17:34:23 +0000</pubDate>
        <dc:creator>Nick Desaulniers &lt;nickdesaulniers@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>06947b9f8d258fe66fc69f1e7c0197cb621da3a5 - [libc][POSIX][pthreads] implement pthread_condattr_t functions (#88987)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/libc/test/src/pthread/CMakeLists.txt#06947b9f8d258fe66fc69f1e7c0197cb621da3a5</link>
        <description>[libc][POSIX][pthreads] implement pthread_condattr_t functions (#88987)Implement:- pthread_condattr_destroy- pthread_condattr_getclock- pthread_condattr_getpshared- pthread_condattr_init- pthread_condattr_setclock- pthread_condattr_setpsharedFixes: #88581

            List of files:
            /llvm-project/libc/test/src/pthread/CMakeLists.txt</description>
        <pubDate>Wed, 17 Apr 2024 16:31:29 +0000</pubDate>
        <dc:creator>Nick Desaulniers &lt;nickdesaulniers@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>e831f73ac034f3a43aa9dcccf7ceb7b269089ef6 - [libc] Run all unit tests, irrespective of whether they belong to a test suite.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/libc/test/src/pthread/CMakeLists.txt#e831f73ac034f3a43aa9dcccf7ceb7b269089ef6</link>
        <description>[libc] Run all unit tests, irrespective of whether they belong to a test suite.Previously, only those unit tests which belonged to a suite were run aspart of libc-unit-tests. It meant that unit tests not part of any suitewere not being tested. This change makes all unit tests run as part oflibc-unit-tests. The convenience function to add a libc unit test suitehas been removed and add_custom_target is used in its place. One of thebit-rotting test has along been fixed. Math exhaustive and differentialtests are skipped under full build.Reviewed By: michaelrjDifferential Revision: https://reviews.llvm.org/D148784

            List of files:
            /llvm-project/libc/test/src/pthread/CMakeLists.txt</description>
        <pubDate>Thu, 20 Apr 2023 07:18:43 +0000</pubDate>
        <dc:creator>Siva Chandra Reddy &lt;sivachandra@google.com&gt;</dc:creator>
    </item>
<item>
        <title>0a537a1299b03126b23938c36edbfd2edbea44c1 - [libc][NFC] Convert pthread tests which create threads to integration tests.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/libc/test/src/pthread/CMakeLists.txt#0a537a1299b03126b23938c36edbfd2edbea44c1</link>
        <description>[libc][NFC] Convert pthread tests which create threads to integration tests.

            List of files:
            /llvm-project/libc/test/src/pthread/CMakeLists.txt</description>
        <pubDate>Wed, 22 Jun 2022 22:51:26 +0000</pubDate>
        <dc:creator>Siva Chandra Reddy &lt;sivachandra@google.com&gt;</dc:creator>
    </item>
<item>
        <title>70c8d12b79a58cf350256bb0a366f0e91000d82e - [libc] Add pthread_create and pthread_join functions.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/libc/test/src/pthread/CMakeLists.txt#70c8d12b79a58cf350256bb0a366f0e91000d82e</link>
        <description>[libc] Add pthread_create and pthread_join functions.They do not yet support all the feature/attributes in pthread_attr_t.Future changes will add such support.Reviewed By: lntueDifferential Revision: https://reviews.llvm.org/D126718

            List of files:
            /llvm-project/libc/test/src/pthread/CMakeLists.txt</description>
        <pubDate>Wed, 25 May 2022 21:07:23 +0000</pubDate>
        <dc:creator>Siva Chandra Reddy &lt;sivachandra@google.com&gt;</dc:creator>
    </item>
<item>
        <title>2a5d5078d5dadb1aaa4487c89a92c91a98e2ed12 - [libc] Add the pthread_mutex_t type.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/libc/test/src/pthread/CMakeLists.txt#2a5d5078d5dadb1aaa4487c89a92c91a98e2ed12</link>
        <description>[libc] Add the pthread_mutex_t type.Simple implementations of the functions pthread_mutex_init,pthread_mutex_destroy, pthread_mutex_lock and pthread_mutex_unlock havehave also been added. Future patches will extend these functions to addfeatures required by the POSIX specification.Reviewed By: lntueDifferential Revision: https://reviews.llvm.org/D126235

            List of files:
            /llvm-project/libc/test/src/pthread/CMakeLists.txt</description>
        <pubDate>Fri, 20 May 2022 06:44:35 +0000</pubDate>
        <dc:creator>Siva Chandra Reddy &lt;sivachandra@google.com&gt;</dc:creator>
    </item>
<item>
        <title>0258f566466268704caa2476f20e4a87a6257d06 - [libc] Add a definition of pthread_attr_t and its getters and setters.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/libc/test/src/pthread/CMakeLists.txt#0258f566466268704caa2476f20e4a87a6257d06</link>
        <description>[libc] Add a definition of pthread_attr_t and its getters and setters.Not all attributes have been added to phtread_attr_t in this patch. Theywill be added gradually in future patches.Reviewed By: lntueDifferential Revision: https://reviews.llvm.org/D123423

            List of files:
            /llvm-project/libc/test/src/pthread/CMakeLists.txt</description>
        <pubDate>Fri, 08 Apr 2022 08:07:22 +0000</pubDate>
        <dc:creator>Siva Chandra Reddy &lt;sivachandra@google.com&gt;</dc:creator>
    </item>
<item>
        <title>83f153ce34b4dea1de6d96a2d54aa6861c40cc0c - [libc] Add pthread_mutexattr_t type and its setters and getters.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/libc/test/src/pthread/CMakeLists.txt#83f153ce34b4dea1de6d96a2d54aa6861c40cc0c</link>
        <description>[libc] Add pthread_mutexattr_t type and its setters and getters.A simple implementation of the getters and setters has been added. Morelogic can be added to them in future as required.Reviewed By: michaelrjDifferential Revision: https://reviews.llvm.org/D122969

            List of files:
            /llvm-project/libc/test/src/pthread/CMakeLists.txt</description>
        <pubDate>Sat, 02 Apr 2022 00:05:05 +0000</pubDate>
        <dc:creator>Siva Chandra Reddy &lt;sivachandra@google.com&gt;</dc:creator>
    </item>
</channel>
</rss>
