<?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 .dir-locals.el</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>97c047f8306e861d004fa98651e63d4b3bca0606 - Merge branch &apos;barry/2023-10-18/rm-dirs-from-makefiles&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/.dir-locals.el#97c047f8306e861d004fa98651e63d4b3bca0606</link>
        <description>Merge branch &apos;barry/2023-10-18/rm-dirs-from-makefiles&apos; into &apos;main&apos;Remove use of and the DIRS variables from the makefilesSee merge request petsc/petsc!6945

            List of files:
            /petsc/.dir-locals.el</description>
        <pubDate>Wed, 25 Oct 2023 15:16:56 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>66af8762ec03dbef0e079729eb2a1734a35ed7ff - Remove DIRS variable and unneeded tabs from all makefiles since no longer needed</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/.dir-locals.el#66af8762ec03dbef0e079729eb2a1734a35ed7ff</link>
        <description>Remove DIRS variable and unneeded tabs from all makefiles since no longer neededCommit-type: housekeeping

            List of files:
            /petsc/.dir-locals.el</description>
        <pubDate>Wed, 18 Oct 2023 19:31:26 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4ab547ceb31cf8c1287f5da2fc6aa6a54e2c08bd - Merge branch &apos;jacobf/2021-10-11/clang-linter-parse-docstrings&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/.dir-locals.el#4ab547ceb31cf8c1287f5da2fc6aa6a54e2c08bd</link>
        <description>Merge branch &apos;jacobf/2021-10-11/clang-linter-parse-docstrings&apos; into &apos;main&apos;Feature: Lint Sowing DocstringsSee merge request petsc/petsc!4443

            List of files:
            /petsc/.dir-locals.el</description>
        <pubDate>Thu, 12 Jan 2023 14:47:27 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>447bcd8fae0acafb34f76e22d0a980ee3af1ea6c - Reshuffle linter code into a proper python package</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/.dir-locals.el#447bcd8fae0acafb34f76e22d0a980ee3af1ea6c</link>
        <description>Reshuffle linter code into a proper python packageUpgrade clang linter:- Improved stability of clang library calls- clang linter can now check docstrings for correctness- Major improvements to diff merging- Handle overlapping deletion by discarding one patch or the other, patches now supportcallbacks to remove themselves from the linter if discarded- Better duplicate and missing function argument detection- Improve printing and diagnostics for functions- Add checks for duplicate headers, non-lowercase levels, spacing between docstring andsymbol, indentation, title-cased headings, no content on comment begin and end lines- Add better checking for sowing identifier matching- Tests now can also output and diff:- stdout (useful for when tests should catch errors but can&apos;t fix them)- Fixed errors- Now able to apply multiline patches, and far more robust diff support- Add a lot more auto fixits- Add new SourceLocation and SourceRange wrappers- Major performance improvements in __lt__ and __ge__ from caching for SourceLocation and SourceRange- check that function has a custom fortran interface if it has a function pointer and charstring- Check that parameter lists start with the right character and- Source fixes now applied in chronological order, and test that patches can be applied as well- Improved parameter list alignment checker- Add support for additional notes types and unknown/unhandled sections- Allow disabling of diagnostics via &apos;-fdiagnostic-name [yes/no/maybe-so]&apos;- enum docstring checking and better parameter-list alignment enforcement- Check spacing in inline lists- Check for duplicates and self-references in seealso lists- Detect headers that are missing a colon, and detect headers that probably shouldn&apos;t be headers- Dheck that synopsis descriptions aren&apos;t overly long-winded- Handle inline code-block within parameter lists because snes.c is a nightmare- Check explicit synopses contain the right parameters- Added check to explicit macro docstrings on whether the symbol they claim to describeexists in the header- Improve diagnostic for matching argument idx- Show trace back to parent arguments if applicable- 10x performance improvements for SourceRange and SourceLocation- Be able to handle arbitrary number of nested function-pointer parameters as documentation- Rework initial loader, use lazy loading to improve startup timeUpdate dir-locals.el to reflect new 2 column indentation, and enforce no stars in comments

            List of files:
            /petsc/.dir-locals.el</description>
        <pubDate>Mon, 11 Oct 2021 22:02:31 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e366c154b69cf29c88be23f768f0f07dd2b3250c - Merge commit &apos;d47bf9aaf1e5266cc3f0ff499f934c85788965a9&apos; into jed/fix-matcreatempibaij/maint</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/.dir-locals.el#e366c154b69cf29c88be23f768f0f07dd2b3250c</link>
        <description>Merge commit &apos;d47bf9aaf1e5266cc3f0ff499f934c85788965a9&apos; into jed/fix-matcreatempibaij/maintObtain changed (v3.5) handling of MatMPIBAIJSetPreallocationCSR to matchdocumentation.

            List of files:
            /petsc/.dir-locals.el</description>
        <pubDate>Wed, 15 Nov 2017 03:23:31 +0000</pubDate>
        <dc:creator>Jed Brown &lt;jed@jedbrown.org&gt;</dc:creator>
    </item>
