Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B buck
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 201
    • Issues 201
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 22
    • Merge requests 22
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • buck
  • Tags
  • v2016.04.18.01
v2016.04.18.01
8c5b57bd · Prepare release v2016.04.18.01. · Apr 18, 2016
Release
Download source code
zip tar.gz tar.bz2 tar
  • Thanks to @Dominator008, vm_args was added to java_test documentation: https://buckbuild.com/rule/java_test.html
  • xctests are now streamed to Buck instead of waiting until completion
  • A flatten_dicts method was added for use in build files: https://buckbuild.com/function/flatten_dicts.html
  • Buck can now fail the build when using header files that are untracked by build files: https://buckbuild.com/concept/buckconfig.html#cxx.untracked_headers
  • Buck now has very basic support for the AppleTV platform
  • Buck now caches its Action Graph, which is part of the Parsing phase. Large projects should see this step speed up.
  • Cross-cell references can now be called with @ or +. The latter is useful for command-line invocations.
  • The repl command was added: https://buckbuild.com/command/repl.html
  • Support for Android NDK r11 and newer was added.
  • Buck now allows overriding of the command to package for apple_binary rules: https://buckbuild.com/concept/buckconfig.html#apple.*_package_command