<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in barrysmith.pbxuser</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>c20d77252dee0f9c80fc6f8b1a6f948e11175edb - Merge branch &apos;jed/promote-examples-tests-tutorials&apos; [petsc/petsc!2610]</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/systems/Apple/iOS/examples/Basic/examples.xcodeproj/barrysmith.pbxuser#c20d77252dee0f9c80fc6f8b1a6f948e11175edb</link>
        <description>Merge branch &apos;jed/promote-examples-tests-tutorials&apos; [petsc/petsc!2610]* jed/promote-examples-tests-tutorials:  Promote examples/{tests,tutorials}/ to {tests,tutorials}/

            List of files:
            /petsc/systems/Apple/iOS/examples/Basic/examples.xcodeproj/barrysmith.pbxuser</description>
        <pubDate>Sun, 22 Mar 2020 01:49:31 +0000</pubDate>
        <dc:creator>Jed Brown &lt;jed@jedbrown.org&gt;</dc:creator>
    </item>
<item>
        <title>c4762a1b19cd2af06abeed90e8f9d34fb975dd94 - Promote examples/{tests,tutorials}/ to {tests,tutorials}/</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/systems/Apple/iOS/examples/Basic/examples.xcodeproj/barrysmith.pbxuser#c4762a1b19cd2af06abeed90e8f9d34fb975dd94</link>
        <description>Promote examples/{tests,tutorials}/ to {tests,tutorials}/This shortens paths and improves consistency between test target namesand paths to the source and output files.  Most of the work wascompleted by this script, followed by mild cleanup of nonconformingcases.for makefile in `git ls-files &apos;src/*makefile&apos;`; do    if rg -q &apos;DIRS.*\bexamples\b&apos; $makefile; then        base=$(dirname $makefile)        dirs=$(cd $base/examples &amp;&amp; ls -d tests tutorials 2&gt;/dev/null | xargs echo)        perl -pi -e &quot;s#^(DIRS.*)\bexamples\b#\1${dirs}#&quot; $makefile        git rm $base/examples/makefile        for t in $dirs; do            git mv $base/examples/$t $base/            perl -pi -e &quot;s#^(LOCDIR[[:space:]]*=).*#\1 $base/$t/#&quot; $base/$t        done    fidonegit grep -l -E -z &apos;examples/(tutorials|tests)&apos; | xargs -0 perl -pi -e &apos;s#examples/(tutorials|tests)#\1#g&apos;git checkout @ \    src/docs/website/documentation/changes/ \    src/benchmarks/results/

            List of files:
            /petsc/systems/Apple/iOS/examples/Basic/examples.xcodeproj/barrysmith.pbxuser</description>
        <pubDate>Wed, 18 Mar 2020 15:41:21 +0000</pubDate>
        <dc:creator>Jed Brown &lt;jed@jedbrown.org&gt;</dc:creator>
    </item>
