1. 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
  2. 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
  3. 44685a4 Create README by Andrew Wetmore · 5 days ago
  4. ccea89b [maven-release-plugin] prepare for next development iteration by yishayw · 8 days ago
  5. 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
  6. f574e82 Fix duplicate properties tag in compiler-build-tools pom.xml by Yishay Weiss · 11 days ago
  7. 3373454 Set maven.compiler.source/target to 11 for utils (JDK 21 dropped Java 7 support) by Yishay Weiss · 11 days ago
  8. 223607f Update compiler-jburg-types version to 1.1.1-SNAPSHOT and add release notes by Yishay Weiss · 11 days ago
  9. 3fb6c58 Merge branch 'develop' of https://github.com/apache/royale-compiler into develop by Yishay Weiss · 11 days ago
  10. d441671 Update release notes for jburg-types and build-tools by Yishay Weiss · 11 days ago
  11. 7009c0c forgot release note by Josh Tynjala · 13 days ago
  12. a05d840 MXMLRoyaleEmitter: Added support for mx.core.UIComponentDescriptor with -children-as-data=false for JavaScript by Josh Tynjala · 14 days ago
  13. 51d22a5 MXMLRoyalEmitter: Added support for mx.core.IDeferredInstance for default properties with -children-as-data=false by Josh Tynjala · 2 weeks ago
  14. af8b621 MXMLJSCJSEmitter: Fixed intermittent missing goog.require() calls because formatQualifiedName() was overridden to remove formatting by Josh Tynjala · 2 weeks ago
  15. 9356c8a MXMLDeferredInstanceNode: added missing dependency on mx.core.DeferredInstanceFromFunction that prevented it from being emitted in JavaScript by Josh Tynjala · 2 weeks ago
  16. b4e3ff6 JSCPublisher: don't call start() for MXML classes either by Josh Tynjala · 2 weeks ago
  17. fad7ee8 DefinitionBase: fix resolution of types specified in [InstanceType] when they are in a package by Josh Tynjala · 2 weeks ago
  18. a487fcf MXMLRoyalePublisher added mainClass as a token that may be replaced in the HTML template (closes #245) by Josh Tynjala · 3 weeks ago
  19. e6b5a81 Update release notes for 1.0.0 by Yishay Weiss · 4 weeks ago
  20. 4ba7850 Update version to 1.0.0 for release by Yishay Weiss · 4 weeks ago
  21. 7d583da MXMLRoyaleEmitter: don't assign property in factory method if it uses data binding by Josh Tynjala · 4 weeks ago
  22. 85a936b update release notes with latest commits by Josh Tynjala · 4 weeks ago
  23. 8f40ae2 MXMLClassReferenceNodeBase: an fx:DesignLayer may have children in MXML without [DefaultProperty] metadata by Josh Tynjala · 4 weeks ago
  24. a0a2d54 MXMLArrayNode: special case for fx:DesignLayer when checking if children are valid for the specified optional [ArrayElementType] by Josh Tynjala · 4 weeks ago
  25. de684f3 MXMLRoyaleEmitter: implement children-as-data=false for JS emitter by Josh Tynjala · 4 weeks ago
  26. 6c75f00 MXMLClassReferenceNodeBase: stricter MXML handling of default element children by Josh Tynjala · 4 weeks ago
  27. 16e41ab MXMLRoyaleEmitter: missing implementation for <fx:Vector> inside <fx:Declarations> by Josh Tynjala · 5 weeks ago
  28. 2ed32af MXMLRoyaleEmitter: an array containing a vector is not simple by Josh Tynjala · 5 weeks ago
  29. 7c450b0 MXMLVectorNode: fix wrong value of type in initializeDefaultProperty() by Josh Tynjala · 5 weeks ago
  30. 733c414 MXMLClassReferenceNodeBase: detect MXML 2006 declarations and add them to implicit MXMLDeclarationsNodes in the AST (references #243) by Josh Tynjala · 5 weeks ago
  31. 63ed1bc RELEASE_NOTES: update by Josh Tynjala · 5 weeks ago
  32. 4dc4c0f JSConfiguration: move warn-this-within-closure default value of true from Configuration by Josh Tynjala · 5 weeks ago
  33. 9bbc3e4 JSCPublisher: null check for result of resolveQNameToDefinition() when writing HTML template body by Josh Tynjala · 6 weeks ago
  34. 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
  35. 0c4b771 ASC: fix comment that said the opposite of what it meant by Josh Tynjala · 7 weeks ago
  36. 5bf3f7f NOTICE: 2026 by Josh Tynjala · 7 weeks ago
  37. 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
  38. 9c15562 royaleunit-ant-tasks: parse Adobe AIR version including both major and minor by Josh Tynjala · 8 weeks ago
  39. 34ca20c externc: hasSuperMethod() and hasSuperField() on ClassReference return false if super method/field is excluded by Josh Tynjala · 8 weeks ago
  40. a3f1249 externc: more exhaustive search for field and method overrides from interfaces by Josh Tynjala · 8 weeks ago
  41. 392f5e3 externc: FieldReference needs to check if the field was originally defined on an interface, similar to MethodReference by Josh Tynjala · 8 weeks ago
  42. 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
  43. 8bd5ca9 sdk.dependent.tests: fix for Linux by Josh Tynjala · 10 weeks ago
  44. 046842d MethodBodySemanticChecker: handle function type expressions as operands in ternary operators and logical binary operators by Josh Tynjala · 10 weeks ago
  45. 72a4a28 AccessorDefinition: fix function type expression metadata to work similarly to variables by Josh Tynjala · 10 weeks ago
  46. 5db2758 compiler: allow tests to be run with AIR ADL instead of Flash Player by Josh Tynjala · 2 months ago
  47. 3def6a8 royaleUnitDescriptor.template: hide AIR window by default by Josh Tynjala · 2 months ago
  48. 71a1962 royaleUnitDescriptor.template: consistent indentation by Josh Tynjala · 2 months ago
  49. a6a7f83 royaleunit-ant-tasks: prefer AIR_HOME over ROYALE_HOME, if available, to find adl and adt executables by Josh Tynjala · 2 months ago
  50. 8cee3fb MethodBodySemanticChecker: don't allow an arrow function to be used with new as a constructor by Josh Tynjala · 3 months ago
  51. 06e46e5 MethodBodySemanticChecker: prevent 'arguments' binding from being used in an arrow function by Josh Tynjala · 3 months ago
  52. 42bf14a formatter, linter: fix incorrect end line and end column on generated whitespace or extra tokens by Josh Tynjala · 3 months ago
  53. 5a4b8d3 RELEASE_NOTES: update for 0.9.13 by Josh Tynjala · 3 months ago
  54. 2404c68 MethodBodySemanticChecker: another exception for return types that aren't the same or subclasses (any (*) type) by Josh Tynjala · 3 months ago
  55. 5ed20c9 FunctionTypeExpressionNode: fix null AST node when parsing signature by Josh Tynjala · 3 months ago
  56. a6c8e59 FunctionCallEmitter: fix Vector.<Foo>() global function when using custom vector emulation class by Josh Tynjala · 3 months ago
  57. fd729b2 Tests for new vector emulation options to omit element types and to use a function for literals by Josh Tynjala · 3 months ago
  58. b6c0523 AsIsEmitter: fix implicit cast to vector when using js-vector-emulation-class option by Josh Tynjala · 3 months ago
  59. 5ef5638 AsIsEmitter: fix (x as *) emitting Language.as(x, *) in JS, where * doesn't exist by Josh Tynjala · 3 months ago
  60. d22b10d externc: create all directories for generated .as files beforehand by Josh Tynjala · 3 months ago
  61. 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
  62. c8b7f35 AsIsEmitter: fix as and is when using js-vector-emulation-class by Josh Tynjala · 3 months ago
  63. 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
  64. 5d3b3f0 IdentifierNode: fix issue where asc can't compile because of dependency on RoyaleProject (closes #242) by Josh Tynjala · 3 months ago
  65. 8d12afc Ant: enable assertions on junit tests by Josh Tynjala · 3 months ago
  66. 60b7aa7 MXML HTTPService, WebService, RemoteObject: tweak some parent/child relationships to fix assertions by Josh Tynjala · 3 months ago
  67. ee996cd ASTokenFormatter, ASLinter: normalize file path and provide ASFileScope to fix assertion errors by Josh Tynjala · 3 months ago
  68. 6994db7 ExpressionNodeBase: fix assertion error for getDependencyType() with IFunctionTypeExpressionNode by Josh Tynjala · 3 months ago
  69. 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
  70. 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
  71. ed97a92 Enable [Embed] for TTF/OTF fonts when targeting SWF by Josh Tynjala · 3 months ago
  72. ef3c6e7 FontEmbeddingNotSupported: fix typo by Josh Tynjala · 3 months ago
  73. 8965059 CSSTree: fix uncaught exceptions when parsing hexadecimal color values and number values by adding problems when invalid by Josh Tynjala · 5 months ago
  74. 8d78181 MethodBodySemanticChecker: when checking strict function types, if expected parameter is optional, actual parameter must be optional too by Josh Tynjala · 6 months ago
  75. c2484a6 MXMLScopeBuilder/MXMLFileScope: use a PackageScope as the containing scope for a type created with fx:Component by Josh Tynjala · 6 months ago
  76. b8a63a8 MXMLScopeBuilder: don't use a magic string for comparison, use a constant that already exists by Josh Tynjala · 6 months ago
  77. ba1a138 MXMLScopeBuilder: report a problem if the className value of fx:Component is not a valid AS3 identifier by Josh Tynjala · 6 months ago
  78. 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
  79. f0bf881 MethodBodySemanticChecker: added missing strict function types check for values of return statements by Josh Tynjala · 6 months ago
  80. a3870b3 compiler-common: missed a guava 33.5.0-jre and failureaccess 1.0.3 for Maven by Josh Tynjala · 6 months ago
  81. 37f2079 guava 33.5.0-jre and failureaccess 1.0.3 by Josh Tynjala · 6 months ago
  82. 20e7683 compiler-jx: some more tests for CSS attributes by Josh Tynjala · 6 months ago
  83. a8426f4 compiler: didn't mean to commit this, it was to test a specific feature faster by Josh Tynjala · 6 months ago
  84. 1422cba CSS: support more CSS pseudo-classes with arguments by Josh Tynjala · 6 months ago
  85. 6f571ca CSS: move function name validation into CSSTree so that those function names may be used as identifiers by Josh Tynjala · 6 months ago
  86. 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
  87. f9af40f CSS: make parsing of attribute selectors stricter by Josh Tynjala · 6 months ago
  88. c544fdc JSCSSCompilationSession: added many more HTML elements from the specification by Josh Tynjala · 6 months ago
  89. ca46a4f JSCSSCompilationSession: improved distinction between components and HTML elements when outputting CSS by Josh Tynjala · 6 months ago
  90. 3f09ebc JSCSSCompilationSession: fix issues with generation of selectors in real .css file where parts were incorrect or missing by Josh Tynjala · 7 months ago
  91. 485402c compiler-jx: add missing emit for fx:RegExp tags in MXML for JS targets by Josh Tynjala · 7 months ago
  92. 96ea150 MXMLClassDirectiveProcessor: allow fx:RegExp declaration in MXML when targeting SWF by Josh Tynjala · 7 months ago
  93. 071c9dd CSS.g: fix Decision can match input warnings for rgb() and rgba() by Josh Tynjala · 7 months ago
  94. c34cb84 maven: update antlr from 3.3 to 3.5.2 for consistency by Josh Tynjala · 7 months ago
  95. 451d813 Revert "maven: update from Antlr 2.7.7 and 3.3 to 3.5.2" by Josh Tynjala · 7 months ago
  96. cf6bf15 maven: update from Antlr 2.7.7 and 3.3 to 3.5.2 by Josh Tynjala · 7 months ago
  97. 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
  98. 11f6bd2 more updated Flash Player projector content debugger URLs by Josh Tynjala · 7 months ago
  99. 66cfda1 prerequisiteCheck: updated URLs for Flash Player projector content debugger by Josh Tynjala · 7 months ago
  100. 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