<?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 petscsys.h</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>9d47de495d3c23378050c1b4a410c12a375cb6c6 - Merge branch &apos;barry/2026-02-14/fix-defined-missing-braces&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscsys.h#9d47de495d3c23378050c1b4a410c12a375cb6c6</link>
        <description>Merge branch &apos;barry/2026-02-14/fix-defined-missing-braces&apos; into &apos;main&apos;Fix the inconsistent usage of #if defined XXX compared to defined(XXX)See merge request petsc/petsc!9040

            List of files:
            /petsc/include/petscsys.h</description>
        <pubDate>Wed, 18 Feb 2026 16:18:12 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>beceaeb65c30291e7755356830621fe80888c102 - Fix the inconsistent usage of #if [!]defined XXX compared to defined(XXX)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscsys.h#beceaeb65c30291e7755356830621fe80888c102</link>
        <description>Fix the inconsistent usage of #if [!]defined XXX compared to defined(XXX)Thanks-to: Pierre JolivetAn LLM Claude detected the incosnsitency it was not used to remove the inconsistency

            List of files:
            /petsc/include/petscsys.h</description>
        <pubDate>Sun, 15 Feb 2026 02:00:23 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4e8208cbcbc709572b8abe32f33c78b69c819375 - Merge branch &apos;barry/2026-01-13/ftn-generation-for-context-functions&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscsys.h#4e8208cbcbc709572b8abe32f33c78b69c819375</link>
        <description>Merge branch &apos;barry/2026-01-13/ftn-generation-for-context-functions&apos; into &apos;main&apos;Fortran generation of interface definitions for functions that take and return context variables  (void *ctx and PetCtx ctx)See merge request petsc/petsc!8956

            List of files:
            /petsc/include/petscsys.h</description>
        <pubDate>Sat, 31 Jan 2026 18:41:18 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2a8381b23c702518c6b1ccbeafee50b9375df0e4 - Add automatic generated fortran support for setting and returning contexts</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscsys.h#2a8381b23c702518c6b1ccbeafee50b9375df0e4</link>
        <description>Add automatic generated fortran support for setting and returning contextsMajor cleanup of the code for setting and returning application (previously called user) contexts  - PetscCtx ctx is now the standard for passing in contexts  - PetscCtxRt ctx is the standard for passing out contexts, including context destroy routines based on PetscCtxDestroyFnBoth of these are typedef to void*Also removed most use of user and userctx for context arguments now consistently named ctxImproved documentation on PetscCtx and PetscCtxRt and on how to use contexts (including getting them) from Fortran

            List of files:
            /petsc/include/petscsys.h</description>
        <pubDate>Tue, 13 Jan 2026 04:45:38 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>b31b2f82859ff8548562364efb89146f661bbcd9 - Merge branch &apos;barry/2025-10-24/fix-dmshellsetdestroyctx&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscsys.h#b31b2f82859ff8548562364efb89146f661bbcd9</link>
        <description>Merge branch &apos;barry/2025-10-24/fix-dmshellsetdestroyctx&apos; into &apos;main&apos;Finish converting the function prototypes of destroy for contexts to use PetscCtxDestroyFnSee merge request petsc/petsc!8810

            List of files:
            /petsc/include/petscsys.h</description>
        <pubDate>Mon, 10 Nov 2025 16:51:13 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>390474f96c2cfb142235edf4f816cb7a2ce79c2a - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscsys.h#390474f96c2cfb142235edf4f816cb7a2ce79c2a</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/include/petscsys.h</description>
        <pubDate>Sun, 09 Nov 2025 19:44:29 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>8ce174dfa234a876dd163e1ac0715f1cdbd405f7 - Merge branch &apos;jose/release/doc-fixes&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscsys.h#8ce174dfa234a876dd163e1ac0715f1cdbd405f7</link>
        <description>Merge branch &apos;jose/release/doc-fixes&apos; into &apos;release&apos;doc: minor fixesSee merge request petsc/petsc!8830

            List of files:
            /petsc/include/petscsys.h</description>
        <pubDate>Fri, 07 Nov 2025 06:48:19 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>41aebf3e9ea2790062570795d32d9da067d50430 - doc: minor fixes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscsys.h#41aebf3e9ea2790062570795d32d9da067d50430</link>
        <description>doc: minor fixes

            List of files:
            /petsc/include/petscsys.h</description>
        <pubDate>Thu, 06 Nov 2025 09:36:59 +0000</pubDate>
        <dc:creator>Jose E. Roman &lt;jroman@dsic.upv.es&gt;</dc:creator>
    </item>
