643 Commits (1e13174cc2b317d9f9fc310ba880cc3bea27926c)
 

Author SHA1 Message Date
Graham c7f5b0b6b3 Replace isNative() with more generic getAccess() method 4 years ago
Graham deb65474c7 Update dependencies 4 years ago
Graham 98abb15847 Update dependencies 4 years ago
Graham 4536fc58a2 Update Gradle 4 years ago
Graham f30a1f88b0 Update dependencies 4 years ago
Graham 62a34ecadc Update Gradle 4 years ago
Graham a66e3eeb9b Move CounterTransformer later in the pipeline 4 years ago
Graham d817856da1 Remove counters with multiple increments 4 years ago
Graham 3124624b5e Make EXCLUDED_{METHODS,FIELDS} public 4 years ago
Graham 7bb1218b42 Add sequential property to AbstractInsnNode 4 years ago
Graham 25a6953644 Fix use of deprecated JavaParser methods 4 years ago
Graham 0a988584b7 Convert some deob-ast methods to extension methods 4 years ago
Graham 5487a74eb8 Remove traversal argument from walk extension method 4 years ago
Graham 54aec42f90 Format .kts files 4 years ago
Graham 3f2335859d Add support for impure expressions to InsnListUtils 4 years ago
Graham f8acce846b Format .editorconfig file 4 years ago
Graham c0da020649 Fix handling of argumentsAndReturnSizes for static methods 4 years ago
Graham 713009470f Fix NEW StackMetadata 4 years ago
Graham a0d6a48922 Fix StackMetadata for MethodInsnNodes 4 years ago
Graham 64a9ae33cb Fix StackMetadata for FieldInsnNodes 4 years ago
Graham e0d6390f87 Add getSimpleExpression method 4 years ago
Graham 5d813a345d Reduce priority of mavenLocal() to fix dependencyUpdates 4 years ago
Graham 641da067da Depend on kotlin-inline-logger directly 4 years ago
Graham 7708056488 Use kotlin-inline-logger from Maven Central 4 years ago
Graham e6ac51688c Skip openrs2 repositories if no username/password are supplied 4 years ago
Graham e480ce282a Avoid write() calls with a length of zero 4 years ago
Graham 8d90a70b6a Fix SkipOutputStream 4 years ago
Graham f96e9225bf Update dependencies 4 years ago
Graham 4e75f15e93 Add Jenkinsfile to .editorconfig 4 years ago
Graham 73df826e85 Add Jenkinsfile 4 years ago
Graham a1d1c74987 Enable strict JSR-305 mode 4 years ago
Graham ccbbf873af Switch from Maven to Gradle 4 years ago
Graham 785ce2d9ca Use require() in PlatformDetectionTransformer 4 years ago
Graham 8df0907118 Replace IllegalStateException with error() in BitMaskTransformer 4 years ago
Graham 248cad99e3 Improve safety of IFEQ/IFNE check in OpaquePredicateTransformer 4 years ago
Graham c4e08242aa Fix handling of opaque predicate embedded in flow obstructor initializer 4 years ago
Graham 323d23b6d4 Remove spelling inspection 4 years ago
Graham abf803f017 Replace contains() calls with the in operator 4 years ago
Graham 701b162dec Remove redundant public modifier 4 years ago
Graham de826927aa Update dependencies 4 years ago
Graham 64abe46971 Replace forEach calls with for loops 4 years ago
Graham 4314aededd Simplify hasSideEffects() calls in AddSubTransformer 4 years ago
Graham 784b14b66b Improve safety of ForLoopConditionTransformer 4 years ago
Graham b611854dbc Document client parameters 4 years ago
Graham a4cd83fff0 Fix typo in the Portuguese translation of 'loading textures' 4 years ago
Graham 37abac9e48 Disable ASCII_STRING_CHARACTERS option 4 years ago
Graham f1ed531077 Update Fernflower 4 years ago
Graham ab75a2f0c9 Add IdentityTransformer 4 years ago
Graham 8f3591670b Use elvis operator in readJar() 4 years ago
Graham 2e1db9f0b1 Don't swap for loop conditions where both sides have a side effect 4 years ago