aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/asm
Commit message (Collapse)AuthorAge
* Work around bug in desugarGravatar Liam Miller-Cushon2018-08-10
| | | | | | context: https://gitlab.ow2.org/asm/asm/issues/317842 Fixes #5855
* Update to ASM 6.2.1Gravatar Liam Miller-Cushon2018-08-07
| | | | Fixes #5797
* Update to ASM 6.0Gravatar Liam Miller-Cushon2017-11-27
| | | | Change-Id: I3deb9b30136f5e5019dca6413251427c0a85ef62
* Update asm from 5.0.4 to 5.1.Gravatar Adam Michael2017-01-11
| | | | | | | | | | This is needed to open source the java 8 desugaring tool for android builds. https://github.com/bazelbuild/bazel/issues/2222 Change-Id: I6025ab921636782cea65ff4443eb6ea790b32794 RELNOTES: None
* Add new android_common jars (lint-checks 25.0.0, lint-api 25.0.0,Gravatar Andrew Pellegrini2016-12-19
| | | | | | lombok-ast 0.2.3 and dependencies asm-analysis 5.0.4, asm-tree 5.0.4) Change-Id: I37d82e442d660ebf6182c1196938125aa8be12c4
* Delete some unused Bazel third party deps.Gravatar Adam Michael2016-12-13
| | | | Change-Id: I4e99ca21c95a1f6a4f46885adbee560f2a08ef17
* Add asm-tree and jacocoGravatar Yue Gan2016-12-01
|
* Add Byte Buddy jar and up-to-date ASM jars.Gravatar Klaas Boesche2015-11-05
| | | | | | The old ASM jar contains all parts of ASM while the existing dependents only require the core of it. Byte Buddy also requires asm-commons and asm-util.
* Open-source ijar's testsGravatar Damien Martin-Guillerez2015-03-10
-- MOS_MIGRATED_REVID=88210083