<item>
        <title>0f55b88d1ac75fa99e70a53aff055236a607e7f1 - backout all chmod stuff in bf971ba58125</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/.dir-locals.el#0f55b88d1ac75fa99e70a53aff055236a607e7f1</link>
        <description>backout all chmod stuff in bf971ba58125[but keep diffs to src/mat/impls/aij/mpi/mpimatmatmult.c ]Hg-commit: 4a812fc1f35496ce2717c7da9ef12ffabbd13258

            List of files:
            /petsc/.dir-locals.el</description>
        <pubDate>Tue, 03 Jul 2012 23:27:57 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c0174eb74783e1ccfa817272a5782dd72b4cfcef - removed a spurious call to MatSetBlockSize.</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/.dir-locals.el#c0174eb74783e1ccfa817272a5782dd72b4cfcef</link>
        <description>removed a spurious call to MatSetBlockSize.Hg-commit: bf971ba58125bd8cf7ceb2a9d0f5cdf27c27cc6a

            List of files:
            /petsc/.dir-locals.el</description>
        <pubDate>Tue, 03 Jul 2012 18:38:07 +0000</pubDate>
        <dc:creator>Mark F. Adams &lt;mark.adams@columbia.edu&gt;</dc:creator>
    </item>
<item>
        <title>d39137a2a458adbd0a91d85ebaeb24b763c9aad8 - commit after merge</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/.dir-locals.el#d39137a2a458adbd0a91d85ebaeb24b763c9aad8</link>
        <description>commit after mergeHg-commit: d540875a63b3c979c82b6a7fa7f062571e906d10

            List of files:
            /petsc/.dir-locals.el</description>
        <pubDate>Thu, 12 Jan 2012 13:37:38 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>247e2d9283ff1bbf8950108a11f1a3a3a92a3dd5 - Mass revert file modes that were made executable in f6e61ee9c329</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/.dir-locals.el#247e2d9283ff1bbf8950108a11f1a3a3a92a3dd5</link>
        <description>Mass revert file modes that were made executable in f6e61ee9c329Hg-commit: 116d90d0b66125cee0db3e7351047057e756baf5

            List of files:
            /petsc/.dir-locals.el</description>
        <pubDate>Fri, 06 Jan 2012 21:47:21 +0000</pubDate>
        <dc:creator>Jed Brown &lt;jed@59A2.org&gt;</dc:creator>
    </item>
<item>
        <title>832f73847984dd023cdcdcb50cf91f15c439cac4 - Merge</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/.dir-locals.el#832f73847984dd023cdcdcb50cf91f15c439cac4</link>
        <description>MergeHg-commit: ee8d91ae0580d1d4fa92be38a18d40c838b9a257

            List of files:
            /petsc/.dir-locals.el</description>
        <pubDate>Sun, 01 Jan 2012 21:29:02 +0000</pubDate>
        <dc:creator>Matthew G Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>14e519b04ad9914710bd5c45309095b042ccf36e - changed MatMatMult to MatTranposeMatMult.</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/.dir-locals.el#14e519b04ad9914710bd5c45309095b042ccf36e</link>
        <description>changed MatMatMult to MatTranposeMatMult.Hg-commit: f6e61ee9c329774cd5343eea1ee6b7432be17c3f

            List of files:
            /petsc/.dir-locals.el</description>
        <pubDate>Sat, 31 Dec 2011 20:22:50 +0000</pubDate>
        <dc:creator>Mark F. Adams &lt;mark.adams@columbia.edu&gt;</dc:creator>
    </item>
<item>
        <title>47b40911bd111865e0e2a73ebb4a2a6d2e624d4f - Merge.</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/.dir-locals.el#47b40911bd111865e0e2a73ebb4a2a6d2e624d4f</link>
        <description>Merge.Hg-commit: e1fc2c73eb56030dc76b20b68b959231bf213deb

            List of files:
            /petsc/.dir-locals.el</description>
        <pubDate>Wed, 01 Dec 2010 16:23:24 +0000</pubDate>
        <dc:creator>Dmitry Karpeev &lt;karpeev@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>75525bbfebf295efc1d18fd33054740d792266d6 - Add Emacs dir-locals.el</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/.dir-locals.el#75525bbfebf295efc1d18fd33054740d792266d6</link>
        <description>Add Emacs dir-locals.elIntent is to make consistent PETSc style easy for Emacs usershttp://www.gnu.org/software/emacs/manual/html_node/emacs/Directory-Variables.htmlHg-commit: d5deb3f3512cfe17049f54035740dcb6bbb02f2a

            List of files:
            /petsc/.dir-locals.el</description>
        <pubDate>Tue, 23 Nov 2010 22:32:43 +0000</pubDate>
        <dc:creator>Jed Brown &lt;jed@59A2.org&gt;</dc:creator>
    </item>
</channel>
</rss>
