You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by cd...@apache.org on 2021/03/21 11:38:20 UTC

[royale-compiler] branch develop updated (078ef83 -> 90662d9)

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

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


    from 078ef83  - Added the antlr-runtime.jar to the classpath - Added some comments on the Class-Path setting in pom.xml
     add 0ddb050  - First major refactoring to align the Maven and the ANT distribution a bit more
     add 1a07992  - Fixed the classpath entries in the compiler-jx module
     add 2cca221  - Worked on getting the MANIFEST classpath entries right - Made the distribution create the same output in the js/lib directory
     add c4f259c  - Added the antlr-runtime.jar to the classpath
     add 7f3c838  - Added the antlr-runtime.jar to the classpath - Added some comments on the Class-Path setting in pom.xml
     add 94b85c6  Fix int.MAX_VALUE
     add 0b8952d  fix tests affected by commit a0cfeff3ecd983ed4bd0e8267c372858ac0a49e7
     add 5318a0b  playerglobalc: option to compile airglobal.swc or playerglobal.swc
     add 380d6d7  royale-maven-plugin: allow modules to build with playerglobalc and clean up some naming to avoid confusion
     add 4ab6afc  playerglobalc: keys of REST_METHODS should have been fully qualified
     add 6e33d5f  playerglobalc: accidentally put into REST_METHODS instead of ANY_METHODS
     add 2ed9da1  playerglobalc: various methods on Date need parameters typed as * and null defaults
     add 1742b29  playerglobalc: special case for global constants: undefined, NaN, and Infinity
     add b0bd67a  playerglobalc: some extra members on flash.display.Graphics
     add 14605a5  playerglobalc: member variables that should be typed as any
     add 75ebf17  playerglobalc: some more constructors that need parameters typed as any
     add ab52135  playerglobalc: some missing members
     add c496876  playerglobalc: Array.splice() should be a ...rest method
     add e0a5383  playerglobalc: Function is missing prototype property
     add 8e2bce7  playerglobalc: some refinements to the Object prototype methods
     add 7e2f11c  playerglobalc: Function missing APIs
     add 71f4fc0  playerglobalc: Date.parse should accept any
     add 69d868c  playerglobalc: constants that should be read/write variables
     add ac00bb1  playerglobalc: added various missing properties and methods
     new 90662d9  Merge remote-tracking branch 'origin/develop' into develop

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:

[royale-compiler] 01/01: Merge remote-tracking branch 'origin/develop' into develop

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

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

commit 90662d916a44fd3aae04651bc159051551a8b858
Merge: ac00bb1 078ef83
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Sun Mar 21 12:38:06 2021 +0100

    Merge remote-tracking branch 'origin/develop' into develop