<?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 linesearchshell.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/snes/linesearch/impls/shell/linesearchshell.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/snes/linesearch/impls/shell/linesearchshell.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/snes/linesearch/impls/shell/linesearchshell.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/snes/linesearch/impls/shell/linesearchshell.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>834855d6effb0d027771461c8e947ee1ce5a1e17 - Merge branch &apos;jolivet/clang-format-21&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/linesearch/impls/shell/linesearchshell.c#834855d6effb0d027771461c8e947ee1ce5a1e17</link>
        <description>Merge branch &apos;jolivet/clang-format-21&apos; into &apos;main&apos;clang-format-21See merge request petsc/petsc!8202

            List of files:
            /petsc/src/snes/linesearch/impls/shell/linesearchshell.c</description>
        <pubDate>Wed, 27 Aug 2025 20:14:46 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>966bd95a39c2334d2e2ce17ad22128f3c1861eeb - Convert some SETERRQ() to PetscCheck()</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/linesearch/impls/shell/linesearchshell.c#966bd95a39c2334d2e2ce17ad22128f3c1861eeb</link>
        <description>Convert some SETERRQ() to PetscCheck()

            List of files:
            /petsc/src/snes/linesearch/impls/shell/linesearchshell.c</description>
        <pubDate>Sun, 25 May 2025 18:55:39 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>970231d20df44f79b27787157e39d441e79f434b - Merge branch &apos;jolivet/clang-format-18&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/linesearch/impls/shell/linesearchshell.c#970231d20df44f79b27787157e39d441e79f434b</link>
        <description>Merge branch &apos;jolivet/clang-format-18&apos; into &apos;main&apos;clang-format version 18See merge request petsc/petsc!6902

            List of files:
            /petsc/src/snes/linesearch/impls/shell/linesearchshell.c</description>
        <pubDate>Thu, 07 Mar 2024 12:36:17 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4d86920da9ee67c835173a5dfffa1b3a52fd24ca - checkbadSource: rules for PetscFunctionBegin and derivatives</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/linesearch/impls/shell/linesearchshell.c#4d86920da9ee67c835173a5dfffa1b3a52fd24ca</link>
        <description>checkbadSource: rules for PetscFunctionBegin and derivatives

            List of files:
            /petsc/src/snes/linesearch/impls/shell/linesearchshell.c</description>
        <pubDate>Sat, 10 Feb 2024 08:07:08 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&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/snes/linesearch/impls/shell/linesearchshell.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/snes/linesearch/impls/shell/linesearchshell.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/snes/linesearch/impls/shell/linesearchshell.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/snes/linesearch/impls/shell/linesearchshell.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>9bcc50f161f00fed78b30f628c8384653fee89b4 - add typedef for functions passed to SNESSetFunction() etc to match approach in TS</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/linesearch/impls/shell/linesearchshell.c#9bcc50f161f00fed78b30f628c8384653fee89b4</link>
        <description>add typedef for functions passed to SNESSetFunction() etc to match approach in TSI never liked Jed&apos;s use of typedef for function prototypes for a couple of reasons1) you don&apos;t see immediately that the argument to the function is a function pointer instead of standard variable when looking at source2) you don&apos;t see at the exact location in the code the prototype of the function being passed inbut there is something to say for using these typedefs soI&apos;ve prototyped the change for SNES but slightly differently than what Jed did for TS1) I append the typedef with _Ftn to mark that it is a function (helping to relieve the problem 1 above)2) I made the typedef to be for a function, not a function pointer so it can also be used directly for things likePETSC_EXTERN SNESJacobian_Ftn   SNESComputeJacobianDefault;I think the TS usage could be switched to this style without user code breakage, and deprecate the current TS typedefThoughts?Just do SNES the same way as TS and live with less clarity?

            List of files:
            /petsc/src/snes/linesearch/impls/shell/linesearchshell.c</description>
        <pubDate>Sat, 20 Jan 2024 00:53:51 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>1bd63e3efbce1229b47e2ec5bb1e7d27e9e9b2dd - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/linesearch/impls/shell/linesearchshell.c#1bd63e3efbce1229b47e2ec5bb1e7d27e9e9b2dd</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/snes/linesearch/impls/shell/linesearchshell.c</description>
        <pubDate>Thu, 30 Nov 2023 17:02:19 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>50935e0a4020496bf025f56546dffdea8b1b624f - Merge branch &apos;barry/2023-11-22/fix-some-manualpages/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/linesearch/impls/shell/linesearchshell.c#50935e0a4020496bf025f56546dffdea8b1b624f</link>
        <description>Merge branch &apos;barry/2023-11-22/fix-some-manualpages/release&apos; into &apos;release&apos;Improve SNES manual pagesSee merge request petsc/petsc!7049

            List of files:
            /petsc/src/snes/linesearch/impls/shell/linesearchshell.c</description>
        <pubDate>Thu, 30 Nov 2023 16:40:15 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>420bcc1b905230dede3c88f397d1a4e60493adde - Fix some manual pages focusing on SNES</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/linesearch/impls/shell/linesearchshell.c#420bcc1b905230dede3c88f397d1a4e60493adde</link>
        <description>Fix some manual pages focusing on SNES

            List of files:
            /petsc/src/snes/linesearch/impls/shell/linesearchshell.c</description>
        <pubDate>Thu, 23 Nov 2023 03:57:01 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>28d6ac1dc283e0a30ef652b9b29225d52827a55e - Merge branch &apos;barry/2023-07-17/linter-fixes-snes&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/linesearch/impls/shell/linesearchshell.c#28d6ac1dc283e0a30ef652b9b29225d52827a55e</link>
        <description>Merge branch &apos;barry/2023-07-17/linter-fixes-snes&apos; into &apos;main&apos;Manual Linter fixes: SNESSee merge request petsc/petsc!6719

            List of files:
            /petsc/src/snes/linesearch/impls/shell/linesearchshell.c</description>
        <pubDate>Mon, 24 Jul 2023 23:12:46 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ceaaa4989964adb3f5eb130cb04b8f49c83e49c9 - Manual linter fixes: snes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/linesearch/impls/shell/linesearchshell.c#ceaaa4989964adb3f5eb130cb04b8f49c83e49c9</link>
        <description>Manual linter fixes: snes

            List of files:
            /petsc/src/snes/linesearch/impls/shell/linesearchshell.c</description>
        <pubDate>Mon, 17 Jul 2023 21:44:47 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&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/snes/linesearch/impls/shell/linesearchshell.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/snes/linesearch/impls/shell/linesearchshell.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/snes/linesearch/impls/shell/linesearchshell.c#4f572ea9526f19623f23a8c158f3503516190bbc</link>
        <description>Rename PetscValidPointer -&gt; PetscAssertPointer

            List of files:
            /petsc/src/snes/linesearch/impls/shell/linesearchshell.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/snes/linesearch/impls/shell/linesearchshell.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/snes/linesearch/impls/shell/linesearchshell.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>e4094ef18e7e53fda86cf35f3a47fda48a8e77d8 - Lint apply: snes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/linesearch/impls/shell/linesearchshell.c#e4094ef18e7e53fda86cf35f3a47fda48a8e77d8</link>
        <description>Lint apply: snes

            List of files:
            /petsc/src/snes/linesearch/impls/shell/linesearchshell.c</description>
        <pubDate>Wed, 12 Jul 2023 16:38:20 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e9f3684022cfe37b1a5f96dd9de9d0142c1ba8b1 - Merge branch &apos;barry/2023-03-08/fix-man-pages-detected-by-lint&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/linesearch/impls/shell/linesearchshell.c#e9f3684022cfe37b1a5f96dd9de9d0142c1ba8b1</link>
        <description>Merge branch &apos;barry/2023-03-08/fix-man-pages-detected-by-lint&apos; into &apos;main&apos;Fix many manual pagesSee merge request petsc/petsc!6162

            List of files:
            /petsc/src/snes/linesearch/impls/shell/linesearchshell.c</description>
        <pubDate>Sat, 18 Mar 2023 03:53:19 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>20f4b53cbb5e9bd9ef12b76a8697d60d197cda17 - Fix manual pages based on reports from Jacob&apos;s lint tool</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/linesearch/impls/shell/linesearchshell.c#20f4b53cbb5e9bd9ef12b76a8697d60d197cda17</link>
        <description>Fix manual pages based on reports from Jacob&apos;s lint toolCommit-type: documentation

            List of files:
            /petsc/src/snes/linesearch/impls/shell/linesearchshell.c</description>
        <pubDate>Thu, 09 Mar 2023 01:51:37 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
