1. 5f36256 update APIs for new Closure version by Alex Harui · 5 years ago
  2. 4e433cf upgrade Closure Compiler to 20181210 which requires Guava 25.1 by Alex Harui · 5 years ago
  3. 2e8c9a5 Avoid NullPointerException on dynamic objects by Harbs · 5 years ago
  4. ba4bd15 repeatable builds by Alex Harui · 6 years ago
  5. 16d02d4 avoid duplicate static deps by Alex Harui · 6 years ago
  6. bf5c5a5 ignore external deps by Alex Harui · 6 years ago
  7. 7bfa137 report circular dependencies in graph. handle static initializers by promoting their requires to the class with the static dependency, not the class that is the static dependency by Alex Harui · 6 years ago
  8. 9a20bb5 emit better message if not optimizing or there were errors by Alex Harui · 6 years ago
  9. 7e9cf64 handle resource bundles in source path by Alex Harui · 6 years ago
  10. e8557a3 compiler: added missing warning for function parameters that don't have a type declaration, similar to the return type or variables by Josh Tynjala · 6 years ago
  11. 766894f Don’t qualify static members by Harbs · 6 years ago
  12. 10be2e8 report circulars to console by Alex Harui · 6 years ago
  13. 89c4826 more diagnostics by Alex Harui · 6 years ago
  14. 0381826 try suppressing duplicates to get externs to work by Alex Harui · 6 years ago
  15. 35be261 get link reports to include CSS dependencies by Alex Harui · 6 years ago
  16. bdce8a2 only force QName, XML, XMLList to be not external if they came from playerglobal or airglobal by Alex Harui · 6 years ago
  17. 595e1a1 modules may have some classes marked as extern so their goog.requires need to be removed by Alex Harui · 6 years ago
  18. f0f8d6a fix the externs report by Alex Harui · 6 years ago
  19. 316b7ef fix link-report option by Alex Harui · 6 years ago
  20. 978b6ed prevent rename on info structure by Alex Harui · 6 years ago
  21. e4fa6e8 fix calculation of deps for the 'rest of deps' and make sure there are no duplicates by Alex Harui · 6 years ago
  22. c6cfd66 compiler-jx: uses sourceRoot field in source maps for .swc files by Josh Tynjala · 6 years ago
  23. 64dc386 try to eliminate duplicate keys by Alex Harui · 6 years ago
  24. ddd7819 refactor in case we decide to coerce numbers to ints someday by Alex Harui · 6 years ago
  25. fab3428 compiler-jx: absolute paths in source maps are converted to file:/// URIs by Josh Tynjala · 6 years ago
  26. ff9f7b3 handle subclasses of factory classes as well by Alex Harui · 6 years ago
  27. d56511c don't output setter node if we have a destination string by Alex Harui · 6 years ago
  28. 20195a3 handle binding in MXML XML by Alex Harui · 6 years ago
  29. 02d31c4 change versions to 0.9.6 by Alex Harui · 6 years ago
  30. 03c2821 [maven-release-plugin] prepare for next development iteration by Alex Harui · 6 years ago
  31. 32cdef3 [maven-release-plugin] prepare branch release/0.9.5 by Alex Harui · 6 years ago release/0.9.5
  32. 6b15851 states were being output in subdocuments by Alex Harui · 6 years ago
  33. f8367b2 handle nested .. (descendant) operators by Alex Harui · 6 years ago
  34. a78c335 handle more complex XML assignments by Alex Harui · 6 years ago
  35. a4f68b0 handle empty conditionals by Alex Harui · 6 years ago
  36. 9ec1156 check with project before renaming private vars by Alex Harui · 6 years ago
  37. e0c8091 fix databinding in fx:String by Alex Harui · 6 years ago
  38. 94465cf fix function watcher JS output by Alex Harui · 6 years ago
  39. cd3bd66 output qualified name in error message by Alex Harui · 6 years ago
  40. 3252eb3 fix deps writing when we promote requires from static initializers by Alex Harui · 6 years ago
  41. f62f6fe static deps that weren't otherwise deps were being skipped by Alex Harui · 6 years ago
  42. 74c6914 Merge branch 'externsreport' into develop by Alex Harui · 6 years ago
  43. bb2d94b handle --externs options by putting them in the array by Alex Harui · 6 years ago
  44. 3c577e2 externs-report seems to work by Alex Harui · 6 years ago
  45. 0c89292 compiler-jx: JSWriter uses forward slashes for relative paths because web browser devtools prefers this formatting by Josh Tynjala · 6 years ago
  46. 15a21bf compiler-jx: JSEmitter saves all source map paths with forward slashes because web browser devtools prefer this formatting by Josh Tynjala · 6 years ago
  47. fe6877f compiler-jx: GoogDepsWriter preserves sourceRoot field of source maps when it modifies them by Josh Tynjala · 6 years ago
  48. 8e6a6c2 don't get nodes except on AS files. If you ask for a node on an MXML file it starts parsing the MXML, but if you hit this code while already parsing the MXML then you are effectively stuck and the compiler will hang waiting for the first parse request to finish by Alex Harui · 6 years ago
  49. 0d6afd2 call externs report here by Alex Harui · 6 years ago
  50. 7046097 Merge branch 'release/0.9.4' into develop by Alex Harui · 6 years ago
  51. 3bcbb4e update version to 0.9.5 by Alex Harui · 6 years ago release/0.9.4
  52. 9fd4eef skeleton for externs-report by Alex Harui · 6 years ago
  53. 660fff9 catch super calls to methods that don't exist by Alex Harui · 6 years ago
  54. 1063bf8 SWFOverrides work if the actual types used can be subclasses of, or implement the interfaces in the original type. However, for DisplayObject.graphics, the Graphics class is final so we can't play with a subclass. So we are forced to cheat and have the compiler switch out references to graphics with royalegraphics which is added to UIComponent by Alex Harui · 6 years ago
  55. 36e80ef [maven-release-plugin] prepare for next development iteration by Alex Harui · 6 years ago
  56. bd3a972 [maven-release-plugin] prepare release org.apache.royale.compiler-0.9.4-rc2 by Alex Harui · 6 years ago apache-royale-0.9.4 org.apache.royale.compiler-0.9.4-rc2
  57. d2b0450 Revert "[maven-release-plugin] prepare release org.apache.royale.compiler-0.9.4-rc2" by Alex Harui · 6 years ago
  58. dceb101 Revert "[maven-release-plugin] prepare for next development iteration" by Alex Harui · 6 years ago
  59. 2b584ba [maven-release-plugin] prepare for next development iteration by Alex Harui · 6 years ago
  60. 6429d0b [maven-release-plugin] prepare release org.apache.royale.compiler-0.9.4-rc2 by Alex Harui · 6 years ago
  61. 4e81189 Revert "[maven-release-plugin] prepare release org.apache.royale.compiler-0.9.4-rc2" by Alex Harui · 6 years ago
  62. 6f3a734 Revert "[maven-release-plugin] prepare for next development iteration" by Alex Harui · 6 years ago
  63. 7bc44f1 [maven-release-plugin] prepare for next development iteration by Alex Harui · 6 years ago
  64. 09dd0a3 [maven-release-plugin] prepare release org.apache.royale.compiler-0.9.4-rc2 by Alex Harui · 6 years ago
  65. 9869b64 Revert "[maven-release-plugin] prepare release org.apache.royale.compiler-0.9.4-rc1" by Alex Harui · 6 years ago
  66. 2ddae08 Revert "[maven-release-plugin] prepare for next development iteration" by Alex Harui · 6 years ago
  67. fd1c510 Revert "[maven-release-plugin] prepare release org.apache.royale.compiler-0.9.4-rc2" by Alex Harui · 6 years ago
  68. f7b6e75 Revert "[maven-release-plugin] prepare for next development iteration" by Alex Harui · 6 years ago
  69. 8b9c8fd [maven-release-plugin] prepare for next development iteration by Alex Harui · 6 years ago
  70. 88ed73c [maven-release-plugin] prepare release org.apache.royale.compiler-0.9.4-rc2 by Alex Harui · 6 years ago
  71. fc3e885 [maven-release-plugin] prepare for next development iteration by Alex Harui · 6 years ago
  72. 85c2303 [maven-release-plugin] prepare release org.apache.royale.compiler-0.9.4-rc1 by Alex Harui · 6 years ago org.apache.royale.compiler-0.9.4-rc1
  73. 432f44b compiler.jx: if source-map compiler option is specified, GoogDepsWriter copies source map files out of SWCs, if they exist by Josh Tynjala · 6 years ago
  74. f9d0587 [maven-release-plugin] prepare for next development iteration by Alex Harui · 6 years ago
  75. 565deef more ssh testing by Alex Harui · 6 years ago
  76. f07a708 testing by Alex Harui · 6 years ago
  77. c6e415a [maven-release-plugin] prepare branch release/0.9.4 by Alex Harui · 6 years ago
  78. face8d1 Revert "[maven-release-plugin] prepare branch release/0.9.4" by Alex Harui · 6 years ago
  79. f943a58 Revert "[maven-release-plugin] prepare for next development iteration" by Alex Harui · 6 years ago
  80. 5cb2f90 www.antlr.org forces redirect to https by Harbs · 6 years ago
  81. e0930d8 don't force requires of externals (fixes #57) by Alex Harui · 6 years ago
  82. 81d3828 don't require external interfaces by Alex Harui · 6 years ago
  83. 2ccea71 try to fix bloated builds by Alex Harui · 6 years ago
  84. 1b9d049 Fix for Array.sort. by greg-dove · 6 years ago
  85. 8b40ecf see if this fixes build by Alex Harui · 6 years ago
  86. 1dd7adb Merge pull request #56 from ajwfrost/develop by aharui · 6 years ago
  87. c060010 report errors detected during JS output by Alex Harui · 6 years ago
  88. c7d26b0 report error if we can figure out a local var was used before its declaration. Use of an instance var of the same name as a local var before the local var is declared seems to work ok in SWF but not in JS so we'll report an error by Alex Harui · 6 years ago
  89. 350bfa2 catch calls to accessors by Alex Harui · 6 years ago
  90. ec18b6f compiler-jx: fixed issue where compc incorrectly created empty js/out directory in project when packing a SWC by Josh Tynjala · 6 years ago
  91. 8689005 compiler-jx: compc can generate source map files and add them to SWCs by Josh Tynjala · 6 years ago
  92. cd6c306 Fixing bug with static function resolution by Frost · 6 years ago
  93. e14f37f compiler-jx: refactored IJSWriter writeTo() to accept an OutputStream for the source map so that it can be written to something other than a file, if desired by Josh Tynjala · 6 years ago
  94. 651406a Fix for localId issues with javascript by greg-dove · 6 years ago
  95. bc0bf6f fix binding for private by Alex Harui · 6 years ago
  96. 2f7260f keep trying to decorate the right names by Alex Harui · 6 years ago
  97. 5348b4f a few more places where we need to decorate private names by Alex Harui · 6 years ago
  98. 97dc727 add checks for conflicting definitions and add -allow-private-name-conflicts option. This required adjusting the externs since they had conflicting definitions by Alex Harui · 6 years ago
  99. 03902ab TZ can be wrong due to day light saving by DESKTOP-RH4S838\Yishay · 6 years ago
  100. c080985 compiler-jx: the -source-map compiler option now also controls whether release build source maps are generated or not by Josh Tynjala · 6 years ago