<?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 t407-qfunction.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>134a5f7b65b073eb60c36722678fe68c89a9b9b6 - Merge pull request #1475 from CEED/jeremy/print-size</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t407-qfunction.c#134a5f7b65b073eb60c36722678fe68c89a9b9b6</link>
        <description>Merge pull request #1475 from CEED/jeremy/print-sizeUse CeedSize_FMT

            List of files:
            /libCEED/tests/t407-qfunction.c</description>
        <pubDate>Tue, 20 Feb 2024 20:12:38 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>249f8407d3193c39004e0d62898526a0457c663c - minor - use CeedSize_FMT and similar changes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t407-qfunction.c#249f8407d3193c39004e0d62898526a0457c663c</link>
        <description>minor - use CeedSize_FMT and similar changes

            List of files:
            /libCEED/tests/t407-qfunction.c</description>
        <pubDate>Tue, 20 Feb 2024 18:40:25 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>8d780e656ab974843537adc972c46a0508fa9677 - Merge pull request #1396 from CEED/jeremy/context-bool</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t407-qfunction.c#8d780e656ab974843537adc972c46a0508fa9677</link>
        <description>Merge pull request #1396 from CEED/jeremy/context-boolAdd Boolan context field register/set/get/restore

            List of files:
            /libCEED/tests/t407-qfunction.c</description>
        <pubDate>Fri, 17 Nov 2023 17:10:14 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>5b6ec284bdf44cf80e0149478c71a532d645e5cd - ctx - add Boolan field register/set/get/restore</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t407-qfunction.c#5b6ec284bdf44cf80e0149478c71a532d645e5cd</link>
        <description>ctx - add Boolan field register/set/get/restore

            List of files:
            /libCEED/tests/t407-qfunction.c</description>
        <pubDate>Wed, 15 Nov 2023 19:34:02 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>87f5e94eb5ebc31c829c6285c42d209cb32e9b36 - Merge pull request #1364 from CEED/jeremy/get-label</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t407-qfunction.c#87f5e94eb5ebc31c829c6285c42d209cb32e9b36</link>
        <description>Merge pull request #1364 from CEED/jeremy/get-labelUpdate CeedContextFieldLabelGetDescription with offset

            List of files:
            /libCEED/tests/t407-qfunction.c</description>
        <pubDate>Thu, 05 Oct 2023 16:15:42 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>1ff07f3dbd21e457c383230b3fb668f16d9d24e8 - ctx - update CeedContextFieldLabelGetDescription with offset</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t407-qfunction.c#1ff07f3dbd21e457c383230b3fb668f16d9d24e8</link>
        <description>ctx - update CeedContextFieldLabelGetDescription with offset

            List of files:
            /libCEED/tests/t407-qfunction.c</description>
        <pubDate>Wed, 04 Oct 2023 21:13:59 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>49aac155e7a09736f56fb3abac0f57dab29f7cbf - IWYU fixes (#1182)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t407-qfunction.c#49aac155e7a09736f56fb3abac0f57dab29f7cbf</link>
        <description>IWYU fixes (#1182)* iwyu - include fixes* iwyu - silence some iwyu output* minor - clearer macro names* iwyu - fix suggestion of &quot;ceed/ceed.h&quot; externally* iwyu - lighter petsc headers* iwyu - ceed/ceed.h -&gt; ceed.h* iwyu - cuda/hip include fixes

            List of files:
            /libCEED/tests/t407-qfunction.c</description>
        <pubDate>Fri, 24 Mar 2023 15:20:50 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>2b730f8b5a9c809740a0b3b302db43a719c636b1 - Switch to clang-format (#1051)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t407-qfunction.c#2b730f8b5a9c809740a0b3b302db43a719c636b1</link>
        <description>Switch to clang-format (#1051)* style - switch to clang-format* ci - use newer libxsmm* action - update format action* format - consistent use of {} for multi-line if/for* make - remove stray newline* make - simpler &apos;make format&apos; target* ci - use newer libxsmm* doc - minor release note claification* minor - minor fix* minor - minor fix* minor - minor fix* minor - minor fix* make format* format - less aggressive alignment rules* tidy - check for argument name mismatches* fix newline* format - mirror Ratel update to .clang-format* fix merge error* fix merge conflict* fix merge error* drop style in .phony list* Update .clang-formatCo-authored-by: Jed Brown &lt;jed@jedbrown.org&gt;* apply updated formatCo-authored-by: Jed Brown &lt;jed@jedbrown.org&gt;

            List of files:
            /libCEED/tests/t407-qfunction.c</description>
        <pubDate>Thu, 17 Nov 2022 05:13:46 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>cb03979f09f11f2f58ca1dff8031348aa48729d3 - Merge pull request #1002 from CEED/jeremy/format-ceed-types</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t407-qfunction.c#cb03979f09f11f2f58ca1dff8031348aa48729d3</link>
        <description>Merge pull request #1002 from CEED/jeremy/format-ceed-typesAdd CeedInt_FMT

            List of files:
            /libCEED/tests/t407-qfunction.c</description>
        <pubDate>Tue, 28 Jun 2022 21:47:18 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>600b7929b98f3d8efad5f619bace308a359a46af - test - update tests to use CeedInt_FMT</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t407-qfunction.c#600b7929b98f3d8efad5f619bace308a359a46af</link>
        <description>test - update tests to use CeedInt_FMT

            List of files:
            /libCEED/tests/t407-qfunction.c</description>
        <pubDate>Tue, 28 Jun 2022 20:21:36 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>678fcfc3c7caf133d7a7e05104b661cf0bb05143 - Merge pull request #946 from CEED/jeremy/label-to-backend</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t407-qfunction.c#678fcfc3c7caf133d7a7e05104b661cf0bb05143</link>
        <description>Merge pull request #946 from CEED/jeremy/label-to-backendMove CeedQFunctionContextGetFieldLabel to backend interface

            List of files:
            /libCEED/tests/t407-qfunction.c</description>
        <pubDate>Thu, 21 Apr 2022 16:29:26 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>e6a0ab89c38f1283091e68ca521745ca21d629af - ctx - move CeedQFunctionContextGetFieldLabel to backend interface</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t407-qfunction.c#e6a0ab89c38f1283091e68ca521745ca21d629af</link>
        <description>ctx - move CeedQFunctionContextGetFieldLabel to backend interface

            List of files:
            /libCEED/tests/t407-qfunction.c</description>
        <pubDate>Thu, 21 Apr 2022 15:21:22 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>83867d5739f3b5f423ea8cdc9523bb59d3f235e1 - Merge pull request #887 from CEED/jeremy/set-op-ctx-no-error</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t407-qfunction.c#83867d5739f3b5f423ea8cdc9523bb59d3f235e1</link>
        <description>Merge pull request #887 from CEED/jeremy/set-op-ctx-no-errorQFContext - create labels for registered fields

            List of files:
            /libCEED/tests/t407-qfunction.c</description>
        <pubDate>Thu, 03 Feb 2022 03:55:41 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>7bfe0f0e497883534890a072c2a8b865352898b0 - ctx - add support for registering multiple contiguous values of same type</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t407-qfunction.c#7bfe0f0e497883534890a072c2a8b865352898b0</link>
        <description>ctx - add support for registering multiple contiguous values of same type

            List of files:
            /libCEED/tests/t407-qfunction.c</description>
        <pubDate>Wed, 02 Feb 2022 18:04:50 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>0f86cbe7e90c9366c73a141bde379916ec0231bc - ctx - add function to access label details</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t407-qfunction.c#0f86cbe7e90c9366c73a141bde379916ec0231bc</link>
        <description>ctx - add function to access label details

            List of files:
            /libCEED/tests/t407-qfunction.c</description>
        <pubDate>Wed, 02 Feb 2022 17:23:41 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>3668ca4b583f336c0c2dcc810e26e2ac50a514b8 - ctx - add context field labels to interface</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t407-qfunction.c#3668ca4b583f336c0c2dcc810e26e2ac50a514b8</link>
        <description>ctx - add context field labels to interface

            List of files:
            /libCEED/tests/t407-qfunction.c</description>
        <pubDate>Tue, 01 Feb 2022 21:52:25 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>b36f2af8eb4e779074f4d92faffbc034a6db4539 - Merge pull request #871 from CEED/jeremy/operator-ctx</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t407-qfunction.c#b36f2af8eb4e779074f4d92faffbc034a6db4539</link>
        <description>Merge pull request #871 from CEED/jeremy/operator-ctxop - add ctx setting interface for operators

            List of files:
            /libCEED/tests/t407-qfunction.c</description>
        <pubDate>Tue, 18 Jan 2022 21:28:51 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>d8dd9a912dc9d585dc5c0667639a4157f4b711a3 - op - add ctx setting interface for operators</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t407-qfunction.c#d8dd9a912dc9d585dc5c0667639a4157f4b711a3</link>
        <description>op - add ctx setting interface for operators

            List of files:
            /libCEED/tests/t407-qfunction.c</description>
        <pubDate>Tue, 18 Jan 2022 17:28:35 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>85c7f5ed8e46d9c675b01a6417ecbe2db9ae7de0 - Merge pull request #860 from CEED/jeremy/qf-context-set-field</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t407-qfunction.c#85c7f5ed8e46d9c675b01a6417ecbe2db9ae7de0</link>
        <description>Merge pull request #860 from CEED/jeremy/qf-context-set-fieldctx - define interface for updating ctx fields

            List of files:
            /libCEED/tests/t407-qfunction.c</description>
        <pubDate>Tue, 21 Dec 2021 17:02:30 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>cdf32b9369b06315737c6f9df3317771bd8e77c7 - ctx - define interface for updating ctx fields</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t407-qfunction.c#cdf32b9369b06315737c6f9df3317771bd8e77c7</link>
        <description>ctx - define interface for updating ctx fields

            List of files:
            /libCEED/tests/t407-qfunction.c</description>
        <pubDate>Thu, 16 Dec 2021 17:13:32 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
</channel>
</rss>
