1. baa3ea4 GenerateRoyaleExports: MXML ids generated by the compiler should be exported because they are accessed dynamically by MXMLDataInterpreter (and bindings) by Josh Tynjala · 3 years, 5 months ago
  2. 3046c63 MXMLRoyaleEmitter: created an emitter interface for MXML specifiers so that their generated JS output may have different implementations by Josh Tynjala · 3 years, 5 months ago
  3. 0b7fa3d JSGoogConfiguration: add allow-dynamic-bindings by Josh Tynjala · 3 years, 5 months ago
  4. 9235fbc ClosureUtils: fix bindable variables not being detected as accessors by Josh Tynjala · 3 years, 5 months ago
  5. b30228b remove it in develop too by Harbs · 3 years, 6 months ago
  6. 06d135d [maven-release-plugin] prepare for next development iteration by ApacheRoyaleCI · 3 years, 6 months ago
  7. 2bc3d27 [maven-release-plugin] prepare branch @{releaseLabel} by ApacheRoyaleCI · 3 years, 6 months ago
  8. 43ba40f [maven-release-plugin] prepare for next development iteration by Harbs · 3 years, 6 months ago
  9. 6aa12b3 [maven-release-plugin] prepare release org.apache.royale.compiler-build-tools-1.2.1-rc1 by Harbs · 3 years, 6 months ago org.apache.royale.compiler-build-tools-1.2.1-rc1
  10. d7bc4df Revert "[maven-release-plugin] prepare release org.apache.royale.compiler-build-tools-1.2.1-rc1" by Harbs · 3 years, 6 months ago
  11. 6bee903 Merge branch 'develop' of https://github.com/apache/royale-compiler into develop by Harbs · 3 years, 6 months ago
  12. 26d59ae [maven-release-plugin] prepare release org.apache.royale.compiler-build-tools-1.2.1-rc1 by Harbs · 3 years, 6 months ago
  13. ac9988f RELEASE_NOTES updated for 0.9.8 by Josh Tynjala · 3 years, 6 months ago
  14. a18ed0e Merge branch 'develop' of https://github.com/apache/royale-compiler into develop by Yishay Weiss · 3 years, 6 months ago
  15. f2a16fa Fixes #164 by Yishay Weiss · 3 years, 6 months ago
  16. 4934a2f GoogDepsWriter: fix null exception when royalelib system property is missing by Josh Tynjala · 3 years, 6 months ago
  17. df8bd9f JSGoogConfiguration: optional prevent-rename granular control over more than just namespaces by Josh Tynjala · 3 years, 6 months ago
  18. d5667ba Fix an issue with html templates: these were broken in projects using Resources (because of '$' in replacement strings). by greg-dove · 3 years, 6 months ago
  19. ffd46c2 GoogDepsWriter: fixed null exception when processing source maps by Josh Tynjala · 3 years, 6 months ago
  20. f40b9c7 COMPJSC: fix bad toString(Charset) method call that doesn't exist in older Java by Josh Tynjala · 3 years, 7 months ago
  21. 27e4eee COMPJSC: supports custom source-map-source-root when building .swc files by Josh Tynjala · 3 years, 7 months ago
  22. 8ab9808 GoogDepsWriter: rewriting framework sourceRoot in source maps now also checks for /frameworks/projects/ by Josh Tynjala · 3 years, 7 months ago
  23. 3ceee57 JSConfiguration: add new --source-map-source-root compiler option by Josh Tynjala · 3 years, 7 months ago
  24. ecfd694 GoogDepsWriter: rewrites sourceRoot for framework source maps so that it points to the local SDK path instead of CI server SDK path by Josh Tynjala · 3 years, 7 months ago
  25. 5b5e99d RoyaleClosurePassConfig: prevent-rename uses externs to further reduce release build size by Josh Tynjala · 3 years, 7 months ago
  26. ef78621 compiler-jx: Fix tests for commit f9aa254ea7b2188570f2054512c42db2bc97201c by Josh Tynjala · 3 years, 7 months ago
  27. f9aa254 MXMLRoyaleEmitter: doesn't need export metadata on MXML id getters/setters because that's handled dynamically in release builds now by Josh Tynjala · 3 years, 7 months ago
  28. 8f20e7d AccessorEmitter, BindableEmitter: clean up jsdoc formatting to better match other jsdoc emitted by the compiler by Josh Tynjala · 3 years, 7 months ago
  29. cc03b41 compiler-jx: dynamically export getters/setters in release builds instead of using export jsdoc annotation by Josh Tynjala · 3 years, 7 months ago
  30. 062da91 AccessorDefinition: fix null exception in hasConflictingLanguageNSDefinition() when accessor is created by [Bindable] variable by Josh Tynjala · 3 years, 7 months ago
  31. 7acb9fe MethodBodySemanticChecker: add missing semantic checks for variables that have [Bindable] metadata (closes #155) by Josh Tynjala · 3 years, 7 months ago
  32. 00f6b9c comment unused line (fix #161) by Carlos Rovira · 3 years, 7 months ago
  33. 6f75df7 Fix for resource keys (need to avoid renaming) in release build. by greg-dove · 3 years, 7 months ago
  34. 74be256 Revert "[maven-release-plugin] prepare release org.apache.royale.compiler-build-tools-0.9.8-rc1" by Harbs · 3 years, 8 months ago
  35. a0080b6 Revert "[maven-release-plugin] prepare for next development iteration" by Harbs · 3 years, 8 months ago
  36. fd62e36 [maven-release-plugin] prepare for next development iteration by Harbs · 3 years, 8 months ago
  37. 97ef2f0 [maven-release-plugin] prepare release org.apache.royale.compiler-build-tools-0.9.8-rc1 by Harbs · 3 years, 8 months ago
  38. 458eb74 RoyaleClosurePassConfig: restore previous prevent-rename-* behavior because the newer alternative seems to have broken some things (closes #159) by Josh Tynjala · 3 years, 8 months ago
  39. e66da18 RenamePropertiesWithModuleSupport: better null handling for propertyNamesToKeep by Josh Tynjala · 3 years, 8 months ago
  40. f23844f RenamePropertiesWithModuleSupport: break should have been continue by Josh Tynjala · 3 years, 8 months ago
  41. a940a9b GenerateRoyaleExports: prepare for dynamic export of accessors by Josh Tynjala · 3 years, 8 months ago
  42. 3b7cf0d compiler-jx: dynamically export variables in release builds instead of using export annotations by Josh Tynjala · 3 years, 8 months ago
  43. fbe3ab8 COMPJSC: fix issue where .js files from one .swc file on the library-path were not copied to the new .swc file by Josh Tynjala · 3 years, 9 months ago
  44. 3b7040f COMPJSC: reduce duplicate code for writing zip file entries to SWCs by Josh Tynjala · 3 years, 9 months ago
  45. 872574b COMPJSC: always use / in the file entry path when including .js.map files into SWCs by Josh Tynjala · 3 years, 9 months ago
  46. 9c4338a compiler: allow classes with private constructors to be used for function-style casts by Josh Tynjala · 3 years, 9 months ago
  47. a0dbc2d ASScopeCache: fix constructor being resolved instead of type in findProperty when favorTypes is true (closes #158) by Josh Tynjala · 3 years, 9 months ago
  48. 77e5332 AccessorEmitter: static getters/setters are output in a way that allows them to be accessed with normal . member access instead of dynamic [] string member access. by Josh Tynjala · 3 years, 9 months ago
  49. a663488 compiler Support for expression of non-breaking-space and zero-width-space in CSS by greg-dove · 3 years, 9 months ago
  50. cfec574 Revert "Revert "RoyaleClosurePassConfig: better behavior for prevent-rename-*-symbols compiler options by skipping renaming of those symbols during RenamePropertiesWithModuleSupport"" by Josh Tynjala · 3 years, 9 months ago
  51. b95dc90 AccessorEmitter: temporarily restore exporting all static getters/setters until separate issue can be fixed (closes #157) by Josh Tynjala · 3 years, 10 months ago
  52. db6bae9 Revert "RoyaleClosurePassConfig: better behavior for prevent-rename-*-symbols compiler options by skipping renaming of those symbols during RenamePropertiesWithModuleSupport" by Josh Tynjala · 3 years, 10 months ago
  53. 337375c RoyaleClosurePassConfig: better behavior for prevent-rename-*-symbols compiler options by skipping renaming of those symbols during RenamePropertiesWithModuleSupport by Josh Tynjala · 3 years, 10 months ago
  54. 74cf21c ClosureUtils: better handling of custom namespaces so that the original name is not prevented from being renamed by Josh Tynjala · 3 years, 10 months ago
  55. 6556d04 ClosureUtils: dynamically export custom (non-language) namespace methods in release builds instead of using export annotation in emitter by Josh Tynjala · 3 years, 10 months ago
  56. 06eaef9 ClosureUtils: dynamically export protected/internal methods in release builds instead of using export annotation in emitter by Josh Tynjala · 3 years, 10 months ago
  57. dab9ef8 ClosureUtils: switch to isPublic/isProtected/isInternal for exports since isProtected is fixed in commit 273830df1c7fdcc2054bc56b398d61173e9855f0 by Josh Tynjala · 3 years, 10 months ago
  58. b999066 AccessorEmitter: now adds export annotations for protected and internal, if the compiler options are enabled by Josh Tynjala · 3 years, 10 months ago
  59. 273830d DefinitionBase: fix issue where isProtected() returned false for protected static APIs by Josh Tynjala · 3 years, 10 months ago
  60. 69be035 Revert "[maven-release-plugin] prepare branch @{releaseLabel}" by Harbs · 3 years, 10 months ago
  61. 7c69584 Revert "[maven-release-plugin] prepare for next development iteration" by Harbs · 3 years, 10 months ago
  62. cc694f4 [maven-release-plugin] prepare for next development iteration by ApacheRoyaleCI · 3 years, 10 months ago
  63. 5322969 [maven-release-plugin] prepare branch @{releaseLabel} by ApacheRoyaleCI · 3 years, 10 months ago
  64. 461a66b Fix for bad transpile with fully qualified imported function and "js=dynamic-access-unknown-members=true" by greg-dove · 3 years, 10 months ago
  65. b043b9b prevent-rename-internal-symbols and export-internal-symbols compiler options by Josh Tynjala · 3 years, 11 months ago
  66. f933e31 JSRoyaleDocEmitter, ClosureUtils: non-static public methods are now exported dynamically in release builds instead of requiring a doc comment by Josh Tynjala · 3 years, 11 months ago
  67. 9087d56 JSRoyaleDocEmitter: internal-to-package members use at-package JSDoc annotation, since that's the purpose of this annotation by Josh Tynjala · 3 years, 11 months ago
  68. 407b2ea royale.dependent.tests: fixes for commits 96b42e5a980c1d919d0c3a620c500f7a0aff2e9d and 10d0e0b952ff10b2f17f9db5bbc0112693befe70 by Josh Tynjala · 3 years, 11 months ago
  69. 5bd59e4 JSRoyaleDocEmitter: missed protected in previous commit by Josh Tynjala · 3 years, 11 months ago
  70. 10d0e0b JSRoyaleDocEmitter: consolidated at-nocollapse annotation and added it to static methods too when -prevent-rename compiler args are present by Josh Tynjala · 3 years, 11 months ago
  71. 87f067e ClosureUtils: tweak export of protected accessors because AccessorEmitter doesn't use the at-export annotation at this time by Josh Tynjala · 3 years, 11 months ago
  72. c6f8b4a allow more than one leading underscore in selector names by Alex Harui · 3 years, 11 months ago
  73. 454123f Fix for an issue that was observed only with IDE integration (false positive DuplicateFunctionDefinition problem) by greg-dove · 3 years, 11 months ago
  74. 79311df MXMLTagData: added protected setProblems() for FakeMXMLTagData to fix null exception in findMatchingEndTag() by Josh Tynjala · 3 years, 11 months ago
  75. cad319d Added While loop missing block 'fix' to For loops, adjusted implementation to avoid GCC warning (which warns need of output of an explicit empty code block for the loop -this may be then removed again during minification). by greg-dove · 3 years, 11 months ago
  76. e21fc8d Fix while loop without body needs correct transpile: added trailing semicolon. by greg-dove · 3 years, 11 months ago
  77. e0ff381 oops, messed up the merge by Alex Harui · 3 years, 11 months ago
  78. cb4b009 Merge pull request #150 from hboutemy/reproducible by aharui · 3 years, 11 months ago
  79. 4ca1071 Merge branch 'develop' into reproducible by aharui · 3 years, 11 months ago
  80. 4d325fb OrderSwitchesMojo. Need to release compiler-build-tools with new mojo by Alex Harui · 3 years, 11 months ago
  81. caa35fe force order of JFlex switch statements to help with reproducible binaries by Alex Harui · 3 years, 11 months ago
  82. 48b7cd1 Revert "changed version number" by Harbs · 4 years ago
  83. f01530a changed version number by Harbs · 4 years ago
  84. f5c8013 suppress Databinding warning for (as XML) expressions by Alex Harui · 4 years ago
  85. e662e2f ClosureUtils: do not export externs/typedefs by Josh Tynjala · 4 years ago
  86. 94a26f9 ClosureUtils: cannot export package during this pass because something else may have already been exported by Closure and would be overwritten by Josh Tynjala · 4 years ago
  87. bcbdfcd Merge pull request #151 from hboutemy/readme by Harbs · 4 years ago
  88. 10f6ef0 ClosureUtils: better rename prevention and export symbol calls for package-level variables by Josh Tynjala · 4 years ago
  89. 60fa42b JSRoyaleDocEmitter: no export annotation for closure on package-level variables and functions by Josh Tynjala · 4 years ago
  90. 1d597f2 ClosureUtils: some forward-looking tweaks to detecting symbols to export (but behavior currently remains the same) by Josh Tynjala · 4 years ago
  91. de570f7 JSRoyaleDocEmitter: updates emitExports and exportProtected more accurately when config is missing and for fields by Josh Tynjala · 4 years ago
  92. 7ee7f4e PackageFooterEmitter: uses getModel().suppressExports instead of doc.getEmitExports() because doc.getEmitExports() may not always be accurate by Josh Tynjala · 4 years ago
  93. 2b6b669 Avoid outputting declarations if an MXMLDescriptorSpecifier doesn't actually have an id (explicit or 'effective'). by greg-dove · 4 years ago
  94. b226822 Speculative fix for a reported issue that sometimes '_bindings' is not generated in a small number of builds. by greg-dove · 4 years ago
  95. 96b42e5 Binding upgrades : by greg-dove · 4 years ago
  96. 00692d2 fixed typos by Hervé Boutemy · 4 years ago
  97. a623ac8 update reproducible configuration to match current practice by Hervé Boutemy · 4 years ago
  98. 6557ac8 JSRoyaleEmitter: fix issue where emitAssignmentCoercion() used Language in a static initializer and Language wasn't added as a staticUsedName by Josh Tynjala · 4 years ago
  99. 1d085b9 Fixes #826 in royale-asjs by DESKTOP-RH4S838\Yishay · 4 years ago inject_script
  100. cb036f2 Merge branch 'release/0.9.7' into develop by DESKTOP-RH4S838\Yishay · 4 years ago