<?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 state.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>6d8694c4fbab79f9439f1ad13c0386ba7ee1ca4b - Merge branch &apos;barry/2024-04-29/add-fortran-enums&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/state.c#6d8694c4fbab79f9439f1ad13c0386ba7ee1ca4b</link>
        <description>Merge branch &apos;barry/2024-04-29/add-fortran-enums&apos; into &apos;main&apos;Major updates to Fortran interfaceSee merge request petsc/petsc!7517

            List of files:
            /petsc/src/sys/objects/state.c</description>
        <pubDate>Thu, 20 Mar 2025 04:32:18 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ce78bad369055609e946c9d2c25ea67a45873e27 - Fortran 90: fully embrace After 34 years!</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/state.c#ce78bad369055609e946c9d2c25ea67a45873e27</link>
        <description>Fortran 90: fully embrace After 34 years!- deprecate use of &apos;F90&apos; in Fortran function names- use Fortran pointers when appropriate- the new Fortran API is not backward compatible with previous versions!- also clean up inconsistent PETSc code detected by new Fortran generation tools- drop use of bfort- automatically generate all the Fortran PETSc objects, enums etc from the include files- generate most of the Fortran interface definitions and functions from the source code- simplify the number and organization of Fortran modulesCo-authored-by: Jose E. Roman &lt;jroman@dsic.upv.es&gt;

            List of files:
            /petsc/src/sys/objects/state.c</description>
        <pubDate>Thu, 20 Feb 2025 06:12:11 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@petsc.dev&gt;</dc:creator>
    </item>
