<?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 petscfetypes.h</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/include/petscfetypes.h#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/include/petscfetypes.h</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/include/petscfetypes.h#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/include/petscfetypes.h</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>99a90a7221d7132adf8ad389da5fe3a4b270d091 - Merge branch &apos;knepley/feature-plex-fixes&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscfetypes.h#99a90a7221d7132adf8ad389da5fe3a4b270d091</link>
        <description>Merge branch &apos;knepley/feature-plex-fixes&apos; into &apos;main&apos;Plex+PyVista: Added transformsSee merge request petsc/petsc!8174

            List of files:
            /petsc/include/petscfetypes.h</description>
        <pubDate>Tue, 04 Mar 2025 15:40:12 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>41fc7085dc994d7903d2306244d3bcb2bd9a72de - PetscFE: Move PetscFEGeomMode to types header</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscfetypes.h#41fc7085dc994d7903d2306244d3bcb2bd9a72de</link>
        <description>PetscFE: Move PetscFEGeomMode to types header

            List of files:
            /petsc/include/petscfetypes.h</description>
        <pubDate>Mon, 03 Mar 2025 18:20:11 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>9dd11ecf0918283bb567d8b33a92f53ac4ea7840 - Merge branch &apos;jacobf/2023-08-17/header-guard-check&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscfetypes.h#9dd11ecf0918283bb567d8b33a92f53ac4ea7840</link>
        <description>Merge branch &apos;jacobf/2023-08-17/header-guard-check&apos; into &apos;main&apos;Check header guardsSee merge request petsc/petsc!6822

            List of files:
            /petsc/include/petscfetypes.h</description>
        <pubDate>Fri, 25 Aug 2023 13:49:03 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a496304597bacff3545e802853d69e8765312868 - Convert all header guards to pragma once</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscfetypes.h#a496304597bacff3545e802853d69e8765312868</link>
        <description>Convert all header guards to pragma once

            List of files:
            /petsc/include/petscfetypes.h</description>
        <pubDate>Fri, 18 Aug 2023 15:13:00 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>81cd56f8dc4efb431dc8708155bfb301601918be - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscfetypes.h#81cd56f8dc4efb431dc8708155bfb301601918be</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/include/petscfetypes.h</description>
        <pubDate>Tue, 25 Apr 2023 20:15:30 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6b708b37a281485ba0dd3664576b742ee90ecd9e - Merge branch &apos;barry/2023-04-13/fix-petscspace-mansec/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscfetypes.h#6b708b37a281485ba0dd3664576b742ee90ecd9e</link>
        <description>Merge branch &apos;barry/2023-04-13/fix-petscspace-mansec/release&apos; into &apos;release&apos;Petsc[Dual]Space objects are defined in petscfe.h so they go into the wrong manual sectionsSee merge request petsc/petsc!6327

            List of files:
            /petsc/include/petscfetypes.h</description>
        <pubDate>Mon, 24 Apr 2023 22:03:39 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>b24fb147d2f783efb2f58813f80260c02fe8ea96 - Improve PetscSpace and PetscDualSpace manual pages</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscfetypes.h#b24fb147d2f783efb2f58813f80260c02fe8ea96</link>
        <description>Improve PetscSpace and PetscDualSpace manual pagesFew things needed from MattCommit-type: documentation

            List of files:
            /petsc/include/petscfetypes.h</description>
        <pubDate>Fri, 14 Apr 2023 01:18:17 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>660d4ad98843aee752412e60a1f499b4a58904d9 - Petsc[Dual]Space objects are defined in petscfe.h so they go into the wrong manual sections</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscfetypes.h#660d4ad98843aee752412e60a1f499b4a58904d9</link>
        <description>Petsc[Dual]Space objects are defined in petscfe.h so they go into the wrong manual sectionsThough this introduces two new include files it does not change the PETSc API or ABI sothe changes can go into releaseCommit-type: documentation

            List of files:
            /petsc/include/petscfetypes.h</description>
        <pubDate>Thu, 13 Apr 2023 21:25:11 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a663c1dff89745b9e1982b54aa196ff99445d9a0 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscfetypes.h#a663c1dff89745b9e1982b54aa196ff99445d9a0</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/include/petscfetypes.h</description>
        <pubDate>Thu, 13 Apr 2023 05:01:02 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>517f05f0c367049e47099f3ac6f8384e1913dc1d - Merge branch &apos;barry/2023-03-30/fix-include-man-pages/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscfetypes.h#517f05f0c367049e47099f3ac6f8384e1913dc1d</link>
        <description>Merge branch &apos;barry/2023-03-30/fix-include-man-pages/release&apos; into &apos;release&apos;Fix manual pages in include filesSee merge request petsc/petsc!6272

            List of files:
            /petsc/include/petscfetypes.h</description>
        <pubDate>Thu, 13 Apr 2023 04:18:00 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>16a05f60a523f53ab316acaac9f77b7425611adc - Fix manual pages in include files</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscfetypes.h#16a05f60a523f53ab316acaac9f77b7425611adc</link>
        <description>Fix manual pages in include files

            List of files:
            /petsc/include/petscfetypes.h</description>
        <pubDate>Thu, 13 Apr 2023 04:18:00 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a207d08edab748df642306d213e6e891ba48ee92 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscfetypes.h#a207d08edab748df642306d213e6e891ba48ee92</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/include/petscfetypes.h</description>
        <pubDate>Sun, 30 Oct 2022 16:03:25 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ed31fb71c382ced3521e135689f4f4deaeece76b - Merge branch &apos;jose/codespell-typos&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscfetypes.h#ed31fb71c382ced3521e135689f4f4deaeece76b</link>
        <description>Merge branch &apos;jose/codespell-typos&apos; into &apos;release&apos;A few more codespell fixesSee merge request petsc/petsc!5786

            List of files:
            /petsc/include/petscfetypes.h</description>
        <pubDate>Sun, 30 Oct 2022 16:01:21 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>d5b43468fb8780a8feea140ccd6fa3e6a50411cc - A few more codespell fixes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscfetypes.h#d5b43468fb8780a8feea140ccd6fa3e6a50411cc</link>
        <description>A few more codespell fixes

            List of files:
            /petsc/include/petscfetypes.h</description>
        <pubDate>Sat, 29 Oct 2022 10:39:42 +0000</pubDate>
        <dc:creator>Jose E. Roman &lt;jroman@dsic.upv.es&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/include/petscfetypes.h#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/include/petscfetypes.h</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>6524c165f7ddaf30fd7457737f668f984c8ababf - Transform all header-guards into ifndefs to make clang-format ignore them for preprocessor indentation</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscfetypes.h#6524c165f7ddaf30fd7457737f668f984c8ababf</link>
        <description>Transform all header-guards into ifndefs to make clang-format ignore them for preprocessor indentation

            List of files:
            /petsc/include/petscfetypes.h</description>
        <pubDate>Wed, 21 Sep 2022 13:27:22 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&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/include/petscfetypes.h#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/include/petscfetypes.h</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/include/petscfetypes.h#9371c9d470a9602b6d10a8bf50c9b2280a79e45a</link>
        <description>clang-format: convert PETSc sources to comply with clang-format

            List of files:
            /petsc/include/petscfetypes.h</description>
        <pubDate>Mon, 22 Aug 2022 15:20:12 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
