- e7edc8b Configuration: get/set functions for allow-strict-function-types weren't named properly following the existing convention by Josh Tynjala · 2 days ago develop
- 9fd223b ApproveBuildTools.xml: don't require ANT_HOME environment variable, and download Apache Rat JARs to basedir when they're not found by Josh Tynjala · 2 days ago
- 44685a4 Create README by Andrew Wetmore · 5 days ago
- ccea89b [maven-release-plugin] prepare for next development iteration by yishayw · 8 days ago
- 60f6920 [maven-release-plugin] prepare release org.apache.royale.compiler-build-tools-1.2.2-rc1 by yishayw · 8 days ago org.apache.royale.compiler-build-tools-1.2.2-rc1
- f574e82 Fix duplicate properties tag in compiler-build-tools pom.xml by Yishay Weiss · 11 days ago
- 3373454 Set maven.compiler.source/target to 11 for utils (JDK 21 dropped Java 7 support) by Yishay Weiss · 11 days ago
- 223607f Update compiler-jburg-types version to 1.1.1-SNAPSHOT and add release notes by Yishay Weiss · 11 days ago
- 3fb6c58 Merge branch 'develop' of https://github.com/apache/royale-compiler into develop by Yishay Weiss · 11 days ago
- d441671 Update release notes for jburg-types and build-tools by Yishay Weiss · 11 days ago
- 7009c0c forgot release note by Josh Tynjala · 13 days ago
- a05d840 MXMLRoyaleEmitter: Added support for mx.core.UIComponentDescriptor with -children-as-data=false for JavaScript by Josh Tynjala · 14 days ago
- 51d22a5 MXMLRoyalEmitter: Added support for mx.core.IDeferredInstance for default properties with -children-as-data=false by Josh Tynjala · 2 weeks ago
- af8b621 MXMLJSCJSEmitter: Fixed intermittent missing goog.require() calls because formatQualifiedName() was overridden to remove formatting by Josh Tynjala · 2 weeks ago
- 9356c8a MXMLDeferredInstanceNode: added missing dependency on mx.core.DeferredInstanceFromFunction that prevented it from being emitted in JavaScript by Josh Tynjala · 2 weeks ago
- b4e3ff6 JSCPublisher: don't call start() for MXML classes either by Josh Tynjala · 2 weeks ago
- fad7ee8 DefinitionBase: fix resolution of types specified in [InstanceType] when they are in a package by Josh Tynjala · 2 weeks ago
- a487fcf MXMLRoyalePublisher added mainClass as a token that may be replaced in the HTML template (closes #245) by Josh Tynjala · 3 weeks ago
- e6b5a81 Update release notes for 1.0.0 by Yishay Weiss · 4 weeks ago
- 4ba7850 Update version to 1.0.0 for release by Yishay Weiss · 4 weeks ago
- 7d583da MXMLRoyaleEmitter: don't assign property in factory method if it uses data binding by Josh Tynjala · 4 weeks ago
- 85a936b update release notes with latest commits by Josh Tynjala · 4 weeks ago
- 8f40ae2 MXMLClassReferenceNodeBase: an fx:DesignLayer may have children in MXML without [DefaultProperty] metadata by Josh Tynjala · 4 weeks ago
- a0a2d54 MXMLArrayNode: special case for fx:DesignLayer when checking if children are valid for the specified optional [ArrayElementType] by Josh Tynjala · 4 weeks ago
- de684f3 MXMLRoyaleEmitter: implement children-as-data=false for JS emitter by Josh Tynjala · 4 weeks ago
- 6c75f00 MXMLClassReferenceNodeBase: stricter MXML handling of default element children by Josh Tynjala · 4 weeks ago
- 16e41ab MXMLRoyaleEmitter: missing implementation for <fx:Vector> inside <fx:Declarations> by Josh Tynjala · 5 weeks ago
- 2ed32af MXMLRoyaleEmitter: an array containing a vector is not simple by Josh Tynjala · 5 weeks ago
- 7c450b0 MXMLVectorNode: fix wrong value of type in initializeDefaultProperty() by Josh Tynjala · 5 weeks ago
- 733c414 MXMLClassReferenceNodeBase: detect MXML 2006 declarations and add them to implicit MXMLDeclarationsNodes in the AST (references #243) by Josh Tynjala · 5 weeks ago
- 63ed1bc RELEASE_NOTES: update by Josh Tynjala · 5 weeks ago
- 4dc4c0f JSConfiguration: move warn-this-within-closure default value of true from Configuration by Josh Tynjala · 5 weeks ago
- 9bbc3e4 JSCPublisher: null check for result of resolveQNameToDefinition() when writing HTML template body by Josh Tynjala · 6 weeks ago
- 3879893 externc: expand list of top-level classes that should be dynamic, and add a list of top-level classes that should be final by Josh Tynjala · 7 weeks ago
- 0c4b771 ASC: fix comment that said the opposite of what it meant by Josh Tynjala · 7 weeks ago
- 5bf3f7f NOTICE: 2026 by Josh Tynjala · 7 weeks ago
- 4fdacae CSSTree: fix CSS attribute selectors that use an identifier instead of a string (closes apache/royale-asjs#108) by Josh Tynjala · 7 weeks ago
- 9c15562 royaleunit-ant-tasks: parse Adobe AIR version including both major and minor by Josh Tynjala · 8 weeks ago
- 34ca20c externc: hasSuperMethod() and hasSuperField() on ClassReference return false if super method/field is excluded by Josh Tynjala · 8 weeks ago
- a3f1249 externc: more exhaustive search for field and method overrides from interfaces by Josh Tynjala · 8 weeks ago
- 392f5e3 externc: FieldReference needs to check if the field was originally defined on an interface, similar to MethodReference by Josh Tynjala · 8 weeks ago
- a6290f7 MethodBodySemanticChecker: certain expressions that can resolve to a function type expression can be nested, so those need to be checked too by Josh Tynjala · 8 weeks ago
- 8bd5ca9 sdk.dependent.tests: fix for Linux by Josh Tynjala · 10 weeks ago
- 046842d MethodBodySemanticChecker: handle function type expressions as operands in ternary operators and logical binary operators by Josh Tynjala · 10 weeks ago
- 72a4a28 AccessorDefinition: fix function type expression metadata to work similarly to variables by Josh Tynjala · 10 weeks ago
- 5db2758 compiler: allow tests to be run with AIR ADL instead of Flash Player by Josh Tynjala · 2 months ago
- 3def6a8 royaleUnitDescriptor.template: hide AIR window by default by Josh Tynjala · 2 months ago
- 71a1962 royaleUnitDescriptor.template: consistent indentation by Josh Tynjala · 2 months ago
- a6a7f83 royaleunit-ant-tasks: prefer AIR_HOME over ROYALE_HOME, if available, to find adl and adt executables by Josh Tynjala · 2 months ago
- 8cee3fb MethodBodySemanticChecker: don't allow an arrow function to be used with new as a constructor by Josh Tynjala · 3 months ago
- 06e46e5 MethodBodySemanticChecker: prevent 'arguments' binding from being used in an arrow function by Josh Tynjala · 3 months ago
- 42bf14a formatter, linter: fix incorrect end line and end column on generated whitespace or extra tokens by Josh Tynjala · 3 months ago
- 5a4b8d3 RELEASE_NOTES: update for 0.9.13 by Josh Tynjala · 3 months ago
- 2404c68 MethodBodySemanticChecker: another exception for return types that aren't the same or subclasses (any (*) type) by Josh Tynjala · 3 months ago
- 5ed20c9 FunctionTypeExpressionNode: fix null AST node when parsing signature by Josh Tynjala · 3 months ago
- a6c8e59 FunctionCallEmitter: fix Vector.<Foo>() global function when using custom vector emulation class by Josh Tynjala · 3 months ago
- fd729b2 Tests for new vector emulation options to omit element types and to use a function for literals by Josh Tynjala · 3 months ago
- b6c0523 AsIsEmitter: fix implicit cast to vector when using js-vector-emulation-class option by Josh Tynjala · 3 months ago
- 5ef5638 AsIsEmitter: fix (x as *) emitting Language.as(x, *) in JS, where * doesn't exist by Josh Tynjala · 3 months ago
- d22b10d externc: create all directories for generated .as files beforehand by Josh Tynjala · 3 months ago
- 3f764ab JSConfiguration: js-vector-emulation-literal-function to allow calling a function to create a Vector literal instead of the constructor by Josh Tynjala · 3 months ago
- c8b7f35 AsIsEmitter: fix as and is when using js-vector-emulation-class by Josh Tynjala · 3 months ago
- 9fdb92a JSConfiguration: js-vector-emulation-element-types option to control whether js-vector-emulation-class receives the element types as a constructor argument or not by Josh Tynjala · 3 months ago
- 5d3b3f0 IdentifierNode: fix issue where asc can't compile because of dependency on RoyaleProject (closes #242) by Josh Tynjala · 3 months ago
- 8d12afc Ant: enable assertions on junit tests by Josh Tynjala · 3 months ago
- 60b7aa7 MXML HTTPService, WebService, RemoteObject: tweak some parent/child relationships to fix assertions by Josh Tynjala · 3 months ago
- ee996cd ASTokenFormatter, ASLinter: normalize file path and provide ASFileScope to fix assertion errors by Josh Tynjala · 3 months ago
- 6994db7 ExpressionNodeBase: fix assertion error for getDependencyType() with IFunctionTypeExpressionNode by Josh Tynjala · 3 months ago
- 7405d89 Function type expressions: optionally specify a required function signature for variables that can store functions, and check that signature at compile-time by Josh Tynjala · 6 months ago
- 9afc9f9 FontEmbeddingNotSupported: restore this class, even though it is not used in the compiler anymore, because it is referenced by the as3mxml language server by Josh Tynjala · 3 months ago
- ed97a92 Enable [Embed] for TTF/OTF fonts when targeting SWF by Josh Tynjala · 3 months ago
- ef3c6e7 FontEmbeddingNotSupported: fix typo by Josh Tynjala · 3 months ago
- 8965059 CSSTree: fix uncaught exceptions when parsing hexadecimal color values and number values by adding problems when invalid by Josh Tynjala · 5 months ago
- 8d78181 MethodBodySemanticChecker: when checking strict function types, if expected parameter is optional, actual parameter must be optional too by Josh Tynjala · 6 months ago
- c2484a6 MXMLScopeBuilder/MXMLFileScope: use a PackageScope as the containing scope for a type created with fx:Component by Josh Tynjala · 6 months ago
- b8a63a8 MXMLScopeBuilder: don't use a magic string for comparison, use a constant that already exists by Josh Tynjala · 6 months ago
- ba1a138 MXMLScopeBuilder: report a problem if the className value of fx:Component is not a valid AS3 identifier by Josh Tynjala · 6 months ago
- 86fa033 MethodBodySemanticChecker: performance optimization to return earlier from checkFunctionTypeMeta when expectedFunctionTypeMeta is null to avoid unnecessary resolve of right expression by Josh Tynjala · 6 months ago
- f0bf881 MethodBodySemanticChecker: added missing strict function types check for values of return statements by Josh Tynjala · 6 months ago
- a3870b3 compiler-common: missed a guava 33.5.0-jre and failureaccess 1.0.3 for Maven by Josh Tynjala · 6 months ago
- 37f2079 guava 33.5.0-jre and failureaccess 1.0.3 by Josh Tynjala · 6 months ago
- 20e7683 compiler-jx: some more tests for CSS attributes by Josh Tynjala · 6 months ago
- a8426f4 compiler: didn't mean to commit this, it was to test a specific feature faster by Josh Tynjala · 6 months ago
- 1422cba CSS: support more CSS pseudo-classes with arguments by Josh Tynjala · 6 months ago
- 6f571ca CSS: move function name validation into CSSTree so that those function names may be used as identifiers by Josh Tynjala · 6 months ago
- f2de1ac CSS: fix 'not' not being allowed as an identifier by moving the check for it into CSSTree with a new problem class for unknown pseudo-classes in selectors by Josh Tynjala · 6 months ago
- f9af40f CSS: make parsing of attribute selectors stricter by Josh Tynjala · 6 months ago
- c544fdc JSCSSCompilationSession: added many more HTML elements from the specification by Josh Tynjala · 6 months ago
- ca46a4f JSCSSCompilationSession: improved distinction between components and HTML elements when outputting CSS by Josh Tynjala · 6 months ago
- 3f09ebc JSCSSCompilationSession: fix issues with generation of selectors in real .css file where parts were incorrect or missing by Josh Tynjala · 7 months ago
- 485402c compiler-jx: add missing emit for fx:RegExp tags in MXML for JS targets by Josh Tynjala · 7 months ago
- 96ea150 MXMLClassDirectiveProcessor: allow fx:RegExp declaration in MXML when targeting SWF by Josh Tynjala · 7 months ago
- 071c9dd CSS.g: fix Decision can match input warnings for rgb() and rgba() by Josh Tynjala · 7 months ago
- c34cb84 maven: update antlr from 3.3 to 3.5.2 for consistency by Josh Tynjala · 7 months ago
- 451d813 Revert "maven: update from Antlr 2.7.7 and 3.3 to 3.5.2" by Josh Tynjala · 7 months ago
- cf6bf15 maven: update from Antlr 2.7.7 and 3.3 to 3.5.2 by Josh Tynjala · 7 months ago
- 84bb2f8 MXMLClassNode, MXMLFunctionNode: tweak use of assertion in getValue() to allow a null expression to return without throwing an exception by Josh Tynjala · 7 months ago
- 11f6bd2 more updated Flash Player projector content debugger URLs by Josh Tynjala · 7 months ago
- 66cfda1 prerequisiteCheck: updated URLs for Flash Player projector content debugger by Josh Tynjala · 7 months ago
- 27199fd externc: MethodReferenca and FunctionReference should return null instead of an empty string as default value for String return type by Josh Tynjala · 7 months ago