<?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 mpits.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><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/sys/utils/mpits.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/sys/utils/mpits.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/sys/utils/mpits.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/sys/utils/mpits.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>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/utils/mpits.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/utils/mpits.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>9c9354e5ab274edd4fa0dcd5854b794f85fd380b - some code fixes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/utils/mpits.c#9c9354e5ab274edd4fa0dcd5854b794f85fd380b</link>
        <description>some code fixes

            List of files:
            /petsc/src/sys/utils/mpits.c</description>
        <pubDate>Wed, 19 Mar 2025 20:55:31 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@petsc.dev&gt;</dc:creator>
    </item>
<item>
        <title>26a11704c881251cbedac64f7ed585203f1b1949 - some doc/manual page fixes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/utils/mpits.c#26a11704c881251cbedac64f7ed585203f1b1949</link>
        <description>some doc/manual page fixes

            List of files:
            /petsc/src/sys/utils/mpits.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>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/sys/utils/mpits.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/sys/utils/mpits.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/sys/utils/mpits.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/sys/utils/mpits.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>6497c311e7b976d467be1503c1effce92a60525c - Add to CI compilers flags &apos;-Wconversion&apos;, &apos;-Wno-sign-conversion&apos;, &apos;-Wno-float-conversion&apos;, &apos;-Wno-implicit-float-conversion&apos;]</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/utils/mpits.c#6497c311e7b976d467be1503c1effce92a60525c</link>
        <description>Add to CI compilers flags &apos;-Wconversion&apos;, &apos;-Wno-sign-conversion&apos;, &apos;-Wno-float-conversion&apos;, &apos;-Wno-implicit-float-conversion&apos;]Also fix the code to repository to compile cleanly with these flags in the CI

            List of files:
            /petsc/src/sys/utils/mpits.c</description>
        <pubDate>Sun, 25 Aug 2024 03:44:46 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>1ed6e3ff8437baa411029a28c2b08f047df9ad9a - Merge branch &apos;barry/2024-04-13/fix-sowing-strings&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/utils/mpits.c#1ed6e3ff8437baa411029a28c2b08f047df9ad9a</link>
        <description>Merge branch &apos;barry/2024-04-13/fix-sowing-strings&apos; into &apos;main&apos;Update PETSc to use sowing bfort that handles string arguments and PETSC_NULL_INTSee merge request petsc/petsc!7480

            List of files:
            /petsc/src/sys/utils/mpits.c</description>
        <pubDate>Thu, 25 Apr 2024 22:16:01 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>cc4c1da905d89950b196b027190941013bd3e15a - Update source code removing all unneeded /*@C and associated manual stubs and interfaces</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/utils/mpits.c#cc4c1da905d89950b196b027190941013bd3e15a</link>
        <description>Update source code removing all unneeded /*@C and associated manual stubs and interfaces

            List of files:
            /petsc/src/sys/utils/mpits.c</description>
        <pubDate>Sun, 14 Apr 2024 02:07:12 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>942d34d015d97e642391562984a785096884f5d1 - Merge branch &apos;jolivet/fix-ubsan&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/utils/mpits.c#942d34d015d97e642391562984a785096884f5d1</link>
        <description>Merge branch &apos;jolivet/fix-ubsan&apos; into &apos;main&apos;Pacify UBSanSee merge request petsc/petsc!7158

            List of files:
            /petsc/src/sys/utils/mpits.c</description>
        <pubDate>Wed, 03 Jan 2024 20:51:47 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>8e3a54c0662fee99ad69f33e814fb6a3f3eef16b - Sys: add PetscSafePointerPlusOffset() to pacify UBSan</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/utils/mpits.c#8e3a54c0662fee99ad69f33e814fb6a3f3eef16b</link>
        <description>Sys: add PetscSafePointerPlusOffset() to pacify UBSan

            List of files:
            /petsc/src/sys/utils/mpits.c</description>
        <pubDate>Sun, 24 Dec 2023 16:29:17 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>613ce9fe8f5e2bcdf7c72d914e9769b5d960fb4c - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/utils/mpits.c#613ce9fe8f5e2bcdf7c72d914e9769b5d960fb4c</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/sys/utils/mpits.c</description>
        <pubDate>Sun, 17 Dec 2023 06:30:17 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>08c30c10d81422a81c044650802b743109b994fe - Merge branch &apos;barry/2023-12-04/fix-manpage-references/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/utils/mpits.c#08c30c10d81422a81c044650802b743109b994fe</link>
        <description>Merge branch &apos;barry/2023-12-04/fix-manpage-references/release&apos; into &apos;release&apos;Update references in the manual pages to use Sphinx citation processingSee merge request petsc/petsc!7101

            List of files:
            /petsc/src/sys/utils/mpits.c</description>
        <pubDate>Sun, 17 Dec 2023 05:53:57 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>1d27aa22b2f6148b2c4e3f06a75e0638d6493e09 - Update references in the manual pages to use Sphinx citation processing</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/utils/mpits.c#1d27aa22b2f6148b2c4e3f06a75e0638d6493e09</link>
        <description>Update references in the manual pages to use Sphinx citation processing

            List of files:
            /petsc/src/sys/utils/mpits.c</description>
        <pubDate>Mon, 04 Dec 2023 21:30:55 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2bb3e1ad823ab15c34a8e84fcf2a23b3d7848a7a - Merge branch &apos;jolivet/fix-ubsan&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/utils/mpits.c#2bb3e1ad823ab15c34a8e84fcf2a23b3d7848a7a</link>
        <description>Merge branch &apos;jolivet/fix-ubsan&apos; into &apos;main&apos;Lazy fixing of UBSanSee merge request petsc/petsc!6836

            List of files:
            /petsc/src/sys/utils/mpits.c</description>
        <pubDate>Fri, 25 Aug 2023 04:17:42 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>5c0db29a52f0e0a315a431c2b5d53138ecf7c054 - Minor fixes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/utils/mpits.c#5c0db29a52f0e0a315a431c2b5d53138ecf7c054</link>
        <description>Minor fixes

            List of files:
            /petsc/src/sys/utils/mpits.c</description>
        <pubDate>Thu, 24 Aug 2023 02:17:20 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&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/utils/mpits.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/utils/mpits.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>aec76313382a76d73a95f2051cbe4b1eab55c1c7 - Lint apply: sys</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/utils/mpits.c#aec76313382a76d73a95f2051cbe4b1eab55c1c7</link>
        <description>Lint apply: sys

            List of files:
            /petsc/src/sys/utils/mpits.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>ab17e8dafba1f6c4c5d585f0811cb127c2efe5d9 - Merge branch &apos;barry/2023-02-21/fix-sys-man-pages&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/utils/mpits.c#ab17e8dafba1f6c4c5d585f0811cb127c2efe5d9</link>
        <description>Merge branch &apos;barry/2023-02-21/fix-sys-man-pages&apos; into &apos;main&apos;Fix some system level manual pagesSee merge request petsc/petsc!6104

            List of files:
            /petsc/src/sys/utils/mpits.c</description>
        <pubDate>Thu, 23 Feb 2023 23:17:23 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
