<?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 memory.cxx</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>c6013d6697bf944c1d88c636ba21f931f774b638 - Merge branch &apos;jacobf/2023-06-06/register-finalize-reverse-order&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/interface/memory.cxx#c6013d6697bf944c1d88c636ba21f931f774b638</link>
        <description>Merge branch &apos;jacobf/2023-06-06/register-finalize-reverse-order&apos; into &apos;main&apos;Fix PetscDeviceContext Memory Leak (And Make PetscXXXRegisterFinalize() Order Hierarchical)See merge request petsc/petsc!6559

            List of files:
            /petsc/src/sys/objects/device/interface/memory.cxx</description>
        <pubDate>Wed, 09 Aug 2023 14:55:40 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>3048253cfd29e6a237b5e244ab190e7e08d38e72 - The various PetscXXXRegisterFinalize() should execute finalizers in reverse order of registration</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/interface/memory.cxx#3048253cfd29e6a237b5e244ab190e7e08d38e72</link>
        <description>The various PetscXXXRegisterFinalize() should execute finalizers in reverse order of registration

            List of files:
            /petsc/src/sys/objects/device/interface/memory.cxx</description>
        <pubDate>Tue, 06 Jun 2023 16:53:54 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&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/device/interface/memory.cxx#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/device/interface/memory.cxx</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/device/interface/memory.cxx#4f572ea9526f19623f23a8c158f3503516190bbc</link>
        <description>Rename PetscValidPointer -&gt; PetscAssertPointer

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

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

            List of files:
            /petsc/src/sys/objects/device/interface/memory.cxx</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>d01c6957b9782b5c5208b19a1b475f6a2483d0b7 - Merge branch &apos;barry/2023-03-25/fix-more-manualpages&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/interface/memory.cxx#d01c6957b9782b5c5208b19a1b475f6a2483d0b7</link>
        <description>Merge branch &apos;barry/2023-03-25/fix-more-manualpages&apos; into &apos;main&apos;More manual page fixesSee merge request petsc/petsc!6233

            List of files:
            /petsc/src/sys/objects/device/interface/memory.cxx</description>
        <pubDate>Tue, 28 Mar 2023 15:33:41 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2fe279fdf3e687a416e4eadb7d3c7a82d60442c6 - More manual page fixes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/interface/memory.cxx#2fe279fdf3e687a416e4eadb7d3c7a82d60442c6</link>
        <description>More manual page fixes

            List of files:
            /petsc/src/sys/objects/device/interface/memory.cxx</description>
        <pubDate>Tue, 28 Mar 2023 15:33:40 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>d3904c29f0a6fd25f8fe8e60590efc928779bc64 - Merge branch &apos;jacobf/2023-02-08/remove-redundant-petsc-nodiscard&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/interface/memory.cxx#d3904c29f0a6fd25f8fe8e60590efc928779bc64</link>
        <description>Merge branch &apos;jacobf/2023-02-08/remove-redundant-petsc-nodiscard&apos; into &apos;main&apos;Remove redundant uses of `PETSC_NODISCARD` from functions returning a PetscErrorCodeSee merge request petsc/petsc!6036

            List of files:
            /petsc/src/sys/objects/device/interface/memory.cxx</description>
        <pubDate>Thu, 09 Feb 2023 20:52:53 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>089fb57c6fc1c43c66aab835b8f02b081bcf19ea - Remove redundant uses of PETSC_NODISCARD from functions returning a PetscErrorCode</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/interface/memory.cxx#089fb57c6fc1c43c66aab835b8f02b081bcf19ea</link>
        <description>Remove redundant uses of PETSC_NODISCARD from functions returning a PetscErrorCode

            List of files:
            /petsc/src/sys/objects/device/interface/memory.cxx</description>
        <pubDate>Wed, 08 Feb 2023 19:33:45 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>37d05b0256c1e9ba4bc423c4eccb3df226931ef0 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/interface/memory.cxx#37d05b0256c1e9ba4bc423c4eccb3df226931ef0</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/sys/objects/device/interface/memory.cxx</description>
        <pubDate>Mon, 06 Feb 2023 02:59:22 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>b877537e50727649205a89a9fd5768496ec808e7 - Merge branch &apos;jolivet/fix-typos&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/interface/memory.cxx#b877537e50727649205a89a9fd5768496ec808e7</link>
        <description>Merge branch &apos;jolivet/fix-typos&apos; into &apos;release&apos;Fix TyposSee merge request petsc/petsc!6024

            List of files:
            /petsc/src/sys/objects/device/interface/memory.cxx</description>
        <pubDate>Sun, 05 Feb 2023 06:25:03 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>da81f9329be15cc55f054c8a00978087195c9247 - Fix Typos</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/interface/memory.cxx#da81f9329be15cc55f054c8a00978087195c9247</link>
        <description>Fix Typos

            List of files:
            /petsc/src/sys/objects/device/interface/memory.cxx</description>
        <pubDate>Sun, 05 Feb 2023 06:25:02 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>31d78bcd2b98084dc1368b20eb1129c8b9fb39fe - Merge branch &apos;jacobf/2022-12-10/petscerrorcode-nodiscard&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/interface/memory.cxx#31d78bcd2b98084dc1368b20eb1129c8b9fb39fe</link>
        <description>Merge branch &apos;jacobf/2022-12-10/petscerrorcode-nodiscard&apos; into &apos;main&apos;Feature: Non-discardable PetscErrorCodeSee merge request petsc/petsc!5923

            List of files:
            /petsc/src/sys/objects/device/interface/memory.cxx</description>
        <pubDate>Thu, 02 Feb 2023 20:39:47 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>3ba1676111f5c958fe6c2729b46ca4d523958bb3 - Make PetscErrorCode a non-discardable enum</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/interface/memory.cxx#3ba1676111f5c958fe6c2729b46ca4d523958bb3</link>
        <description>Make PetscErrorCode a non-discardable enum

            List of files:
            /petsc/src/sys/objects/device/interface/memory.cxx</description>
        <pubDate>Sat, 10 Dec 2022 18:29:11 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>2fdf829d8b203bf5157162a53389625810e8dff5 - Merge branch &apos;jacobf/2022-11-30/consolidate-cxx-pool-allocators&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/interface/memory.cxx#2fdf829d8b203bf5157162a53389625810e8dff5</link>
        <description>Merge branch &apos;jacobf/2022-11-30/consolidate-cxx-pool-allocators&apos; into &apos;main&apos;Consolidate C++ Pool Allocators And Add ASAN Poison SupportSee merge request petsc/petsc!5891

            List of files:
            /petsc/src/sys/objects/device/interface/memory.cxx</description>
        <pubDate>Thu, 12 Jan 2023 13:49:32 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>146a86eb78c83fd6326c338792f1ee74e1da4b69 - Consolidate various C++ pool allocators into single implementation</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/interface/memory.cxx#146a86eb78c83fd6326c338792f1ee74e1da4b69</link>
        <description>Consolidate various C++ pool allocators into single implementation

            List of files:
            /petsc/src/sys/objects/device/interface/memory.cxx</description>
        <pubDate>Fri, 09 Dec 2022 20:18:50 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>bd2fcf0c198c55311b25cfb56bb178434c3ba1b3 - Rename util::integral_value() to to_underlying() to match C++23&apos;s std::to_underlying()</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/interface/memory.cxx#bd2fcf0c198c55311b25cfb56bb178434c3ba1b3</link>
        <description>Rename util::integral_value() to to_underlying() to match C++23&apos;s std::to_underlying()

            List of files:
            /petsc/src/sys/objects/device/interface/memory.cxx</description>
        <pubDate>Fri, 09 Dec 2022 21:58:21 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0453070663241530f4d722516ba4df9d855b662b - Merge branch &apos;jacobf/2022-10-08/cpp-khash-map&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/interface/memory.cxx#0453070663241530f4d722516ba4df9d855b662b</link>
        <description>Merge branch &apos;jacobf/2022-10-08/cpp-khash-map&apos; into &apos;main&apos;Feature: C++ Khash MapSee merge request petsc/petsc!5792

            List of files:
            /petsc/src/sys/objects/device/interface/memory.cxx</description>
        <pubDate>Mon, 14 Nov 2022 23:32:47 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
