<?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>dd98a248aed2b94b20b0717ce05a9db73b668ae0 - bdev_nvme: Make bdev nvme create and set multipath policy APIs public</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/include/Makefile#dd98a248aed2b94b20b0717ce05a9db73b668ae0</link>
        <description>bdev_nvme: Make bdev nvme create and set multipath policy APIs publicIntroduced new header file /module/bdev/nvme.h and added public APIs`spdk_bdev_nvme_create`, `spdk_bdev_nvme_set_multipath_policy` and`spdk_bdev_nvme_get_default_ctrlr_opts`, replacing internal functions`bdev_nvme_create`,  `bdev_nvme_set_multipath_policy` and`bdev_nvme_get_default_ctrlr_opts`.No changes have been done to the implementation of the above functions.Change-Id: I610cfca65fbc43c32b1cf2288c8208fa5c6e567bSigned-off-by: Mehakjot Singh Sidhu &lt;mehakjot.sidhu@nutanix.com&gt;Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24370Community-CI: Mellanox Build BotReviewed-by: Ben Walker &lt;ben@nvidia.com&gt;Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Jim Harris &lt;jim.harris@samsung.com&gt;Reviewed-by: Shuhei Matsumoto &lt;smatsumoto@nvidia.com&gt;

            List of files:
            /spdk/include/Makefile</description>
        <pubDate>Tue, 30 Jul 2024 09:48:31 +0000</pubDate>
        <dc:creator>Mehakjot Singh Sidhu &lt;mehakjot.sidhu@nutanix.com&gt;</dc:creator>
    </item>
