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 2018/01/29 18:15:51 UTC

[mynewt-newt] 01/01: Merge pull request #122 from ccollins476ad/ycfg

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

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

commit 009dbea87fba1c8b45b74e18205fe9c7b98d2afd
Merge: 3fc0f58 26fe8f5
Author: ccollins476ad <cc...@gmail.com>
AuthorDate: Mon Jan 29 10:15:48 2018 -0800

    Merge pull request #122 from ccollins476ad/ycfg
    
        Code for parsing and evaluating syscfg expressions

 newt/builder/buildpackage.go                    |  22 +-
 newt/builder/buildutil.go                       |  11 +-
 newt/builder/cmake.go                           |   4 +-
 newt/builder/depgraph.go                        |  13 +-
 newt/builder/load.go                            |   5 +-
 newt/builder/targetbuild.go                     |  17 +-
 newt/cli/run_cmds.go                            |   7 +-
 newt/cli/target_cmds.go                         |  34 +-
 newt/cli/vars.go                                |   5 +-
 newt/compat/compat.go                           |   6 +-
 newt/downloader/downloader.go                   |   5 +-
 newt/mfg/load.go                                |  11 +-
 newt/newtutil/newtutil.go                       | 166 +--------
 newt/parse/lex.go                               | 175 +++++++++
 newt/parse/parse.go                             | 467 ++++++++++++++++++++++++
 newt/pkg/bsp_package.go                         |  56 ++-
 newt/pkg/localpackage.go                        |  50 ++-
 newt/project/project.go                         |  22 +-
 newt/repo/repo.go                               |  16 +-
 newt/resolve/resolve.go                         | 251 +++++++++----
 newt/settings/settings.go                       |  62 ++++
 newt/syscfg/restrict.go                         | 225 ++++++------
 newt/syscfg/syscfg.go                           | 105 +++---
 newt/target/target.go                           |   6 +-
 newt/toolchain/compiler.go                      |  61 ++--
 newt/vendor/mynewt.apache.org/newt/util/util.go |  19 -
 newt/ycfg/ycfg.go                               | 424 +++++++++++++++++++++
 util/util.go                                    |  19 -
 28 files changed, 1654 insertions(+), 610 deletions(-)


-- 
To stop receiving notification emails like this one, please contact
ccollins@apache.org.