<?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/app/trace/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/app/trace/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>40319c0e77e1ca01b3e8fb6547e4962004f02879 - app: every app should have an (un)install target</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/app/trace/Makefile#40319c0e77e1ca01b3e8fb6547e4962004f02879</link>
        <description>app: every app should have an (un)install targetmake install should install all apps.Signed-off-by: Heinrich Schuchardt &lt;heinrich.schuchardt@canonical.com&gt;Change-Id: I66c2f4536cb9f4c5bae1895066be2836038c0672Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/12901Community-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: Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;Reviewed-by: Paul Luse &lt;paul.e.luse@intel.com&gt;

            List of files:
            /spdk/app/trace/Makefile</description>
        <pubDate>Fri, 03 Jun 2022 13:10:35 +0000</pubDate>
        <dc:creator>Heinrich Schuchardt &lt;heinrich.schuchardt@canonical.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/app/trace/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/app/trace/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>69390766a4178dd74e9c71b9d500fdc465766f3b - app/trace: use trace_parse library to process traces</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/app/trace/Makefile#69390766a4178dd74e9c71b9d500fdc465766f3b</link>
        <description>app/trace: use trace_parse library to process tracesRemoved code that was copied to the trace_parse library and replacedwith calls to that library.  This significantly reduces the size of theapplication (LOC), as it&apos;s only responsible for formatting the tracesand pretty-printing them.Signed-off-by: Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;Change-Id: Ib9f4e65f9f0072fb00bfa60cece1ce0627f109a0Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/9436Community-CI: Broadcom CI &lt;spdk-ci.pdl@broadcom.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;Reviewed-by: Krzysztof Karas &lt;krzysztof.karas@intel.com&gt;Reviewed-by: Aleksey Marchuk &lt;alexeymar@mellanox.com&gt;Reviewed-by: Tomasz Zawadzki &lt;tomasz.zawadzki@intel.com&gt;Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;

            List of files:
            /spdk/app/trace/Makefile</description>
        <pubDate>Fri, 03 Sep 2021 10:01:06 +0000</pubDate>
        <dc:creator>Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>995313961242526b7152418ff7c6e0e695dd175d - app/trace: added an option to print traces as JSON</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/app/trace/Makefile#995313961242526b7152418ff7c6e0e695dd175d</link>
        <description>app/trace: added an option to print traces as JSONAdded an option, `-j`, which will cause the spdk_trace to print tracesin JSON format.  The JSON output&apos;s structure is similar to the binarySPDK trace format, i.e. tracepoint definitions are printed at thebeginning, followed by trace entries.  This allows us to reduce the sizeof the output a bit, as we don&apos;t need to print all tracepoint propertiesfor each entry.Signed-off-by: Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;Change-Id: I22fd4bee72c0d214a3444ce62d0651fabd489f5aReviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/8104Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Community-CI: Mellanox Build BotReviewed-by: Changpeng Liu &lt;changpeng.liu@intel.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;

            List of files:
            /spdk/app/trace/Makefile</description>
        <pubDate>Tue, 25 May 2021 14:52:14 +0000</pubDate>
        <dc:creator>Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>494dc66ddb27fd11240d64bbd37754a014dd9cba - mk: don&apos;t link env if not needed</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/app/trace/Makefile#494dc66ddb27fd11240d64bbd37754a014dd9cba</link>
        <description>mk: don&apos;t link env if not neededSome SPDK apps were linked with env even though theydidn&apos;t use it.Top-level makefiles can now specify SPDK_NO_LINK_ENV=1.Change-Id: I057baa5b620f20d829185025dc2e8efdcfa03facSigned-off-by: Darek Stojaczyk &lt;dariusz.stojaczyk@intel.com&gt;Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/3417Community-CI: Mellanox Build BotCommunity-CI: Broadcom CITested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;Reviewed-by: Aleksey Marchuk &lt;alexeymar@mellanox.com&gt;Reviewed-by: Michael Haeuptle &lt;michaelhaeuptle@gmail.com&gt;

            List of files:
            /spdk/app/trace/Makefile</description>
        <pubDate>Thu, 16 Jul 2020 08:37:42 +0000</pubDate>
        <dc:creator>Darek Stojaczyk &lt;dariusz.stojaczyk@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>f20e375b917f72b6e6cf4a1fac1ea2baf5998534 - build: Make spdk.app_cxx.mk work like spdk.app.mk</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/app/trace/Makefile#f20e375b917f72b6e6cf4a1fac1ea2baf5998534</link>
        <description>build: Make spdk.app_cxx.mk work like spdk.app.mkThese had diverged. Make them work the same way again.Change-Id: Ib6d93a7042584493315fe1e348dc8ede9ab320f0Signed-off-by: Ben Walker &lt;benjamin.walker@intel.com&gt;Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2378Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Community-CI: Broadcom CICommunity-CI: Mellanox Build BotReviewed-by: Aleksey Marchuk &lt;alexeymar@mellanox.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;Reviewed-by: Tomasz Zawadzki &lt;tomasz.zawadzki@intel.com&gt;

            List of files:
            /spdk/app/trace/Makefile</description>
        <pubDate>Mon, 11 May 2020 21:28:37 +0000</pubDate>
        <dc:creator>Ben Walker &lt;benjamin.walker@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>cceaeedb1f4d6e5e5fb7622d36190f1199f83b20 - build: add mk/spdk.app_cxx.mk</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/app/trace/Makefile#cceaeedb1f4d6e5e5fb7622d36190f1199f83b20</link>
        <description>build: add mk/spdk.app_cxx.mkThis is just a copy of spdk.app.mk for now.  But laterpatches will modify spdk.app.mk in a &quot;C-specific&quot; way,so add this cxx variant to use now in the C++ apps.Signed-off-by: Jim Harris &lt;james.r.harris@intel.com&gt;Change-Id: I0d4d28c6119364d4c3cc7fa5274598b69f4ee6b1Reviewed-on: https://review.gerrithub.io/434279Tested-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: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;

            List of files:
            /spdk/app/trace/Makefile</description>
        <pubDate>Tue, 20 Nov 2018 22:14:14 +0000</pubDate>
        <dc:creator>Jim Harris &lt;james.r.harris@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/app/trace/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/app/trace/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>543cb17248ab28373fe73dc29332819817aa7d5e - build: remove $(ENV_CFLAGS) where not necessary</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/app/trace/Makefile#543cb17248ab28373fe73dc29332819817aa7d5e</link>
        <description>build: remove $(ENV_CFLAGS) where not necessaryOnly Makefiles for libraries that directly depend on DPDK (rather thanthe SPDK env abstraction) should add $(ENV_CFLAGS).Change-Id: Ifdf44d3ef8c42bbf7f20edd524b330d00658235bSigned-off-by: Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;Reviewed-on: https://review.gerrithub.io/392818Tested-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/app/trace/Makefile</description>
        <pubDate>Mon, 11 Dec 2017 22:38:24 +0000</pubDate>
        <dc:creator>Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>52412ab10bdfc50f374fbbe4091f6579891bc0f4 - build: include spdk.app.mk in all app Makefiles</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/app/trace/Makefile#52412ab10bdfc50f374fbbe4091f6579891bc0f4</link>
        <description>build: include spdk.app.mk in all app MakefilesThis will be used to include common app-specific rules in upcomingpatches (it currently makes no difference).Change-Id: Ia828ba01c94fc9f70e15db3fc1d9cafda387e912Signed-off-by: Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;Reviewed-on: https://review.gerrithub.io/387629Tested-by: SPDK Automated Test System &lt;sys_sgsw@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/app/trace/Makefile</description>
        <pubDate>Wed, 15 Nov 2017 16:18:56 +0000</pubDate>
        <dc:creator>Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>a4747c6048b5faae3110cfba5400ab47f5bf9cc8 - env: Make the environment library configurable.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/app/trace/Makefile#a4747c6048b5faae3110cfba5400ab47f5bf9cc8</link>
        <description>env: Make the environment library configurable.This allows users to swap out SPDK&apos;s third partylibraries for an implementation based on their ownframework.Change-Id: Ia0b7384ce5e31acba5ad0d7002dec9e95b759c52Signed-off-by: Ben Walker &lt;benjamin.walker@intel.com&gt;

            List of files:
            /spdk/app/trace/Makefile</description>
        <pubDate>Wed, 10 Aug 2016 17:28:20 +0000</pubDate>
        <dc:creator>Ben Walker &lt;benjamin.walker@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>39cc59635a5407444806f85a418efe1f83d6bab4 - build: include -lrt and -lpthread in LDFLAGS</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/app/trace/Makefile#39cc59635a5407444806f85a418efe1f83d6bab4</link>
        <description>build: include -lrt and -lpthread in LDFLAGSSimplify the build rules so that common libraries are always linked.Also fix up a couple of -lpciaccess instances that should have beenchanged to $(PCIACCESS_LIB).Change-Id: I4c50fa3aa59cae013d3385e38fbb830794299f6eSigned-off-by: Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;

            List of files:
            /spdk/app/trace/Makefile</description>
        <pubDate>Wed, 22 Jun 2016 16:23:27 +0000</pubDate>
        <dc:creator>Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>bdece622f51271c2efdafbceebe0f4d26eeea236 - trace: add tracepoint library and app</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/app/trace/Makefile#bdece622f51271c2efdafbceebe0f4d26eeea236</link>
        <description>trace: add tracepoint library and appChange-Id: I472fb7e7a82e1337c6c06b1d3bb4e8a2a13d884aSigned-off-by: Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;

            List of files:
            /spdk/app/trace/Makefile</description>
        <pubDate>Tue, 10 May 2016 23:17:51 +0000</pubDate>
        <dc:creator>Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
