Commit Graph

2338 Commits

Author SHA1 Message Date
Skylot
b4d08bdc55 Split Main class 2013-05-02 18:13:35 +04:00
Skylot
c7ed985767 Various code improvements 2013-04-28 22:55:38 +04:00
Skylot
a6f6115184 Fix loops processing 2013-04-28 22:46:42 +04:00
Skylot
533883b5aa Fix arguments types in array-put instruction 2013-04-28 19:10:09 +04:00
Skylot
2e40ca17dc Update gradle and dependencies versions 2013-04-28 14:15:45 +04:00
Skylot
0e04dc72b9 Avoid variable names clash 2013-04-27 21:13:42 +04:00
Skylot
484e07df8d Fix setting variable name from debug info 2013-04-27 21:03:01 +04:00
Skylot
a55f4c59ce Fix self constructor call 2013-04-25 21:59:06 +04:00
Skylot
4e7ef9f4d2 Fix 'switch' codegen for empty case block 2013-04-24 23:49:31 +04:00
Skylot
e60b599260 Refactoring: remove unused arg in InsnNode 2013-04-21 20:06:56 +04:00
Skylot
96e3e887ce Inline 'access' synthetic methods 2013-04-21 19:57:16 +04:00
Skylot
87794d25c1 Fix bug for args in methods with generics 2013-04-19 22:26:19 +04:00
Skylot
c4f2119955 Remove redundant space 2013-04-18 23:40:32 +04:00
Skylot
76feab3f2a Don't remove constructor with super call 2013-04-18 23:36:39 +04:00
Skylot
550659d372 Fix generic types for abstract methods 2013-04-18 23:15:09 +04:00
Skylot
ba1524dceb Fix arrays parsing in signature 2013-04-18 22:58:27 +04:00
Skylot
0ee499c54c Add generic types for classes and fields 2013-04-15 23:24:14 +04:00
Skylot
3b84aec57e Add generic types to methods declarations 2013-04-14 21:10:13 +04:00
Skylot
cc318b13ad ArgType refactoring, add generic parsing 2013-04-13 00:15:01 +04:00
Skylot
d662b2c50c Fix debug info parsing, save generics types for variables 2013-04-09 23:56:20 +04:00
Skylot
a617a77d1f Fix variable declaration for multiple assigns 2013-04-08 23:50:40 +04:00
Skylot
62a28c8e88 Remove empty public constructors 2013-04-07 15:39:50 +04:00
Skylot
045a643bba Update bintray download link 2013-03-31 12:03:20 +04:00
Skylot
1eb3555fed Fix java max memory size for Windows 32-bit 2013-03-31 12:02:50 +04:00
Skylot
3bd11fa562 Improve loops parsing 2013-03-28 23:42:35 +04:00
Skylot
772c664d47 Store version number in manifest 2013-03-28 22:27:46 +04:00
Skylot
29840e0317 Generate code for 'if-else-if' construction 2013-03-26 23:20:39 +04:00
skylot
326b197916 Add bintray.com to downloads list 2013-03-26 21:48:08 +04:00
Skylot
a968de0f76 Deprecate class existence check by name 2013-03-24 16:24:51 +04:00
skylot
291b898c78 Add downloads section to readme 2013-03-24 16:05:28 +04:00
Skylot
478d186a95 Fix incorrect variable declaration 2013-03-23 19:24:56 +04:00
Skylot
79114520bd Fix endless loop in path existence check 2013-03-23 15:48:48 +04:00
Skylot
d3c2496f78 Code clean up 2013-03-22 21:04:27 +04:00
Skylot
baa14e9d23 Handle super call processing error 2013-03-21 23:44:51 +04:00
Skylot
918e566c56 Improve class name parsing 2013-03-21 21:41:25 +04:00
Skylot
d01a280ddf Add source files and samples 2013-03-18 21:05:28 +04:00
Skylot
0f520dfb42 Add gradle files 2013-03-18 21:05:00 +04:00
Skylot
d7f0a4ed28 Add readme and license files 2013-03-18 21:04:23 +04:00