<?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 fftw.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>ba61784b0d5279c10b9d3cdd07d6ab8635a1fe44 - Merge branch &apos;barry/2026-02-07/fix-fftw-interface-int&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/fft/fftw/fftw.c#ba61784b0d5279c10b9d3cdd07d6ab8635a1fe44</link>
        <description>Merge branch &apos;barry/2026-02-07/fix-fftw-interface-int&apos; into &apos;main&apos;Add casting to fftw.c to prevent possible truncating of ptrdiff_t to PetscIntSee merge request petsc/petsc!9010

            List of files:
            /petsc/src/mat/impls/fft/fftw/fftw.c</description>
        <pubDate>Mon, 23 Feb 2026 15:07:14 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2884b08df59ee4399951cd5acac6c8153bdb5f02 - Add casting to fftw.c to prevent possible truncating of ptrdiff_t to PetscInt</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/fft/fftw/fftw.c#2884b08df59ee4399951cd5acac6c8153bdb5f02</link>
        <description>Add casting to fftw.c to prevent possible truncating of ptrdiff_t to PetscIntReported-by: Martin DiehlGitlab0-issue:  #1854

            List of files:
            /petsc/src/mat/impls/fft/fftw/fftw.c</description>
        <pubDate>Sat, 07 Feb 2026 18:39:39 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c5e72636b2d9a321f94c0ae5541b656f747ad7ff - Merge branch &apos;jolivet/housekeeping&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/fft/fftw/fftw.c#c5e72636b2d9a321f94c0ae5541b656f747ad7ff</link>
        <description>Merge branch &apos;jolivet/housekeeping&apos; into &apos;main&apos;HousekeepingSee merge request petsc/petsc!8326

            List of files:
            /petsc/src/mat/impls/fft/fftw/fftw.c</description>
        <pubDate>Thu, 17 Apr 2025 01:14:36 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>523895ee4f068e6401cdb7a71a1bc8643023609c - Remove unneeded variable and functions</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/fft/fftw/fftw.c#523895ee4f068e6401cdb7a71a1bc8643023609c</link>
        <description>Remove unneeded variable and functions

            List of files:
            /petsc/src/mat/impls/fft/fftw/fftw.c</description>
        <pubDate>Wed, 16 Apr 2025 12:54:02 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>cb8654710bdd14fb9ec39d7162211241f35c3fff - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/fft/fftw/fftw.c#cb8654710bdd14fb9ec39d7162211241f35c3fff</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/mat/impls/fft/fftw/fftw.c</description>
        <pubDate>Thu, 06 Mar 2025 22:31:24 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>f1a102248e583b1ca9d23d05c7fa1560feeb6135 - Merge branch &apos;barry/2025-03-05/fix-fftw-bug-nontrivial-plans/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/fft/fftw/fftw.c#f1a102248e583b1ca9d23d05c7fa1560feeb6135</link>
        <description>Merge branch &apos;barry/2025-03-05/fix-fftw-bug-nontrivial-plans/release&apos; into &apos;release&apos;Fix bug in our FFTW interface that could produce completely incorrect results...See merge request petsc/petsc!8181

            List of files:
            /petsc/src/mat/impls/fft/fftw/fftw.c</description>
        <pubDate>Thu, 06 Mar 2025 22:21:16 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>e8bdd1797048445815e3ddde65485dd6fd6336a7 - Fix bug in our FFTW interface that could produce completely incorrect results for any of the nontrivial FFTW plans.</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/fft/fftw/fftw.c#e8bdd1797048445815e3ddde65485dd6fd6336a7</link>
        <description>Fix bug in our FFTW interface that could produce completely incorrect results for any of the nontrivial FFTW plans.Reported-by: Satish Balay

            List of files:
            /petsc/src/mat/impls/fft/fftw/fftw.c</description>
        <pubDate>Wed, 05 Mar 2025 20:55:54 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>d0e6bf2ad94dcc89b258ce16c7987200a4714786 - Merge branch &apos;jolivet/clang-format-19&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/fft/fftw/fftw.c#d0e6bf2ad94dcc89b258ce16c7987200a4714786</link>
        <description>Merge branch &apos;jolivet/clang-format-19&apos; into &apos;main&apos;clang-format-19See merge request petsc/petsc!7644

            List of files:
            /petsc/src/mat/impls/fft/fftw/fftw.c</description>
        <pubDate>Wed, 25 Sep 2024 06:44:18 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>57508ece14a6b1339c0bbf016ecd72f673a062b0 - Remove unneeded parentheses</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/fft/fftw/fftw.c#57508ece14a6b1339c0bbf016ecd72f673a062b0</link>
        <description>Remove unneeded parentheses

            List of files:
            /petsc/src/mat/impls/fft/fftw/fftw.c</description>
        <pubDate>Tue, 17 Sep 2024 23:49:15 +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/mat/impls/fft/fftw/fftw.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/mat/impls/fft/fftw/fftw.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>fbccb6d4aee615a408613f07f0a20245ae912c37 - CI: update to clang-format-18</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/fft/fftw/fftw.c#fbccb6d4aee615a408613f07f0a20245ae912c37</link>
        <description>CI: update to clang-format-18

            List of files:
            /petsc/src/mat/impls/fft/fftw/fftw.c</description>
        <pubDate>Sat, 18 Nov 2023 07:08:12 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>f4f49eeac7efa77fffa46b7ff95a3ed169f659ed - Remove multiple parentheses and extra semicolon</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/fft/fftw/fftw.c#f4f49eeac7efa77fffa46b7ff95a3ed169f659ed</link>
        <description>Remove multiple parentheses and extra semicolongit grep -l -E &quot;\(\([a-zA-Z0-9_]+\)\(\*[a-zA-Z0-9_]+\)[, )]&quot; | xargs sed -r -i&apos;&apos; &apos;s#\(\(([a-zA-Z0-9_]+)\)\(\*([a-zA-Z0-9_]+)\)([, )])#\(\(\1\)\*\2\3#g&apos;git grep -l -E &quot;Petsc(.)*\(\(\*[a-zA-Z0-9_]*\),&quot; | xargs sed -r -i&apos;&apos; &apos;s#Petsc([a-zA-Z0-9_]*)\(\(\*([a-zA-Z0-9_]*)\), #Petsc\1(*\2, #g&apos;git grep -l -E &quot;([\!\&amp;\~\*\(]|\)\)|\([^,\*\(]+\**\))\(([a-zA-Z0-9_]+((\.|-&gt;)[a-zA-Z0-9_]+|\[[a-zA-Z0-9_ \%\+\*\-]+\])+)\)&quot; | xargs sed -r -i&apos;&apos; &apos;s#([\!\&amp;\~\*\(]|\)\)|\([^,\*\(]+\**\))\(([a-zA-Z0-9_]+((\.|-&gt;)[a-zA-Z0-9_]+|\[[a-zA-Z0-9_ \%\+\*\-]+\])+)\)#\1\2#g&apos;

            List of files:
            /petsc/src/mat/impls/fft/fftw/fftw.c</description>
        <pubDate>Sun, 11 Feb 2024 06:40:18 +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/mat/impls/fft/fftw/fftw.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/mat/impls/fft/fftw/fftw.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/mat/impls/fft/fftw/fftw.c#92bec4eefde5b79327e7cea3b0266e7580ec8183</link>
        <description>Remove first and last empty lines

            List of files:
            /petsc/src/mat/impls/fft/fftw/fftw.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>9c5460f9064ca60dd71a234a1f6faf93e7a6b0c9 - Merge branch &apos;jacobf/2023-08-09/linter-detect-static-function-candidates&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/fft/fftw/fftw.c#9c5460f9064ca60dd71a234a1f6faf93e7a6b0c9</link>
        <description>Merge branch &apos;jacobf/2023-08-09/linter-detect-static-function-candidates&apos; into &apos;main&apos;Linter detect possible static functionsSee merge request petsc/petsc!6796

            List of files:
            /petsc/src/mat/impls/fft/fftw/fftw.c</description>
        <pubDate>Thu, 17 Aug 2023 16:08:06 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>66976f2f44dcc61d86a452a70219fb23b45d00f0 - Add static to internal functions</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/fft/fftw/fftw.c#66976f2f44dcc61d86a452a70219fb23b45d00f0</link>
        <description>Add static to internal functions

            List of files:
            /petsc/src/mat/impls/fft/fftw/fftw.c</description>
        <pubDate>Mon, 14 Aug 2023 15:12:42 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@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/mat/impls/fft/fftw/fftw.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/mat/impls/fft/fftw/fftw.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>fe59aa6d68c880d4014a5813129926ee5b21e858 - Lint apply: mat</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/fft/fftw/fftw.c#fe59aa6d68c880d4014a5813129926ee5b21e858</link>
        <description>Lint apply: mat

            List of files:
            /petsc/src/mat/impls/fft/fftw/fftw.c</description>
        <pubDate>Wed, 12 Jul 2023 16:13:53 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>8c38e02a3678447a1eb0f10af923e943bbe70cd9 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/fft/fftw/fftw.c#8c38e02a3678447a1eb0f10af923e943bbe70cd9</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/mat/impls/fft/fftw/fftw.c</description>
        <pubDate>Sat, 03 Jun 2023 14:24:17 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4ff55f773fdc3f7994f0698b50b246879e7af95b - Merge branch &apos;barry/2023-05-27/improve-tutorials/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/fft/fftw/fftw.c#4ff55f773fdc3f7994f0698b50b246879e7af95b</link>
        <description>Merge branch &apos;barry/2023-05-27/improve-tutorials/release&apos; into &apos;release&apos;Minor cleanup of website tutorialsSee merge request petsc/petsc!6520

            List of files:
            /petsc/src/mat/impls/fft/fftw/fftw.c</description>
        <pubDate>Thu, 01 Jun 2023 17:07:49 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
