<?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 options.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/objects/options.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/objects/options.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/objects/options.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/objects/options.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>b97dbd2ec65a30edb719321b4aa226dfabe691dc - Merge branch &apos;fix-options-left&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/options.c#b97dbd2ec65a30edb719321b4aa226dfabe691dc</link>
        <description>Merge branch &apos;fix-options-left&apos; into &apos;main&apos;Fixes doc and behaviour of an unset -options_left value as reported in #1834.Closes #1834See merge request petsc/petsc!8905

            List of files:
            /petsc/src/sys/objects/options.c</description>
        <pubDate>Fri, 09 Jan 2026 21:03:52 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a51b1039bd89f6203bcfe231f440503fcfb61387 - Fixes doc and behaviour of an unset -options_left value as reported in #1834.</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/options.c#a51b1039bd89f6203bcfe231f440503fcfb61387</link>
        <description>Fixes doc and behaviour of an unset -options_left value as reported in #1834.Now, `-options_left` and `-options_view` are independent.

            List of files:
            /petsc/src/sys/objects/options.c</description>
        <pubDate>Fri, 19 Dec 2025 15:10:29 +0000</pubDate>
        <dc:creator>Eric Chamberland &lt;ericc@giref.ulaval.ca&gt;</dc:creator>
    </item>
