aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/build_rules
Commit message (Expand)AuthorAge
* Split out Java proto compilation logic to a helper script (take 2).Gravatar Julio Merino2016-02-22
* Rollback of commit 8ec3866d9e5d28f6c09546269ec82731c45c28ad.Gravatar Damien Martin-Guillerez2016-02-19
* Rename proto_java_library to java_proto_library.Gravatar Julio Merino2016-02-19
* Use ctx.executable to get references to the binaries.Gravatar Julio Merino2016-02-19
* Fix issues with commit 650533fffccb97910338f335939de76922c9f679Gravatar Michael Zhou2016-02-19
* Split out Java proto compilation logic to a helper script.Gravatar Julio Merino2016-02-19
* Use a specific release of the Closure Compiler instead of referencing -latestGravatar Kamil Jiwa2016-02-18
* Update Closure Tools dependencies and add arguments to closure_js_binary()Gravatar Michael Zhou2016-02-17
* Turn //tools/build_rules into a package.Gravatar Julio Merino2016-02-17
* Don't import API functions you don't useGravatar Francois-Rene Rideau2016-02-17
* Revert "Merge pull request #910 from Dominator008/closure"Gravatar Damien Martin-Guillerez2016-02-17
* Merge pull request #910 from Dominator008/closureGravatar Kamil Jiwa2016-02-17
|\
| * Add "--language_in" and "--language_out" to closure_js_binary.bzlGravatar Michael Zhou2016-02-17
* | Reformat genproto.bzl to comply with the style guide.Gravatar Julio Merino2016-02-17
* | Stop bundling ijar's sources in bazel_toolsGravatar Damien Martin-Guillerez2016-02-17
| * Update dependencies in closure_repositories.bzlGravatar Michael Zhou2016-02-16
|/
* Updates the appengine_war() rule to include the transitive dependencies of th...Gravatar Alex Humesky2016-02-15
* Use build_file_content attribute of new_* repositories instead of build_file ...Gravatar Damien Martin-Guillerez2016-02-12
* Update documentation of skylark rules: correct load statementsGravatar Damien Martin-Guillerez2016-02-10
* [rust] Update Rust rules to Rust 1.6Gravatar David Chen2016-02-04
* Use labels in load statementsGravatar Damien Martin-Guillerez2016-02-02
* Update appengine repository rule namesGravatar Kristina Chodorow2016-01-29
* Convert skylark rules and tests to use _ in repo namesGravatar Kristina Chodorow2016-01-27
* Fix appengine rule to use all @bazel_tools targetsGravatar Kristina Chodorow2016-01-21
* Update appengine.bzl rules to use remote reposGravatar Kristina Chodorow2016-01-21
* Allow empty go_prefix.Gravatar Han-Wen Nienhuys2016-01-20
* Basic build tag support for go rulesGravatar David Santiago2016-01-11
* Fix bazel_go_example_test. Changes:Gravatar Han-Wen Nienhuys2015-12-22
* Make the Go rules depend on the Go toolchain targets in the main repository.Gravatar Lukacs Berki2015-12-15
* Remove deleted WORKSPACE.go-toolchain from srcs.Gravatar David Chen2015-12-07
* Use load() to add external repositories for Skylark rules.Gravatar David Chen2015-12-04
* Drop intermediate zip archive from py_binary outputGravatar Benjamin Staffin2015-12-03
* Fix for I82f1d300470ff69e9d70c3008cf569d9ec94764dGravatar Brian Silverman2015-12-02
* [rust] Use load() to add external repositories.Gravatar David Chen2015-12-02
* Update Rust new_http_archive rules to use 1.4 and strip_prefixGravatar Kamal Marhubi2015-12-02
* Add missing comma.Gravatar Han-Wen Nienhuys2015-12-01
* Processes runfiles for libraries in addition to binaries. The behaviorGravatar Jake Voytko2015-12-01
* Make go test rule run tests from the directory of the source fileGravatar David Santiago2015-12-01
* Go rules now set GOOS and GOARCH environment variablesGravatar David Santiago2015-12-01
* Refactor Skylark rules and attributes in preparation to Skylark aspects.Gravatar Dmitry Lomov2015-11-26
* Fixes the closure binary inputs to include externsGravatar Jake Voytko2015-11-25
* [rust] Fix bugs in Rust test rules.Gravatar David Chen2015-11-25
* Update go_binary and go_test rules to copy files in the "data"Gravatar David Santiago2015-11-18
* When computing the transitive config fragments required by a target,Gravatar Greg Estren2015-11-18
* More fixing breakage of the go rule tests.Gravatar Damien Martin-Guillerez2015-11-18
* Fix breakage caused by visibility.Gravatar Damien Martin-Guillerez2015-11-17
* Add srcs for Go rules.Gravatar Han-Wen Nienhuys2015-11-17
* [go] Add attribute documentation.Gravatar David Chen2015-11-03
* Update links in Bazel docs to point to new BE pages.Gravatar David Chen2015-11-02
* Don't overwrite existing __init__.py files in py_binary zipsGravatar Benjamin Staffin2015-10-30