You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by an...@apache.org on 2018/10/17 21:50:15 UTC

[mynewt-newt] branch master updated (d95eb34 -> bd7dab0)

This is an automated email from the ASF dual-hosted git repository.

andk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-newt.git.


    from d95eb34  Merge pull request #223 from ccollins476ad/rm-viper
     add 4024931  builder: Make size report formatting code more generic
     add 35bdd33  builder: Add option to produce diff-friendly size statistics
     new bd7dab0  Merge pull request #225 from andrzej-kaczmarek/diff-friendly-size

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 newt/builder/size.go        |  10 ++--
 newt/builder/size_report.go |   4 +-
 newt/builder/symbol_tree.go | 115 ++++++++++++++++++++++++++++++++++++--------
 newt/cli/build_cmds.go      |   5 +-
 4 files changed, 105 insertions(+), 29 deletions(-)


[mynewt-newt] 01/01: Merge pull request #225 from andrzej-kaczmarek/diff-friendly-size

Posted by an...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

andk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-newt.git

commit bd7dab0cafcde2c531822b7c1551bb26acde17ce
Merge: d95eb34 35bdd33
Author: Andrzej Kaczmarek <an...@codecoup.pl>
AuthorDate: Wed Oct 17 23:50:11 2018 +0200

    Merge pull request #225 from andrzej-kaczmarek/diff-friendly-size
    
    Add diff-friendly output for "newt size"

 newt/builder/size.go        |  10 ++--
 newt/builder/size_report.go |   4 +-
 newt/builder/symbol_tree.go | 115 ++++++++++++++++++++++++++++++++++++--------
 newt/cli/build_cmds.go      |   5 +-
 4 files changed, 105 insertions(+), 29 deletions(-)