<?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 mark_dcontext.cxx</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>970231d20df44f79b27787157e39d441e79f434b - Merge branch &apos;jolivet/clang-format-18&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/interface/mark_dcontext.cxx#970231d20df44f79b27787157e39d441e79f434b</link>
        <description>Merge branch &apos;jolivet/clang-format-18&apos; into &apos;main&apos;clang-format version 18See merge request petsc/petsc!6902

            List of files:
            /petsc/src/sys/objects/device/interface/mark_dcontext.cxx</description>
        <pubDate>Thu, 07 Mar 2024 12:36:17 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>00045ab3a8873bd6d354c32c69d605d149023335 - Remove carriage return in Petsc(Assert|Check)()</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/interface/mark_dcontext.cxx#00045ab3a8873bd6d354c32c69d605d149023335</link>
        <description>Remove carriage return in Petsc(Assert|Check)()git grep -l -E &quot;Petsc(Assert|Check)\(.*\\\n\&quot;[,)]&quot; | xargs sed -r -i&apos;&apos; &apos;s#Petsc(Assert|Check)\((.*)\\n&quot;([,)])#Petsc\1\(\2\&quot;\3#g&apos;Suggested-by: Stefano Zampini

            List of files:
            /petsc/src/sys/objects/device/interface/mark_dcontext.cxx</description>
        <pubDate>Sun, 11 Feb 2024 06:41:25 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>c6013d6697bf944c1d88c636ba21f931f774b638 - Merge branch &apos;jacobf/2023-06-06/register-finalize-reverse-order&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/interface/mark_dcontext.cxx#c6013d6697bf944c1d88c636ba21f931f774b638</link>
        <description>Merge branch &apos;jacobf/2023-06-06/register-finalize-reverse-order&apos; into &apos;main&apos;Fix PetscDeviceContext Memory Leak (And Make PetscXXXRegisterFinalize() Order Hierarchical)See merge request petsc/petsc!6559

            List of files:
            /petsc/src/sys/objects/device/interface/mark_dcontext.cxx</description>
        <pubDate>Wed, 09 Aug 2023 14:55:40 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>dcf958e2725ed5b45a9e2d55931865b30238645c - Use std::weak_ptr to ensure destroyed device contexts are not accessed</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/interface/mark_dcontext.cxx#dcf958e2725ed5b45a9e2d55931865b30238645c</link>
        <description>Use std::weak_ptr to ensure destroyed device contexts are not accessed

            List of files:
            /petsc/src/sys/objects/device/interface/mark_dcontext.cxx</description>
        <pubDate>Sat, 10 Jun 2023 17:23:12 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>cfd92c66bdae16b66d27a6336fb90fa54c459cc4 - Merge branch &apos;tisaac/feature-type-generic-petsc-valid-pointer&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/interface/mark_dcontext.cxx#cfd92c66bdae16b66d27a6336fb90fa54c459cc4</link>
        <description>Merge branch &apos;tisaac/feature-type-generic-petsc-valid-pointer&apos; into &apos;main&apos;Implement a type generic PetscValidPointerSee merge request petsc/petsc!6693

            List of files:
            /petsc/src/sys/objects/device/interface/mark_dcontext.cxx</description>
        <pubDate>Sat, 22 Jul 2023 23:49:13 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4f572ea9526f19623f23a8c158f3503516190bbc - Rename PetscValidPointer -&gt; PetscAssertPointer</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/interface/mark_dcontext.cxx#4f572ea9526f19623f23a8c158f3503516190bbc</link>
        <description>Rename PetscValidPointer -&gt; PetscAssertPointer

            List of files:
            /petsc/src/sys/objects/device/interface/mark_dcontext.cxx</description>
        <pubDate>Tue, 18 Jul 2023 17:25:19 +0000</pubDate>
        <dc:creator>Toby Isaac &lt;toby.isaac@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7a2f837dfb5b1b0a1e6bb2716a3d28bcaab1482d - Deploy new PetscValidPointer, remove PetscValidXXXPointer</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/interface/mark_dcontext.cxx#7a2f837dfb5b1b0a1e6bb2716a3d28bcaab1482d</link>
        <description>Deploy new PetscValidPointer, remove PetscValidXXXPointer

            List of files:
            /petsc/src/sys/objects/device/interface/mark_dcontext.cxx</description>
        <pubDate>Thu, 06 Jul 2023 16:08:38 +0000</pubDate>
        <dc:creator>Toby Isaac &lt;toby.isaac@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>cf9512e468810271e605c7107b28f68f448f0948 - Merge branch &apos;jolivet/fix-Wextra-semi-stmt&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/interface/mark_dcontext.cxx#cf9512e468810271e605c7107b28f68f448f0948</link>
        <description>Merge branch &apos;jolivet/fix-Wextra-semi-stmt&apos; into &apos;main&apos;Fix -Wextra-semi-stmtSee merge request petsc/petsc!6708

            List of files:
            /petsc/src/sys/objects/device/interface/mark_dcontext.cxx</description>
        <pubDate>Mon, 17 Jul 2023 19:07:58 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a8f51744601f91dc30d5f98153b1ecd91eebb0e5 - Fix -Wextra-semi-stmt</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/interface/mark_dcontext.cxx#a8f51744601f91dc30d5f98153b1ecd91eebb0e5</link>
        <description>Fix -Wextra-semi-stmt

            List of files:
            /petsc/src/sys/objects/device/interface/mark_dcontext.cxx</description>
        <pubDate>Fri, 14 Jul 2023 15:05:26 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>b3092ad08945311c4f457bde4b456affb4d6cd33 - Merge branch &apos;jed/fix-gcc13-warnings&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/interface/mark_dcontext.cxx#b3092ad08945311c4f457bde4b456affb4d6cd33</link>
        <description>Merge branch &apos;jed/fix-gcc13-warnings&apos; into &apos;main&apos;Fix gcc-13 warningsSee merge request petsc/petsc!6516

            List of files:
            /petsc/src/sys/objects/device/interface/mark_dcontext.cxx</description>
        <pubDate>Sat, 10 Jun 2023 03:06:38 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ce6b3536d5fd46c99c6df19dc764ec34b4d2762c - Fix gcc-13 warnings found by Pierre</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/interface/mark_dcontext.cxx#ce6b3536d5fd46c99c6df19dc764ec34b4d2762c</link>
        <description>Fix gcc-13 warnings found by PierreBased-on-patch-by: Pierre Jolivet &lt;pierre@joliv.et&gt;

            List of files:
            /petsc/src/sys/objects/device/interface/mark_dcontext.cxx</description>
        <pubDate>Sun, 28 May 2023 15:34:22 +0000</pubDate>
        <dc:creator>Jed Brown &lt;jed@jedbrown.org&gt;</dc:creator>
    </item>