<item>
        <title>e6aa7a3b58de511b7893b99d70d9918118eb1ba8 - The goal of all the commits in this MR is to unify the destruction of &quot;application&quot; contexts.</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscsys.h#e6aa7a3b58de511b7893b99d70d9918118eb1ba8</link>
        <description>The goal of all the commits in this MR is to unify the destruction of &quot;application&quot; contexts.This will help with supporting language bindings. For example, for Fortran the application contextwould be a user derived typeFix prototype of DMShellSetDestroyCtx function argument to use PETSc standard way of doing it with  PetscCtxDestroyF.Also fix PetscViewerGLVisSetFields prototype of destroy functionThese two locations were missed when PetscCtxDestroyFn was introduced as the universal function prototype for context destruction in 3.23Reported-by: Victor Eijkhout

            List of files:
            /petsc/include/petscsys.h</description>
        <pubDate>Fri, 24 Oct 2025 16:12:32 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a28344a5144139f565b3604164979954db19997e - Merge branch &apos;dalcinl/cxx-demangle&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscsys.h#a28344a5144139f565b3604164979954db19997e</link>
        <description>Merge branch &apos;dalcinl/cxx-demangle&apos; into &apos;main&apos;Reimplement PetscDemangleSymbol() in C using dynamic loadingSee merge request petsc/petsc!8765

            List of files:
            /petsc/include/petscsys.h</description>
        <pubDate>Mon, 13 Oct 2025 15:56:12 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>dab73fe78b3c4baeea95a8be7572d3553ba734c7 - Reimplement PetscDemangleSymbol() in C using dynamic loading</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscsys.h#dab73fe78b3c4baeea95a8be7572d3553ba734c7</link>
        <description>Reimplement PetscDemangleSymbol() in C using dynamic loading

            List of files:
            /petsc/include/petscsys.h</description>
        <pubDate>Thu, 09 Oct 2025 15:04:56 +0000</pubDate>
        <dc:creator>Lisandro Dalcin &lt;dalcinl@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e1998897b6a17a1e700cad4f1fe1a875f632250b - Merge branch &apos;barry/2025-09-28/fix-petscerrorcodefn-cxx&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscsys.h#e1998897b6a17a1e700cad4f1fe1a875f632250b</link>
        <description>Merge branch &apos;barry/2025-09-28/fix-petscerrorcodefn-cxx&apos; into &apos;main&apos;Fix the definition of PetscErrorCodeFn; this reverts API change in !8615See merge request petsc/petsc!8745

            List of files:
            /petsc/include/petscsys.h</description>
        <pubDate>Mon, 29 Sep 2025 17:19:39 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>453a69bbde9863bc09727b24622658822743bb61 - Fix the definition of PetscErrorCodeFn; this reverts API change in !8615</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscsys.h#453a69bbde9863bc09727b24622658822743bb61</link>
        <description>Fix the definition of PetscErrorCodeFn; this reverts API change in !8615Co-authored-by: Pierre Jolivet &lt;pierre@joliv.et&gt;Reported-by: Lisandro Dalcin &lt;dalcinl@gmail.com&gt;

            List of files:
            /petsc/include/petscsys.h</description>
        <pubDate>Mon, 29 Sep 2025 17:19:38 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2286efddd54511ab18e8e2adb1e023c4bf8f0b92 - Merge branch &apos;barry/2025-07-30/fix-matshellsetoperationarg&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscsys.h#2286efddd54511ab18e8e2adb1e023c4bf8f0b92</link>
        <description>Merge branch &apos;barry/2025-07-30/fix-matshellsetoperationarg&apos; into &apos;main&apos;Complete usage of PetscVoidFn and PetscErrorCodeFn and introduce PetscFortranCallbackFnSee merge request petsc/petsc!8615

            List of files:
            /petsc/include/petscsys.h</description>
        <pubDate>Thu, 25 Sep 2025 13:44:49 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>57d508425293f0bb93f59574d14951d8faac9af8 - Change use of void (*)(void) and void (**)(void) in the PETSc API to PetscVoidFn * and PetscVoidFn ** or PetscErrorCodeFn * or PetscErrorCodeFn **</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscsys.h#57d508425293f0bb93f59574d14951d8faac9af8</link>
        <description>Change use of void (*)(void) and void (**)(void) in the PETSc API to PetscVoidFn * and PetscVoidFn ** or PetscErrorCodeFn * or PetscErrorCodeFn **

            List of files:
            /petsc/include/petscsys.h</description>
        <pubDate>Thu, 31 Jul 2025 01:09:37 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>e9e3ce283424253d75ba3c454174f6f0e4a20640 - Merge branch &apos;barry/2025-08-29/improve-ts-pseudo-performance&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscsys.h#e9e3ce283424253d75ba3c454174f6f0e4a20640</link>
        <description>Merge branch &apos;barry/2025-08-29/improve-ts-pseudo-performance&apos; into &apos;main&apos;Optimize TSStep_Pseudo() for most common use caseSee merge request petsc/petsc!8675

            List of files:
            /petsc/include/petscsys.h</description>
        <pubDate>Wed, 24 Sep 2025 15:48:51 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>67a21fd99e2fa1a9ab14b97d893c2406ce809b30 - Make PetscStackView() a public function</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscsys.h#67a21fd99e2fa1a9ab14b97d893c2406ce809b30</link>
        <description>Make PetscStackView() a public function

            List of files:
            /petsc/include/petscsys.h</description>
        <pubDate>Sat, 30 Aug 2025 02:37:13 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>8112c1cbf372cb53bf7c5aca994a84a6a303db4d - Merge branch &apos;barry/2025-09-04/deprecate-mpiu-bool&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscsys.h#8112c1cbf372cb53bf7c5aca994a84a6a303db4d</link>
        <description>Merge branch &apos;barry/2025-09-04/deprecate-mpiu-bool&apos; into &apos;main&apos;Deprecate MPIU_BOOL which used to be for PETSc&apos;s enum Bool but now is just MPI_C_BOOLSee merge request petsc/petsc!8691

            List of files:
            /petsc/include/petscsys.h</description>
        <pubDate>Mon, 22 Sep 2025 18:44:15 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>5440e5dcf30153d9ab6dbf994494f40b7f9df88b - Deprecate MPIU_BOOL which used to be for PETSc&apos; enum Bool but now is just MPI_C_BOOL so no longer needs its own name</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscsys.h#5440e5dcf30153d9ab6dbf994494f40b7f9df88b</link>
        <description>Deprecate MPIU_BOOL which used to be for PETSc&apos; enum Bool but now is just MPI_C_BOOL so no longer needs its own name

            List of files:
            /petsc/include/petscsys.h</description>
        <pubDate>Thu, 04 Sep 2025 14:33:07 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>834855d6effb0d027771461c8e947ee1ce5a1e17 - Merge branch &apos;jolivet/clang-format-21&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscsys.h#834855d6effb0d027771461c8e947ee1ce5a1e17</link>
        <description>Merge branch &apos;jolivet/clang-format-21&apos; into &apos;main&apos;clang-format-21See merge request petsc/petsc!8202

            List of files:
            /petsc/include/petscsys.h</description>
        <pubDate>Wed, 27 Aug 2025 20:14:46 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
