You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2016/09/22 02:11:51 UTC

[3/3] incubator-mynewt-newt git commit: Merge branch 'sterly_refactor' into develop

Merge branch 'sterly_refactor' into develop


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/327dfae4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/327dfae4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/diff/327dfae4

Branch: refs/heads/develop
Commit: 327dfae4cd79246f7fc9ec3727ab5e0d38370c9d
Parents: 10b0ce6 84303b5
Author: Christopher Collins <cc...@apache.org>
Authored: Wed Sep 21 19:09:46 2016 -0700
Committer: Christopher Collins <cc...@apache.org>
Committed: Wed Sep 21 19:09:46 2016 -0700

----------------------------------------------------------------------
 newt/Godeps/Godeps.json                         |  14 +-
 newt/builder/build.go                           | 270 ++++---
 newt/builder/buildpackage.go                    | 102 +--
 newt/builder/buildutil.go                       |  36 +-
 newt/builder/load.go                            |   3 +-
 newt/builder/targetbuild.go                     |  12 +-
 newt/cli/build_cmds.go                          | 127 ++-
 newt/cli/complete_cmd.go                        |  32 +-
 newt/cli/target_cmds.go                         | 109 ++-
 newt/newt.go                                    |   8 +-
 newt/newtutil/newtutil.go                       |  72 +-
 newt/pkg/localpackage.go                        |  62 +-
 newt/pkg/package.go                             |   5 +-
 newt/pkg/packageutil.go                         |  32 +
 newt/project/project.go                         |   2 -
 newt/syscfg/syscfg.go                           | 804 +++++++++++++++++++
 newt/sysinit/sysinit.go                         | 154 ++++
 newt/toolchain/compiler.go                      |   6 +-
 newt/toolchain/deps.go                          |   8 +
 newt/vendor/mynewt.apache.org/newt/DISCLAIMER   |   8 -
 newt/vendor/mynewt.apache.org/newt/LICENSE      | 244 ------
 newt/vendor/mynewt.apache.org/newt/NOTICE       |   8 -
 newt/vendor/mynewt.apache.org/newt/util/util.go |  21 +
 23 files changed, 1559 insertions(+), 580 deletions(-)
----------------------------------------------------------------------