<item>
        <title>cef0416bfaf3f2eda18a772a528c82211592945c - Merge branch &apos;barry/2024-04-26/fix-sowing-viewers&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/state.c#cef0416bfaf3f2eda18a772a528c82211592945c</link>
        <description>Merge branch &apos;barry/2024-04-26/fix-sowing-viewers&apos; into &apos;main&apos;Remove manual Fortran stubs for PetscViewer and PetscObject arguments since now handled by sowingSee merge request petsc/petsc!7511

            List of files:
            /petsc/src/sys/objects/state.c</description>
        <pubDate>Wed, 15 May 2024 19:29:27 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ffeef943c8ee50edff320d8a3135bb0c94853e4c - Update to sowing version that supports PetscViewer and PetscObject</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/state.c#ffeef943c8ee50edff320d8a3135bb0c94853e4c</link>
        <description>Update to sowing version that supports PetscViewer and PetscObjectRemove manual Fortran stubs for PetscViewer and PetscObject arguments since now handled by sowingAlso handles the passing of null objects correctly

            List of files:
            /petsc/src/sys/objects/state.c</description>
        <pubDate>Sun, 28 Apr 2024 23:21:32 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&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/sys/objects/state.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/sys/objects/state.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/sys/objects/state.c#92bec4eefde5b79327e7cea3b0266e7580ec8183</link>
        <description>Remove first and last empty lines

            List of files:
            /petsc/src/sys/objects/state.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>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/state.c#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/state.c</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/state.c#4f572ea9526f19623f23a8c158f3503516190bbc</link>
        <description>Rename PetscValidPointer -&gt; PetscAssertPointer

            List of files:
            /petsc/src/sys/objects/state.c</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/state.c#7a2f837dfb5b1b0a1e6bb2716a3d28bcaab1482d</link>
        <description>Deploy new PetscValidPointer, remove PetscValidXXXPointer

            List of files:
            /petsc/src/sys/objects/state.c</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>02477ebbb21fa13a3b107e40dce1c3d726eb3600 - Merge branch &apos;jacobf/2023-06-30/enable-doc-lint&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/state.c#02477ebbb21fa13a3b107e40dce1c3d726eb3600</link>
        <description>Merge branch &apos;jacobf/2023-06-30/enable-doc-lint&apos; into &apos;main&apos;Enable docs lintingSee merge request petsc/petsc!6667

            List of files:
            /petsc/src/sys/objects/state.c</description>
        <pubDate>Sat, 15 Jul 2023 03:37:44 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>10450e9e44b354a0a3da7bbd573407bdf051df10 - Manual linter fixes: sys</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/state.c#10450e9e44b354a0a3da7bbd573407bdf051df10</link>
        <description>Manual linter fixes: sys

            List of files:
            /petsc/src/sys/objects/state.c</description>
        <pubDate>Wed, 12 Jul 2023 21:31:31 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>aec76313382a76d73a95f2051cbe4b1eab55c1c7 - Lint apply: sys</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/state.c#aec76313382a76d73a95f2051cbe4b1eab55c1c7</link>
        <description>Lint apply: sys

            List of files:
            /petsc/src/sys/objects/state.c</description>
        <pubDate>Wed, 12 Jul 2023 15:44:47 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e1dabb3fa580f5b9ab9545b4b1fce0c56b28a317 - Merge branch &apos;jacobf/2023-07-07/even-slimmer-petscobject&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/state.c#e1dabb3fa580f5b9ab9545b4b1fce0c56b28a317</link>
        <description>Merge branch &apos;jacobf/2023-07-07/even-slimmer-petscobject&apos; into &apos;main&apos;Remove Composed Scalar PetscObject Members In Real-Only ModeSee merge request petsc/petsc!6676

            List of files:
            /petsc/src/sys/objects/state.c</description>
        <pubDate>Mon, 10 Jul 2023 14:51:01 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>17a82fea409debcfd8c1d27e75591d35cc3f6cfd - Unify all of the PetscObjectComposedDataIncrease functions to make them more maintainable</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/state.c#17a82fea409debcfd8c1d27e75591d35cc3f6cfd</link>
        <description>Unify all of the PetscObjectComposedDataIncrease functions to make them more maintainable

            List of files:
            /petsc/src/sys/objects/state.c</description>
        <pubDate>Fri, 07 Jul 2023 18:34:29 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>9cd7b5a2df946e93e6c311ef47bb251ab0c81a71 - PetscObject does not need scalar and real composed data in real-only mode. Remove the corresponding members from PetscObject to save 48 bytes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/state.c#9cd7b5a2df946e93e6c311ef47bb251ab0c81a71</link>
        <description>PetscObject does not need scalar and real composed data in real-only mode. Remove the corresponding members from PetscObject to save 48 bytes

            List of files:
            /petsc/src/sys/objects/state.c</description>
        <pubDate>Fri, 07 Jul 2023 15:15:48 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>597312bb6c345b23a699f9b4a0709e000a8fd5d1 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/state.c#597312bb6c345b23a699f9b4a0709e000a8fd5d1</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/sys/objects/state.c</description>
        <pubDate>Tue, 02 May 2023 23:33:12 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2106c2ab95b86a57e2d25f6ff375b6b7b146c0fb - Merge branch &apos;barry/2023-04-26/fix-fileio-man-pages/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/state.c#2106c2ab95b86a57e2d25f6ff375b6b7b146c0fb</link>
        <description>Merge branch &apos;barry/2023-04-26/fix-fileio-man-pages/release&apos; into &apos;release&apos;Cleanup of manual pages in src/sys/fileioSee merge request petsc/petsc!6381

            List of files:
            /petsc/src/sys/objects/state.c</description>
        <pubDate>Tue, 02 May 2023 23:32:38 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>21532e8a5a1a1e7911222ee0f2ed1e65b4f3f1d8 - Cleanup of manual pages in src/sys/fileio</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/state.c#21532e8a5a1a1e7911222ee0f2ed1e65b4f3f1d8</link>
        <description>Cleanup of manual pages in src/sys/fileio

            List of files:
            /petsc/src/sys/objects/state.c</description>
        <pubDate>Tue, 02 May 2023 23:32:37 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>d01c6957b9782b5c5208b19a1b475f6a2483d0b7 - Merge branch &apos;barry/2023-03-25/fix-more-manualpages&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/state.c#d01c6957b9782b5c5208b19a1b475f6a2483d0b7</link>
        <description>Merge branch &apos;barry/2023-03-25/fix-more-manualpages&apos; into &apos;main&apos;More manual page fixesSee merge request petsc/petsc!6233

            List of files:
            /petsc/src/sys/objects/state.c</description>
        <pubDate>Tue, 28 Mar 2023 15:33:41 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2fe279fdf3e687a416e4eadb7d3c7a82d60442c6 - More manual page fixes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/state.c#2fe279fdf3e687a416e4eadb7d3c7a82d60442c6</link>
        <description>More manual page fixes

            List of files:
            /petsc/src/sys/objects/state.c</description>
        <pubDate>Tue, 28 Mar 2023 15:33:40 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
