0.3.0
0.3.0
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "com_sandboxquantum_bartleby",
sha256 = "e38ac4e63400358fa9e322c3ac501acaee6dbd6bec64ce1d97b0519a39dddb64",
urls = ["https://github.com/sandbox-quantum/bartleby/releases/download/0.3.0/bartleby-v0.3.0.tar.gz"],
)
Additional documentation can be found at examples/bazel/README.md
What's Changed
- Implement a C API on top of the C++ API. by @thb-sb in #24
- Implement a Rust library on top of the C API. by @thb-sb in #25
- Update
Cargo.toml
. by @thb-sb in #26 - Use a CMake variable to set the LLVM version to use. by @thb-sb in #27
- Forward the
BARTLEBY_LLVM_VERSION
environment variable to CMake in the Build Script. by @thb-sb in #28 - Add an option to allow developers to re-use their LLVM Bazel target. by @thb-sb in #29
- Add
timeout="short"
to the Bazel test rule. by @thb-sb in #30
Full Changelog: 0.2.2...0.3.0