Sign in
bazel
/
bazel
/
ea914c540d6b409d95fc99a7cb81b2533a5c93dd
/
tools
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
b5d417d
Add scala tests to CI
by Oscar Boykin
· 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
b35e25d
Make Bazel be able to reach ijar on Windows where it's called "ijar.exe" .
by Lukacs Berki
· 9 years ago
9b372d1
docker: Exclude .changes files when collecting debs
by Benjamin Staffin
· 9 years ago
aa9def28
Add scala_test to load
by Oscar Boykin
· 9 years ago
98fc32c
Update documentation of skylark rules: correct load statements
by Damien Martin-Guillerez
· 9 years ago
3dd9cc6
Add supportsDynamicLinker to CppConfiguration
by Googler
· 9 years ago
26152a6
When building Groovy jars, read the list of classes from a file instead of passing them on the command line.
by Erik Kuefler
· 9 years ago
3c26e05
Move ObjC compilation actions for J2ObjC-translated code from binary level to the edges (J2ObjcAspect and J2ObjcProtoAspect).
by Rumou Duan
· 9 years ago
9273c76
[d] Update D rules to DMD 2.070.0.
by David Chen
· 9 years ago
56ac506
[rust] Update Rust rules to Rust 1.6
by David Chen
· 9 years ago
9f7a909
Now that rules find their tools via runfiles, remove unneeded dependencies in rules/tests and move them into the build files.
by Dave MacLachlan
· 9 years ago
a09fb73
Make xctest extension for test bundles that have xctest=true defined. (It used to be .app)
by Dave MacLachlan
· 9 years ago
458ccd0
Introduce a special CPU for Windows and add msys compiler toolchain.
by Dmitry Lomov
· 9 years ago
8a2d077
Fix a reference to a local-jdk target.
by Erik Kuefler
· 9 years ago
0b3ee9f
Fix build on FreeBSD (again).
by Piotr Sikora
· 9 years ago
123e1c3
Change j2objc_wrapper.py to also write out a mapping file between generated static library to associated original objc source files.
by Rumou Duan
· 9 years ago
aaff855
Add a scala_test rule to Bazel
by Dino Wernli
· 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
03e89a9
Always declare dependency on xcode gcov.
by Peter Schmitt
· 9 years ago
25b38ac
Don't load dumpsyms in configurations.
by Peter Schmitt
· 9 years ago
dfcce0d
Add Android targets back into embedded tools
by Kristina Chodorow
· 9 years ago
1c5a1ec
Add pkg and various other skylark rules to the embedded tools
by Damien Martin-Guillerez
· 9 years ago
298d32d
Support transitive deps in Groovy
by Erik Kuefler
· 9 years ago
b21b2ba
Convert skylark rules and tests to use _ in repo names
by Kristina Chodorow
· 9 years ago
8b197ac
Convert j2objc workspace name to use _, not -
by Kristina Chodorow
· 9 years ago
8882114
Make local-jdk conform to workspace name rules
by Kristina Chodorow
· 9 years ago
72384a2
Add the @bazel_tools prefix to docker and pkg tooling
by Damien Martin-Guillerez
· 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
b0ba9c9
Generate a default dummy XML file when the test runner does not.
by Damien Martin-Guillerez
· 9 years ago
2665d68
Use xcode_config build target for actions which need to resolve an xcode version.
by Chris Parsons
· 9 years ago
d8df1a7
[scala] fix declared dependencies.
by Damien Martin-Guillerez
· 9 years ago
8d64a6c
Don't break long words for debian control fields
by Andrew Jorgensen
· 9 years ago
1f1658c
Basic build tag support for go rules
by David Santiago
· 9 years ago
930bf69
Implement groovy_junit_test
by Erik Kuefler
· 9 years ago
8fb876f
making sass work better in different linux situations, minor cleanup overall.
by Derek Perez
· 9 years ago
f7467b9
[docker_build] Fix required flag for create_image.py
by Damien Martin-Guillerez
· 9 years ago
763f139
Add -fno-canonical-system-headers to CROSSTOOL files so that gcc doesn't resolve symlinks in .d files, which would confuse Blaze.
by Lukacs Berki
· 9 years ago
978e53a
Fixes formatting in scala rules doc.
by Alex Humesky
· 9 years ago
72ae5e3
Fix bazel_go_example_test. Changes:
by Han-Wen Nienhuys
· 9 years ago
fb939b5
Support LABEL in docker_build rule
by Yuki Yugui Sonoda
· 9 years ago
60f6cf6
Tweak error detection in incremental_install.py .
by Lukacs Berki
· 9 years ago
7daf02c
Source iOS memleak plugin stub from bazel_tools.
by Peter Schmitt
· 9 years ago
42c79fa
Make Debian package maintainer scripts executable.
by Piotr Sikora
· 9 years ago
be9f577
Make the Go rules depend on the Go toolchain targets in the main repository.
by Lukacs Berki
· 9 years ago
0a2fa03
Improve scalac: use ijar and download scalac
by oscar
· 9 years ago
fcb3f84
Make "//..." do not find packages in the base workspace.
by Lukacs Berki
· 9 years ago
2ec1b0a
Remove deleted WORKSPACE.go-toolchain from srcs.
by David Chen
· 9 years ago
49cdb4b
Fix a bug in which the main process of j2objc wrapper blocks indefinitely if spawned threads fail.
by Rumou Duan
· 9 years ago
0e22258
docker_build: Properly handle / as data_path
by Kamal Marhubi
· 9 years ago
7019ff9
Use load() to add external repositories for Skylark rules.
by David Chen
· 9 years ago
5e34a3d
ASwB aspect: parse java packages during execution
by Googler
· 9 years ago
34a6df1
Drop intermediate zip archive from py_binary output
by Benjamin Staffin
· 9 years ago
2dbe1ba
Explicitly mention that 'manual' test targets are not matched by wildcard target patterns and are thus neither built nor tested by invocations like "blaze test //my/project/..."
by Nathan Harmata
· 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
843b41d
Fix pkg_tar docs.
by Warren Turkal
· 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
f1c411b
Generate .changes files to go along with .deb packages
by Benjamin Staffin
· 9 years ago
3edf784
Generate proper filenames for .deb packages
by Benjamin Staffin
· 9 years ago
820fc81
Fix leftovers from copy/paste.
by Nathan Harmata
· 9 years ago
b94713e
Rollback of commit 07475c7b3812d6194602213a69e6e9f70643b32a.
by Damien Martin-Guillerez
· 9 years ago
c1b7ca7
Append '/' to the root prefix when missing for tar merging
by Damien Martin-Guillerez
· 9 years ago
86b9fef
Update go_binary and go_test rules to copy files in the "data"
by David Santiago
· 9 years ago
9b1e3a2
Tweak the bootstrapping and build process so that the prebuilt tools under tools/jdk are not necessary anymore.
by Lukacs Berki
· 9 years ago
07475c7
Rollback of commit 976211dd45215a6146e0ab312186de0eaa955a75.
by Googler
· 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
976211d
[docker] Print a clearer message when xzcat cannot be found and is needed
by Damien Martin-Guillerez
· 9 years ago
3d84695
Fix breakage caused by visibility.
by Damien Martin-Guillerez
· 9 years ago
fc1c0d7
Flesh out documentation for .NET rules. Minor formatting changes to csharp.bzl.
by David Z. Chen
· 9 years ago
1648470
Apply the docker_build directory option to tars as well as files.
by Googler
· 9 years ago
4662a89
[docker] Fixes parsing of data_path for './'
by Damien Martin-Guillerez
· 9 years ago
e5098fb
Add missing load statement in docker_build documentation
by Damien Martin-Guillerez
· 9 years ago
b84f540
Allow udeb as input of docker debs
by Damien Martin-Guillerez
· 9 years ago
9f68000
Add srcs for Go rules.
by Han-Wen Nienhuys
· 9 years ago
f97a447
Remove android:hasCode from AndroidManifest.xml in stubify_manifest.py.
by Lukacs Berki
· 9 years ago
0f7b11e
Fix some minor errors in the Groovy README
by Erik Kuefler
· 9 years ago
3f6599b
Make groovy_binary implicitly depend on the groovy core language jar.
by Erik Kuefler
· 9 years ago
17c8d1c
Fix tools/build_defs/pkg:build_test
by Damien Martin-Guillerez
· 9 years ago
98f3149
Fix //tools/build_defs/docker:build_test
by Damien Martin-Guillerez
· 9 years ago
d00e3a1
Add dotnet csharp support to bazel.
by Jeremy Wall
· 9 years ago
7fdbd78
Add xcrunwrapper to deal with DEVELOPER_DIR and SDKROOT.
by Dave MacLachlan
· 9 years ago
a2c60d0
Fix bash completion script location in the Debian package
by Brian Silverman
· 9 years ago
6153243
Add xcrun support to ios_test.sh so that the simulator path isn't hardcoded.
by Dave MacLachlan
· 9 years ago
b60965a
[scala] Add attribute documentation.
by David Chen
· 9 years ago
d75690a
[groovy] Add missing </table> tag.
by David Chen
· 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
Next »