30 Commits (e3df684f4f2e191f8871d026b5193e8f69d32137)

Author SHA1 Message Date
Graham e3df684f4f Inline JSRs 4 years ago
Graham 11ef4b0227 Sign loaders 4 years ago
Graham dc75b05429 Switch back to the native Pack200 implementation for the moment 4 years ago
Graham c769feab3e Add manifest support to writeJar 4 years ago
Graham 3ae85d50ef Add skeleton writeJs5 method 4 years ago
Graham 02ed6d7455 Make writeJar and writePack accept an OutputStream 4 years ago
Graham c2809a16f8 Add OverrideTransformer 5 years ago
Graham e9a9a8f962 Format with ktlint 5 years ago
Graham 15e9636b79 Replace Guava ImmutableList with Kotlin List in ClassPath 5 years ago
Graham 86fe02f32d Remove @JvmStatic annotations 5 years ago
Graham 0b834fb223 Remove @Throws annotations 5 years ago
Graham e05653cdcc Rename util to common 5 years ago
Graham bfdfc2f211 Simplify ClassPath::get with computeIfAbsent 5 years ago
Graham d2bd8c69f4 Convert ClassPath to Kotlin 5 years ago
Graham 862d4a3504 Convert ReflectionClassMetadata to Kotlin 5 years ago
Graham 3ee6d57ba9 Convert AsmClassMetadata to Kotlin 5 years ago
Graham e5af454815 Convert ClassMetadata to Kotlin 5 years ago
Graham 07bb22f795 Convert Library to Kotlin 5 years ago
Graham db785e38d0 Convert MethodNodeUtils to Kotlin 5 years ago
Graham eec9279a2c Add hasCode() method 5 years ago
Graham 0cb0658f61 Add shorthand MemberDesc constructors 5 years ago
Graham 4788f8314e Clear ClassPath cache after remapping 5 years ago
Graham 6e750b008f Replace hard-coded 2 with GZIP_HEADER.length 5 years ago
Graham 46f908bdb0 Replace ClassForNameTransformer 5 years ago
Graham 1319295d77 Separate remapping from the write{Pack,Jar} methods 5 years ago
Graham e647588f67 Switch to Apache Harmony's pack200 implementation 5 years ago
Graham 517032959e Use immutable collections types from Guava 5 years ago
Graham 12293bb3b1 Refactor package structure of the asm module 5 years ago
Graham 0c8d0f9cc3 Add initial support for whole program analysis in transformers 5 years ago
Graham 406feb72f0 Move classpath package to the asm module 5 years ago