- 2b7b170 Merge branch 'develop' of https://github.com/apache/royale-compiler into develop by Yishay Weiss · 2 days ago develop
- 71498fc Add optional verify-source-matches-tag to utility approve scripts by Yishay Weiss · 2 days ago
- 2737f98 EmbedData: Fixed error for duplicate class definitions when using Embed metadata even though there were no actual duplicates by Josh Tynjala · 3 days ago
- dcd2369 Include Git tag/commit provenance and clarify 72-hour minimum in release vote emails by Yishay Weiss · 4 days ago
- e10f20c Clean up unused fields in approval step for jburg by Yishay Weiss · 4 days ago
- 4cc1086 Remove beta-quality wording from release vote email templates by Yishay Weiss · 4 days ago
- 4804826 Merge branch 'develop' of https://github.com/apache/royale-compiler into develop by Yishay Weiss · 4 days ago
- 5efce8c compiler-jburg-types: add optional verify-compiler-integration target to ApproveJBurgTypes.xml by Yishay Weiss · 4 days ago
- 6cb97d3 [maven-release-plugin] prepare for next development iteration by yishayw · 4 days ago
- 3d9fca8 [maven-release-plugin] prepare release org.apache.royale.compiler-jburg-types-1.1.1-rc2 by yishayw · 4 days ago org.apache.royale.compiler-jburg-types-1.1.1-rc2
- 2ddf3af Revert "[maven-release-plugin] prepare release org.apache.royale.compiler-jburg-types-1.1.1-rc1" by Yishay Weiss · 4 days ago
- dc25bb5 Revert "[maven-release-plugin] prepare for next development iteration" by Yishay Weiss · 4 days ago
- f288948 compiler-jburg-types: add royale-release profile (mirrors compiler-build-tools) by Yishay Weiss · 4 days ago
- 780afff MXMLStateSplitter: allow dot (.) character in MXML namespace prefixes by Josh Tynjala · 4 days ago
- cbb65f6 IMXMLToken: similar to IASToken, it should extend ISourceLocation by Josh Tynjala · 4 days ago
- 479bb75 [maven-release-plugin] prepare for next development iteration by yishayw · 5 days ago
- 4fcb8cd [maven-release-plugin] prepare release org.apache.royale.compiler-jburg-types-1.1.1-rc1 by yishayw · 5 days ago
- f9b385a compiler-jburg-types: add release scaffolding (releasesteps.xml, ApproveJBurgTypes.xml) by Yishay Weiss · 11 days ago
- e6ee821 Bump compiler-build-tools to 1.2.2 by Yishay Weiss · 11 days ago
- 0e8029f MXMLRoyaleEmitter: followup to children-as-data=false in JS to include IMXMLFactoryNode by Josh Tynjala · 11 days ago
- aed3bed MXMLRoyaleEmitter: followup to fix extra comma in array when instance node descriptor should be skipped by Josh Tynjala · 13 days ago
- 4a54ab9 DefinitionBase: Fixed race condition in populating metadata on definitions. by Josh Tynjala · 14 days ago
- 739d7db MXMLClassDirectiveProcessor: Fixed operand stack underflow error when using data binding in MXML to assign to <fx:Object> property. by Josh Tynjala · 2 weeks ago
- ed5b2af JSRoyaleEmitter: fixed null exception when emitting embedded plain text strings by Josh Tynjala · 2 weeks ago
- d678e72 ProblemQuery: Fixed missing Generated byte code contains an operand stack underflow error when warnings are reported, but not other errors by Josh Tynjala · 2 weeks ago
- bbe6ada MXMLRoyaleEmitter: follow up to emitting MXML factory methods to include mx:Function, mx:Class, and mx:RegExp by Josh Tynjala · 2 weeks ago
- ff0c891 MXMLRoyaleEmitter: follow up to component descriptors to skip embed nodes in properties for now by Josh Tynjala · 2 weeks ago
- ce9a41b MXMLClassDirectiveProcessor, MXMLClassReferenceNodeBase: fix operand stack underflow when using <mx:Repeater> by Josh Tynjala · 2 weeks ago
- caae4bf royaleunit-ant-tasks: avoid possible infinite loop in recently improved check for AIR adl versions by Josh Tynjala · 3 weeks ago
- 2454b69 FunctionNode: remove existing definitions from scope immediately before adding new definitions for parsed function body (references #249) by Josh Tynjala · 6 weeks ago
- c2137de IMXMLTypeConstants: mx.core.FlexVersion should not have been converted to mx.core.RoyaleVersion by Josh Tynjala · 6 weeks ago
- 488fc5f GoogDepsWriter: Fixed missing symbols specified with -includes compiler option in generated JS. by Josh Tynjala · 6 weeks ago
- bad8386 FunctionNode: fix missing definitions in FunctionScope when emitting methods as JavaScript (references #249) by Josh Tynjala · 6 weeks ago
- 36637fd RoyaleProject: Fixed missing binding data caused by multiple threads accessing same HashMap (closes #182) (closes #250) by Josh Tynjala · 7 weeks ago
- 208b6ad IdentifierEmitter, MemberAccessEmitter: also check for INTERFACE_MEMBER classification when determining if a closure is required for a function by Josh Tynjala · 7 weeks ago
- a5f549f MemberAccessEmitter: don't include closure() around package-level functions (just non-static members) by Josh Tynjala · 7 weeks ago
- 522010b IdentifierEmitter: Fixed missing require for package-level functions or variables in some situations. by Josh Tynjala · 7 weeks ago
- 319f57b JSCSSCompilationSession: output null instead of nothing for PropertyReference() and Embed() functions by Josh Tynjala · 7 weeks ago
- e1b037f Configuration: Fixed parsing of namespace uri and manifest mappings to allow multiple manifest paths per URI by Josh Tynjala · 8 weeks ago
- adb5a29 royaleunit-ant-tasks: when checking for AIR version, ignore JAVA_TOOL_OPTIONS and JDK_JAVA_OPTIONS output by Josh Tynjala · 8 weeks ago
- 6a02227 IdentifierNode, DefinitionBase: Fixed rare race condition where certain cached values are detected as non-null but become null before the method returns. by Josh Tynjala · 8 weeks ago
- 9e580af MXMLJSCNative: support resource bundles for JS target, similar to JSRoyale by Josh Tynjala · 9 weeks ago
- 42b49b4 MXMLRoyaleEmitter: when emitting the new UIComponentDescriptors, include children for MX containers by Josh Tynjala · 10 weeks ago
- 9dd78ef IJSMetaAttributeConstants: missed adding a separate iteratorDoneMethod for JSForEachOverride by Josh Tynjala · 10 weeks ago
- bbeed13 Fix up some more metadata checks to use constants by Josh Tynjala · 10 weeks ago
- b1370d2 IJSMetaAttributeConstants: move from some magic strings to constants for existing JS metadata by Josh Tynjala · 10 weeks ago
- 308d886 JSDynamicAccessOverride, JSForInOverride, and JSForEachOverride metadata: optionally emit custom method calls when specific syntax is encountered by Josh Tynjala · 3 months ago
- 41932d7 MXMLRoyaleEmitter: when outputting UIComponentDescriptor, set _document befor calling setDocumentDescriptor() by Josh Tynjala · 3 months ago
- 5469ef5 MXMLRoyaleEmitter: skip emitting UIComponentDescriptor properties and styles that are embed or data binding by Josh Tynjala · 3 months ago
- 9cca41e MXMLRoyaleEmitter: fix detection of E4X wildcard syntax (dot star) when generating JavaScript by Josh Tynjala · 3 months ago
- 9b63725 MXMLRoyaleEmitter: the new children-as-data=false factory methods were missing rpc services and XML/XMLList by Josh Tynjala · 3 months ago
- c03be24 MXMLRoyaleEmitter: fix missing comma after childDescriptors with children-as-data=false if there are 0 child descriptors by Josh Tynjala · 3 months ago
- 4bec471 MXMLRoyaleEmitter: fixed missing event handlers with children-as-data=false because children of container weren't walked by Josh Tynjala · 3 months ago
- e8af9f8 MethodBodySemanticChecker: don't warn when comparing numeric or boolean with null if default initializers are disabled for JS by Josh Tynjala · 3 months ago
- 00ee1bf ApproveFalcon.xml: don't require ANT_HOME environment variable, and download Apache Rat JARs to basedir when they're not found by Josh Tynjala · 3 months ago
- e6b7a6f ApproveFalcon.xml: fix examine-jars to work on all platforms (not macOS only) by Josh Tynjala · 3 months ago
- 20abe9b ApproveBuildTools.xml: fix examine-jars to work on all platforms (not macOS only) by Josh Tynjala · 3 months ago
- 6e422da JSRoyaleEmitter: fix namespace URI when namespace is defined in a package by Josh Tynjala · 3 months ago
- cc2dcdb ExcludeTagNode: improved parsing of [Exclude] metadata to make the member name an identifier for tooling by Josh Tynjala · 3 months ago
- e7edc8b Configuration: get/set functions for allow-strict-function-types weren't named properly following the existing convention by Josh Tynjala · 4 months ago
- 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 · 4 months ago
- 44685a4 Create README by Andrew Wetmore · 4 months ago
- ccea89b [maven-release-plugin] prepare for next development iteration by yishayw · 4 months ago
- 60f6920 [maven-release-plugin] prepare release org.apache.royale.compiler-build-tools-1.2.2-rc1 by yishayw · 4 months 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 · 4 months ago
- 3373454 Set maven.compiler.source/target to 11 for utils (JDK 21 dropped Java 7 support) by Yishay Weiss · 4 months ago
- 223607f Update compiler-jburg-types version to 1.1.1-SNAPSHOT and add release notes by Yishay Weiss · 4 months ago
- 3fb6c58 Merge branch 'develop' of https://github.com/apache/royale-compiler into develop by Yishay Weiss · 4 months ago
- d441671 Update release notes for jburg-types and build-tools by Yishay Weiss · 4 months ago
- 7009c0c forgot release note by Josh Tynjala · 4 months ago
- a05d840 MXMLRoyaleEmitter: Added support for mx.core.UIComponentDescriptor with -children-as-data=false for JavaScript by Josh Tynjala · 4 months ago
- 51d22a5 MXMLRoyalEmitter: Added support for mx.core.IDeferredInstance for default properties with -children-as-data=false by Josh Tynjala · 4 months ago
- af8b621 MXMLJSCJSEmitter: Fixed intermittent missing goog.require() calls because formatQualifiedName() was overridden to remove formatting by Josh Tynjala · 4 months ago
- 9356c8a MXMLDeferredInstanceNode: added missing dependency on mx.core.DeferredInstanceFromFunction that prevented it from being emitted in JavaScript by Josh Tynjala · 4 months ago
- b4e3ff6 JSCPublisher: don't call start() for MXML classes either by Josh Tynjala · 4 months ago
- fad7ee8 DefinitionBase: fix resolution of types specified in [InstanceType] when they are in a package by Josh Tynjala · 4 months ago
- a487fcf MXMLRoyalePublisher added mainClass as a token that may be replaced in the HTML template (closes #245) by Josh Tynjala · 4 months ago
- e6b5a81 Update release notes for 1.0.0 by Yishay Weiss · 4 months ago
- 4ba7850 Update version to 1.0.0 for release by Yishay Weiss · 4 months ago
- 7d583da MXMLRoyaleEmitter: don't assign property in factory method if it uses data binding by Josh Tynjala · 4 months ago
- 85a936b update release notes with latest commits by Josh Tynjala · 4 months ago
- 8f40ae2 MXMLClassReferenceNodeBase: an fx:DesignLayer may have children in MXML without [DefaultProperty] metadata by Josh Tynjala · 4 months ago
- a0a2d54 MXMLArrayNode: special case for fx:DesignLayer when checking if children are valid for the specified optional [ArrayElementType] by Josh Tynjala · 4 months ago
- de684f3 MXMLRoyaleEmitter: implement children-as-data=false for JS emitter by Josh Tynjala · 4 months ago
- 6c75f00 MXMLClassReferenceNodeBase: stricter MXML handling of default element children by Josh Tynjala · 4 months ago
- 16e41ab MXMLRoyaleEmitter: missing implementation for <fx:Vector> inside <fx:Declarations> by Josh Tynjala · 5 months ago
- 2ed32af MXMLRoyaleEmitter: an array containing a vector is not simple by Josh Tynjala · 5 months ago
- 7c450b0 MXMLVectorNode: fix wrong value of type in initializeDefaultProperty() by Josh Tynjala · 5 months ago
- 733c414 MXMLClassReferenceNodeBase: detect MXML 2006 declarations and add them to implicit MXMLDeclarationsNodes in the AST (references #243) by Josh Tynjala · 5 months ago
- 63ed1bc RELEASE_NOTES: update by Josh Tynjala · 5 months ago
- 4dc4c0f JSConfiguration: move warn-this-within-closure default value of true from Configuration by Josh Tynjala · 5 months ago
- 9bbc3e4 JSCPublisher: null check for result of resolveQNameToDefinition() when writing HTML template body by Josh Tynjala · 5 months 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 · 5 months ago
- 0c4b771 ASC: fix comment that said the opposite of what it meant by Josh Tynjala · 5 months ago
- 5bf3f7f NOTICE: 2026 by Josh Tynjala · 5 months ago
- 4fdacae CSSTree: fix CSS attribute selectors that use an identifier instead of a string (closes apache/royale-asjs#108) by Josh Tynjala · 5 months ago
- 9c15562 royaleunit-ant-tasks: parse Adobe AIR version including both major and minor by Josh Tynjala · 5 months ago
- 34ca20c externc: hasSuperMethod() and hasSuperField() on ClassReference return false if super method/field is excluded by Josh Tynjala · 5 months ago
- a3f1249 externc: more exhaustive search for field and method overrides from interfaces by Josh Tynjala · 5 months ago
- 392f5e3 externc: FieldReference needs to check if the field was originally defined on an interface, similar to MethodReference by Josh Tynjala · 5 months ago