Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add odouble / ofloat variable switches. | md_5 | 2016-10-21 | -0/+6 |
| | ||||
* | Fix support for some non-english locales (tr_TR) | md_5 | 2016-06-21 | -1/+2 |
| | ||||
* | Fix issues with generics with generics | Thinkofdeath | 2015-02-25 | -1/+1 |
| | ||||
* | Fix innerclass and generics breaking variable names | Thinkofdeath | 2015-02-24 | -0/+5 |
| | ||||
* | Mavenized and fixed formatting to match jacobeformatting | Thinkofdeath | 2014-12-11 | -0/+12 |
| | ||||
* | Spigot Changes | md_5 | 2014-10-25 | -0/+157 |
| | ||||
* | calculate less indent buffers | Egor.Ushakov | 2014-10-07 | -8/+3 |
| | ||||
* | decompiler: move generated lines as it is stated in debug line table ↵ | Egor.Ushakov | 2014-10-07 | -2/+3 |
| | | | | (disabled for now) | |||
* | java-decompiler: minor optimization (no more empty array creation) | Roman Shevchenko | 2014-10-06 | -4/+7 |
| | ||||
* | Cleanup (formatting) | Roman Shevchenko | 2014-10-06 | -1/+1 |
| | ||||
* | IDEA-130478 (optimization of 6fcac6a5: less short-lived objects) | Roman Shevchenko | 2014-09-29 | -15/+13 |
| | ||||
* | Fixing migration errors: stream.read() doesn't read the entire available ↵ | Stiver | 2014-09-28 | -5/+12 |
| | | | | stream. It has to be called in a loop or replaced with readFully(). | |||
* | java-decompiler: fixes and cleanups | Roman Shevchenko | 2014-09-07 | -3/+28 |
| | | | | | | | | | - console decompiler: resource closing, lookup instead of scan, error reporting - logger interface reworked - saver interface renamed - bytecode provider returns byte array (to reduce stream leakage) - extra level of context unit avoided - unneeded exceptions, dead code, formatting | |||
* | java-decompiler: optimization (less string buffer allocations on generating ↵ | Roman Shevchenko | 2014-09-04 | -3/+7 |
| | | | | text) | |||
* | java-decompiler: cleanups | Roman Shevchenko | 2014-09-03 | -14/+9 |
| | | | | | | | - better signatures - accurate suppression - unused symbols - typos | |||
* | java-decompiler: fixes and cleanups | Roman Shevchenko | 2014-09-03 | -6/+11 |
| | | | | | | | | - unified attribute loading code - common methods for checking member flags - verifying skip() - correct resource closing - typos | |||
* | java-decompiler: post-import cleanup (common fixes and optimizations) | Roman Shevchenko | 2014-08-29 | -11/+11 |
| | ||||
* | java-decompiler: post-import cleanup (dead code dropped) | Roman Shevchenko | 2014-08-29 | -549/+0 |
| | ||||
* | java-decompiler: post-import cleanup (code style issues) | Roman Shevchenko | 2014-08-29 | -34/+29 |
| | ||||
* | java-decompiler: post-import cleanup (formatting and copyright) | Roman Shevchenko | 2014-08-28 | -2686/+2730 |
| | ||||
* | java-decompiler: post-import cleanup (classes moved) | Roman Shevchenko | 2014-08-28 | -0/+2823 |