<item>
        <title>18ea161e4ce0af9a9724fa8d8f2448281da47583 - Merge branch &apos;stefanozampini/fixes-before-release&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/options.c#18ea161e4ce0af9a9724fa8d8f2448281da47583</link>
        <description>Merge branch &apos;stefanozampini/fixes-before-release&apos; into &apos;main&apos;small fixes before releaseSee merge request petsc/petsc!8717

            List of files:
            /petsc/src/sys/objects/options.c</description>
        <pubDate>Thu, 25 Sep 2025 04:39:59 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ff757e9ed32bbcef3942f3dfaa0b0e5e5161d696 - PetscOptionsGetXXXArray: Check pointer only if nmax &gt; 0</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/options.c#ff757e9ed32bbcef3942f3dfaa0b0e5e5161d696</link>
        <description>PetscOptionsGetXXXArray: Check pointer only if nmax &gt; 0

            List of files:
            /petsc/src/sys/objects/options.c</description>
        <pubDate>Tue, 09 Sep 2025 14:17:28 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>8112c1cbf372cb53bf7c5aca994a84a6a303db4d - Merge branch &apos;barry/2025-09-04/deprecate-mpiu-bool&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/options.c#8112c1cbf372cb53bf7c5aca994a84a6a303db4d</link>
        <description>Merge branch &apos;barry/2025-09-04/deprecate-mpiu-bool&apos; into &apos;main&apos;Deprecate MPIU_BOOL which used to be for PETSc&apos;s enum Bool but now is just MPI_C_BOOLSee merge request petsc/petsc!8691

            List of files:
            /petsc/src/sys/objects/options.c</description>
        <pubDate>Mon, 22 Sep 2025 18:44:15 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>5440e5dcf30153d9ab6dbf994494f40b7f9df88b - Deprecate MPIU_BOOL which used to be for PETSc&apos; enum Bool but now is just MPI_C_BOOL so no longer needs its own name</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/options.c#5440e5dcf30153d9ab6dbf994494f40b7f9df88b</link>
        <description>Deprecate MPIU_BOOL which used to be for PETSc&apos; enum Bool but now is just MPI_C_BOOL so no longer needs its own name

            List of files:
            /petsc/src/sys/objects/options.c</description>
        <pubDate>Thu, 04 Sep 2025 14:33:07 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>5c36b41bbe4a8e926f695f061a3e8fa28c7d3706 - Merge branch &apos;stefanozampini/add-test-superludist-fail&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/options.c#5c36b41bbe4a8e926f695f061a3e8fa28c7d3706</link>
        <description>Merge branch &apos;stefanozampini/add-test-superludist-fail&apos; into &apos;main&apos;petsc_harness.sh: no error code tests for timeoutsSee merge request petsc/petsc!8681

            List of files:
            /petsc/src/sys/objects/options.c</description>
        <pubDate>Thu, 04 Sep 2025 14:49:20 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>13d105a8fbca88d82acafacbc782a022889ce481 - PetscOptionsGetEList: improve error message</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/options.c#13d105a8fbca88d82acafacbc782a022889ce481</link>
        <description>PetscOptionsGetEList: improve error messageenclosing wrong options in &quot;&quot;

            List of files:
            /petsc/src/sys/objects/options.c</description>
        <pubDate>Tue, 02 Sep 2025 08:00:26 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&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/sys/objects/options.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/sys/objects/options.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>ac530a7e429a3ef5a9263376acf6071236a5db98 - Remove unnecessary braces around one-liners</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/options.c#ac530a7e429a3ef5a9263376acf6071236a5db98</link>
        <description>Remove unnecessary braces around one-linersgit grep -lE &quot;[ ]*(if|for|while) \(.*\) {[^;]*;[^;]*}$&quot; -- &apos;*.c&apos; &apos;*.cxx&apos; &apos;*.cu&apos; &apos;*.h&apos; &apos;*.hpp&apos; &apos;*.cpp&apos; | xargs sed -i &apos;&apos; -E &apos;s#([ ]*)(if|for|while) \((.*)\) {([^;]*);([^;]*)}$#\1\2 \(\3\)\4;\5#&apos;

            List of files:
            /petsc/src/sys/objects/options.c</description>
        <pubDate>Tue, 03 Jun 2025 13:10:33 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>966bd95a39c2334d2e2ce17ad22128f3c1861eeb - Convert some SETERRQ() to PetscCheck()</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/options.c#966bd95a39c2334d2e2ce17ad22128f3c1861eeb</link>
        <description>Convert some SETERRQ() to PetscCheck()

            List of files:
            /petsc/src/sys/objects/options.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>44430c49060301b46cd0f79a96057a35310ccb63 - Merge branch &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/options.c#44430c49060301b46cd0f79a96057a35310ccb63</link>
        <description>Merge branch &apos;release&apos;

            List of files:
            /petsc/src/sys/objects/options.c</description>
        <pubDate>Fri, 30 May 2025 21:13:19 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>9276e9350ee817d13e590abd8413ffb5479873f3 - Merge branch &apos;barry/fix-ftn-stubs&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/options.c#9276e9350ee817d13e590abd8413ffb5479873f3</link>
        <description>Merge branch &apos;barry/fix-ftn-stubs&apos; into &apos;release&apos;Fix a couple bugs in current Fortran stubsSee merge request petsc/petsc!8452

            List of files:
            /petsc/src/sys/objects/options.c</description>
        <pubDate>Fri, 30 May 2025 19:54:47 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6f8503afd8ad4bbe73ed56cecb56c6e6848a045d - Fix a couple bugs in current Fortran stubs</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/options.c#6f8503afd8ad4bbe73ed56cecb56c6e6848a045d</link>
        <description>Fix a couple bugs in current Fortran stubs

            List of files:
            /petsc/src/sys/objects/options.c</description>
        <pubDate>Thu, 15 May 2025 02:28:20 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>0d821f603638cf319655b464fce8824689c6444b - Merge branch &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/options.c#0d821f603638cf319655b464fce8824689c6444b</link>
        <description>Merge branch &apos;release&apos;

            List of files:
            /petsc/src/sys/objects/options.c</description>
        <pubDate>Wed, 30 Apr 2025 17:57:40 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>efe484147c8b7e7f078a201e752ba466b9000752 - Merge branch &apos;stefanozampini/deprecated-option-no-overwrite&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/options.c#efe484147c8b7e7f078a201e752ba466b9000752</link>
        <description>Merge branch &apos;stefanozampini/deprecated-option-no-overwrite&apos; into &apos;release&apos;Deprecated options should not overwrite option values if the latter are givenSee merge request petsc/petsc!8362

            List of files:
            /petsc/src/sys/objects/options.c</description>
        <pubDate>Wed, 30 Apr 2025 17:39:41 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>5669f5d83411ae6933b5a7ca80ad33b1f5d72652 - PetscOptionsDeprecated: do not overwrite new option if it is provided</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/options.c#5669f5d83411ae6933b5a7ca80ad33b1f5d72652</link>
        <description>PetscOptionsDeprecated: do not overwrite new option if it is provided

            List of files:
            /petsc/src/sys/objects/options.c</description>
        <pubDate>Wed, 30 Apr 2025 17:39:41 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>09b68a49ed2854d1e4985cc2aa6af33c7c4e69b3 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/options.c#09b68a49ed2854d1e4985cc2aa6af33c7c4e69b3</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/sys/objects/options.c</description>
        <pubDate>Fri, 04 Apr 2025 16:52:00 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