<item>
        <title>e1b06f76ad35ce2a89fc667d1feb3b2de35f6e0a - Merge branch &apos;master&apos; into knepley/solkx</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/systems/Apple/iOS/examples/Basic/examples.xcodeproj/barrysmith.pbxuser#e1b06f76ad35ce2a89fc667d1feb3b2de35f6e0a</link>
        <description>Merge branch &apos;master&apos; into knepley/solkx* master: (6933 commits)  Bib: Added reference  Includegraph: Updated for compatibility with new folder layout.  Add SNESLineSearchReason to fortran includes Also truncate names to fit 32 char fortran limit  fix compile warnings /usr/home/balay/petsc.clone-2/src/vec/vec/interface/vector.c:1944: warning: division by zero in &apos;1.0e+0 / 0.&apos; /usr/home/balay/petsc.clone-2/src/ksp/ksp/interface/itfunc.c:508: warning: &apos;vec_rhs&apos; may be used uninitialized in this function  updated output for new trust region initial size  initial size of the trust region is set as a percent of the norm of the initial guess, it should not be related to the initial norm of the function (which is kind of nuts).  The default bounds for SNESVISetVariableBounds() in the manual page were reversed from correct values  Bib: Added refs  Bib: Update MPICH webpage  Plex: Forgot to close file  removed nonexistent ex46f from makefile test rule  Revert &quot;fixed bad merge into master&quot;  fixed bad merge into master  fix memory leak in mkl_pardiso fix some formatting in mkl_pardiso code  mv runex111 from TESTEXAMPLES_C to TESTEXAMPLES_DATAFILESPATH  Mat+Doc: More Fortran docs  Plex ex3: Run tests with the correct number of field components  Bib: Added TetGen cite  parmetis: make sure &apos;ldd libparmetis.so&apos; points to the correct libmetis.so that its linked with.  small fix as reported by the nightly test  ...Conflicts:	config/builder.py

            List of files:
            /petsc/systems/Apple/iOS/examples/Basic/examples.xcodeproj/barrysmith.pbxuser</description>
        <pubDate>Wed, 20 May 2015 13:47:27 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>898446f941de989eb59a155860a54be7cc14d054 - Merge branch &apos;master&apos; into shri/ts-is-for-differential-variables</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/systems/Apple/iOS/examples/Basic/examples.xcodeproj/barrysmith.pbxuser#898446f941de989eb59a155860a54be7cc14d054</link>
        <description>Merge branch &apos;master&apos; into shri/ts-is-for-differential-variablesConflicts:	include/petsc-private/tsimpl.h	src/ts/impls/eimex/eimex.c	src/ts/interface/ts.c

            List of files:
            /petsc/systems/Apple/iOS/examples/Basic/examples.xcodeproj/barrysmith.pbxuser</description>
        <pubDate>Wed, 11 Mar 2015 04:17:30 +0000</pubDate>
        <dc:creator>Shri Abhyankar &lt;abhyshr@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>f2dee214e9786e57c32a0a7e0b16d5e8ff4abb42 - Merge branch &apos;master&apos; into jed/chem</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/systems/Apple/iOS/examples/Basic/examples.xcodeproj/barrysmith.pbxuser#f2dee214e9786e57c32a0a7e0b16d5e8ff4abb42</link>
        <description>Merge branch &apos;master&apos; into jed/chemNote merging a branch with good stuff in it for a year and a half is insane!Conflicts:	src/ts/examples/tutorials/makefile	src/ts/interface/ts.c

            List of files:
            /petsc/systems/Apple/iOS/examples/Basic/examples.xcodeproj/barrysmith.pbxuser</description>
        <pubDate>Fri, 06 Mar 2015 00:10:44 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a197972ac2354be954b7aae623d40f6de50a3e72 - Merge branch &apos;master&apos; into barry/saws-options-merge-master</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/systems/Apple/iOS/examples/Basic/examples.xcodeproj/barrysmith.pbxuser#a197972ac2354be954b7aae623d40f6de50a3e72</link>
        <description>Merge branch &apos;master&apos; into barry/saws-options-merge-masterTotally confusing manual merge, could be wrongConflicts:	include/petscoptions.h	src/dm/impls/da/dacreate.c	src/sys/objects/aoptions.c	src/sys/threadcomm/interface/threadcomm.c

            List of files:
            /petsc/systems/Apple/iOS/examples/Basic/examples.xcodeproj/barrysmith.pbxuser</description>
        <pubDate>Wed, 11 Feb 2015 21:58:15 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>609885f52624dc498c55aeb0f5f78335ffdea32c - Merge branch &apos;stefano_zampini/pcbddc-primalfixes&apos; into stefano_zampini/pcbddc_deluxe</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/systems/Apple/iOS/examples/Basic/examples.xcodeproj/barrysmith.pbxuser#609885f52624dc498c55aeb0f5f78335ffdea32c</link>
        <description>Merge branch &apos;stefano_zampini/pcbddc-primalfixes&apos; into stefano_zampini/pcbddc_deluxe

            List of files:
            /petsc/systems/Apple/iOS/examples/Basic/examples.xcodeproj/barrysmith.pbxuser</description>
        <pubDate>Sun, 13 Jul 2014 11:29:36 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>40bd4608f1997f487f97526df998f3e69e989a98 - Merge branch &apos;barry/fix-ios&apos;</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/systems/Apple/iOS/examples/Basic/examples.xcodeproj/barrysmith.pbxuser#40bd4608f1997f487f97526df998f3e69e989a98</link>
        <description>Merge branch &apos;barry/fix-ios&apos;

            List of files:
            /petsc/systems/Apple/iOS/examples/Basic/examples.xcodeproj/barrysmith.pbxuser</description>
        <pubDate>Mon, 30 Jun 2014 18:32:35 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>fce0c873789145caee477924bfa4ad26b4cd6ea4 - starting code for making iOS framework (uses static library!)</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/systems/Apple/iOS/examples/Basic/examples.xcodeproj/barrysmith.pbxuser#fce0c873789145caee477924bfa4ad26b4cd6ea4</link>
        <description>starting code for making iOS framework (uses static library!)moved iOS project examples into proper subdirectories

            List of files:
            /petsc/systems/Apple/iOS/examples/Basic/examples.xcodeproj/barrysmith.pbxuser</description>
        <pubDate>Mon, 30 Jun 2014 03:21:32 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
