Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: kmoffett/bazel

Tags

v0_pre20150415-ff6458

Toggle v0_pre20150415-ff6458's commit message
Add [/System]/Library/Frameworks to the Darwin toolchain definition.

According to my Mac, this is the search path:

  Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn)
  Target: x86_64-apple-darwin13.4.0

  #include "..." search starts here:
  #include <...> search starts here:
   /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1
   /usr/local/include
   /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/include
   /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
   /usr/include
   /System/Library/Frameworks (framework directory)
   /Library/Frameworks (framework directory)

Fixes bazelbuild#85.

--
MOS_MIGRATED_REVID=91194177

v0_pre20150410-cc4463

Toggle v0_pre20150410-cc4463's commit message
Add a visibility predicate to blaze query.

The visible(x, y) query expression computes the subset of nodes in y visible
from all nodes in x.

RELNOTES: Add a visibility predicate to blaze query.

--
MOS_MIGRATED_REVID=90765071

v0_pre20150404-bf73db

Toggle v0_pre20150404-bf73db's commit message
Add test dependency

This was making Bazel's bootstrap_test fail.

--
MOS_MIGRATED_REVID=90270050

0.0.2

Toggle 0.0.2's commit message
Release notes:

* Lowered requirements from JDK 8 to JDK 7 for Mac users.
* Now an error for a rule to have runtime_deps that are neverlink.
* Allow creating on-the-fly repositories with new_local_repository().
* A (limited) build encyclopedia can be dynamically generated by running
  `bazel build src/main/java:gen_buildencyclopedia`.
* Added a [getting started guide](https://github.com/google/bazel/blob/master/docs/getting-started.md).

0.0.1

Toggle 0.0.1's commit message
Initial release