<?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 garbage.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>51b144c619aff302b570817d6f78637b8418d403 - Merge branch &apos;MarDiehl/use-bool-instead-of-enum&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/garbage.c#51b144c619aff302b570817d6f78637b8418d403</link>
        <description>Merge branch &apos;MarDiehl/use-bool-instead-of-enum&apos; into &apos;main&apos;use bool instead of enumSee merge request petsc/petsc!8528

            List of files:
            /petsc/src/sys/objects/garbage.c</description>
        <pubDate>Fri, 29 Aug 2025 16:31:13 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>b8b5be36363868cf48bd7e7da4f4146957780db1 - distinguish Boolean and Integer</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/garbage.c#b8b5be36363868cf48bd7e7da4f4146957780db1</link>
        <description>distinguish Boolean and IntegerMPI_Comm_get_attr has PetscMPIInt as flag argument, not PetscBool. Namethis flag &quot;iflg&quot; (was used somewhere already).Use MPI_LAND instead of MPI_BAND for logical operations instead ofMPI_MIN, MPI_MAX, and MPI_LAND.Note: Most of the previous code was probably working as intended, I didthe changes when debugging error related to the use of standard C Bool andkept them because it took me a while to understand that MPI has integerflags and PETSc has Booleans. Using different names makes this clear,but was and is not done consistently.

            List of files:
            /petsc/src/sys/objects/garbage.c</description>
        <pubDate>Mon, 21 Jul 2025 04:36:22 +0000</pubDate>
        <dc:creator>Martin Diehl &lt;mail@martin-diehl.net&gt;</dc:creator>
    </item>
<item>
        <title>e4a561a4dd2f14b817d1f42f37308832056c89c0 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/garbage.c#e4a561a4dd2f14b817d1f42f37308832056c89c0</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/sys/objects/garbage.c</description>
        <pubDate>Mon, 07 Oct 2024 15:03:38 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a8985bdda06e34122acb1fb5b077aa1d47cfbad5 - Merge branch &apos;stefanozampini/release-3&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/garbage.c#a8985bdda06e34122acb1fb5b077aa1d47cfbad5</link>
        <description>Merge branch &apos;stefanozampini/release-3&apos; into &apos;release&apos;GarbageCollector casting fixesSee merge request petsc/petsc!7916

            List of files:
            /petsc/src/sys/objects/garbage.c</description>
        <pubDate>Mon, 07 Oct 2024 14:09:00 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4f2d7745dd2e7eaa6936f5c4a18e5312786dd2f5 - GarbageCollector: fix bug</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/garbage.c#4f2d7745dd2e7eaa6936f5c4a18e5312786dd2f5</link>
        <description>GarbageCollector: fix bug

            List of files:
            /petsc/src/sys/objects/garbage.c</description>
        <pubDate>Sun, 29 Sep 2024 09:51:54 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&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/objects/garbage.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/objects/garbage.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/objects/garbage.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/objects/garbage.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>6a210b70a61472cf8733db59e8a3fa68f6578c01 - Add support to MPIU_Allreduce to prevent int overflow with a single integer argument</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/garbage.c#6a210b70a61472cf8733db59e8a3fa68f6578c01</link>
        <description>Add support to MPIU_Allreduce to prevent int overflow with a single integer argument

            List of files:
            /petsc/src/sys/objects/garbage.c</description>
        <pubDate>Tue, 10 Sep 2024 20:35:04 +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/objects/garbage.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/objects/garbage.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>ec50fa89b4005bfc03140d62235ba2cbed1271cb - Merge branch &apos;stefanozampini/firedrake-1&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/garbage.c#ec50fa89b4005bfc03140d62235ba2cbed1271cb</link>
        <description>Merge branch &apos;stefanozampini/firedrake-1&apos; into &apos;main&apos;Updates for Firedrake: first batchSee merge request petsc/petsc!7358

            List of files:
            /petsc/src/sys/objects/garbage.c</description>
        <pubDate>Wed, 13 Mar 2024 04:25:16 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>da0802e204a6adcee0e029fb327aaad810c3f8ce - minor fixes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/garbage.c#da0802e204a6adcee0e029fb327aaad810c3f8ce</link>
        <description>minor fixes

            List of files:
            /petsc/src/sys/objects/garbage.c</description>
        <pubDate>Wed, 28 Feb 2024 23:00:11 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6996bd1a6dda9216f11f3a1c5d2357ea301aa80d - Merge branch &apos;jolivet/fix-double&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/garbage.c#6996bd1a6dda9216f11f3a1c5d2357ea301aa80d</link>
        <description>Merge branch &apos;jolivet/fix-double&apos; into &apos;main&apos;Fix words appearing twice in a row for no good reasonSee merge request petsc/petsc!7307

            List of files:
            /petsc/src/sys/objects/garbage.c</description>
        <pubDate>Wed, 21 Feb 2024 02:27:44 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>15229ffc342989b2bf0590a733d92c152a3348fc - Fix words appearing twice in a row for no good reason</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/garbage.c#15229ffc342989b2bf0590a733d92c152a3348fc</link>
        <description>Fix words appearing twice in a row for no good reason

            List of files:
            /petsc/src/sys/objects/garbage.c</description>
        <pubDate>Wed, 21 Feb 2024 02:27:44 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>5d8b0388365281133f6902b096f50aa97353d664 - Merge branch &apos;connorjward/cleanup-serial-objs&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/garbage.c#5d8b0388365281133f6902b096f50aa97353d664</link>
        <description>Merge branch &apos;connorjward/cleanup-serial-objs&apos; into &apos;main&apos;Eagerly destroy serial objects with PetscObjectDelayedDestroySee merge request petsc/petsc!6835

            List of files:
            /petsc/src/sys/objects/garbage.c</description>
        <pubDate>Thu, 24 Aug 2023 16:14:50 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>b0ed7cdaa542f66f076d5d310f04f4bb029a4241 - Eagerly destroy serial objects with PetscObjectDelayedDestroy</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/garbage.c#b0ed7cdaa542f66f076d5d310f04f4bb029a4241</link>
        <description>Eagerly destroy serial objects with PetscObjectDelayedDestroy

            List of files:
            /petsc/src/sys/objects/garbage.c</description>
        <pubDate>Thu, 24 Aug 2023 16:14:50 +0000</pubDate>
        <dc:creator>Connor Ward &lt;c.ward20@imperial.ac.uk&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/garbage.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/garbage.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/garbage.c#4f572ea9526f19623f23a8c158f3503516190bbc</link>
        <description>Rename PetscValidPointer -&gt; PetscAssertPointer

            List of files:
            /petsc/src/sys/objects/garbage.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>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/garbage.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/garbage.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/garbage.c#10450e9e44b354a0a3da7bbd573407bdf051df10</link>
        <description>Manual linter fixes: sys

            List of files:
            /petsc/src/sys/objects/garbage.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/garbage.c#aec76313382a76d73a95f2051cbe4b1eab55c1c7</link>
        <description>Lint apply: sys

            List of files:
            /petsc/src/sys/objects/garbage.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>
</channel>
</rss>