<item>
        <title>f920de81bdad50bc6026d8f319725752e9303f6b - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/interface/mark_dcontext.cxx#f920de81bdad50bc6026d8f319725752e9303f6b</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/sys/objects/device/interface/mark_dcontext.cxx</description>
        <pubDate>Wed, 12 Apr 2023 05:31:52 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>5fb8f3d7431469e46dd8660f8c4cfa4bf506f3ff - Merge branch &apos;jolivet/fix-typo&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/interface/mark_dcontext.cxx#5fb8f3d7431469e46dd8660f8c4cfa4bf506f3ff</link>
        <description>Merge branch &apos;jolivet/fix-typo&apos; into &apos;release&apos;Fix typosSee merge request petsc/petsc!6304

            List of files:
            /petsc/src/sys/objects/device/interface/mark_dcontext.cxx</description>
        <pubDate>Tue, 11 Apr 2023 18:42:20 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>be87f6c03c1c1fd6df2d720f847e0b83790d9220 - Fix typos</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/interface/mark_dcontext.cxx#be87f6c03c1c1fd6df2d720f847e0b83790d9220</link>
        <description>Fix typos

            List of files:
            /petsc/src/sys/objects/device/interface/mark_dcontext.cxx</description>
        <pubDate>Tue, 11 Apr 2023 18:42:20 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>9aed2f16353c36b56ae8b55e19ddc3193118b213 - Merge branch &apos;jacobf/2023-03-14/fixup-petscmacros&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/interface/mark_dcontext.cxx#9aed2f16353c36b56ae8b55e19ddc3193118b213</link>
        <description>Merge branch &apos;jacobf/2023-03-14/fixup-petscmacros&apos; into &apos;main&apos;petscmacros.h fixupsSee merge request petsc/petsc!6188

            List of files:
            /petsc/src/sys/objects/device/interface/mark_dcontext.cxx</description>
        <pubDate>Thu, 16 Mar 2023 17:07:50 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>1c7e414e2723e48d2171f9bad7df83055ad45d0b - Add PETSC_PRAGMA_DIAGNOSTIC_IGNORED_BEGIN, and PETSC_PRAGMA_DIAGNOSTIC_IGNORED_END to silence clang or GCC warnings selectively</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/interface/mark_dcontext.cxx#1c7e414e2723e48d2171f9bad7df83055ad45d0b</link>
        <description>Add PETSC_PRAGMA_DIAGNOSTIC_IGNORED_BEGIN, and PETSC_PRAGMA_DIAGNOSTIC_IGNORED_END to silence clang or GCC warnings selectively

            List of files:
            /petsc/src/sys/objects/device/interface/mark_dcontext.cxx</description>
        <pubDate>Wed, 15 Mar 2023 16:08:28 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>81e241df087622022cb742f02e9fd8e6d5eee3df - Merge branch &apos;jacobf/2023-01-30/cpp20&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/interface/mark_dcontext.cxx#81e241df087622022cb742f02e9fd8e6d5eee3df</link>
        <description>Merge branch &apos;jacobf/2023-01-30/cpp20&apos; into &apos;main&apos;Add C++20 support to configureSee merge request petsc/petsc!6014

            List of files:
            /petsc/src/sys/objects/device/interface/mark_dcontext.cxx</description>
        <pubDate>Sat, 11 Mar 2023 22:51:25 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>13bcc0bde560b8b9ee0f6de38aa9e5134a784726 - Fix C++20 implicit enum-float conversions</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/interface/mark_dcontext.cxx#13bcc0bde560b8b9ee0f6de38aa9e5134a784726</link>
        <description>Fix C++20 implicit enum-float conversions

            List of files:
            /petsc/src/sys/objects/device/interface/mark_dcontext.cxx</description>
        <pubDate>Wed, 01 Feb 2023 14:15:14 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7a798a1a4bc534782377a9d02d4e91b7ecbb3a44 - Fix C++20 aggregate initialization &apos;bugs&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/interface/mark_dcontext.cxx#7a798a1a4bc534782377a9d02d4e91b7ecbb3a44</link>
        <description>Fix C++20 aggregate initialization &apos;bugs&apos;

            List of files:
            /petsc/src/sys/objects/device/interface/mark_dcontext.cxx</description>
        <pubDate>Tue, 31 Jan 2023 18:52:53 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7217f13e51019386fab0e3a2c9b509a3ba860dc6 - Merge branch &apos;jolivet/housekeeping&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/interface/mark_dcontext.cxx#7217f13e51019386fab0e3a2c9b509a3ba860dc6</link>
        <description>Merge branch &apos;jolivet/housekeeping&apos; into &apos;main&apos;Some more housekeepingSee merge request petsc/petsc!6130

            List of files:
            /petsc/src/sys/objects/device/interface/mark_dcontext.cxx</description>
        <pubDate>Wed, 01 Mar 2023 22:43:18 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
