Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@GlebSolovev GlebSolovev released this 07 Mar 10:24
· 1 commit to main since this release

Changelog

This is the first release version of the plugin. It includes:

  • infrastructure of the Gradle bitcode-analysis plugin;
  • implementation of the DecompileBitcode and ExtractBitcode Gradle tasks;
    • wide support of extraction targets of the ExtractBitcode task;
  • implementation of the BitcodeAnalysisPlugin that provides tasks and extensions to the user;
    • project's pipeline tasks: decompileBitcode & decompileBitcodeDebug and extractBitcode & extractBitcodeDebug tasks;
    • standalone tasks: decompileSomeBitcode and extractSomeBitcode;
    • possibility to create custom tasks;
    • decompileBitcodeConfig and extractFromDecompiledBitcodeConfig extensions to configure the tasks;
  • full support of the project: README.md and DEVELOPMENT_GUIDE.md, CI checks and documentation.

You can find more details about the provided features in the README.md.

Source pull requests

The release is based on the following pull requests.

  • Create the first basic version of bitcode analysis plugin: #1.
  • Support extractBitcode and extra standalone & debug tasks: #2.
  • Extend extract-bitcode analysis with various features: #3.
  • Prepare project to the release 🤞: #4.

Commits: https://github.com/JetBrains-Research/bitcode-tools/commits/v1.0.0