<item>
        <title>a6dbe3721eb3b5990707fc3e378c95e505dd8ab5 - update Intel copyright notices</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/include/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/include/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>488570ebd418ba07c9e69e65106dcc964f3bb41b - Replace most BSD 3-clause license text with SPDX identifier.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/include/Makefile#488570ebd418ba07c9e69e65106dcc964f3bb41b</link>
        <description>Replace most BSD 3-clause license text with SPDX identifier.Many open source projects have moved to using SPDX identifiersto specify license information, reducing the amount ofboilerplate code in every source file.  This patch replacesthe bulk of SPDK .c, .cpp and Makefiles with the BSD-3-Clauseidentifier.Almost all of these files share the exact same license text,and this patch only modifies the files that contain themost common license text.  There can be slight variationsbecause the third clause contains company names - most say&quot;Intel Corporation&quot;, but there are instances for Nvidia,Samsung, Eideticom and even &quot;the copyright holder&quot;.Used a bash script to automate replacement of the license textwith SPDX identifier which is checked into scripts/spdx.sh.Signed-off-by: Jim Harris &lt;james.r.harris@intel.com&gt;Change-Id: Iaa88ab5e92ea471691dc298cfe41ebfb5d169780Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/12904Community-CI: Broadcom CI &lt;spdk-ci.pdl@broadcom.com&gt;Community-CI: Mellanox Build BotTested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Aleksey Marchuk &lt;alexeymar@nvidia.com&gt;Reviewed-by: Changpeng Liu &lt;changpeng.liu@intel.com&gt;Reviewed-by: Dong Yi &lt;dongx.yi@intel.com&gt;Reviewed-by: Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;Reviewed-by: Paul Luse &lt;paul.e.luse@intel.com&gt;Reviewed-by: &lt;qun.wan@intel.com&gt;

            List of files:
            /spdk/include/Makefile</description>
        <pubDate>Fri, 03 Jun 2022 19:15:11 +0000</pubDate>
        <dc:creator>Jim Harris &lt;james.r.harris@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>3352b2a7b1c2d1c5994150f48f7e81c1ee2b1cc8 - build: Copy headers to build/include on build</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/include/Makefile#3352b2a7b1c2d1c5994150f48f7e81c1ee2b1cc8</link>
        <description>build: Copy headers to build/include on buildFor completeness, now all output is placed into build/ in theappropriate location. In the future, &apos;make install&apos; can be changedto simply copy from there instead of rebuilding.Signed-off-by: Ben Walker &lt;benjamin.walker@intel.com&gt;Change-Id: I236b37868b5f4a2d5c5b910090aeaa9dff0501e2Signed-off-by: Ben Walker &lt;benjamin.walker@intel.com&gt;Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2381Community-CI: Mellanox Build BotCommunity-CI: Broadcom CITested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Paul Luse &lt;paul.e.luse@intel.com&gt;Reviewed-by: Darek Stojaczyk &lt;dariusz.stojaczyk@intel.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;

            List of files:
            /spdk/include/Makefile</description>
        <pubDate>Mon, 11 May 2020 22:36:18 +0000</pubDate>
        <dc:creator>Ben Walker &lt;benjamin.walker@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>c4d9daeb7bf491bc0eb6e8d417b75d44773cb009 - Makefile: Add possibility to uninstall spdk.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/include/Makefile#c4d9daeb7bf491bc0eb6e8d417b75d44773cb009</link>
        <description>Makefile: Add possibility to uninstall spdk.Add uninstall target to makefiles to be able to performreverse of install target.Fixes #464This patch adds &apos;uninstall&apos; target to makefile.&apos;make uninstall&apos; will remove spdk_tgt app, headers, librariesand shared libraries from system directories defined by $DESTDIR.Additionaly, if there will be any empty directories left afterthis operation, they will be removed as well.Signed-off-by: Piotr Pelplinski &lt;piotr.pelplinski@intel.com&gt;Change-Id: I7b07fb4b81081d3914ff09165991fbe3a26b9067Signed-off-by: Pawel Kaminski &lt;pawelx.kaminski@intel.com&gt;Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/431471Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;

            List of files:
            /spdk/include/Makefile</description>
        <pubDate>Wed, 02 Jan 2019 09:28:02 +0000</pubDate>
        <dc:creator>Piotr Pelplinski &lt;piotr.pelplinski@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>9c131c28638963e65358e5171918486be6aac816 - build: add @: to &apos;clean&apos; rule in include/Makefile</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/include/Makefile#9c131c28638963e65358e5171918486be6aac816</link>
        <description>build: add @: to &apos;clean&apos; rule in include/MakefileThis silences the output of &apos;make clean&apos; when there is nothing to do.Change-Id: I5cd89b8a2934162c932fc7b4acc6585e8d1dd4f5Signed-off-by: Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;Reviewed-on: https://review.gerrithub.io/399926Tested-by: SPDK Automated Test System &lt;sys_sgsw@intel.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;

            List of files:
            /spdk/include/Makefile</description>
        <pubDate>Wed, 14 Feb 2018 17:31:29 +0000</pubDate>
        <dc:creator>Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>bb24ce82a67c51eb768d216885f996dad1747ae2 - build: add @: to remaining &apos;all&apos; targets</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/include/Makefile#bb24ce82a67c51eb768d216885f996dad1747ae2</link>
        <description>build: add @: to remaining &apos;all&apos; targetsIt is not ideal to have to add this in a bunch ofdifferent Makefiles, but further consolidation ofMakefiles is going to be a more arduous process.With this change, rebuilding SPDK after no changeswill result in no output - all of the &quot;Nothing tobe done for &apos;all&apos;&quot; messages have been removed.  Notethat DPDK build output still remains - this can besuppressed by either using an out-of-tree DPDK, orusing SKIP_DPDK_BUILD=1 when using the in-tree DPDKsubmodule.Signed-off-by: Jim Harris &lt;james.r.harris@intel.com&gt;Change-Id: Ib1d45432f2baaa1d9c1b9509906ee1e77966d3caReviewed-on: https://review.gerrithub.io/399918Reviewed-by: Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;Tested-by: SPDK Automated Test System &lt;sys_sgsw@intel.com&gt;

            List of files:
            /spdk/include/Makefile</description>
        <pubDate>Wed, 14 Feb 2018 02:35:28 +0000</pubDate>
        <dc:creator>Jim Harris &lt;james.r.harris@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2e7fe8e888e7064f6066589a2fdc18ab893be3fd - build: add &apos;make install&apos; rule</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/include/Makefile#2e7fe8e888e7064f6066589a2fdc18ab893be3fd</link>
        <description>build: add &apos;make install&apos; ruleFor now, this only installs libraries and headers; we will need toconsider which binaries should be installed and what they should benamed before we add them to the install rule.Change-Id: I78dc8631f793d0df88cd884b0ac66406df9e4427Signed-off-by: Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;Reviewed-on: https://review.gerrithub.io/387637Tested-by: SPDK Automated Test System &lt;sys_sgsw@intel.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;

            List of files:
            /spdk/include/Makefile</description>
        <pubDate>Wed, 15 Nov 2017 17:36:36 +0000</pubDate>
        <dc:creator>Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
