- Thomas Gummerer (@tgummerer) updated the docs on
gen_rule
to removedeps
because Buck doesn't actually do anything with them, and hasn't for some time: https://buckbuild.com/rule/genrule.html - The
blacklist
argument tojava_binary
was documented. This is a list of regular expressions of files to exclude from the generated jar: https://buckbuild.com/rule/java_binary.html -
cxx_library
support was added to the experimental IntelliJ project generator. - Buck now properly builds
.s
files and using the Android NDK toolchain. - The Windows build was fixed if your machine had a drive with removal media and that media was not present (such as a floppy disk or SD card).
- Breakpoint support was fixed for Xcode 7 when using a Buck-generated project.
- A new build file parser was landed (tests pass, so everything should be okay, but it's possible we've broken things, so please file issues!).
- Added filtering support (
--test-selectors
) to thebuck test
command forapple_test
rules: https://buckbuild.com/command/test.html