<?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 sorti.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><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/utils/sorti.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/utils/sorti.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/utils/sorti.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/utils/sorti.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>c692d79c1f0c63521e36fff8113402701f2af9f9 - Merge branch &apos;jose/intel-warning&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/utils/sorti.c#c692d79c1f0c63521e36fff8113402701f2af9f9</link>
        <description>Merge branch &apos;jose/intel-warning&apos; into &apos;main&apos;Fix compile warningSee merge request petsc/petsc!8547

            List of files:
            /petsc/src/sys/utils/sorti.c</description>
        <pubDate>Mon, 14 Jul 2025 15:18:04 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>d76725a872a3594ec3ab3f3edd0bdecc1273a52b - Fix compile warning</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/utils/sorti.c#d76725a872a3594ec3ab3f3edd0bdecc1273a52b</link>
        <description>Fix compile warningWith Intel(R) oneAPI DPC++/C++ Compiler 2025.2.0petsc/src/sys/utils/sorti.c:671:46: warning: implicit conversion loses integer precision: &apos;PetscCount&apos; (aka &apos;long&apos;) to &apos;MPIU_Count&apos; (aka &apos;long long&apos;) [-Wimplicit-int-conversion]  671 |   PetscCall(PetscIntCast(key == X[lo] ? lo : -(lo + (key &gt; X[lo]) + 1), loc));      |             ~~~~~~~~~~~~                     ^~~~~~~~~~~~~~~~~~~~~~~~~petsc/include/petscerror.h:558:28: note: expanded from macro &apos;PetscCall&apos;  558 |       ierr_petsc_call_q_ = __VA_ARGS__; \      |                            ^~~~~~~~~~~

            List of files:
            /petsc/src/sys/utils/sorti.c</description>
        <pubDate>Fri, 11 Jul 2025 15:03:50 +0000</pubDate>
        <dc:creator>Jose E. Roman &lt;jroman@dsic.upv.es&gt;</dc:creator>
    </item>
<item>
        <title>6d8694c4fbab79f9439f1ad13c0386ba7ee1ca4b - Merge branch &apos;barry/2024-04-29/add-fortran-enums&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/utils/sorti.c#6d8694c4fbab79f9439f1ad13c0386ba7ee1ca4b</link>
        <description>Merge branch &apos;barry/2024-04-29/add-fortran-enums&apos; into &apos;main&apos;Major updates to Fortran interfaceSee merge request petsc/petsc!7517

            List of files:
            /petsc/src/sys/utils/sorti.c</description>
        <pubDate>Thu, 20 Mar 2025 04:32:18 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ce78bad369055609e946c9d2c25ea67a45873e27 - Fortran 90: fully embrace After 34 years!</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/utils/sorti.c#ce78bad369055609e946c9d2c25ea67a45873e27</link>
        <description>Fortran 90: fully embrace After 34 years!- deprecate use of &apos;F90&apos; in Fortran function names- use Fortran pointers when appropriate- the new Fortran API is not backward compatible with previous versions!- also clean up inconsistent PETSc code detected by new Fortran generation tools- drop use of bfort- automatically generate all the Fortran PETSc objects, enums etc from the include files- generate most of the Fortran interface definitions and functions from the source code- simplify the number and organization of Fortran modulesCo-authored-by: Jose E. Roman &lt;jroman@dsic.upv.es&gt;

            List of files:
            /petsc/src/sys/utils/sorti.c</description>
        <pubDate>Thu, 20 Feb 2025 06:12:11 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@petsc.dev&gt;</dc:creator>
    </item>
