aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/build_defs
Commit message (Expand)AuthorAge
* Automated rollback of commit ca216f5eb4b1f1892219db0f578495bbbdbaa875.Gravatar philwo2017-09-15
* Remove docker rules from @bazel_toolsGravatar Googler2017-09-14
* Introduce empty "toolchain_category" rule for labels that will be used asGravatar cpeyser2017-09-14
* Remove swift_library and tests, lives in the apple rules repo now.Gravatar thomasvl2017-09-11
* Remove the old copy of apple_genrule. It lives in apple rules.Gravatar thomasvl2017-09-11
* Update the url for creating spec filesGravatar Tyler Rockwood2017-09-06
* Automated rollback of commit afed47daac8812154196403a30f89aaf0ccca2b2.Gravatar Googler2017-09-04
* Automated rollback of commit 36178dddc45ee39e302516232c83b0fbc4c5dc37.Gravatar Googler2017-09-01
* Remove an obsolete TODOGravatar dmishe2017-08-29
* Automated rollback of commit 39448ebab889a6b5b1ceabcf932adfec9098dfe7.Gravatar dmarting2017-08-28
* Don't prepend ./ to filenames in pkg_tar ruleGravatar Jeff Grafton2017-08-28
* Improve pkg_tar warning message.Gravatar Benjamin Peterson2017-08-23
* Remove tests from //tools/build_defs/dockerGravatar Jeff Grafton2017-08-22
* More explicit warning for pkg_tar's filesGravatar Damien Martin-Guillerez2017-08-22
* Prepare .bzl files to the new semantics of += on listsGravatar vladmos2017-08-17
* Update files attribute on pkg_tar.Gravatar John Cater2017-08-10
* Introduce java_import_externalGravatar jart2017-08-09
* Use ctx.label instead of ctx in progress messagesGravatar vladmos2017-08-03
* Rename set to depsetGravatar vladmos2017-07-27
* Normalize paths when adding them to the tarball.Gravatar Googler2017-07-24
* Change `files` attr of `pkg_tar` to a dict.Gravatar John Millikin2017-07-12
* Fix lint errors in git.bzl and change ctx.fail to the correct fail.Gravatar jcater2017-06-09
* Name generated BUILD files `BUILD.bazel` to avoid name conflicts.Gravatar John Millikin2017-06-08
* Hollow out docs and redirect to rules_docker.Gravatar Googler2017-05-15
* Automated g4 rollback of commit 965617aebf4665b6a48229f32ab9a5ef7d4336c5.Gravatar Googler2017-05-05
* Automated g4 rollback of commit df3d09baf2adc2b84825a6e706f9f0c041e72425.Gravatar Googler2017-05-03
* Emit warnings when the bundled docker_build and docker_bundle rules are used.Gravatar Googler2017-05-03
* Make tools/build_defs/hash/sha256.py py3 compatibleGravatar David Flemström2017-05-02
* Make tools/build_defs/pkg/archive.py py3 compatibleGravatar David Flemström2017-05-02
* Adjust the visibility of this rule, which is needed for the migration of dock...Gravatar Googler2017-04-28
* Add possibility to set ownership of files on pkg_tarGravatar Damien Martin-Guillerez2017-04-24
* Support top level package for docker image.Gravatar Linuxer Wang2017-04-24
* Remove tools/build_defs/apple/apple.bzl.Gravatar thomasvl2017-04-20
* Move the sha256 tool into its own directory, as it isn't specific to docker_b...Gravatar Googler2017-04-19
* Copy swift.bzl into bazel_rules/rules_apple.Gravatar allevato2017-04-11
* Use sha256 prefix when tagging docker images with full IDsGravatar Jason Young2017-04-11
* Description redacted.Gravatar Googler2017-03-27
* Disable sandboxing for some bundling actions.Gravatar Googler2017-03-27
* Add "resources", "structured_resources" attrs to swift_library.Gravatar Googler2017-03-27
* Add a test that a v2.2 format tarball used as a base image contains the appro...Gravatar Googler2017-03-20
* Reword a commentGravatar Googler2017-03-20
* Break apart the monolithic docker.bzl into smaller pieces that logically grou...Gravatar Googler2017-03-16
* Rollback of commit 4af8f5bff567e7cad179fb803070764791353f8a.Gravatar Googler2017-03-06
* Rollback of commit 5621a2c73337d82fe328069dbb0621e46e9e1c25.Gravatar Yue Gan2017-03-01
* This change adds support for a docker_bundle rule, refactoring a number of in...Gravatar Googler2017-02-28
* Make bazel_bootstrap_distfile_test work on WindowsGravatar Yun Peng2017-02-23
* Fixes directory path computation in docker_build Gravatar Vlad Losev2017-02-16
* Adds -disable-autolink-framework to static libraries so that they are not add...Gravatar Sergio Campama2017-02-07
* Add pkg_rpm build rule to help generating RPM packages. Gravatar John Cater2017-02-06
* Fix skylark syntax error in Bazel git_repositories.bzl.Gravatar Adam Michael2017-02-02