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