<?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 convert.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>3dab1f838b7396b990b0a386c0f17a65376f0595 - Merge branch &apos;jolivet/fix-missing-options&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/utils/convert.c#3dab1f838b7396b990b0a386c0f17a65376f0595</link>
        <description>Merge branch &apos;jolivet/fix-missing-options&apos; into &apos;main&apos;Fix missing optionsSee merge request petsc/petsc!8867

            List of files:
            /petsc/src/mat/utils/convert.c</description>
        <pubDate>Wed, 26 Nov 2025 05:05:42 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>7bccdc57bcbb04bf81915df4b7fb460de8a2065b - MatConvert_Basic(): avoid useless stashing</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/utils/convert.c#7bccdc57bcbb04bf81915df4b7fb460de8a2065b</link>
        <description>MatConvert_Basic(): avoid useless stashing

            List of files:
            /petsc/src/mat/utils/convert.c</description>
        <pubDate>Tue, 25 Nov 2025 15:32:44 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>3fbf2391c9dde277e962e42f21bedf0074869095 - Merge branch &apos;origin/release&apos; with a revert of !7720</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/utils/convert.c#3fbf2391c9dde277e962e42f21bedf0074869095</link>
        <description>Merge branch &apos;origin/release&apos; with a revert of !7720

            List of files:
            /petsc/src/mat/utils/convert.c</description>
        <pubDate>Tue, 30 Jul 2024 14:26:21 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a2c3d5cdb120b98c5cb9bd0efbb2c62478ef79d7 - Merge branch &apos;jolivet/consolidate-error-checking-shell&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/utils/convert.c#a2c3d5cdb120b98c5cb9bd0efbb2c62478ef79d7</link>
        <description>Merge branch &apos;jolivet/consolidate-error-checking-shell&apos; into &apos;release&apos;MatShell and derivatives: bug fixing and code consolidationSee merge request petsc/petsc!7721

            List of files:
            /petsc/src/mat/utils/convert.c</description>
        <pubDate>Mon, 29 Jul 2024 20:13:57 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>239f794e634253d6ccf0fd7a43c065f211433830 - Minor visibility redundancy</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/utils/convert.c#239f794e634253d6ccf0fd7a43c065f211433830</link>
        <description>Minor visibility redundancy

            List of files:
            /petsc/src/mat/utils/convert.c</description>
        <pubDate>Fri, 26 Jul 2024 07:20:44 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>e8e8640d1cb9a3a2f50c0c0d7b26e5c4d521e2e4 - Merge branch &apos;jolivet/rm-first-empty-line&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/utils/convert.c#e8e8640d1cb9a3a2f50c0c0d7b26e5c4d521e2e4</link>
        <description>Merge branch &apos;jolivet/rm-first-empty-line&apos; into &apos;main&apos;Remove first and last empty linesSee merge request petsc/petsc!6892

            List of files:
            /petsc/src/mat/utils/convert.c</description>
        <pubDate>Tue, 26 Sep 2023 16:50:23 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>92bec4eefde5b79327e7cea3b0266e7580ec8183 - Remove first and last empty lines</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/utils/convert.c#92bec4eefde5b79327e7cea3b0266e7580ec8183</link>
        <description>Remove first and last empty lines

            List of files:
            /petsc/src/mat/utils/convert.c</description>
        <pubDate>Tue, 26 Sep 2023 16:50:22 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>31d78bcd2b98084dc1368b20eb1129c8b9fb39fe - Merge branch &apos;jacobf/2022-12-10/petscerrorcode-nodiscard&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/utils/convert.c#31d78bcd2b98084dc1368b20eb1129c8b9fb39fe</link>
        <description>Merge branch &apos;jacobf/2022-12-10/petscerrorcode-nodiscard&apos; into &apos;main&apos;Feature: Non-discardable PetscErrorCodeSee merge request petsc/petsc!5923

            List of files:
            /petsc/src/mat/utils/convert.c</description>
        <pubDate>Thu, 02 Feb 2023 20:39:47 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>3ba1676111f5c958fe6c2729b46ca4d523958bb3 - Make PetscErrorCode a non-discardable enum</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/utils/convert.c#3ba1676111f5c958fe6c2729b46ca4d523958bb3</link>
        <description>Make PetscErrorCode a non-discardable enum

            List of files:
            /petsc/src/mat/utils/convert.c</description>
        <pubDate>Sat, 10 Dec 2022 18:29:11 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>061e922f3926be00487707c73b78dd3d40309129 - Merge branch &apos;jacobf/2022-09-21/2-bike-2-shed&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/utils/convert.c#061e922f3926be00487707c73b78dd3d40309129</link>
        <description>Merge branch &apos;jacobf/2022-09-21/2-bike-2-shed&apos; into &apos;main&apos;Feature: Bicycle Storage Facility 2See merge request petsc/petsc!5661

            List of files:
            /petsc/src/mat/utils/convert.c</description>
        <pubDate>Thu, 22 Sep 2022 02:09:24 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>d71ae5a4db6382e7f06317b8d368875286fe9008 - source code format changes due to .clang-format changes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/utils/convert.c#d71ae5a4db6382e7f06317b8d368875286fe9008</link>
        <description>source code format changes due to .clang-format changes

            List of files:
            /petsc/src/mat/utils/convert.c</description>
        <pubDate>Wed, 21 Sep 2022 21:15:28 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>38f6737523616bfeabdd577adb30ea0990bf5fe7 - Merge branch &apos;jolivet/fix-style-one-liners&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/utils/convert.c#38f6737523616bfeabdd577adb30ea0990bf5fe7</link>
        <description>Merge branch &apos;jolivet/fix-style-one-liners&apos; into &apos;main&apos;Remove braces from one-linersSee merge request petsc/petsc!5557

            List of files:
            /petsc/src/mat/utils/convert.c</description>
        <pubDate>Sat, 27 Aug 2022 15:31:14 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>48a46eb9bd028bec07ec0f396b1a3abb43f14558 - Remove braces from one-liners</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/utils/convert.c#48a46eb9bd028bec07ec0f396b1a3abb43f14558</link>
        <description>Remove braces from one-liners

            List of files:
            /petsc/src/mat/utils/convert.c</description>
        <pubDate>Sat, 27 Aug 2022 15:31:14 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>58d68138c660dfb4e9f5b03334792cd4f2ffd7cc - Merge branch &apos;barry/2022-08-21/clang-format-source&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/utils/convert.c#58d68138c660dfb4e9f5b03334792cd4f2ffd7cc</link>
        <description>Merge branch &apos;barry/2022-08-21/clang-format-source&apos; into &apos;main&apos;format repository with clang-formatSee merge request petsc/petsc!5541

            List of files:
            /petsc/src/mat/utils/convert.c</description>
        <pubDate>Tue, 23 Aug 2022 05:26:23 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>9371c9d470a9602b6d10a8bf50c9b2280a79e45a - clang-format: convert PETSc sources to comply with clang-format</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/utils/convert.c#9371c9d470a9602b6d10a8bf50c9b2280a79e45a</link>
        <description>clang-format: convert PETSc sources to comply with clang-format

            List of files:
            /petsc/src/mat/utils/convert.c</description>
        <pubDate>Mon, 22 Aug 2022 15:20:12 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>145e64760983dcad96defd132676b7e4040c56d8 - Merge branch &apos;barry/2022-06-13/make-one-line-if-call&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/utils/convert.c#145e64760983dcad96defd132676b7e4040c56d8</link>
        <description>Merge branch &apos;barry/2022-06-13/make-one-line-if-call&apos; into &apos;main&apos;Change if () { PetscCall() } three liner to one linerSee merge request petsc/petsc!5344

            List of files:
            /petsc/src/mat/utils/convert.c</description>
        <pubDate>Thu, 23 Jun 2022 04:43:55 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>1baa6e3354bfe224b33a0c158f482508792a8a6e - Change if () { PetscCall() } three liner and friends to one liners</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/utils/convert.c#1baa6e3354bfe224b33a0c158f482508792a8a6e</link>
        <description>Change if () { PetscCall() } three liner and friends to one linersfor i in `git ls-files | grep &quot;\.[ch]$&quot;` ; do sed &apos;s?\$?ZZZ?g&apos; $i | tr &apos;\n&apos; &apos;$&apos; | sed &apos;s?\([ ]*\)if (\([-;,.\*+=a-z0-9A-Z_&gt;]*\)) {\$[ ]*PetscCall(\([- ._+=a-z0-9A-Z&gt;*,()]*);\)\$[ ]*}\$?\1if (\2) PetscCall(\3$?g&apos; | tr &apos;$&apos; &apos;\n&apos; | sed &apos;s?ZZZ?$?g&apos; &gt; $i.joe ; mv $i.joe $i  ; done for i in `git ls-files | grep &quot;\.[hc]$&quot;` ; do sed &apos;s?\$?ZZZ?g&apos; $i | tr &apos;\n&apos; &apos;$&apos; | sed &apos;s?\([ }else]*\)if (\([-;,.\*+=a-z0-9A-Z_&gt;]*\)) {\$[ ]*PetscCall(\([- ._+=a-z0-9A-Z&gt;*,()]*);\)\$\([ ]*\)} \([- ._+=a-z0-9A-Z&gt;*,()]*);\)\$?\1if (\2) PetscCall(\3$\4\5$?g&apos; | tr &apos;$&apos; &apos;\n&apos; | sed &apos;s?ZZZ?$?g&apos; &gt; $i.joe ; mv $i.joe $i  ; doneYes, really ugly but Barry still cannot master awkCommit-type: housekeeping

            List of files:
            /petsc/src/mat/utils/convert.c</description>
        <pubDate>Tue, 14 Jun 2022 01:15:34 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>f882803cc229b3a4b5704278364815583f823089 - Merge branch &apos;jacobf/2022-02-23/variadic-chkerr&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/utils/convert.c#f882803cc229b3a4b5704278364815583f823089</link>
        <description>Merge branch &apos;jacobf/2022-02-23/variadic-chkerr&apos; into &apos;main&apos;Variadic CHKERRQ()See merge request petsc/petsc!4889

            List of files:
            /petsc/src/mat/utils/convert.c</description>
        <pubDate>Sat, 26 Mar 2022 01:48:19 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>9566063d113dddea24716c546802770db7481bc0 - The great renaming:</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/utils/convert.c#9566063d113dddea24716c546802770db7481bc0</link>
        <description>The great renaming:- CHKERRQ() -&gt; PetscCall()- CHKERRV() -&gt; PetscCallVoid()- CHKERRMPI() -&gt; PetscCallMPI()- CHKERRABORT() -&gt; PetscCallAbort()- CHKERRCONTINUE() -&gt; PetscCallContinue()- CHKERRXX() -&gt; PetscCallThrow()- CHKERRCXX() -&gt; PetscCallCXX()- CHKERRCUDA() -&gt; PetscCallCUDA()- CHKERRCUBLAS() -&gt; PetscCallCUBLAS()- CHKERRCUSPARSE() -&gt; PetscCallCUSPARSE()- CHKERRCUSOLVER() -&gt; PetscCallCUSOLVER()- CHKERRCUFFT() -&gt; PetscCallCUFFT()- CHKERRCURAND() -&gt; PetscCallCURAND()- CHKERRHIP() -&gt; PetscCallHIP()- CHKERRHIPBLAS() -&gt; PetscCallHIPBLAS()- CHKERRHIPSOLVER() -&gt; PetscCallHIPSOLVER()- CHKERRQ_CEED() -&gt; PetscCallCEED()- CHKERR_FORTRAN_VOID_FUNCTION() -&gt; PetscCallFortranVoidFunction()- CHKERRMKL() -&gt; PetscCallMKL()- CHKERRMMG() -&gt; PetscCallMMG()- CHKERRMMG_NONSTANDARD() -&gt; PetscCallMMG_NONSTANDARD()- CHKERRCGNS() -&gt; PetscCallCGNS()- CHKERRPTSCOTCH() -&gt; PetscCallPTSCOTCH()- CHKERRSTR() -&gt; PetscCallSTR()- CHKERRTC() -&gt; PetscCallTC()

            List of files:
            /petsc/src/mat/utils/convert.c</description>
        <pubDate>Fri, 25 Mar 2022 01:50:18 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>28b400f66ebc7ae0049166a2294dfcd3df27e64b - pluck ~1000 low hanging PetscCheckFalse() -&gt; PetscCheck() fruit</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/utils/convert.c#28b400f66ebc7ae0049166a2294dfcd3df27e64b</link>
        <description>pluck ~1000 low hanging PetscCheckFalse() -&gt; PetscCheck() fruit

            List of files:
            /petsc/src/mat/utils/convert.c</description>
        <pubDate>Thu, 03 Mar 2022 01:32:10 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
