aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/BUILD
Commit message (Expand)AuthorAge
...
* Use the subprocess factory that uses the Win32 API on Windows.Gravatar Lukacs Berki2016-07-04
* Add an implementation for SubprocessFactory based on the new JNI interface to...Gravatar Lukacs Berki2016-07-04
* Rename the property io.bazel.UnixFileSystem to io.bazel.EnableJni because tha...Gravatar Lukacs Berki2016-07-01
* Make "bazel info server_pid" work on Windows.Gravatar Lukacs Berki2016-06-29
* Add skeleton code for a JNI .DLL on Windows.Gravatar Lukacs T. Berki2016-06-27
* Generate the command-line reference from bazel help.Gravatar Ulf Adams2016-06-23
* Fixed some Bazel java tests on WindowsGravatar Yun Peng2016-06-17
* Add --experimental_multi_threaded_digest which lets DigestUtils use multiple ...Gravatar Philipp Wollermann2016-06-06
* Introduce FsEventsDiffAwareness for OS X.Gravatar Damien Martin-Guillerez2016-06-02
* Replace Constants.PRODUCT_NAME with a startup option --product_name=bazel and Gravatar Luis Fernando Pino Duque2016-05-31
* Make gen_buildencyclopedia visible from testsGravatar Klaus Aehlig2016-05-09
* Add generated docs to Jekyll tree build target. Add script for bringing upGravatar David Chen2016-05-09
* [Android] Support aapt-generated main dex specs.Gravatar Googler2016-05-05
* Add attribute validation of mandatory native providersGravatar Liam Miller-Cushon2016-05-03
* In InvocationPolicyEnforcer#enforce, instead of just checking the direct comm...Gravatar Janak Ramakrishnan2016-05-02
* Tokenize javacopts in JavaToolchainDataParserGravatar Liam Miller-Cushon2016-04-29
* Add android deploy info.Gravatar Googler2016-04-22
* Deprecate top-level Java toolchain flags in favour of java_toolchainGravatar Liam Miller-Cushon2016-04-19
* Add stub gRPC C++ client and Java server.Gravatar Lukacs Berki2016-04-12
* In RuleDefintion, use AutoValue and delete the checked-in generated code for it.Gravatar Carmi Grushko2016-04-08
* Drop unused skylarkinterface dependency from bazel-rules.Gravatar Julio Merino2016-03-31
* Adds Skylark Remote Repository documentationGravatar Damien Martin-Guillerez2016-03-24
* Always apply invocation policy when constructing build options.Gravatar Janak Ramakrishnan2016-03-24
* Export cc build information in an aspect for IDE support.Gravatar Googler2016-03-21
* Add missing filegroups to the srcsGravatar Damien Martin-Guillerez2016-03-18
* Introduces apple_cc_toolchain.Gravatar Cal Peyser2016-03-17
* Add Python protobuf to Bazel third_party and move all protobuf targets intoGravatar David Chen2016-03-17
* Separate download library so it can be reused by generate_workspaceGravatar Kristina Chodorow2016-03-15
* Adds a manifest for detailing the inputs to an android apk.Gravatar Alex Humesky2016-03-01
* Add a bazel-srcs target to the top-level package containing all Bazel sourcesGravatar Damien Martin-Guillerez2016-02-29
* Fix broken Bazel build due to missing dependency.Gravatar Philipp Wollermann2016-02-25
* Add initial Skylark API for Android rules.Gravatar Dmitry Lomov2016-02-23
* Implements repository_ctx.osGravatar Damien Martin-Guillerez2016-02-23
* Implements repository_ctx.executeGravatar Damien Martin-Guillerez2016-02-23
* Rename proto dependencies to include a _java component in them.Gravatar Julio Merino2016-02-23
* Add ExecutionRequirements target that is generally available to rule implemen...Gravatar Cal Peyser2016-02-23
* Initial support for Java header compilationGravatar Liam Miller-Cushon2016-02-18
* Turn //tools/build_rules into a package.Gravatar Julio Merino2016-02-17
* Introduce SkylarkRepositoryModuleGravatar Damien Martin-Guillerez2016-02-17
* Implement distributed caching for BazelGravatar Alpha Lam2016-02-10
* Add support for downloading .tar.xz files to http_archive rules.Gravatar David Chen2016-02-04
* Do not depend on libunix.so on Windows.Gravatar Dmitry Lomov2016-02-03
* Remove the MAIN_RULE_CLASS_PROVIDER constant and turn it into a command line ...Gravatar Luis Fernando Pino Duque2016-02-03
* Use labels in load statementsGravatar Damien Martin-Guillerez2016-02-02
* Contractually document BuildConfiguration.Fragment as immutable and strengthenGravatar Greg Estren2016-02-01
* Restore jsch as a runtime_dep of bazel-repository.Gravatar David Chen2016-01-22
* Rollback of commit e4133aab4db7cd640501d1113c259e8477006b6f.Gravatar Damien Martin-Guillerez2016-01-07
* Factor implementation of bazel-specific cpp logic out of devtools/build/lib/B...Gravatar Cal Peyser2016-01-07
* Add a new class to encapsulate operations on Skylark import statements. This ...Gravatar John Field2015-12-16
* Move annotation classes used for referencing framework Java classes from Skyl...Gravatar John Field2015-12-16