<?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 tsevent.c</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/src/ts/event/tsevent.c#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/src/ts/event/tsevent.c</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/src/ts/event/tsevent.c#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/src/ts/event/tsevent.c</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/src/ts/event/tsevent.c#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/src/ts/event/tsevent.c</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/src/ts/event/tsevent.c#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/src/ts/event/tsevent.c</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>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/src/ts/event/tsevent.c#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/src/ts/event/tsevent.c</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/src/ts/event/tsevent.c#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/src/ts/event/tsevent.c</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>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/ts/event/tsevent.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/ts/event/tsevent.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>26a11704c881251cbedac64f7ed585203f1b1949 - some doc/manual page fixes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/event/tsevent.c#26a11704c881251cbedac64f7ed585203f1b1949</link>
        <description>some doc/manual page fixes

            List of files:
            /petsc/src/ts/event/tsevent.c</description>
        <pubDate>Sun, 09 Mar 2025 00:14:13 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>00946a4d4715aa5f9fdac01930be79cdd37d52b1 - Merge branch &apos;jrwrigh/tssetevaltimes&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/event/tsevent.c#00946a4d4715aa5f9fdac01930be79cdd37d52b1</link>
        <description>Merge branch &apos;jrwrigh/tssetevaltimes&apos; into &apos;main&apos;ts: Add TSEvaluationTimesSee merge request petsc/petsc!8144

            List of files:
            /petsc/src/ts/event/tsevent.c</description>
        <pubDate>Wed, 26 Feb 2025 17:03:03 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>136cf249821770c3d48c8e93204fbb52ffcaa620 - style: Change tspan -&gt; eval_times</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/event/tsevent.c#136cf249821770c3d48c8e93204fbb52ffcaa620</link>
        <description>style: Change tspan -&gt; eval_timesThis to make the backend nomenclature more consistent

            List of files:
            /petsc/src/ts/event/tsevent.c</description>
        <pubDate>Mon, 17 Feb 2025 20:04:35 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>8343f7842497985b1492802256d46e4cc2f2ed7d - ts: Create TS*EvaluationTimes() functions</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/event/tsevent.c#8343f7842497985b1492802256d46e4cc2f2ed7d</link>
        <description>ts: Create TS*EvaluationTimes() functions

            List of files:
            /petsc/src/ts/event/tsevent.c</description>
        <pubDate>Mon, 17 Feb 2025 18:36:24 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>d8e47b638cf8f604a99e9678e1df24f82d959cd7 - Merge branch &apos;barry/2024-09-02/rebased-fix-conversion-warnings&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/event/tsevent.c#d8e47b638cf8f604a99e9678e1df24f82d959cd7</link>
        <description>Merge branch &apos;barry/2024-09-02/rebased-fix-conversion-warnings&apos; into &apos;main&apos;Compiler finds (and forbid) casts from higher precision integers to lowerSee merge request petsc/petsc!7806

            List of files:
            /petsc/src/ts/event/tsevent.c</description>
        <pubDate>Tue, 17 Sep 2024 21:30:20 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>462c564db5c15796f1f07c2b71ff29812cdd1aad - Fix MPIU_* routines to always return MPI error codes and thus be usable with PetscCallMPI()</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/event/tsevent.c#462c564db5c15796f1f07c2b71ff29812cdd1aad</link>
        <description>Fix MPIU_* routines to always return MPI error codes and thus be usable with PetscCallMPI()Introduce MPIU_Count to be used when MPI_Count is not available

            List of files:
            /petsc/src/ts/event/tsevent.c</description>
        <pubDate>Sat, 14 Sep 2024 12:41:22 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>11c8a98f607708dcee13afcc724c3f833fe66e89 - Merge branch &apos;release-revert-7765&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/event/tsevent.c#11c8a98f607708dcee13afcc724c3f833fe66e89</link>
        <description>Merge branch &apos;release-revert-7765&apos;

            List of files:
            /petsc/src/ts/event/tsevent.c</description>
        <pubDate>Wed, 28 Aug 2024 02:11:02 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>97af78333bdc1c01b77bd419cf7fde8e784db12d - Merge branch &apos;barry/2024-08-09/fix-tseventmonitor-parallel/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/event/tsevent.c#97af78333bdc1c01b77bd419cf7fde8e784db12d</link>
        <description>Merge branch &apos;barry/2024-08-09/fix-tseventmonitor-parallel/release&apos; into &apos;release&apos;TSEvent monitor prints the output from all MPI processes instead of just rank 0See merge request petsc/petsc!7753

            List of files:
            /petsc/src/ts/event/tsevent.c</description>
        <pubDate>Fri, 23 Aug 2024 17:59:23 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6c23a314454f33625e7f62773d3c23bab3fbf128 - TSEvent monitor prints the output from all MPI processes instead of just rank 0</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/event/tsevent.c#6c23a314454f33625e7f62773d3c23bab3fbf128</link>
        <description>TSEvent monitor prints the output from all MPI processes instead of just rank 0

            List of files:
            /petsc/src/ts/event/tsevent.c</description>
        <pubDate>Fri, 09 Aug 2024 13:58:49 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ec42381fdf5bb48a6ea45cf3b5c9e6ed3c5f82db - Merge branch &apos;barry/2024-06-15/deprecate-petsc-current&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/event/tsevent.c#ec42381fdf5bb48a6ea45cf3b5c9e6ed3c5f82db</link>
        <description>Merge branch &apos;barry/2024-06-15/deprecate-petsc-current&apos; into &apos;main&apos;Deprecate the use of PETSC_DEFAULT with PETSC_CURRENT since PETSC_DEFAULT is a...See merge request petsc/petsc!7634

            List of files:
            /petsc/src/ts/event/tsevent.c</description>
        <pubDate>Sat, 20 Jul 2024 22:06:39 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>09cb0f53fc4ca334bb6939695b65b036666b7dbb - Add support for PETSC_DETERMINE to revert to defaults TS parameters</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/event/tsevent.c#09cb0f53fc4ca334bb6939695b65b036666b7dbb</link>
        <description>Add support for PETSC_DETERMINE to revert to defaults TS parameters

            List of files:
            /petsc/src/ts/event/tsevent.c</description>
        <pubDate>Tue, 25 Jun 2024 13:28:54 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a4cdeec65743400f9a1d882d3c1bbcfbf6661929 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/event/tsevent.c#a4cdeec65743400f9a1d882d3c1bbcfbf6661929</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/ts/event/tsevent.c</description>
        <pubDate>Tue, 09 Apr 2024 04:06:07 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>30d90a34e2ed52cbddd55c8ae9bf5d8ce01a219f - Merge branch &apos;jolivet/fix-typos&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/event/tsevent.c#30d90a34e2ed52cbddd55c8ae9bf5d8ce01a219f</link>
        <description>Merge branch &apos;jolivet/fix-typos&apos; into &apos;release&apos;TyposSee merge request petsc/petsc!7445

            List of files:
            /petsc/src/ts/event/tsevent.c</description>
        <pubDate>Mon, 08 Apr 2024 16:41:43 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
