<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>74efab1eb95ebc4988e264ac4d770ae49e2779cd - doc: Don&apos;t include spdk.common.mk</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/doc/Makefile#74efab1eb95ebc4988e264ac4d770ae49e2779cd</link>
        <description>doc: Don&apos;t include spdk.common.mkIt does not seem to be needed as the only thing it provides is the &quot;@&quot;prefix - this isn&apos;t really relevant unless we run our test where weparse output to see if there were any issues with doxygen. Otherthan that, it only enforces user to run ./configure, which adds extra~20s on top where the actual doc build takes ~5s.Change-Id: I2c85b9e9552aec463a142a4c0947b0cab2cdda5cSigned-off-by: Michal Berger &lt;michal.berger@intel.com&gt;Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/18080Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;

            List of files:
            /spdk/doc/Makefile</description>
        <pubDate>Thu, 11 May 2023 07:35:50 +0000</pubDate>
        <dc:creator>Michal Berger &lt;michal.berger@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>66e0ed8e8d5c75ca4ef456c10a394c2896895a35 - deprecation: add the md to documentation Makefile</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/doc/Makefile#66e0ed8e8d5c75ca4ef456c10a394c2896895a35</link>
        <description>deprecation: add the md to documentation MakefileOriginally deprecation.md was pulled verbatim tothe built documentation. This resulted in veryweird paths on the spdk.io:https://spdk.io/doc/md__home_sys_sgsw_oss_spdk_github_io_spdk_deprecation.html#deprecationUse the way that changelog does it, by copyingthe file and adding appropriate section links.Now only the Doxygen version will contain thesection links. Meanwhile deprecation.md inproject root will not. This improves readability.Change-Id: Ic5c1caf7603b847b3c7445bde76e277ba1ccb740Signed-off-by: Tomasz Zawadzki &lt;tomasz.zawadzki@intel.com&gt;Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16574Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;

            List of files:
            /spdk/doc/Makefile</description>
        <pubDate>Fri, 27 Jan 2023 09:11:02 +0000</pubDate>
        <dc:creator>Tomasz Zawadzki &lt;tomasz.zawadzki@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7fc8a7dd45113bb7d403de3a8ac794c682fac938 - add Intel copyright notices (and/or SPDX lic) where missing</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/doc/Makefile#7fc8a7dd45113bb7d403de3a8ac794c682fac938</link>
        <description>add Intel copyright notices (and/or SPDX lic) where missingper Intel policy to include file commit date using git cmdbelow.  The policy does not apply to non-Intel (C) notices.git log --follow -C90% --format=%ad --date default &lt;file&gt; | tail -1and then pull just the year from the result.Intel copyrights were not added to files where Intel either hadno contribution ot the contribution lacked substance (ie licenseheader updates, formatting changes, etc)Note that several files in this patch didn&apos;t end the license/(c)block with a blank comment line so these were added as the vastmajority of files do have this last blank line.  Simply there forconsistency.Signed-off-by: paul luse &lt;paul.e.luse@intel.com&gt;Change-Id: If1bf46b4e1902585c318dc35b1673f980366076eReviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15199Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;

            List of files:
            /spdk/doc/Makefile</description>
        <pubDate>Tue, 01 Nov 2022 21:45:50 +0000</pubDate>
        <dc:creator>paul luse &lt;paul.e.luse@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>a6dbe3721eb3b5990707fc3e378c95e505dd8ab5 - update Intel copyright notices</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/doc/Makefile#a6dbe3721eb3b5990707fc3e378c95e505dd8ab5</link>
        <description>update Intel copyright noticesper Intel policy to include file commit date using git cmdbelow.  The policy does not apply to non-Intel (C) notices.git log --follow -C90% --format=%ad --date default &lt;file&gt; | tail -1and then pull just the 4 digit year from the result.Intel copyrights were not added to files where Intel either hadno contribution ot the contribution lacked substance (ie licenseheader updates, formatting changes, etc).  Contribution date used&quot;--follow -C95%&quot; to get the most accurate date.Note that several files in this patch didn&apos;t end the license/(c)block with a blank comment line so these were added as the vastmajority of files do have this last blank line.  Simply there forconsistency.Signed-off-by: paul luse &lt;paul.e.luse@intel.com&gt;Change-Id: Id5b7ce4f658fe87132f14139ead58d6e285c04d4Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15192Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;Community-CI: Mellanox Build Bot

            List of files:
            /spdk/doc/Makefile</description>
        <pubDate>Tue, 01 Nov 2022 20:26:26 +0000</pubDate>
        <dc:creator>paul luse &lt;paul.e.luse@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>f387d321338578abbc5c159c1849418f99671d80 - doc/Makefile: include mk/spdk.common.mk</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/doc/Makefile#f387d321338578abbc5c159c1849418f99671d80</link>
        <description>doc/Makefile: include mk/spdk.common.mkThis allows us to use the $(Q) variable in this Makefile.Signed-off-by: Jim Harris &lt;james.r.harris@intel.com&gt;Change-Id: I1f9c54fb8c995bdee9749683b409152472366cbcReviewed-on: https://review.gerrithub.io/415872Tested-by: SPDK Automated Test System &lt;sys_sgsw@intel.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;Reviewed-by: Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;

            List of files:
            /spdk/doc/Makefile</description>
        <pubDate>Mon, 18 Jun 2018 14:59:02 +0000</pubDate>
        <dc:creator>Jim Harris &lt;james.r.harris@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>f5fea785b05b6c4ffb9f93ec15b2a18ea4410235 - build/doc: add dependencies to &apos;output&apos; rule</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/doc/Makefile#f5fea785b05b6c4ffb9f93ec15b2a18ea4410235</link>
        <description>build/doc: add dependencies to &apos;output&apos; ruleMake the docs depend on all of the public header files and Markdownfiles.Without this, the docs never get rebuilt without a manual &apos;make clean&apos;.While we&apos;re here, add &apos;@:&apos; to the &apos;all&apos; rule to silence it.Change-Id: I304a1bb30464d2a0a60a1c117b7be1f7e543e15cSigned-off-by: Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;Reviewed-on: https://review.gerrithub.io/399954Tested-by: SPDK Automated Test System &lt;sys_sgsw@intel.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;Reviewed-by: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;

            List of files:
            /spdk/doc/Makefile</description>
        <pubDate>Wed, 14 Feb 2018 21:59:51 +0000</pubDate>
        <dc:creator>Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>0269601f77a2ccadf8601b76b87de8da9235afca - doc: include changelog in documentation</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/doc/Makefile#0269601f77a2ccadf8601b76b87de8da9235afca</link>
        <description>doc: include changelog in documentationThis copies the top-level CHANGELOG.md into a temporary doc/changelog.mdfile so it can add the Doxygen-specific {#changelog} name tag.Change-Id: I2fb3087dc15036e58cb7719f67c434897c39821cSigned-off-by: Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;Reviewed-on: https://review.gerrithub.io/375251Tested-by: SPDK Automated Test System &lt;sys_sgsw@intel.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;

            List of files:
            /spdk/doc/Makefile</description>
        <pubDate>Tue, 22 Aug 2017 23:13:22 +0000</pubDate>
        <dc:creator>Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>4b1f79b5e7366fd93a027166b37be60404c56ced - doc: merge ioat and nvme into a single Doxyfile</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/doc/Makefile#4b1f79b5e7366fd93a027166b37be60404c56ced</link>
        <description>doc: merge ioat and nvme into a single DoxyfileAdd a top-level index page and convert the I/OAT and NVMe main pagesinto normal pages.Change-Id: I4e7c8d2fd43303a8aa56de921037dac96fe8a1a5Signed-off-by: Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;

            List of files:
            /spdk/doc/Makefile</description>
        <pubDate>Fri, 25 Mar 2016 16:54:24 +0000</pubDate>
        <dc:creator>Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>d4ab30ba33037ab236b8eaf0683fffff45507938 - ioat: add user-mode Intel I/OAT driver</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/doc/Makefile#d4ab30ba33037ab236b8eaf0683fffff45507938</link>
        <description>ioat: add user-mode Intel I/OAT driverThe ioat driver supports DMA engine copy offload hardware available onIntel Xeon platforms.Change-Id: Ida0b17b25816576948ddb1b0443587e0f09574d4Signed-off-by: Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;

            List of files:
            /spdk/doc/Makefile</description>
        <pubDate>Thu, 03 Dec 2015 21:30:38 +0000</pubDate>
        <dc:creator>Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>1010fb3af11b62e6a6826ea1bef40ab49cc503a4 - SPDK: Initial check-in</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/doc/Makefile#1010fb3af11b62e6a6826ea1bef40ab49cc503a4</link>
        <description>SPDK: Initial check-inSigned-off-by: Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;

            List of files:
            /spdk/doc/Makefile</description>
        <pubDate>Mon, 21 Sep 2015 15:52:41 +0000</pubDate>
        <dc:creator>Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
