1. d0b4851 - Fixed: error should log an error by Frédéric Thomas · 11 years ago trunk
  2. 793d92d - Minor adjustments and error checking by Frédéric Thomas · 11 years ago
  3. 9c10d25 - Minor adjustments by Frédéric Thomas · 11 years ago
  4. 9d6b7c5 - unused style by Frédéric Thomas · 11 years ago
  5. 526f7cb - added a progress bar for items to validate by Frédéric Thomas · 11 years ago
  6. 40bb74d - LaunchUICommand run w/o dispatching messages by Frédéric Thomas · 11 years ago
  7. da7ae8f -Delay exit until DB closed by Frédéric Thomas · 11 years ago
  8. 67c173e missing files from the last commit by Frédéric Thomas · 11 years ago
  9. 779e86b -Revisited the event flow for the db part by Frédéric Thomas · 11 years ago
  10. 1b0b136 -Revisited the event flow for the db part by Frédéric Thomas · 11 years ago
  11. e7686b3 Refactoring ImageGate, preparing for mustella tests by Nicholas Kwiatkowski · 11 years ago
  12. 9fce758 Refactoring ImageGate, preparing for mustella tests by Nicholas Kwiatkowski · 11 years ago
  13. 164c37d Added Apache headers to recent classes by Michael Labriola · 11 years ago
  14. 3e91b67 Added some initial htmlAssets. More work to come by Michael Labriola · 11 years ago
  15. a7a3e49 - starting to mess around with integrating ASJS into the SDK, thought I might best do that in my whiteboard ;-) by Erik de Bruin · 11 years ago
  16. 7a263b1 - this project is now 'live' in asjs/branches/develop by Erik de Bruin · 11 years ago
  17. 3a3159f - committed these while Mike was moving falconjx, so they ended up in his whiteboard instead of the falcon trunk by Erik de Bruin · 11 years ago
  18. a5b1011 - committed these while Mike was moving falconjx, so they ended up in his whiteboard instead of the falcon trunk by Erik de Bruin · 11 years ago
  19. dda0bdd - added build.xml and download.xml ant files, refactored these to fit FalconJx needs by Erik de Bruin · 11 years ago
  20. d24a9e3 Flex:FalconJx - ASBlockWalker is fully abstracted up the the implemented tests by Michael Schmalle · 11 years ago
  21. bab97ac Flex:FalconJx by Michael Schmalle · 11 years ago
  22. 30a3573 Flex:FalconJx by Michael Schmalle · 11 years ago
  23. 2dbe6f5 Flex:FalconJx - Refactored for and for each statements into ASEmitter by Michael Schmalle · 11 years ago
  24. 52ac081 Flex:FalconJx by Michael Schmalle · 11 years ago
  25. 3071112 - I've been tinkering with the 'compile' method to get it to output an entire project to JS when run in Eclipse with the arguments listed below, please verify for any silly n00b mistakes... by Erik de Bruin · 11 years ago
  26. ff7d93e - removed 'assertOutDebug' method from TestWalkerBase, figured out another approach by Erik de Bruin · 11 years ago
  27. 3ad258b test commit for rzwaga by Roland Zwaga · 11 years ago
  28. d722237 - fixed a typo in the ASBlockWalker ('switch' instead of 'swtich') by Erik de Bruin · 11 years ago
  29. e1f0ec8 Flex:FalconJx: - TestClass unit test by Michael Schmalle · 11 years ago
  30. 161b5ee Flex:FalconJx: by Michael Schmalle · 11 years ago
  31. 6eb8f61 Flex:FalconJx: - fixed up visitFunction method handling by Michael Schmalle · 11 years ago
  32. 1c4b1f0 Flex:FalconJx: by Michael Schmalle · 11 years ago
  33. a3c4fa7 Flex:FalconJx: - Removed TraverseContext from ASBlockWalker by Michael Schmalle · 11 years ago
  34. fde5a62 Flex:FalconJx by Michael Schmalle · 11 years ago
  35. 909a6f5 - added a method, 'getCodeFromFile' to TestBase.java to read code from an external file by Erik de Bruin · 11 years ago
  36. 6f8664a - added a few tests for the remaining language features from the 'Full Table' (Wiki) by Erik de Bruin · 11 years ago
  37. de89a17 - added tests for parentheses (right now ignored as the compiler removes all parentheses, it seems) and the 'typeof a' operator (also ignored, the compiler only outputs 'typeof(a)') by Erik de Bruin · 11 years ago
  38. 9ac2e57 - created tests for AS comments (which seem to be parsed out by the compiler, so nothing much to test... yet?) by Erik de Bruin · 11 years ago
  39. af055cd - created tests for AS Global Classes by Erik de Bruin · 11 years ago
  40. 9bfe299 - created tests for AS Global Functions and made some minor adjustments to the doc emitter to make them pass by Erik de Bruin · 11 years ago
  41. 24a0523 - implemented TestGoogStatements and refactored a bit to make the tests work by Erik de Bruin · 11 years ago
  42. 97bae00 - the constructor is 'just' a special case method, so I've refactored to reflect that, improving readability and simplifying the emitter by Erik de Bruin · 11 years ago
  43. 3d17ee2 - refactored to get ALL of the JS doc emission to happen in the DocEmitter by Erik de Bruin · 11 years ago
  44. d39f7d4 - fixed an issue where 'every' Method got an automatic 'goog.base' (super) call by Erik de Bruin · 11 years ago
  45. b8b8a3b - refactored a bit to give control over 'interface' handling to the emitter instead of the walker by Erik de Bruin · 11 years ago
  46. e8d780f - implemented 'extends' (inheritance) and 'implements' JS equivalents ('goog' annotation and goog.base methods) by Erik de Bruin · 11 years ago
  47. 77b02b3 - refactored a bit to give control over 'class' handling to the emitter instead of the walker by Erik de Bruin · 11 years ago
  48. 6eecefc - refactored a bit to give control over 'binary operator' handling to the emitter instead of the walker by Erik de Bruin · 11 years ago
  49. 1446e8f - tests now pass for '-Infinity' by Erik de Bruin · 11 years ago
  50. 45d6ce4 Flex:FalconJx by Michael Schmalle · 11 years ago
  51. 7b9d940 - my bad, forgot to fix a test that was expecting an uppercase 'Number', which was changed to 'number' in the previous commit by Erik de Bruin · 11 years ago
  52. 02c0d1c - added AS and 'goog' JS tests for Global Constants by Erik de Bruin · 11 years ago
  53. 0024971 - implemented handling of 'chained' variable declarations ("var a, b, c;") by Erik de Bruin · 11 years ago
  54. df8847a - Created 'AMD' emitter to 'store' the alternate handling of default parameters (and also to see if I could ;-)) by Erik de Bruin · 11 years ago
  55. 745be33 - Removed the global 'JSSharedData.OUTPUT_ALTERNATE'. by Erik de Bruin · 11 years ago
  56. 42f9f01 Added the 'assertOutDebug' method. While working on getting the tests to pass, having the result string printed in the Console in 'readable' form speeds up my process. by Erik de Bruin · 11 years ago
  57. 6581be5 Adding tests and code to handle 'constant' Field Members. by Erik de Bruin · 11 years ago
  58. 81f3c0c Adding Field Members tests. Trying to be more 'atomic' in my commits, so this one is only for the Fields. The next one will be for the Constants. by Erik de Bruin · 11 years ago
  59. 05a0475 Added a TODO for an issue I noticed while working on the Field Members tests. by Erik de Bruin · 11 years ago
  60. bd55dd5 Flex has become a TLP by Daniel Shahaf · 11 years ago
  61. e28b17f Flex:FalconJx - added more tests for setters in 'goog' production by Michael Schmalle · 11 years ago
  62. b3131d1 Flex:FalconJx by Michael Schmalle · 11 years ago
  63. 7030e96 Flex:FalconJx by Michael Schmalle · 11 years ago
  64. 693b8a2 Flex:FalconJx by Michael Schmalle · 11 years ago
  65. 9ea0c94 Worked my way through the 'Method Member' tests for the 'goog'-ified JS implementation. In order to get the function block closing semicolon in place, I've 'rerouted' some stuff in the AS and JS emitter base classes. I put comments on the relevant sections, please check my implementation and feel free to give brutal feedback :-) by Erik de Bruin · 11 years ago
  66. 370e4b4 Adding test for production of 'goog'-ified JS Method Members code. by Erik de Bruin · 11 years ago
  67. 8a54116 Flex:FalconJx - Missed TestGoogEmiter.java move, now in goog package by Michael Schmalle · 11 years ago
  68. 58b5783 Flex:FalconJx by Michael Schmalle · 11 years ago
  69. 8ef9e62 Adding test for production of 'goog'-ified JS Package code. by Erik de Bruin · 11 years ago
  70. ad1b438 Flex:FalconJx - Fixed parameter alternate indent when no block code exists by Michael Schmalle · 11 years ago
  71. c5a7c51 Implemented an alternate method to deal with default values for parameters in JS. by Erik de Bruin · 11 years ago
  72. a2e1383 Flex:FalconJx - Fixed method name not being added to goog emitter by Michael Schmalle · 11 years ago
  73. 42f9834 Flex:FalconJx - implemented function block header for default parameters by Michael Schmalle · 11 years ago
  74. 04062f4 Flex:FalconJx - Initial Goog parameter production by Michael Schmalle · 11 years ago
  75. 9807165 Flex:FalconJx by Michael Schmalle · 11 years ago
  76. c65715b Flex:FalconJx by Michael Schmalle · 11 years ago
  77. a399540 Flex:FalconJx by Michael Schmalle · 11 years ago
  78. e5595c4 Flex:FalconJx - added TestInterface implemented interface and extends production by Michael Schmalle · 11 years ago
  79. 8ba33a8 Flex:FalconJx by Michael Schmalle · 11 years ago
  80. 21abc11 Flex:FalconJx by Michael Schmalle · 11 years ago
  81. ae4ca34 Flex:FalconJx: by Michael Schmalle · 11 years ago
  82. 1eb10ee Flex:FalconJx: by Michael Schmalle · 11 years ago
  83. ba1dc2f Flex:FalconJx - Added a couple more tests to the accessors (override/static) by Michael Schmalle · 11 years ago
  84. efef2b1 Flex:FalconJx by Michael Schmalle · 11 years ago
  85. 0a7856a Flex:FalconJx by Michael Schmalle · 11 years ago
  86. 7e78720 Flex:FalconJx by Michael Schmalle · 11 years ago
  87. d99f62c Flex:FalconJx by Michael Schmalle · 11 years ago
  88. 7e657f2 Flex:FalconJx Rearranged node switch logically based on AST tree by Michael Schmalle · 11 years ago
  89. 70c5206 Flex:FalconJx by Michael Schmalle · 11 years ago
  90. 30ae815 Flex:FalconJx by Michael Schmalle · 11 years ago
  91. 9946346 Flex: FalconJx Initial commit of prototype cross compiler by Michael Schmalle · 11 years ago
  92. ca8ed14 - prepared to auto launch ui relatively to the context by Frédéric Thomas · 11 years ago
  93. c51d38f - cleaned code by Frédéric Thomas · 11 years ago
  94. 4440187 - cleaned code by Frédéric Thomas · 11 years ago
  95. 3e6e9c4 - optimized imports by Frédéric Thomas · 11 years ago
  96. 089438b - Created a CommandCallBack to type the custom async command results and errors in the parsley way. by Frédéric Thomas · 11 years ago
  97. 8417784 - Oups, I haven't see before, Parsley autoremove views after removal from stage even if they was added manually, good ! by Frédéric Thomas · 11 years ago
  98. 10a8e14 - Removed the settings window from context when is closed by Frédéric Thomas · 11 years ago
  99. d4954b1 - Fixed: Arff, forgot to return on errors by Frédéric Thomas · 11 years ago
  100. 7bb16f0 - Added Cygwin settings by Frédéric Thomas · 11 years ago