You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by yi...@apache.org on 2020/05/14 05:56:08 UTC

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

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

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

commit cb036f2efdf263a26c5403f0ec0ec77f6343185e
Merge: 9aeb984 46f772c
Author: DESKTOP-RH4S838\Yishay <yi...@hotmail.com>
AuthorDate: Thu May 14 08:55:45 2020 +0300

    Merge branch 'release/0.9.7' into develop

 CONTRIBUTORS.md                                    |  22 +++-
 Jenkinsfile                                        |   7 -
 LICENSE.bin                                        |  91 +++++++++++++
 NOTICE                                             |   2 +-
 NOTICE.base                                        |   2 +-
 NOTICE.fdb                                         |   2 +-
 NOTICE.oem                                         |   2 +-
 README                                             |   5 -
 RELEASE_NOTES.md                                   |   7 +
 build.properties                                   |   4 +-
 build.xml                                          |   1 +
 compiler-common/pom.xml                            |  39 +++---
 compiler-externc/pom.xml                           |  45 ++++---
 .../codegen/typedefs/reference/BaseReference.java  |   7 +-
 .../codegen/typedefs/reference/ClassReference.java |   9 +-
 .../codegen/typedefs/utils/FunctionUtils.java      |   6 +-
 compiler-jx/pom.xml                                |  39 +++---
 .../apache/royale/compiler/clients/COMPJSC.java    |  55 ++++----
 .../royale/compiler/clients/COMPJSCRoyale.java     |  99 ++++-----------
 compiler-test-utils/pom.xml                        |  39 +++---
 compiler/pom.xml                                   |  79 ++++++------
 .../java/org/apache/royale/swc/io/SWCWriter.java   |  30 ++---
 debugger/pom.xml                                   |  45 ++++---
 flex-compiler-oem/pom.xml                          |  39 +++---
 pom.xml                                            | 141 ++++++++++-----------
 releasesteps.xml                                   |   1 +
 royale-ant-tasks/pom.xml                           |  39 +++---
 royale-maven-plugin/pom.xml                        |  37 +++---
 royaleunit-ant-tasks/pom.xml                       |  39 +++---
 swfutils/pom.xml                                   |  39 +++---
 30 files changed, 515 insertions(+), 457 deletions(-)