Sign in
bazel
/
bazel
/
4ed83bd49ab43b71ad020fe54ad26337a86498b9
/
tools
/
build_rules
e23b79c
Only add the runfiles of artifacts that are actual inputs of the spawn action.
by Florian Weikert
· 8 years ago
ba41c2d
Add bin_dir and genfiles_dir to ctx
by Kristina Chodorow
· 8 years ago
7cde82e
Remove HOST_CFG and DATA_CFG references that cause warnings
by Kristina Chodorow
· 8 years ago
fd158cb
Silence the warning about Javac not supporting workers during bootstrap by renaming the action mnemonic in the Java Skylark rules to JavacBootstrap.
by Philipp Wollermann
· 8 years ago
6022b7b
Rollback of commit 4381a1d6e8f711957f430aac0c301acec6dfa0eb.
by Damien Martin-Guillerez
· 9 years ago
4381a1d
Global cleanup change.
by Vladimir Moskva
· 9 years ago
c02dc27
Global cleanup change.
by Vladimir Moskva
· 9 years ago
c5804ab
Global cleanup change.
by Laurent Le Brun
· 9 years ago
de424b6
Remove rust, jsonnet, scala and closure from the Bazel repository
by Damien Martin-Guillerez
· 9 years ago
a51a85e
Cut dependency on BoringSSL.
by Lukacs Berki
· 9 years ago
c6c516d
Make the genproto rules of Bazel usable from other repositories.
by Lukacs Berki
· 9 years ago
19eadbe
Fix Bazel continuous build.
by Lukacs Berki
· 9 years ago
821a504
Support gRPC in the Bazel-internal protobuf rules.
by Lukacs Berki
· 9 years ago
285112c
Remove te protocol compiler rules from @bazel_tools.
by Lukacs Berki
· 9 years ago
ffcc522
Rollback of commit 3248a5ea6ecb9f5f2080876a70de016825f54707.
by Lukacs Berki
· 9 years ago
3248a5e
Update our rudimentary proto rules to be able to handle gRPC.
by Lukacs Berki
· 9 years ago
f739cc3
Enable overriding attributes for Rust binaries.
by David Chen
· 9 years ago
96df361
Remove deprecated Skylark rules
by Kristina Chodorow
· 9 years ago
d521245
Marking Closure Tools for Bazel as deprecated.
by Googler
· 9 years ago
eab1ce2
Fix go_prefix to resolve to the right repository
by Kristina Chodorow
· 9 years ago
19b5675
Deprecate built-in Skylark rules
by Kristina Chodorow
· 9 years ago
b78bbd5
Add Python protobuf to Bazel third_party and move all protobuf targets into
by David Chen
· 9 years ago
ba05c37
Upgrade Apache Commons Collections to v3.2.2
by Googler
· 9 years ago
2de7a88
Update rust rule to reference deps in @bazel_tools
by Kristina Chodorow
· 9 years ago
4e65601
Fix references to @bazel_tools// repository in Go rules.
by David Chen
· 9 years ago
287094b
Add design doc for Go rules as markdown.
by Han-Wen Nienhuys
· 9 years ago
d73c97d
Restore allow_files and single_file attributes.
by Julio Merino
· 9 years ago
19e9953
Allow preprocessing proto files before compiling them in gensrcjar.sh.
by Julio Merino
· 9 years ago
a6e4482
Split out Java proto compilation logic to a helper script (take 2).
by Julio Merino
· 9 years ago
c0a9fb6
Rollback of commit 8ec3866d9e5d28f6c09546269ec82731c45c28ad.
by Damien Martin-Guillerez
· 9 years ago
699f87a
Rename proto_java_library to java_proto_library.
by Julio Merino
· 9 years ago
ffc891c
Use ctx.executable to get references to the binaries.
by Julio Merino
· 9 years ago
be19783
Fix issues with commit 650533fffccb97910338f335939de76922c9f679
by Michael Zhou
· 9 years ago
8ec3866
Split out Java proto compilation logic to a helper script.
by Julio Merino
· 9 years ago
0e7f137
Use a specific release of the Closure Compiler instead of referencing -latest
by Kamil Jiwa
· 9 years ago
650533f
Update Closure Tools dependencies and add arguments to closure_js_binary()
by Michael Zhou
· 9 years ago
5854a72
Turn //tools/build_rules into a package.
by Julio Merino
· 9 years ago
ce449e8
Don't import API functions you don't use
by Francois-Rene Rideau
· 9 years ago
cf521dd
Revert "Merge pull request #910 from Dominator008/closure"
by Damien Martin-Guillerez
· 9 years ago
3f70577
Merge pull request #910 from Dominator008/closure
by Kamil Jiwa
· 9 years ago
33573dc
Add "--language_in" and "--language_out" to closure_js_binary.bzl
by Michael Zhou
· 9 years ago
806d9c6
Reformat genproto.bzl to comply with the style guide.
by Julio Merino
· 9 years ago
1bab6b1
Stop bundling ijar's sources in bazel_tools
by Damien Martin-Guillerez
· 9 years ago
af1d67f
Update dependencies in closure_repositories.bzl
by Michael Zhou
· 9 years ago
1e1e94b
Updates the appengine_war() rule to include the transitive dependencies of the input rules in the output war.
by Alex Humesky
· 9 years ago
175b267
Use build_file_content attribute of new_* repositories instead of build_file in Skylark rules
by Damien Martin-Guillerez
· 9 years ago
98fc32c
Update documentation of skylark rules: correct load statements
by Damien Martin-Guillerez
· 9 years ago
56ac506
[rust] Update Rust rules to Rust 1.6
by David Chen
· 9 years ago
68d0b69
Use labels in load statements
by Damien Martin-Guillerez
· 9 years ago
d31b30d
Update appengine repository rule names
by Kristina Chodorow
· 9 years ago
b21b2ba
Convert skylark rules and tests to use _ in repo names
by Kristina Chodorow
· 9 years ago
0bf232e
Fix appengine rule to use all @bazel_tools targets
by Kristina Chodorow
· 9 years ago
3bd2589
Update appengine.bzl rules to use remote repos
by Kristina Chodorow
· 9 years ago
17e419e
Allow empty go_prefix.
by Han-Wen Nienhuys
· 9 years ago
1f1658c
Basic build tag support for go rules
by David Santiago
· 9 years ago
72ae5e3
Fix bazel_go_example_test. Changes:
by Han-Wen Nienhuys
· 9 years ago
be9f577
Make the Go rules depend on the Go toolchain targets in the main repository.
by Lukacs Berki
· 9 years ago
2ec1b0a
Remove deleted WORKSPACE.go-toolchain from srcs.
by David Chen
· 9 years ago
7019ff9
Use load() to add external repositories for Skylark rules.
by David Chen
· 9 years ago
34a6df1
Drop intermediate zip archive from py_binary output
by Benjamin Staffin
· 9 years ago
8452ffd
Fix for I82f1d300470ff69e9d70c3008cf569d9ec94764d
by Brian Silverman
· 9 years ago
07b0ba6
[rust] Use load() to add external repositories.
by David Chen
· 9 years ago
79f6fa3
Update Rust new_http_archive rules to use 1.4 and strip_prefix
by Kamal Marhubi
· 9 years ago
95ee87b
Add missing comma.
by Han-Wen Nienhuys
· 9 years ago
b6cbba3
Processes runfiles for libraries in addition to binaries. The behavior
by Jake Voytko
· 9 years ago
42e1c9c
Make go test rule run tests from the directory of the source file
by David Santiago
· 9 years ago
85c8239
Go rules now set GOOS and GOARCH environment variables
by David Santiago
· 9 years ago
7b59945
Refactor Skylark rules and attributes in preparation to Skylark aspects.
by Dmitry Lomov
· 9 years ago
528a919
Fixes the closure binary inputs to include externs
by Jake Voytko
· 9 years ago
d858931
[rust] Fix bugs in Rust test rules.
by David Chen
· 9 years ago
86b9fef
Update go_binary and go_test rules to copy files in the "data"
by David Santiago
· 9 years ago
e2eb639
When computing the transitive config fragments required by a target,
by Greg Estren
· 9 years ago
dd861ef
More fixing breakage of the go rule tests.
by Damien Martin-Guillerez
· 9 years ago
3d84695
Fix breakage caused by visibility.
by Damien Martin-Guillerez
· 9 years ago
9f68000
Add srcs for Go rules.
by Han-Wen Nienhuys
· 9 years ago
8c4fbe9
[go] Add attribute documentation.
by David Chen
· 9 years ago
c23d661
Update links in Bazel docs to point to new BE pages.
by David Chen
· 9 years ago
992d90e
Don't overwrite existing __init__.py files in py_binary zips
by Benjamin Staffin
· 9 years ago
50f29fb
[rust] Add linker flags from cpp configuration.
by David Chen
· 9 years ago
5356375
Put all of pkg/ into the go toolchain, so it works on Darwin too.
by Han-Wen Nienhuys
· 9 years ago
76fa4a4
Tweak styling of Skylark rule READMEs to be consistent when viewed on
by David Chen
· 9 years ago
9b96872
Fix go toolchain reliance on the bazel src directory
by Benjamin Staffin
· 9 years ago
c68e3b3
Add e2e test for Go support.
by Han-Wen Nienhuys
· 9 years ago
af76330
Use default_visibility instead of visibility in package()
by Brian Silverman
· 9 years ago
c74ee37
Make Bazel use tools that are embedded in its binary.
by Lukacs Berki
· 9 years ago
ca80b60
Add Darwin toolchain to Go rules.
by Han-Wen Nienhuys
· 9 years ago
3cadf0a
RELNOTES: Go rules for Bazel.
by Han-Wen Nienhuys
· 9 years ago
8b99809
Add commons-lang artifact to the default appengine WORKSPACE
by Kristina Chodorow
· 9 years ago
ab141f8
[rust] Add rust_bench_test and rust_doc_test rules and improve usability of rust_test rule.
by David Chen
· 9 years ago
f88f4d8
Rationalize copyright headers
by Damien Martin-Guillerez
· 10 years ago
4eb82ec1
Add rust_docs rule
by David Chen
· 10 years ago
12ec9df
Enable compression for Groovy and AppEngine rules.
by Erik Kuefler
· 10 years ago
ab1711b
Fixes #414: Add rustc + libs to action inputs, add LD_LIBRARY_PATH so that rustc finds its libs on Linux, too.
by Philipp Wollermann
· 10 years ago
31d6bba
Fix AppEngine build when sandboxed execution is enabled
by Damien Martin-Guillerez
· 10 years ago
c010dc3
Add missing tools directory in the filegroup to package
by Damien Martin-Guillerez
· 10 years ago
42124c9
Get rid of javac warning spam when building java protos.
by Nathan Harmata
· 10 years ago
4eda248
Set DYLD_LIBRARY_PATH correctly for rustc.
by David Chen
· 10 years ago
3a280ea
Fix path for input file
by Googler
· 10 years ago
9c2989d
Use sorted lists instead of sets for generated file list comparison
by Googler
· 10 years ago
d4ce9af
Ignore ordering for generated files check
by Googler
· 10 years ago
Next »