Sign in
bazel
/
bazel
/
ec758db4e5ef5e74708cea6751ab50ea492a201e
/
tools
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
96130c8
Create directories for all the files in tarballs.
by Brian Silverman
· 9 years ago
c27dc19
Error out if no src files are provided to Groovy
by Erik Kuefler
· 9 years ago
992d90e
Don't overwrite existing __init__.py files in py_binary zips
by Benjamin Staffin
· 9 years ago
bc08fac
[jsonnet] Fix jsonnet_to_json rule to read code_vars from code_vars instead of vars.
by Googler
· 9 years ago
568c394
Allow any includes on the Mac for now.
by Ulf Adams
· 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
fac21e5
Set sharding and tmpdir environment variables for googletest
by Brian Silverman
· 9 years ago
854b72d
[jsonnet] Add jsonnet_to_json_test rule for testing Jsonnet code.
by David Chen
· 9 years ago
e90d67e
Include memleaks plugin support for experimental_ios_test
by Chris Parsons
· 9 years ago
c68e3b3
Add e2e test for Go support.
by Han-Wen Nienhuys
· 9 years ago
fd03b83
Use java_import for pre-compiled jars
by Liam Miller-Cushon
· 9 years ago
dda3f8c
Add Spock support to Groovy rules.
by Erik Kuefler
· 9 years ago
3c45db0
[jsonnet] Add vars and code_vars attributes to jsonnet_to_json to allow passing external variables to Jsonnet via --var and --code_var.
by David Chen
· 9 years ago
ea98701
[jsonnet] Update to Jsonnet 0.8.1
by David Chen
· 9 years ago
e517abe
Tweak the BUILD file for Damien's .deb rules so that they depend on gflags properly.
by Lukacs Berki
· 9 years ago
af76330
Use default_visibility instead of visibility in package()
by Brian Silverman
· 9 years ago
0a12c0b
Added an example that uses resources to scala/test.
by John Sullivan
· 9 years ago
7c89384
Added support for resources in scala builds.
by John Sullivan
· 9 years ago
fc911c6
Use param files for Linux C(++) toolchains.
by Han-Wen Nienhuys
· 9 years ago
c74ee37
Make Bazel use tools that are embedded in its binary.
by Lukacs Berki
· 9 years ago
38eb39d
The <use-permission-sdk-23> tag is not merged into final manifest
by Googler
· 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
80245bc
Introduce debian and tar packaging rules
by Damien Martin-Guillerez
· 9 years ago
e806171
Removes duplicate arm crosstool toolchain definition.
by Alex Humesky
· 9 years ago
8b99809
Add commons-lang artifact to the default appengine WORKSPACE
by Kristina Chodorow
· 9 years ago
f7cc9cd
Rolling-forward with fix:
by Damien Martin-Guillerez
· 9 years ago
8c353e4
Delete old java based tools for ibtool, actool, momc, etc.
by Dave MacLachlan
· 9 years ago
3cd6c64
Rollback of commit fb8ee791d3b39f294bf4e083b972aee2ac6f8e27.
by Damien Martin-Guillerez
· 9 years ago
fb8ee79
Incremental build and load of Docker layers
by Damien Martin-Guillerez
· 9 years ago
8b2e6b8
Embed a tools directory into the Bazel binary.
by Lukacs Berki
· 9 years ago
Next »