Sign in
bazel
/
bazel
/
c2efa6f4d36ac9d839beffc1fb3f8095becf58f5
/
tools
a4de484
Add rules_java load statements.
by iirina
· 6 years ago
cb44f66
Fix some tests in preparation for --incompatible_load_proto_rules_from_bzl
by Yannic Bonenberger
· 6 years ago
d3a3013
Fix "assuumes" typo
by Googler
· 6 years ago
2c04648
Fix git_repository rule to support fetching a commit on a tag
by ichern
· 6 years ago
1df6d77
Introduce flag for forcing Python rules to be loaded from rules_python
by brandjon
· 6 years ago
e4ccba4
Update Python docs and messages to refer to @rules_python
by brandjon
· 6 years ago
693542f
Windows: test wrapper checks if MANIFEST exists
by Laszlo Csomor
· 6 years ago
db063a8
Add internal macros and partially migrate Bazel for upcoming change
by brandjon
· 6 years ago
5cb13ed
Add exports_files declaration for some .bzl's in @bazel_tools
by brandjon
· 6 years ago
7d31cd7
Switch Android rules runtime deps builder to use rules_pkg for pkg_tar.
by aiuto
· 6 years ago
9cf8ebd
Fix for starlark incompatible change
by brandjon
· 6 years ago
ff44969
Adds load statement for @rules_proto
by Yannic Bonenberger
· 6 years ago
872c11a
Allow G1 in tools/jdk/BUILD.java_tools.
by Benjamin Peterson
· 6 years ago
11462d1
Migrate pkg_tar from internal copy to @rules_pkg: Bazel packaging and
by aiuto
· 6 years ago
c392dc2
Add a prebuilt toolchain to java_tools.
by iirina
· 6 years ago
2bdd328
Fix building ijar_cc_binary and singlejar_cc_bin without sandbox by removing dependency on @bazel_tools//tools/cpp:malloc
by Yun Peng
· 6 years ago
f5a6ee1
Fix singlejar & ijar builds and add tests.
by iirina
· 6 years ago
8daa514
C++: Introduce flag for forcing rules through macro
by plf
· 6 years ago
92cb224
Augment recommendation in java_import_external to be consistent with maven_jar, rules_jvm_external naming style
by Jin
· 6 years ago
12ebd7b
Add toolchain support for clang-cl on Windows
by Yun Peng
· 6 years ago
9f73b2c
C++: Add defs.bzl to genproto.bzl
by plf
· 6 years ago
b3ddb95
Add --//tools/build_defs/pkg:incompatible_no_build_defs_pkg flag
by Tony Aiuto
· 6 years ago
d114ef8
Refactor windows_cc_configure.bzl
by pcloudy
· 6 years ago
9887358
Windows, windows_cc_configure.bzl: Pass -vcvars_ver flag only when it is supported.
by pcloudy
· 6 years ago
04737ba
Fix genproto.bzl test broken by unknown commit
by plf
· 6 years ago
4e5e8bb
read_netrc: read file directly
by Klaus Aehlig
· 6 years ago
07853cd
windows_cc_configure: report custom envvars
by Laszlo Csomor
· 6 years ago
8886f6a
Bump android-tools to 0.8
by Jingwen Chen
· 6 years ago
784daf4
C++ runfiles test: fix on Linux
by Laszlo Csomor
· 6 years ago
a52e65a
Add __ANDROID_RULES_MIGRATION__ to the tags for the generated android_sdk from
by ahumesky
· 6 years ago
80a63d7
Use native patch API in http_archive and git_repository
by Yun Peng
· 6 years ago
2430901
C++ runfiles library test: cut unwanted dependency
by Laszlo Csomor
· 6 years ago
4c6e4e9
Create canonical flag types for use within Bazel rules.
by Tony Aiuto
· 6 years ago
9606887
Adds load statement for @rules_cc
by oquenchil
· 6 years ago
5b8e04b
Windows, cc_configure.bzl: Add VS150COMNTOOLS and VS160COMNTOOLS as dependencies
by pcloudy
· 6 years ago
c26e339
Make http_archive honor $HOME/.netrc
by Klaus Aehlig
· 6 years ago
1112b55
Modify unix C++ toolchain autoconfiguration features to pass flags to lto-index actions as well
by rosica
· 6 years ago
6fbfe5c
Fix BUILD files for future incompatible changes
by Laurent Le Brun
· 6 years ago
cdd0c3c
Pass absolute path to gold when using Clang
by Marcel Hlopko
· 6 years ago
e1e074c
Make http_archive accept a .netrc file
by Klaus Aehlig
· 6 years ago
6d0b14b
rule_test: apply "tags" to all rules in the macro
by Laszlo Csomor
· 6 years ago
e826049
Use java macros in java_tools.
by iirina
· 6 years ago
01e6e05
Enable G1 for Bazel and the Java host toolchain.
by Benjamin Peterson
· 6 years ago
8167f46
Windows: Windows SDK version can be specified through BAZEL_WINSDK_FULL_VERSION
by Yun Peng
· 6 years ago
168ee7c
Tests: print a warning if zip failed
by Laszlo Csomor
· 6 years ago
9f7fe69
Add OpenJDK 11 archives for aarch64 (arm64).
by philwo
· 6 years ago
e583dd5
Fix comment in aquery differ.
by twerth
· 6 years ago
ac3d06b
Refactor osx cc autoconfiguration to not use a template Starlark cc_toolchain_config rule
by rosica
· 6 years ago
1bcd38a
Make Git repository rules compatible with older Git versions.
by philwo
· 6 years ago
00ec2e7
Hide output of failing `which` command in the pywrapper.
by philwo
· 6 years ago
38cfc18
Add a starlark function computing auth dict from netrc data
by Klaus Aehlig
· 6 years ago
f9efb24
Fix Bazel website stardoc build (//site:site) after https://github.com/bazelbuild/bazel/commit/9c913b93e275038393e4ba5f67b7421919d93cf9
by jingwen
· 6 years ago
71a213c
Add --incompatible_use_platforms_repo_for_constraints
by hlopko
· 6 years ago
4d3c5e2
Delete system framework paths from blaze
by Googler
· 6 years ago
9c913b9
Refactor git_repository and new_git_repository rules implementations ?
by ichern
· 6 years ago
24cf645
Add a utility function for parsing .netrc files
by Klaus Aehlig
· 6 years ago
ab9c1f5
Teach cc_configure about BAZEL_LINKLIBS env variable
by Marcel Hlopko
· 6 years ago
7ebff4e
Fix empty strings in empty lists in cc_configure
by Marcel Hlopko
· 6 years ago
82ec619
Automated rollback of commit 332379ad6f8c49b0e087b504d73d3483c529e399.
by hlopko
· 6 years ago
27c04e2
Update android-tools to version 0.7.
by John Cater
· 6 years ago
ebfd3bc
Update target labels for @androidsdk system images
by Jingwen Chen
· 6 years ago
332379a
Add --incompatible_use_platforms_repo_for_constraints
by Marcel Hlopko
· 6 years ago
aaf6457
Embed @platforms into the Bazel binary
by hlopko
· 6 years ago
e2a1966
Update android_tools and create version 0.6.
by John Cater
· 6 years ago
7247b0b
Automated rollback of commit 50a2d6c9b9c55776ec747a656a2edd971e723771.
by pcloudy
· 6 years ago
1d82cf8
Expose java toolchains for java 10 and 11 in @bazel_tools//tools/jdk
by iirina
· 6 years ago
5a6cd17c
Remove unused BUILD.java_tools.old.
by iirina
· 6 years ago
50a2d6c
Refactor git_repository and new_git_repository rules implementations ?
by ichern
· 6 years ago
0eec693
Add testing for java_tools that embed javac12.
by iirina
· 6 years ago
132ef54
Fix broken debian packaging tests.
by Tony Aiuto
· 6 years ago
36c70a6
Rollforward "Disable outputs param of rule function" with fix
by cparsons
· 6 years ago
50fa3ec
Fix problems with the non-strict Python toolchain
by brandjon
· 6 years ago
6ef6d87
Default java toolchain target
by iirina
· 6 years ago
44a961b
Provide ar_files and as_files for autoconfigured and static cc_toolchains where needed.
by rosica
· 6 years ago
5bb81c1
Expand documentation of patch_args for git_repository
by Dave Lee
· 6 years ago
052167e
Add a non-strict autodetecting Python toolchain
by brandjon
· 6 years ago
c3c5dab
Update remote android tools to 0.5
by Jingwen Chen
· 6 years ago
20c8413
Restrict string escape sequences and introduce flag
by Marwan Tammam
· 6 years ago
8df1ef3
Provide ar_files and as_files for the autoconfigured osx toolchain.
by Benjamin Peterson
· 6 years ago
ff6fa78
Make CC_CONFIGURE_DEBUG print detected CC path
by Marcel Hlopko
· 6 years ago
c5ebfcf
Add --incompatible_disable_static_cc_toolchains that will deprecate the cc_toolchain_suite and cc_toolchain rules under @bazel_tools//tools/cpp.
by rosica
· 6 years ago
67ba1d6
Update tests in preparation for incompatible_depset_is_not_iterable flag flip
by laurentlb
· 6 years ago
ba3f88b
Add @bazel_tools//tools/jdk:javadoc
by Michal Majcherski
· 6 years ago
9aadeac
Remove macOS version check from xcode-locator
by Keith Smiley
· 6 years ago
00b5dad
Fix pkg_deb depends_file bug
by szakmary
· 6 years ago
4f13309
git.bzl: correctly quote shallow_since
by Klaus Aehlig
· 6 years ago
c3d2aa7
Fix ios, tvos and watchos arm64 constraints
by Steeve Morin
· 6 years ago
3dc59e4
Fix jacoco-toolchain dependency.
by iirina
· 6 years ago
221c67f
Remove unused msvc-wrapper related filegroups
by Marcel Hlopko
· 6 years ago
7984a15
Make split cc_configure work on Darwin with only CLT installed
by Marcel Hlopko
· 6 years ago
f69d02d
Fix GenClass target label in java_tool's java_toolchain
by Jingwen Chen
· 6 years ago
cffae2b
Fixed Python 3 incompatibility in make_rpm tool
by Alex Thompson
· 6 years ago
9bc841e
Introduce flag --incompatible_disallow_empty_glob=true
by laurentlb
· 6 years ago
934045f
Bash, runfiles lib v2: shorter init code
by laszlocsomor
· 6 years ago
a65b047
Windows, JNI: merge lib-util and lib-file
by Laszlo Csomor
· 6 years ago
c9522f9
Java coverage: fix coverage when deploy jars end up on the classpath.
by iirina
· 6 years ago
4f9110e
Automated rollback of commit 229fe564ba458c46629f1ff9a510b46110dd4dd9.
by Laszlo Csomor
· 6 years ago
2a10729
Flip --incompatible_string_join_requires_strings
by laurentlb
· 6 years ago
229fe56
Bash, runfiles lib v2: shorter init code
by Laszlo Csomor
· 6 years ago
b4c0fb0
Split toolchains from cc_toolchains in cc_configure
by Marcel Hlopko
· 6 years ago
Next »