1. 644827f [maven-release-plugin] prepare for next development iteration by ApacheRoyale · 5 days ago develop
  2. c82b30d [maven-release-plugin] prepare branch @{releaseLabel} by ApacheRoyale · 5 days ago
  3. 4c5ffb3 Use released compiler-jburg-types 1.1.1 by Yishay Weiss · 2 weeks ago
  4. 65602c0 [maven-release-plugin] prepare for next development iteration by ApacheRoyale · 8 days ago
  5. 185958a [maven-release-plugin] prepare branch @{releaseLabel} by ApacheRoyale · 8 days ago
  6. 63cd0ea BinaryOperatorEmitter, UnaryOperatorEmitter, DynamicAccessEmitter: followup to ensure matching closing parentheses for JSDynamicAccessOverride by Josh Tynjala · 8 days ago
  7. 0158f00 UnaryOperatorEmitter, BinaryOperatorEmitter: followup to adding JSDynamicOverride metadata, adding a new setMethodReversed attribute to optionally reverse key and value parameters by Josh Tynjala · 9 days ago
  8. 7c14907 GoogDepsWriter: followup to handling -includes compiler option by also ensuring that they get sorted properly in release builds by Josh Tynjala · 9 days ago
  9. b939a18 UnaryOperatorEmitter: followup to adding new JSDynamicAccess metadata to also support ++ and -- operators by Josh Tynjala · 10 days ago
  10. 69784e9 RoyaleJSTarget: add includes, include-resource-bundles and include-libraries to rooted compilation units, similar to RoyaleAppSWFTarget by Josh Tynjala · 10 days ago
  11. 5227fb4 JSDynamicAccessOverride, JSForInOverride, and JSForEachOverride metadata: followup to detect this metadata on subclasses and interfaces by Josh Tynjala · 2 weeks ago
  12. d446e12 Merge branch 'develop' of https://github.com/apache/royale-compiler into develop by Yishay Weiss · 2 weeks ago
  13. ee29ee5 Make source-vs-tag verification mandatory in the approve scripts by Yishay Weiss · 2 weeks ago
  14. db9cd8d RoyaleJSTarget: compiler-jx/src/main/java/org/apache/royale/compiler/internal/targets/RoyaleJSTarget.java by Josh Tynjala · 2 weeks ago
  15. 8d02a4b fix(compiler-jx): restore codegraph test build dependencies by Yishay Weiss · 2 weeks ago
  16. f9a5490 feat(codegraph): Normalize line endings in test assertions and add helper method by Harbs · 3 weeks ago
  17. 471d895 feat(asdoc): Update ASDocComment to handle Windows line endings and add test for private ASDoc tags by Harbs · 3 weeks ago
  18. 78f61c2 feat(codegraph): Update implementation plan and enhance CompileCodeGraphMojo with skipCodeGraph property by Harbs · 3 weeks ago
  19. b349697 feat(codegraph): Update CODEGRAPH_EXPORTER implementation plan with current status, completed integrations, and remaining release tasks by Harbs · 3 weeks ago codegraph
  20. 8a92d8a feat(codegraph): Enhance Code Graph functionality with static and instance field handling, improved error reporting, and updated configuration files by Harbs · 3 weeks ago
  21. 15511ad feat(codegraph): Implement Code Graph Exporter with JSON Schema validation by Harbs · 3 weeks ago
  22. 0141844 Enhance CODEGRAPH functionality and improve code graph export by Harbs · 3 weeks ago
  23. 1428821 Add tests for compiler defines in Code Graph: implement testCompilerDefinesSelectTargetMembers to verify target labels and active-member selection for JS and SWF outputs. by Harbs · 3 weeks ago
  24. 98758c2 Enhance Code Graph functionality: implement package-level definitions with focused coverage, add packageCallable method, and introduce tests for package definitions and callable symbols. by Harbs · 3 weeks ago
  25. 9fd5ae8 Add ASDoc support to Code Graph: implement CodeGraphASDoc and CodeGraphASDocTag classes, update CodeGraphExporter and CodeGraphWriter to handle ASDoc, and enhance tests for ASDoc integration by Harbs · 3 weeks ago
  26. 0ba4d64 Add metadata handling to Code Graph: implement metadata classes and update exporter and writer by Harbs · 3 weeks ago
  27. 58f92e5 Enhance CODEGRAPH functionality and add tests for error handling and output generation by Harbs · 3 weeks ago
  28. d80de8a Add Code Graph Exporter and Related Classes by Harbs · 3 weeks ago
  29. c947b9b EmitterUtils: fix E4X filter emitted to JS with wrong member access expression for variable or function with PACKAGE_MEMBER, FILE_MEMBER, or LOCAL classification by Josh Tynjala · 3 weeks ago
  30. 30fc063 MXMLJSCRoyale, MXMLJSCNative: fix missing compilation units for resource bundles specified with -include-resource-bundles compiler option by Josh Tynjala · 3 weeks ago
  31. 2b7b170 Merge branch 'develop' of https://github.com/apache/royale-compiler into develop by Yishay Weiss · 4 weeks ago
  32. 71498fc Add optional verify-source-matches-tag to utility approve scripts by Yishay Weiss · 4 weeks ago
  33. 2737f98 EmbedData: Fixed error for duplicate class definitions when using Embed metadata even though there were no actual duplicates by Josh Tynjala · 4 weeks ago
  34. dcd2369 Include Git tag/commit provenance and clarify 72-hour minimum in release vote emails by Yishay Weiss · 4 weeks ago
  35. e10f20c Clean up unused fields in approval step for jburg by Yishay Weiss · 4 weeks ago
  36. 4cc1086 Remove beta-quality wording from release vote email templates by Yishay Weiss · 4 weeks ago
  37. 4804826 Merge branch 'develop' of https://github.com/apache/royale-compiler into develop by Yishay Weiss · 4 weeks ago
  38. 5efce8c compiler-jburg-types: add optional verify-compiler-integration target to ApproveJBurgTypes.xml by Yishay Weiss · 4 weeks ago
  39. 6cb97d3 [maven-release-plugin] prepare for next development iteration by yishayw · 4 weeks ago
  40. 3d9fca8 [maven-release-plugin] prepare release org.apache.royale.compiler-jburg-types-1.1.1-rc2 by yishayw · 4 weeks ago org.apache.royale.compiler-jburg-types-1.1.1 org.apache.royale.compiler-jburg-types-1.1.1-rc2
  41. 2ddf3af Revert "[maven-release-plugin] prepare release org.apache.royale.compiler-jburg-types-1.1.1-rc1" by Yishay Weiss · 4 weeks ago
  42. dc25bb5 Revert "[maven-release-plugin] prepare for next development iteration" by Yishay Weiss · 4 weeks ago
  43. f288948 compiler-jburg-types: add royale-release profile (mirrors compiler-build-tools) by Yishay Weiss · 4 weeks ago
  44. 780afff MXMLStateSplitter: allow dot (.) character in MXML namespace prefixes by Josh Tynjala · 4 weeks ago
  45. cbb65f6 IMXMLToken: similar to IASToken, it should extend ISourceLocation by Josh Tynjala · 4 weeks ago
  46. 479bb75 [maven-release-plugin] prepare for next development iteration by yishayw · 4 weeks ago
  47. 4fcb8cd [maven-release-plugin] prepare release org.apache.royale.compiler-jburg-types-1.1.1-rc1 by yishayw · 4 weeks ago
  48. f9b385a compiler-jburg-types: add release scaffolding (releasesteps.xml, ApproveJBurgTypes.xml) by Yishay Weiss · 5 weeks ago
  49. e6ee821 Bump compiler-build-tools to 1.2.2 by Yishay Weiss · 5 weeks ago
  50. 0e8029f MXMLRoyaleEmitter: followup to children-as-data=false in JS to include IMXMLFactoryNode by Josh Tynjala · 5 weeks ago
  51. aed3bed MXMLRoyaleEmitter: followup to fix extra comma in array when instance node descriptor should be skipped by Josh Tynjala · 5 weeks ago
  52. 4a54ab9 DefinitionBase: Fixed race condition in populating metadata on definitions. by Josh Tynjala · 5 weeks ago
  53. 739d7db MXMLClassDirectiveProcessor: Fixed operand stack underflow error when using data binding in MXML to assign to <fx:Object> property. by Josh Tynjala · 6 weeks ago
  54. ed5b2af JSRoyaleEmitter: fixed null exception when emitting embedded plain text strings by Josh Tynjala · 6 weeks ago
  55. d678e72 ProblemQuery: Fixed missing Generated byte code contains an operand stack underflow error when warnings are reported, but not other errors by Josh Tynjala · 6 weeks ago
  56. bbe6ada MXMLRoyaleEmitter: follow up to emitting MXML factory methods to include mx:Function, mx:Class, and mx:RegExp by Josh Tynjala · 6 weeks ago
  57. ff0c891 MXMLRoyaleEmitter: follow up to component descriptors to skip embed nodes in properties for now by Josh Tynjala · 6 weeks ago
  58. ce9a41b MXMLClassDirectiveProcessor, MXMLClassReferenceNodeBase: fix operand stack underflow when using <mx:Repeater> by Josh Tynjala · 6 weeks ago
  59. caae4bf royaleunit-ant-tasks: avoid possible infinite loop in recently improved check for AIR adl versions by Josh Tynjala · 6 weeks ago
  60. 2454b69 FunctionNode: remove existing definitions from scope immediately before adding new definitions for parsed function body (references #249) by Josh Tynjala · 9 weeks ago
  61. c2137de IMXMLTypeConstants: mx.core.FlexVersion should not have been converted to mx.core.RoyaleVersion by Josh Tynjala · 9 weeks ago
  62. 488fc5f GoogDepsWriter: Fixed missing symbols specified with -includes compiler option in generated JS. by Josh Tynjala · 9 weeks ago
  63. bad8386 FunctionNode: fix missing definitions in FunctionScope when emitting methods as JavaScript (references #249) by Josh Tynjala · 2 months ago
  64. 36637fd RoyaleProject: Fixed missing binding data caused by multiple threads accessing same HashMap (closes #182) (closes #250) by Josh Tynjala · 2 months ago
  65. 208b6ad IdentifierEmitter, MemberAccessEmitter: also check for INTERFACE_MEMBER classification when determining if a closure is required for a function by Josh Tynjala · 3 months ago
  66. a5f549f MemberAccessEmitter: don't include closure() around package-level functions (just non-static members) by Josh Tynjala · 3 months ago
  67. 522010b IdentifierEmitter: Fixed missing require for package-level functions or variables in some situations. by Josh Tynjala · 3 months ago
  68. 319f57b JSCSSCompilationSession: output null instead of nothing for PropertyReference() and Embed() functions by Josh Tynjala · 3 months ago
  69. e1b037f Configuration: Fixed parsing of namespace uri and manifest mappings to allow multiple manifest paths per URI by Josh Tynjala · 3 months ago
  70. adb5a29 royaleunit-ant-tasks: when checking for AIR version, ignore JAVA_TOOL_OPTIONS and JDK_JAVA_OPTIONS output by Josh Tynjala · 3 months ago
  71. 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 · 3 months ago
  72. 9e580af MXMLJSCNative: support resource bundles for JS target, similar to JSRoyale by Josh Tynjala · 3 months ago
  73. 42b49b4 MXMLRoyaleEmitter: when emitting the new UIComponentDescriptors, include children for MX containers by Josh Tynjala · 3 months ago
  74. 9dd78ef IJSMetaAttributeConstants: missed adding a separate iteratorDoneMethod for JSForEachOverride by Josh Tynjala · 3 months ago
  75. bbeed13 Fix up some more metadata checks to use constants by Josh Tynjala · 3 months ago
  76. b1370d2 IJSMetaAttributeConstants: move from some magic strings to constants for existing JS metadata by Josh Tynjala · 3 months ago
  77. 308d886 JSDynamicAccessOverride, JSForInOverride, and JSForEachOverride metadata: optionally emit custom method calls when specific syntax is encountered by Josh Tynjala · 4 months ago
  78. 41932d7 MXMLRoyaleEmitter: when outputting UIComponentDescriptor, set _document befor calling setDocumentDescriptor() by Josh Tynjala · 4 months ago
  79. 5469ef5 MXMLRoyaleEmitter: skip emitting UIComponentDescriptor properties and styles that are embed or data binding by Josh Tynjala · 4 months ago
  80. 9cca41e MXMLRoyaleEmitter: fix detection of E4X wildcard syntax (dot star) when generating JavaScript by Josh Tynjala · 4 months ago
  81. 9b63725 MXMLRoyaleEmitter: the new children-as-data=false factory methods were missing rpc services and XML/XMLList by Josh Tynjala · 4 months ago
  82. c03be24 MXMLRoyaleEmitter: fix missing comma after childDescriptors with children-as-data=false if there are 0 child descriptors by Josh Tynjala · 4 months ago
  83. 4bec471 MXMLRoyaleEmitter: fixed missing event handlers with children-as-data=false because children of container weren't walked by Josh Tynjala · 4 months ago
  84. e8af9f8 MethodBodySemanticChecker: don't warn when comparing numeric or boolean with null if default initializers are disabled for JS by Josh Tynjala · 4 months ago
  85. 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 · 4 months ago
  86. e6b7a6f ApproveFalcon.xml: fix examine-jars to work on all platforms (not macOS only) by Josh Tynjala · 4 months ago
  87. 20abe9b ApproveBuildTools.xml: fix examine-jars to work on all platforms (not macOS only) by Josh Tynjala · 4 months ago
  88. 6e422da JSRoyaleEmitter: fix namespace URI when namespace is defined in a package by Josh Tynjala · 4 months ago
  89. cc2dcdb ExcludeTagNode: improved parsing of [Exclude] metadata to make the member name an identifier for tooling by Josh Tynjala · 4 months ago
  90. e7edc8b Configuration: get/set functions for allow-strict-function-types weren't named properly following the existing convention by Josh Tynjala · 4 months ago
  91. 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
  92. 44685a4 Create README by Andrew Wetmore · 4 months ago
  93. ccea89b [maven-release-plugin] prepare for next development iteration by yishayw · 5 months ago
  94. 60f6920 [maven-release-plugin] prepare release org.apache.royale.compiler-build-tools-1.2.2-rc1 by yishayw · 5 months ago org.apache.royale.compiler-build-tools-1.2.2-rc1
  95. f574e82 Fix duplicate properties tag in compiler-build-tools pom.xml by Yishay Weiss · 5 months ago
  96. 3373454 Set maven.compiler.source/target to 11 for utils (JDK 21 dropped Java 7 support) by Yishay Weiss · 5 months ago
  97. 223607f Update compiler-jburg-types version to 1.1.1-SNAPSHOT and add release notes by Yishay Weiss · 5 months ago
  98. 3fb6c58 Merge branch 'develop' of https://github.com/apache/royale-compiler into develop by Yishay Weiss · 5 months ago
  99. d441671 Update release notes for jburg-types and build-tools by Yishay Weiss · 5 months ago
  100. 7009c0c forgot release note by Josh Tynjala · 5 months ago