<item>
        <title>d34ab3a3b78907064f72418aab6f14fcc696a2f4 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/utils/sorti.c#d34ab3a3b78907064f72418aab6f14fcc696a2f4</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/sys/utils/sorti.c</description>
        <pubDate>Mon, 24 Feb 2025 15:45:22 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>32edcb65b165b0555daaea6103d5a10bb4af5b89 - Merge branch &apos;jolivet/fix-docs&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/utils/sorti.c#32edcb65b165b0555daaea6103d5a10bb4af5b89</link>
        <description>Merge branch &apos;jolivet/fix-docs&apos; into &apos;release&apos;Fix typosSee merge request petsc/petsc!8155

            List of files:
            /petsc/src/sys/utils/sorti.c</description>
        <pubDate>Sat, 22 Feb 2025 14:49:03 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>54c0599748d6bec40ddc3bedea0515243cbbf0fb - Fix typos</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/utils/sorti.c#54c0599748d6bec40ddc3bedea0515243cbbf0fb</link>
        <description>Fix typos

            List of files:
            /petsc/src/sys/utils/sorti.c</description>
        <pubDate>Fri, 21 Feb 2025 12:26:06 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>09378cb4d5d28b496e4cff5aa10db32bddd41be7 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/utils/sorti.c#09378cb4d5d28b496e4cff5aa10db32bddd41be7</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/sys/utils/sorti.c</description>
        <pubDate>Fri, 17 Jan 2025 05:33:44 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>d6682a24ef7f078f045745f8d3d7413686259c47 - Merge branch &apos;jrwrigh/kd_tree&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/utils/sorti.c#d6682a24ef7f078f045745f8d3d7413686259c47</link>
        <description>Merge branch &apos;jrwrigh/kd_tree&apos; into &apos;main&apos;Add PetscKDTreeSee merge request petsc/petsc!7954

            List of files:
            /petsc/src/sys/utils/sorti.c</description>
        <pubDate>Fri, 17 Jan 2025 05:33:05 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>98480730077ed2eb9d6c4a96b667530324fc8426 - IS: Add PetscKDTree</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/utils/sorti.c#98480730077ed2eb9d6c4a96b667530324fc8426</link>
        <description>IS: Add PetscKDTreeCo-authored-by: Barry Smith &lt;bsmith@mcs.anl.gov&gt;

            List of files:
            /petsc/src/sys/utils/sorti.c</description>
        <pubDate>Fri, 18 Oct 2024 21:24:07 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>33845aca659d0462c88fafeb43c1d6664605b509 - Merge branch &apos;jrwrigh/sort_docs&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/utils/sorti.c#33845aca659d0462c88fafeb43c1d6664605b509</link>
        <description>Merge branch &apos;jrwrigh/sort_docs&apos; into &apos;release&apos;sys: Misc doc changes to Sort routinesSee merge request petsc/petsc!8085

            List of files:
            /petsc/src/sys/utils/sorti.c</description>
        <pubDate>Thu, 16 Jan 2025 21:32:59 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>3334a46394f23ba1657cbf016653eddf12499c4c - sys: Misc doc changes to Sort routines</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/utils/sorti.c#3334a46394f23ba1657cbf016653eddf12499c4c</link>
        <description>sys: Misc doc changes to Sort routines

            List of files:
            /petsc/src/sys/utils/sorti.c</description>
        <pubDate>Thu, 09 Jan 2025 17:58:54 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>77aa4f85b439634bf75bd57b58720ef6c5f004ac - sys: Add PetscFindCount and PetscSortedCheckDupsCount</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/utils/sorti.c#77aa4f85b439634bf75bd57b58720ef6c5f004ac</link>
        <description>sys: Add PetscFindCount and PetscSortedCheckDupsCount

            List of files:
            /petsc/src/sys/utils/sorti.c</description>
        <pubDate>Fri, 18 Oct 2024 21:23:38 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&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/sys/utils/sorti.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/sys/utils/sorti.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/sys/utils/sorti.c#57508ece14a6b1339c0bbf016ecd72f673a062b0</link>
        <description>Remove unneeded parentheses

            List of files:
            /petsc/src/sys/utils/sorti.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>d8e47b638cf8f604a99e9678e1df24f82d959cd7 - Merge branch &apos;barry/2024-09-02/rebased-fix-conversion-warnings&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/utils/sorti.c#d8e47b638cf8f604a99e9678e1df24f82d959cd7</link>
        <description>Merge branch &apos;barry/2024-09-02/rebased-fix-conversion-warnings&apos; into &apos;main&apos;Compiler finds (and forbid) casts from higher precision integers to lowerSee merge request petsc/petsc!7806

            List of files:
            /petsc/src/sys/utils/sorti.c</description>
        <pubDate>Tue, 17 Sep 2024 21:30:20 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>462c564db5c15796f1f07c2b71ff29812cdd1aad - Fix MPIU_* routines to always return MPI error codes and thus be usable with PetscCallMPI()</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/utils/sorti.c#462c564db5c15796f1f07c2b71ff29812cdd1aad</link>
        <description>Fix MPIU_* routines to always return MPI error codes and thus be usable with PetscCallMPI()Introduce MPIU_Count to be used when MPI_Count is not available

            List of files:
            /petsc/src/sys/utils/sorti.c</description>
        <pubDate>Sat, 14 Sep 2024 12:41:22 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>1690c2ae071c7584458d4e437df7b47bc4686b3c - Change from deprecated PETSC_MAX/MIN_INT to PETSC_INT_MAX/MIN</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/utils/sorti.c#1690c2ae071c7584458d4e437df7b47bc4686b3c</link>
        <description>Change from deprecated PETSC_MAX/MIN_INT to PETSC_INT_MAX/MINCommit-type: i.e. error-checking, optimization, bug-fix, portability-fix, testing-fix, style-fix, feature, documentation, exampleFunded-by:Project:Time:     hoursReported-by:Thanks-to:Development Tools: Vim, Emacs, Eclipse

            List of files:
            /petsc/src/sys/utils/sorti.c</description>
        <pubDate>Tue, 10 Sep 2024 20:38:23 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
