<?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>a6dbe3721eb3b5990707fc3e378c95e505dd8ab5 - update Intel copyright notices</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/app/jsoncat/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/test/app/jsoncat/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/test/app/jsoncat/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/test/app/jsoncat/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>5b16c18d179f15ffaabda19cdabdcc9434962aaa - build: move app rules to spdk.app.mk</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/app/jsoncat/Makefile#5b16c18d179f15ffaabda19cdabdcc9434962aaa</link>
        <description>build: move app rules to spdk.app.mkThis removes a ton of duplicate from a lot ofMakefiles.  Note that spdk.unittest.mk still keepsits own app rules, and now just includesspdk.app_vars.mk instead.  Fixing Makefiles thatinclude this .mk file requires more work that isdeferred for now.  We do need to add the&quot;install: all&quot; rule explicitly to this .mk files.Note that Makefiles need to include spdk.app.mknow at the end of the file, so that things likeAPP and SPDK_LIB_LIST are defined before includingit.Signed-off-by: Jim Harris &lt;james.r.harris@intel.com&gt;Change-Id: If6823cda135180c37690ffc96c91660b7f0718e3Reviewed-on: https://review.gerrithub.io/434283Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Chandler-Test-Pool: SPDK Automated Test System &lt;sys_sgsw@intel.com&gt;Reviewed-by: Darek Stojaczyk &lt;dariusz.stojaczyk@intel.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;

            List of files:
            /spdk/test/app/jsoncat/Makefile</description>
        <pubDate>Tue, 20 Nov 2018 22:03:15 +0000</pubDate>
        <dc:creator>Jim Harris &lt;james.r.harris@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>3da5847023313f15789f0115d4a2039fc9c68e3d - build: add ENV_LINKER_ARGS to LINK_C and LINK_CXX</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/app/jsoncat/Makefile#3da5847023313f15789f0115d4a2039fc9c68e3d</link>
        <description>build: add ENV_LINKER_ARGS to LINK_C and LINK_CXXThis allows us to remove $(ENV_LINKER_ARGS) from all of theapplication Makefiles.Modify spdk.unittest.mk to explicitly set ENV_LINKER_ARGSto nothing, to avoid DPDK libraries from getting linkedinto unit tests.  This seems better than creating separateLINK_C rules for unit tests.  Provide a UNIT_TEST_LINK_ENVflag to allow select unit tests to override this behavior -it&apos;s needed for some of the env unit tests.Signed-off-by: Jim Harris &lt;james.r.harris@intel.com&gt;Change-Id: I647f2c848cf434023cf5a1f3a45869bbc4fc8102Reviewed-on: https://review.gerrithub.io/434145Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Chandler-Test-Pool: SPDK Automated Test System &lt;sys_sgsw@intel.com&gt;Reviewed-by: Darek Stojaczyk &lt;dariusz.stojaczyk@intel.com&gt;Reviewed-by: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;

            List of files:
            /spdk/test/app/jsoncat/Makefile</description>
        <pubDate>Tue, 20 Nov 2018 16:59:47 +0000</pubDate>
        <dc:creator>Jim Harris &lt;james.r.harris@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>e7c9f620460d7ad8428f9327182ecc4080300399 - jsoncat, histogram_perf: add missing dependencies</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/app/jsoncat/Makefile#e7c9f620460d7ad8428f9327182ecc4080300399</link>
        <description>jsoncat, histogram_perf: add missing dependenciesThese weren&apos;t needed for static linking, but poppedup as problems with some upcoming patches enablingindividual shared libraries.Signed-off-by: Jim Harris &lt;james.r.harris@intel.com&gt;Change-Id: Iba13926bd504831046eeb48da8f35e7df9ef8801Reviewed-on: https://review.gerrithub.io/422442Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Changpeng Liu &lt;changpeng.liu@intel.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;Chandler-Test-Pool: SPDK Automated Test System &lt;sys_sgsw@intel.com&gt;

            List of files:
            /spdk/test/app/jsoncat/Makefile</description>
        <pubDate>Wed, 15 Aug 2018 16:19:46 +0000</pubDate>
        <dc:creator>Jim Harris &lt;james.r.harris@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>02d75f6237c8fabf3b260663425a90c6424c430b - thread: Move threading abstraction code out of util</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/app/jsoncat/Makefile#02d75f6237c8fabf3b260663425a90c6424c430b</link>
        <description>thread: Move threading abstraction code out of utilThis makes more sense as a first class library.Change-Id: Ibd5c578f8708bd8c7d83fe1629e97c9a3316b56bSigned-off-by: Ben Walker &lt;benjamin.walker@intel.com&gt;Reviewed-on: https://review.gerrithub.io/414698Tested-by: SPDK Automated Test System &lt;sys_sgsw@intel.com&gt;Reviewed-by: Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;Reviewed-by: Madhu Pai &lt;mpai@netapp.com&gt;

            List of files:
            /spdk/test/app/jsoncat/Makefile</description>
        <pubDate>Mon, 11 Jun 2018 18:22:27 +0000</pubDate>
        <dc:creator>Ben Walker &lt;benjamin.walker@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>96084b404eedb59063db362d3decd39a04f0a7f6 - test: move lib/json up to test app directory</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/app/jsoncat/Makefile#96084b404eedb59063db362d3decd39a04f0a7f6</link>
        <description>test: move lib/json up to test app directoryChange-Id: Icb8468087639face3ee5534bdd6fdb516cb30f35Signed-off-by: Seth Howell &lt;seth.howell@intel.com&gt;Reviewed-on: https://review.gerrithub.io/404981Reviewed-by: Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;Tested-by: SPDK Automated Test System &lt;sys_sgsw@intel.com&gt;

            List of files:
            /spdk/test/app/jsoncat/Makefile</description>
        <pubDate>Thu, 22 Mar 2018 23:30:04 +0000</pubDate>
        <dc:creator>Seth Howell &lt;seth.howell@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
