1. 71713d7 Revert "[maven-release-plugin] prepare release org.apache.royale.compiler-0.9.6-rc1" by Alex Harui · 5 years ago
  2. 2dddc2c Revert "[maven-release-plugin] prepare for next development iteration" by Alex Harui · 5 years ago
  3. e8ae432 [maven-release-plugin] prepare for next development iteration by aharui · 5 years ago
  4. 59d5faa [maven-release-plugin] prepare release org.apache.royale.compiler-0.9.6-rc1 by aharui · 5 years ago
  5. eee254c Merge branch 'release/0.9.6' into release_practice by Alex Harui · 5 years ago
  6. f01af94 Revert "[maven-release-plugin] prepare release org.apache.royale.compiler-0.9.6-rc1" by Alex Harui · 5 years ago
  7. 6d61456 Revert "[maven-release-plugin] prepare for next development iteration" by Alex Harui · 5 years ago
  8. e16b514 Merge branch 'release/0.9.6' into release_practice by Alex Harui · 5 years ago
  9. c53d88a try to fix javadoc by Alex Harui · 5 years ago
  10. e9c17ef Merge branch 'release/0.9.6' into release_practice by Alex Harui · 5 years ago
  11. e1f74af handle @pre tag by Alex Harui · 5 years ago
  12. 8145b96 [maven-release-plugin] prepare for next development iteration by aharui · 5 years ago
  13. 5c8442c [maven-release-plugin] prepare release org.apache.royale.compiler-0.9.6-rc1 by aharui · 5 years ago
  14. b7e93bd Revert "[maven-release-plugin] prepare release org.apache.royale.compiler-0.9.6-rc1" by Alex Harui · 5 years ago
  15. 8049d0a Revert "[maven-release-plugin] prepare for next development iteration" by Alex Harui · 5 years ago
  16. c5dd0b6 try to skip gpg on CI server in utils profile by Alex Harui · 5 years ago
  17. 4af4aba try to skip gpg in utils profile by Alex Harui · 5 years ago
  18. 67a742c Revert "[maven-release-plugin] prepare for next development iteration" by Alex Harui · 5 years ago
  19. ef1867a try to skip gpg on CI server in utils profile by Alex Harui · 5 years ago
  20. 40a8a9c [maven-release-plugin] prepare for next development iteration by aharui · 5 years ago
  21. 1b573e8 [maven-release-plugin] prepare release org.apache.royale.compiler-0.9.6-rc1 by aharui · 5 years ago
  22. 033c668 update utils versions by aharui · 5 years ago
  23. 6ea11de [maven-release-plugin] prepare for next development iteration by aharui · 5 years ago
  24. bb06129 swap classpath order to insert our patch by Alex Harui · 5 years ago
  25. e608e5c switch to 1.1 versions to get reproducible builds by Alex Harui · 5 years ago
  26. e50ed8a change to 1.1 since we are adding capabilities by Alex Harui · 5 years ago
  27. 123af9c changes to remove timestamps from generated code so we get the same source on each build by Alex Harui · 5 years ago
  28. 13430f3 switch to 1.1 since we are adding features by Alex Harui · 5 years ago
  29. b13be59 reproducible build plugin for utils profile by Alex Harui · 5 years ago
  30. f03c52c reproducible build plugin by Alex Harui · 5 years ago
  31. a83fc08 somehow I missed this when adding setLastModified by Alex Harui · 5 years ago
  32. a0d5191 fix addDependency so it doesn't use a workspace cache when screws up when multiple JUnit tests are running by Alex Harui · 5 years ago
  33. 9c18fb3 try to fix maven build by Alex Harui · 5 years ago
  34. 9314bcd Use subset of Adobe-owned change https://sourceforge.net/p/jburg/code/ci/ad3f5c4285223c92997c604877c7619fd7725c38/ to get consistent rule names between builds by Alex Harui · 5 years ago
  35. 5fbfb1f Merge branch 'develop' into release_practice by Alex Harui · 5 years ago
  36. 0fc1081 Revert "[maven-release-plugin] prepare for next development iteration" by Alex Harui · 5 years ago
  37. b0ddc75 JBurgGenerator.java version 1.10 contributed by Adobe Inc and Tom Harwood. Permission to relicense granted in https://lists.apache.org/thread.html/ea55377e78d3124add309044dfd00470a16a52be16b97804ea4fa10c@%3Cdev.royale.apache.org%3E by Alex Harui · 5 years ago
  38. ddc6ec3 compiler: implemented abstract methods (closes #75) by Josh Tynjala · 5 years ago
  39. 0e3fbc7 ASFeatureTestsBase: do not add 'Unexpected compilation problems:' to result string unless there are actually some problems by Josh Tynjala · 5 years ago
  40. d20bb6b ClassDirectiveProcessor: fixed issue where methods could be marked abstract without an error (references #73) by Josh Tynjala · 5 years ago
  41. a745882 provided isn't allowed in many places in Maven 3 so use runtime instead and allow for swf build of asdoc to be skipped by Alex Harui · 5 years ago
  42. fbd9bc3 handle proxy in bracket access by Alex Harui · 5 years ago
  43. 5a7dd6d compiler-jx: fixed hoisting of chained variable declarations by Josh Tynjala · 5 years ago
  44. 3bdad2d compiler-jx: fixed hoisting issue caused by last commit when default initializers is disabled by Josh Tynjala · 5 years ago
  45. 65c1e78 compiler-jx: fixes issue where variables that need default initializers were not hoisted to the top of the function body by Josh Tynjala · 5 years ago
  46. 30e1738 JSRoyaleEmitter: flag that emitter is emitting local functions is stored in emitter instead of the IFunctionNode by Josh Tynjala · 5 years ago
  47. 3048473 report a better error if tag doesn't match a class in the default property by Alex Harui · 5 years ago
  48. 54b8268 compiler-jx: tests for default initializers include both enabled and disabled for better coverage by Josh Tynjala · 5 years ago
  49. 7565699 compiler-jx: fixed tests with js-default-initializers enabled by Josh Tynjala · 5 years ago
  50. d13c4c8 FieldEmitter: removed unncessary space in null assignment by Josh Tynjala · 5 years ago
  51. 510a12f compiler-jx: js-default-initializers is true by default in the compiler by Josh Tynjala · 5 years ago
  52. 51291c2 compiler: fixed bad casts in SemanticUtils.resolveXML() by Josh Tynjala · 5 years ago
  53. 5999540 remove date time stamps in generated files so we get the same source on each build by Alex Harui · 5 years ago
  54. 5204734 add override of JBurgRule to get consisten rule names on each build by Alex Harui · 5 years ago
  55. a3d7d56 reduce the number of addDependency calls by Alex Harui · 5 years ago
  56. 32f4979 try caching resolved identifiers. Resolve is called many times on each node by the reducer and maybe elsewhere. Could it ever change after the first resolve? Are nodes ever moved around in the AST? by Alex Harui · 5 years ago
  57. 3ac6064 the scope cache blocked addDependency calls so we would get different catalog.xml files on each build depending on which threads finished first. So force addDependency calls. This makes the compiler significantly slower though, but it was the last piece of bit-for-bit idential SWCs on a given computer by Alex Harui · 5 years ago
  58. 26313e2 set timestamps here as well by Alex Harui · 5 years ago
  59. 02e656b more setting of timestamps to get bit-for-bit identical SWCs on each build by Alex Harui · 5 years ago
  60. df060e3 allow setting lastmodifieddate so we can try to generate bit-for-bit identical SWCs on each build by Alex Harui · 5 years ago
  61. 591580f compiler: extra null reference check in DefinitionBase.getContainingToplevelDefinition() similar to the one later in the same method by Josh Tynjala · 5 years ago
  62. 8d78a8c Merge branch 'develop' into amf_updates by Carlos Rovira · 5 years ago
  63. a804bf2 forgot a few by Alex Harui · 5 years ago
  64. 0725a90 also sign poms by Alex Harui · 5 years ago
  65. a1f8b8e use profiles to only upload each artifact once instead of once per sub-module by Alex Harui · 5 years ago
  66. ee37b5e only run upload on top-level by Alex Harui · 5 years ago
  67. 06f0bcb jflex.de now requires https by Harbs · 5 years ago
  68. 08f29d0 rename targets by Alex Harui · 5 years ago
  69. ba027c3 add option to use Wagon to upload artifacts to Staging by Alex Harui · 5 years ago
  70. a76198f Reflection support compiler updates: by greg-dove · 5 years ago
  71. 1faaf57 Fix public var warning when var has metadata (which does not include Bindable) by greg-dove · 5 years ago
  72. f649e0a start adding steps the RM will need to perform locally by Alex Harui · 5 years ago
  73. a71543f [maven-release-plugin] prepare for next development iteration by aharui · 5 years ago
  74. 241b2ca [maven-release-plugin] prepare branch release/0.9.6 by aharui · 5 years ago
  75. dbdb08c Revert "prepare for next development version. Maven jgit seems to forget to commit these files." by Alex Harui · 5 years ago
  76. 4817e14 Revert "[maven-release-plugin] prepare for next development iteration" by Alex Harui · 5 years ago
  77. e742b76 Revert "[maven-release-plugin] prepare branch release/0.9.6" by Alex Harui · 5 years ago
  78. c356b57 Revert "[maven-release-plugin] prepare for next development iteration" by Alex Harui · 5 years ago
  79. 0c419d5 [maven-release-plugin] prepare for next development iteration by aharui · 5 years ago
  80. f6d9c30 [maven-release-plugin] prepare branch release/0.9.6 by aharui · 5 years ago
  81. 35cb3e2 try to find a way to only skip gpg on CI server by Alex Harui · 5 years ago
  82. 7347a23 Revert "[maven-release-plugin] prepare branch release/0.9.6" by Alex Harui · 5 years ago
  83. d74d0fc Revert "[maven-release-plugin] prepare for next development iteration" by Alex Harui · 5 years ago
  84. 1490d2d VarDeclarationEmitter: uses same type coercion behavior as returns, function arguments, and binary operator assignment by Josh Tynjala · 5 years ago
  85. 06ba69d compiler-jx: moved one use Language.closure() to the same place as another because they both should be there by Josh Tynjala · 5 years ago
  86. 6f91953 compiler-jx: TestBase enables performance caching, similar to the command line compilers by Josh Tynjala · 5 years ago
  87. 8efe085 SemanticUtils: resolveXML() and resolveXMLType() resolve private/protected members in XML/XMLList so that they aren't coerced by Josh Tynjala · 5 years ago
  88. cc22c6f compiler-jx: removed unnecessary junit properties files by Josh Tynjala · 5 years ago
  89. 6608edc compiler-jx: restored hexadecimal formatting for int literals on assignment by Josh Tynjala · 5 years ago
  90. 81d8866 JSEmitter: emitAssignmentCoercion() now includes special cases for String coercion with undefined, toString(), and XML methods. Number coercion detects [ArrayElementType("Number")]. by Josh Tynjala · 5 years ago
  91. e4e7388 [maven-release-plugin] prepare for next development iteration by aharui · 5 years ago
  92. 2dcf735 [maven-release-plugin] prepare branch release/0.9.6 by aharui · 5 years ago
  93. 2875aa1 try pulling maven lzma jar by Alex Harui · 5 years ago
  94. 1dd1cab compiler: DynamicAccessNode resolves element type of Vector (closes #80) by Josh Tynjala · 5 years ago
  95. eee06e8 go back to old release plugin and try forcing new scm-api plugin by Alex Harui · 5 years ago
  96. 69f0449 experiment with newer release plugin by Alex Harui · 5 years ago
  97. 7185d1f try to debug jgit by Alex Harui · 5 years ago
  98. ac7f7fb prepare for next development version. Maven jgit seems to forget to commit these files. by aharui · 5 years ago
  99. 9524c3c [maven-release-plugin] prepare for next development iteration by aharui · 5 years ago
  100. d56eb47 [maven-release-plugin] prepare branch release/0.9.6 by aharui · 5 years ago