summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2022-12-19Upgrade Gradle to 7.6 version.Eric Bruneton
2022-09-03Fix generated module names.Eric Bruneton
2022-07-31Generate the module info classes without Bnd. Delete the Bnd plugin.Eric Bruneton
2022-03-14Upgrade Gradle to 7.4.1 version, and plugins to latest versions.Eric Bruneton
2020-12-22Update build dependencies to newer versions.Eric Bruneton
2020-04-06Update to Gradle 6.3 and add a benchmark for ASM 8.0.Eric Bruneton
2020-03-23add ASM8 api, make recordComponent a feature, add ASM9_EXPERIMENTALRemi Forax
2019-05-18Update to more recent versions of Gradle, PMD, Checkstyle, etc.Eric Bruneton
2019-02-26Use try-with-resources ('code smell' found with SonarQube).Eric Bruneton
2019-02-23Use the arrange-act-assert pattern in the asm-commons tests.Eric Bruneton
2019-02-03Use the arrange-act-asset pattern for the ASM util tests.Eric Bruneton
2019-01-24Use the diamond operator when possible.Eric Bruneton
2018-12-01Switch to Gradle 5.0.Eric Bruneton
2018-09-29Update the version number and fix the last PMD warnings.Eric Bruneton
2018-09-29Check the code quality with PMDEric Bruneton
2018-09-16Add the FinalClass checkstyle module. Make the Type class final. To not break...Eric Bruneton
2018-09-16Add more checkstyle modulesEric Bruneton
2018-09-15Check code quality with checkstyleEric Bruneton
2018-09-07Fix the Gradle 5.0 deprecation warnings. Task.execute() will be removed, the ...Eric Bruneton
2018-09-06Prepare for the next version, 7.0-beta.Eric Bruneton
2018-06-12Update the google-java-format-gradle-plugin to the latest version and reforma...Eric Bruneton
2018-05-02Add an experimental suffix to the new features (also mark them deprecated and...Eric Bruneton
2018-04-22Add unit tests cases for ConstantDynamic and fix bugs found with them.Eric Bruneton
2018-04-22Port the latest build file changes from master, and fix an issue with externa...Eric Bruneton
2017-12-26Fix the build for JDK9. Also switch to Gradle 4.4.1.Eric Bruneton
2017-10-07Switch from Ant to Gradle.Eric Bruneton