Skip to content

Releases: sandbox-quantum/bartleby

0.4.0

16 Apr 12:05
5d6c358
Compare
Choose a tag to compare

0.4.0

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "com_sandboxquantum_bartleby",
    sha256 = "245c7e50151f15615c94deab3d741ae0585c916d0c2d67622416c50a008c6e0c",
    urls = ["https://github.com/sandbox-quantum/bartleby/releases/download/0.4.0/bartleby-v0.4.0.tar.gz"],
)

Additional documentation can be found at examples/bazel/README.md

What's Changed

  • Update LLVM to 18.1.3. by @thb-sb in #34
  • Fix doxygen and remote-cache for the integration test. by @thb-sb in #35

Full Changelog: 0.3.0...0.4.0

0.3.0

17 Aug 06:54
b11a183
Compare
Choose a tag to compare

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

0.2.2

24 Apr 21:15
a305d03
Compare
Choose a tag to compare

0.2.2

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "com_sandboxquantum_bartleby",
    sha256 = "4a3b80e3dfc4040dd68f0b310fa7516758115461eb762ddfae042f3179863575",
    urls = ["https://github.com/sandbox-quantum/bartleby/releases/download/0.2.2/bartleby-v0.2.2.tar.gz"],
)

Additional documentation can be found at examples/bazel/README.md

What's Changed

  • Add a missing header. by @thb-sb in #23

Full Changelog: 0.2.1...0.2.2

0.2.1

24 Apr 16:42
0bb35de
Compare
Choose a tag to compare

0.2.1

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "com_sandboxquantum_bartleby",
    sha256 = "4da5ee88e1fceda97fb5bc15338ee0afd14878253bca512da4514aea3741eb38",
    urls = ["https://github.com/sandbox-quantum/bartleby/releases/download/0.2.1/bartleby-v0.2.1.tar.gz"],
)

Additional documentation can be found at examples/bazel/README.md

What's Changed

  • Rename symbol with type ST_Other. by @thb-sb in #22

Full Changelog: 0.2.0...0.2.1

0.2.0

20 Apr 11:16
16f45f1
Compare
Choose a tag to compare

0.2.0

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "com_sandboxquantum_bartleby",
    sha256 = "1251298a1bcee576ad09b48152c73a0391dd91165e389b3cae710a0127da03fa",
    urls = ["https://github.com/sandbox-quantum/bartleby/releases/download/0.2.0/bartleby-v0.2.0.tar.gz"],
)

Additional documentation can be found at examples/bazel/README.md

What's Changed

  • Add support for fat Mach-O

0.1.0

11 Apr 11:41
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

0.1.0

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "com_sandboxquantum_bartleby",
    sha256 = "61f870bf4a9f4f53f8998f844297130ff079d0ce6d866f7a06180246ca8f3426",
    urls = ["https://github.com/sandbox-quantum/bartleby/releases/download/0.1.0/bartleby-v0.1.0.tar.gz"],
)

Additional documentation can be found at examples/bazel/README.md

What's Changed

  • Initial release