You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by er...@apache.org on 2017/12/20 08:05:09 UTC

[royale-compiler] branch feature/as2wasm updated (da92fa3 -> 34054d5)

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

erikdebruin pushed a change to branch feature/as2wasm
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git.


    from da92fa3  Add EXTERNC to the prebuild target, to make it available when compiling
     add d57d333  make each subfolder an eclipse project so we don't have to setup links
     add ae9f95a  make each subfolder an eclipse project so we don't have to setup links
     add af9a308  if we can't find royale-config, try flex-config
     add 4550fdb  fix up folders on demand
     add 94778ce  get feature tests running from eclipse for the compiler project
     add ab0122d  move externals to typedefs
     add a78a983  fix paths. need to check maven
     add fdf99a7  fix integration tests
     add 995f0e8  try relative paths
     new 34054d5  Merge branch 'develop' into as2wasm

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:
 compiler-build-tools/.classpath                    | 14 +++++++
 {debugger => compiler-build-tools}/.project        |  4 +-
 compiler-common/.classpath                         | 17 ++++----
 compiler-common/.project                           | 32 --------------
 .../royale/compiler/config/Configuration.java      | 22 +++++++++-
 .../royale/compiler/config/Configurator.java       |  6 +++
 compiler-externc/.classpath                        | 18 ++++----
 compiler-externc/.project                          | 32 --------------
 .../codegen/typedefs/TypedefsTestUtils.java        |  8 ++--
 compiler-jburg-types/.classpath                    | 15 +++++++
 {debugger => compiler-jburg-types}/.project        |  4 +-
 compiler-jx/.classpath                             | 27 ++++++------
 compiler-jx/.project                               | 23 ----------
 .../codegen/js/royale/TestRoyaleClass.java         |  4 +-
 .../royale/compiler/internal/test/TestBase.java    | 28 ++++++++-----
 .../test/resources/royale/files/models/MyModel.as  |  4 +-
 .../royale/files/models/MyModel_result.js          |  6 +--
 .../{externals => typedefs}/app1/as_src/Main.as    |  0
 compiler-test-utils/.classpath                     | 14 +++++++
 {debugger => compiler-test-utils}/.project         |  4 +-
 .../org/apache/royale/utils/AntTestAdapter.java    |  4 ++
 compiler/.classpath                                | 27 ++++++------
 compiler/.project                                  | 49 ----------------------
 .../test/java/mxml/tags/MXMLComponentTagTests.java |  4 +-
 .../java/mxml/tags/MXMLDefinitionTagTests.java     |  3 +-
 .../test/java/mxml/tags/MXMLFeatureTestsBase.java  |  7 ++--
 .../internal/tree/mxml/MXMLComponentNodeTests.java | 22 +++++-----
 .../tree/mxml/MXMLDesignLayerNodeTests.java        |  4 +-
 .../internal/tree/mxml/MXMLNodeBaseTests.java      |  9 +++-
 royale-ant-tasks/.classpath                        | 15 +++++++
 {debugger => royale-ant-tasks}/.project            |  4 +-
 31 files changed, 202 insertions(+), 228 deletions(-)
 create mode 100644 compiler-build-tools/.classpath
 copy {debugger => compiler-build-tools}/.project (84%)
 create mode 100644 compiler-jburg-types/.classpath
 copy {debugger => compiler-jburg-types}/.project (84%)
 rename compiler-jx/src/test/resources/{externals => typedefs}/app1/as_src/Main.as (100%)
 create mode 100644 compiler-test-utils/.classpath
 copy {debugger => compiler-test-utils}/.project (85%)
 create mode 100644 royale-ant-tasks/.classpath
 copy {debugger => royale-ant-tasks}/.project (85%)

-- 
To stop receiving notification emails like this one, please contact
['"commits@royale.apache.org" <co...@royale.apache.org>'].

[royale-compiler] 01/01: Merge branch 'develop' into as2wasm

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

erikdebruin pushed a commit to branch feature/as2wasm
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git

commit 34054d5ae4845acc1949e2b3f27c72d449d71597
Merge: da92fa3 995f0e8
Author: Erik de Bruin <er...@ixsoftware.nl>
AuthorDate: Wed Dec 20 09:04:56 2017 +0100

    Merge branch 'develop' into as2wasm
    
    Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>
    
    # Conflicts:
    #	compiler-jx/.classpath
    #	compiler-jx/.project
    #	compiler/.classpath
    #	compiler/.project

 compiler-build-tools/.classpath                    | 14 +++++++
 compiler-build-tools/.project                      | 21 ++++++++++
 compiler-common/.classpath                         | 17 ++++----
 compiler-common/.project                           | 32 --------------
 .../royale/compiler/config/Configuration.java      | 22 +++++++++-
 .../royale/compiler/config/Configurator.java       |  6 +++
 compiler-externc/.classpath                        | 18 ++++----
 compiler-externc/.project                          | 32 --------------
 .../codegen/typedefs/TypedefsTestUtils.java        |  8 ++--
 compiler-jburg-types/.classpath                    | 15 +++++++
 compiler-jburg-types/.project                      | 21 ++++++++++
 compiler-jx/.classpath                             | 27 ++++++------
 compiler-jx/.project                               | 23 ----------
 .../codegen/js/royale/TestRoyaleClass.java         |  4 +-
 .../royale/compiler/internal/test/TestBase.java    | 28 ++++++++-----
 .../test/resources/royale/files/models/MyModel.as  |  4 +-
 .../royale/files/models/MyModel_result.js          |  6 +--
 .../{externals => typedefs}/app1/as_src/Main.as    |  0
 compiler-test-utils/.classpath                     | 14 +++++++
 compiler-test-utils/.project                       | 21 ++++++++++
 .../org/apache/royale/utils/AntTestAdapter.java    |  4 ++
 compiler/.classpath                                | 27 ++++++------
 compiler/.project                                  | 49 ----------------------
 .../test/java/mxml/tags/MXMLComponentTagTests.java |  4 +-
 .../java/mxml/tags/MXMLDefinitionTagTests.java     |  3 +-
 .../test/java/mxml/tags/MXMLFeatureTestsBase.java  |  7 ++--
 .../internal/tree/mxml/MXMLComponentNodeTests.java | 22 +++++-----
 .../tree/mxml/MXMLDesignLayerNodeTests.java        |  4 +-
 .../internal/tree/mxml/MXMLNodeBaseTests.java      |  9 +++-
 royale-ant-tasks/.classpath                        | 15 +++++++
 royale-ant-tasks/.project                          | 21 ++++++++++
 31 files changed, 274 insertions(+), 224 deletions(-)


-- 
To stop receiving notification emails like this one, please contact
"commits@royale.apache.org" <co...@royale.apache.org>.