<?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 loghandler.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>d34ab3a3b78907064f72418aab6f14fcc696a2f4 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/logging/handler/interface/loghandler.c#d34ab3a3b78907064f72418aab6f14fcc696a2f4</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/sys/logging/handler/interface/loghandler.c</description>
        <pubDate>Mon, 24 Feb 2025 15:45:22 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>32edcb65b165b0555daaea6103d5a10bb4af5b89 - Merge branch &apos;jolivet/fix-docs&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/logging/handler/interface/loghandler.c#32edcb65b165b0555daaea6103d5a10bb4af5b89</link>
        <description>Merge branch &apos;jolivet/fix-docs&apos; into &apos;release&apos;Fix typosSee merge request petsc/petsc!8155

            List of files:
            /petsc/src/sys/logging/handler/interface/loghandler.c</description>
        <pubDate>Sat, 22 Feb 2025 14:49:03 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>54c0599748d6bec40ddc3bedea0515243cbbf0fb - Fix typos</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/logging/handler/interface/loghandler.c#54c0599748d6bec40ddc3bedea0515243cbbf0fb</link>
        <description>Fix typos

            List of files:
            /petsc/src/sys/logging/handler/interface/loghandler.c</description>
        <pubDate>Fri, 21 Feb 2025 12:26:06 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>55cda6f51c86a483abe5781578f3bbdf986e1625 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/logging/handler/interface/loghandler.c#55cda6f51c86a483abe5781578f3bbdf986e1625</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/sys/logging/handler/interface/loghandler.c</description>
        <pubDate>Thu, 25 Apr 2024 04:27:03 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>99e79f2fa00b9edf66b5befd34b82026b832a5fa - Merge branch &apos;barry/2024-04-24/doc-fixes/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/logging/handler/interface/loghandler.c#99e79f2fa00b9edf66b5befd34b82026b832a5fa</link>
        <description>Merge branch &apos;barry/2024-04-24/doc-fixes/release&apos; into &apos;release&apos;release docs fixesSee merge request petsc/petsc!7498

            List of files:
            /petsc/src/sys/logging/handler/interface/loghandler.c</description>
        <pubDate>Thu, 25 Apr 2024 04:23:54 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a3b724e88d046d3fedf46cc78f622355d8be981f - release docs fixes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/logging/handler/interface/loghandler.c#a3b724e88d046d3fedf46cc78f622355d8be981f</link>
        <description>release docs fixesCommit-type: i.e. error-checking, optimization, bug-fix, portability-fix, testing-fix, style-fix, feature, documentation, exampleFunded-by:Project:Time:     hoursReported-by:Thanks-to:Development Tools: Vim, Emacs, Eclipse

            List of files:
            /petsc/src/sys/logging/handler/interface/loghandler.c</description>
        <pubDate>Wed, 24 Apr 2024 16:54:07 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c7fbd2bd3f8c01fa99614987dbf75cef1ca8e75e - Merge branch &apos;barry/2024-01-19/typedef-snes-functions&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/logging/handler/interface/loghandler.c#c7fbd2bd3f8c01fa99614987dbf75cef1ca8e75e</link>
        <description>Merge branch &apos;barry/2024-01-19/typedef-snes-functions&apos; into &apos;main&apos;add typedef for functions passed to SNESSetFunction() etc to match approach in TSSee merge request petsc/petsc!7206

            List of files:
            /petsc/src/sys/logging/handler/interface/loghandler.c</description>
        <pubDate>Fri, 02 Feb 2024 22:37:23 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>8434afd195968570cfdb5bc7b9cfc0a316d974ae - Change the use of the _Fn suffix to indicate a typedef of a function to just Fn</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/logging/handler/interface/loghandler.c#8434afd195968570cfdb5bc7b9cfc0a316d974ae</link>
        <description>Change the use of the _Fn suffix to indicate a typedef of a function to just FnAs determined on a vote on GitLab

            List of files:
            /petsc/src/sys/logging/handler/interface/loghandler.c</description>
        <pubDate>Fri, 02 Feb 2024 17:26:52 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>5ddc805b889b797d33308f49e7a758f9b1d8fdf2 - Change PETSc sys typedef function names to use the new _Fn format</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/logging/handler/interface/loghandler.c#5ddc805b889b797d33308f49e7a758f9b1d8fdf2</link>
        <description>Change PETSc sys typedef function names to use the new _Fn formatCommit-type: housekeeping, maintainance

            List of files:
            /petsc/src/sys/logging/handler/interface/loghandler.c</description>
        <pubDate>Sun, 21 Jan 2024 20:20:38 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>294d477ba62cbf5d5a9b4f54ad5a37bc60d501cc - Merge branch &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/logging/handler/interface/loghandler.c#294d477ba62cbf5d5a9b4f54ad5a37bc60d501cc</link>
        <description>Merge branch &apos;release&apos;

            List of files:
            /petsc/src/sys/logging/handler/interface/loghandler.c</description>
        <pubDate>Tue, 31 Oct 2023 05:56:56 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6ee5ebf290382589ce0c552057b4a8ac94b1b44c - Merge branch &apos;barry/2023-10-27/fix-not-collective-lda/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/logging/handler/interface/loghandler.c#6ee5ebf290382589ce0c552057b4a8ac94b1b44c</link>
        <description>Merge branch &apos;barry/2023-10-27/fix-not-collective-lda/release&apos; into &apos;release&apos;fix Not Collective listing in manual page for MatDenseSetLDA.See merge request petsc/petsc!6972

            List of files:
            /petsc/src/sys/logging/handler/interface/loghandler.c</description>
        <pubDate>Tue, 31 Oct 2023 05:04:03 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>8f14a041ddeb0cf2a5c72b6bffba5b6726b74cb7 - Remove unneeded on in Collective statements and fix Collective over</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/logging/handler/interface/loghandler.c#8f14a041ddeb0cf2a5c72b6bffba5b6726b74cb7</link>
        <description>Remove unneeded on in Collective statements and fix Collective overCommit-type: documentation

            List of files:
            /petsc/src/sys/logging/handler/interface/loghandler.c</description>
        <pubDate>Fri, 27 Oct 2023 16:42:40 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ad4c700a6ebc38b60b2fdd96cddbb3030870786f - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/logging/handler/interface/loghandler.c#ad4c700a6ebc38b60b2fdd96cddbb3030870786f</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/sys/logging/handler/interface/loghandler.c</description>
        <pubDate>Wed, 04 Oct 2023 19:33:55 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4c755a4e6b77882c8eeb8a21811737cd075cb90a - Merge branch &apos;jolivet/fix-typos&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/logging/handler/interface/loghandler.c#4c755a4e6b77882c8eeb8a21811737cd075cb90a</link>
        <description>Merge branch &apos;jolivet/fix-typos&apos; into &apos;release&apos;Fix typosSee merge request petsc/petsc!6908

            List of files:
            /petsc/src/sys/logging/handler/interface/loghandler.c</description>
        <pubDate>Wed, 04 Oct 2023 19:32:32 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>baca6076736e385493fd849a2765fd1676cb8d6d - Fix typos</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/logging/handler/interface/loghandler.c#baca6076736e385493fd849a2765fd1676cb8d6d</link>
        <description>Fix typos

            List of files:
            /petsc/src/sys/logging/handler/interface/loghandler.c</description>
        <pubDate>Wed, 04 Oct 2023 05:09:37 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>e8e8640d1cb9a3a2f50c0c0d7b26e5c4d521e2e4 - Merge branch &apos;jolivet/rm-first-empty-line&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/logging/handler/interface/loghandler.c#e8e8640d1cb9a3a2f50c0c0d7b26e5c4d521e2e4</link>
        <description>Merge branch &apos;jolivet/rm-first-empty-line&apos; into &apos;main&apos;Remove first and last empty linesSee merge request petsc/petsc!6892

            List of files:
            /petsc/src/sys/logging/handler/interface/loghandler.c</description>
        <pubDate>Tue, 26 Sep 2023 16:50:23 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>92bec4eefde5b79327e7cea3b0266e7580ec8183 - Remove first and last empty lines</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/logging/handler/interface/loghandler.c#92bec4eefde5b79327e7cea3b0266e7580ec8183</link>
        <description>Remove first and last empty lines

            List of files:
            /petsc/src/sys/logging/handler/interface/loghandler.c</description>
        <pubDate>Tue, 26 Sep 2023 16:50:22 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>93628023c7dcaa953c939a83742c702cd5f9b450 - Merge branch &apos;tisaac/feature-log-get-stage-perf-info&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/logging/handler/interface/loghandler.c#93628023c7dcaa953c939a83742c702cd5f9b450</link>
        <description>Merge branch &apos;tisaac/feature-log-get-stage-perf-info&apos; into &apos;main&apos;Profiling: Add PetscLogStageGetPerfInfo() and PetscLogHandlerGetStagePerfInfo()See merge request petsc/petsc!6779

            List of files:
            /petsc/src/sys/logging/handler/interface/loghandler.c</description>
        <pubDate>Thu, 10 Aug 2023 16:00:36 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>8b08f49465a30f8da2431a02b9bf7861043ec889 - Profiling: Add PetscLogStageGetPerfInfo() and PetscLogHandlerGetStagePerfInfo()</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/logging/handler/interface/loghandler.c#8b08f49465a30f8da2431a02b9bf7861043ec889</link>
        <description>Profiling: Add PetscLogStageGetPerfInfo() and PetscLogHandlerGetStagePerfInfo()Data that was exposed in the now-deprecated `PetscStageLog` includedsome data that was only available from accessing the fields of the structthat was never included in the functional interface.We shouldn&apos;t try to duplicate the availability of all of that data,but the `stage_info-&gt;perfInfo` provided measurements about stages thatwe should continue to make available.In keeping with recent changes, we make it available through`PetscLogStageGetPerfInfo()`, which delegates to`PetscLogHandlerGetStagePerfInfo()`, which is implemented by`PETSCLOGHANDLERDEFAULT`.Coverage test of this feature is added to src/sys/tests/ex68.c

            List of files:
            /petsc/src/sys/logging/handler/interface/loghandler.c</description>
        <pubDate>Fri, 04 Aug 2023 02:34:07 +0000</pubDate>
        <dc:creator>Toby Isaac &lt;toby.isaac@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6c37f76f2ace6b1ab1a4a8f1d7a04dee3e7f2aa9 - Merge branch &apos;tisaac/feature-log-handler&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/logging/handler/interface/loghandler.c#6c37f76f2ace6b1ab1a4a8f1d7a04dee3e7f2aa9</link>
        <description>Merge branch &apos;tisaac/feature-log-handler&apos; into &apos;main&apos;Deglobalize logging into PetscLogHandler and PetscLogStateSee merge request petsc/petsc!6709

            List of files:
            /petsc/src/sys/logging/handler/interface/loghandler.c</description>
        <pubDate>Thu, 27 Jul 2023 15:06:19 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
