Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow to use two enums with the same simple name into a class | mikaelpeltier | 2015-04-07 | 1 | -2/+2 |
| | | | | | | | | | | | | - To support partial recompilation with enum used into a switch statement, Jack generates a field and a method allowing to get a mapping between an enum field and an integer that will be used into a switch statement. This generated code must not take only the simple name of enumeration as discriminant, since several enum can have the same name. Thus, it is better to use his fully qualified name. Bug: 19639131 Change-Id: I2dbeef61e24e0e7b7250d3f0cfcbb619bd6e7829 | ||||
* | Change Shrinking and obfuscation behavior depending on seeds | delphinemartin | 2014-06-06 | 1 | -2/+2 |
| | | | | | | | Use the SeedFinder markers as starting point for shrinking and obfuscation tracing. Change-Id: I4a3aecd89edf80fe71a931e14cee5aa4638040e4 | ||||
* | Initial Jack import. | Yohann Roussel | 2014-03-20 | 1 | -0/+13 |
Change-Id: I953cf0a520195a7187d791b2885848ad0d5a9b43 |