Sign in
bazel
/
bazel
/
84ff771d0326e9d87291cf52d2bf471c23590c78
/
tools
583c356
Open-source full support for J2ObjC in Bazel, including dead code removal, and add an example.
by Michael Thvedt
· 10 years ago
828a4be
Move j2objc helper scripts into open-source Bazel.
by Michael Thvedt
· 10 years ago
8c28813
Add native support for linux on ARM Cpu (32 bits)
by Zhong Wang
· 10 years ago
f4b07db
Add Skylark rules for groovy_library and groovy_binary.
by Erik Kuefler
· 10 years ago
98a8e3b
docker_build: workaround the lack of LZMA in python 2.7
by Damien Martin-Guillerez
· 10 years ago
63e9822
docker_build: fix JSON rewriting when some fields are null
by Damien Martin-Guillerez
· 10 years ago
7c665f5
docker_build: Fix archive's AR format alignment
by Damien Martin-Guillerez
· 10 years ago
56f8165
Remove the Skylark data configuration accessor and the only repository
by Greg Estren
· 10 years ago
033c403
docker_build: Fix double slashes in path resolution
by Damien Martin-Guillerez
· 10 years ago
6de0bb3
Fix docker_build file path when file is generated
by Damien Martin-Guillerez
· 10 years ago
2593007
Add glue logic to make the dex_shards attribute of android_binary work in Bazel.
by Lukacs Berki
· 10 years ago
73d4fc9
Add "warm" starting to mobile-install.
by Googler
· 10 years ago
e449d50
Restore Rust examples and add Rust rule tests that were inadvertently excluded.
by David Chen
· 10 years ago
b4b19bc
Always re-install all native libraries on non-incremental installations.
by Lukacs Berki
· 10 years ago
608b4cd
Introduce trivial rust tests
by Francois-Rene Rideau
· 10 years ago
a93c63b
Make Bazel always build with --fat_apk_cpu.
by Lukacs Berki
· 10 years ago
ab13f68
Create a binary packager for Bazel
by Damien Martin-Guillerez
· 10 years ago
ecbf242
Make the Android incremental installer script support incrementally installing native libraries.
by Lukacs Berki
· 10 years ago
147ec27
Docker rules: fallback to reading the repositories file when top is absent
by Damien Martin-Guillerez
· 10 years ago
3ee2dc4
s/the the/the/ s/package/packages/
by Googler
· 10 years ago
ea1a96e
Move BUILD file for Rust to tools/build_rules/rust.
by David Chen
· 10 years ago
3114324
Add tools dependencies for Rust rules.
by David Chen
· 10 years ago
5f25891
Add docker_build for building Docker image using Bazel
by Damien Martin-Guillerez
· 10 years ago
81390e3
Skylark: Remove flags in attributes
by Laurent Le Brun
· 10 years ago
8a995b4
Remove implicit .a and .so outputs from Bazel.
by Ulf Adams
· 10 years ago
64766d4
Fix symlink test flag
by Kristina Chodorow
· 10 years ago
73893cc
Improvements to skylark tests
by Francois-Rene Rideau
· 10 years ago
ee8fcd3
Add a couple of flags to the CROSSTOOL file, especially for -c opt.
by Ulf Adams
· 10 years ago
0e544ff
Fix missing tool target in tools/objc
by Damien Martin-Guillerez
· 10 years ago
0959c23
Rename the "unobfuscated" compilation level to "whitespace_only" to match names used with Closure Compiler
by Kamil Jiwa
· 10 years ago
c7d2c54
Exclude third-party tests from closure_library js_library.
by Kamil Jiwa
· 10 years ago
d3f7eda
Adds gen jar and manifest proto outputs.
by Alex Humesky
· 10 years ago
4236bbd
Global cleanup change.
by Googler
· 10 years ago
a7500f9
Add a bazel.rc that makes it possible to use --config=android instead of --crosstool_top=@androidndk//:toolchain --host_crosstool_top=//tools/cpp:toolchain.
by Lukacs Berki
· 10 years ago
2bac32e
Added a deploy target to AppEngine support
by Damien Martin-Guillerez
· 10 years ago
1314570
Introduce hook to BazelWorkspaceStatusModule that calls external
by Ming Zhao
· 10 years ago
c9f8756
Basic dashboard for build results
by Kristina Chodorow
· 10 years ago
3125aad
Add support for externs files.
by Kamil Jiwa
· 10 years ago
c057d47
Add a CSS library target for Closure Library CSS files.
by Kamil Jiwa
· 10 years ago
15d129a
Make //src/test/shell:bazel_test work again.
by Lukacs Berki
· 10 years ago
43f0c33
The final CL in getting Android support to work: add resources_processor.sh and aar_generator.sh to the tools directory and make stub applications proper android_library rules instead of stub filegroups.
by Lukacs Berki
· 10 years ago
5b16b19
Add basic support for building Java AppEngine WAR
by Damien Martin-Guillerez
· 10 years ago
d13716a
Open source AarGeneratorAction and AndroidResourceProcessingAction.
by Andrew Pellegrini
· 10 years ago
2862363
Fixes typos in Swift tool BUILD files
by Dmitry Shevchenko
· 10 years ago
3eafd19
Make use of the jvm_opts from java_toolchain
by Damien Martin-Guillerez
· 10 years ago
2aecb77
Add Closure JS rules to Bazel.
by Kamil Jiwa
· 10 years ago
b29ebdc
Trivial skylark testing
by Francois-Rene Rideau
· 10 years ago
8104c5b
Lower the requirement to Java 7
by Damien Martin-Guillerez
· 10 years ago
1ed3c47
Move the Error Prone plugin into Bazel
by Liam Miller-Cushon
· 10 years ago
4c7f35d
Add initial Rust rules to Bazel.
by David Chen
· 10 years ago
9c37ab1
Add a tools/android/jack package to the Bazel tree so that Android rules actually work. This is a temporary measure until these targets are integrated into android_sdk .
by Lukacs Berki
· 10 years ago
aa7cb9a
Add ability to compile objc_binary targets with Swift sources.
by Googler
· 10 years ago
5b4ffae
This CL adds the android_binary rule to Bazel.
by Lukacs Berki
· 10 years ago
ebd0e64
Use JDK's jar instead on relying on the one on the path in Java Skylark rules.
by Damien Martin-Guillerez
· 10 years ago
19f3413
Improve platform and CPU detection, use the correct protoc binary for the running system.
by Philipp Wollermann
· 10 years ago
7586c8b
Various odds and ends in preparation for adding the Android rules to BazelRuleClassProvider:
by Lukacs Berki
· 10 years ago
0bf90f7
Remove tools/jdk/jdk symbolic link creation
by Damien Martin-Guillerez
· 10 years ago
682ad92
Change the way --flagfile is implemented.
by Lukacs Berki
· 10 years ago
fc64f5e
Support --run_under in Bazel.
by Han-Wen Nienhuys
· 10 years ago
15f1f86
Document why we provide LD but largely ignore it.
by Han-Wen Nienhuys
· 10 years ago
d6f4808
Bootstrapping tools using Bazel
by Damien Martin-Guillerez
· 10 years ago
1e6f863
Print TestLogHelper.HEADER_DELIMITER from test-setup.sh.
by Han-Wen Nienhuys
· 10 years ago
e01aa68
Simplify genproto.bzl.
by Han-Wen Nienhuys
· 10 years ago
b46c635
Adds tools for building Android apps.
by Alex Humesky
· 10 years ago
a4ecde6
Adds tools for installing Android apps.
by Alex Humesky
· 10 years ago
b732062
Skylark cleanup: ctx.target(s) is deprecated, stop using it
by Laurent Le Brun
· 10 years ago
2221860
Add a --javac_extdir flag to enable configuring the javac -extdirs flag
by Liam Miller-Cushon
· 10 years ago
efd5d31
Add -undefined dynamic_lookup to OSX linker options
by Damien Martin-Guillerez
· 10 years ago
71d843f
Add a genrule that generates a dummy J2ObjC dead code removal script in tools/objc/BUILD.
by Googler
· 10 years ago
1f4ce80
Add ios_test.sh.bazel_template
by Daniel Wagner-Hall
· 10 years ago
fbf9d35
Update ios_runner template to dynamically receive options
by David Santiago
· 10 years ago
dfd0a99
Update ios_runner template to dynamically receive options
by David Santiago
· 10 years ago
9f42989
Rollback of commit eb82a1d755396ed1b885af4efb809b4428d4d3d7.
by Ulf Adams
· 10 years ago
eb82a1d
Update ios_runner template to dynamically receive options
by David Santiago
· 10 years ago
a8628bf
Added py_test rule to Bazel
by Damien Martin-Guillerez
· 10 years ago
ff6458c
Add [/System]/Library/Frameworks to the Darwin toolchain definition.
by Han-Wen Nienhuys
· 10 years ago
310c631
Document crosstool_top a little better.
by Han-Wen Nienhuys
· 10 years ago
4988a6d
Remove unnecessary -B flag from linker command line.
by Han-Wen Nienhuys
· 10 years ago
137c90b
Fix issue #82
by Ethan Rublee
· 10 years ago
1b0a8b3
Make Skylark genproto deterministic
by Damien Martin-Guillerez
· 10 years ago
31ac6ce
Make tests work even in the top level directory :)
by Gunther Noack
· 10 years ago
f5e23c6
Make Python rules in Bazel actually work.
by Lukacs Berki
· 10 years ago
28ac615
Use a wrapper around gcc on OSX to simulate rpath
by Damien Martin-Guillerez
· 10 years ago
8477641
Remove experimental Go support until we have a solution which fits the 'go' tool conventions better.
by Han-Wen Nienhuys
· 10 years ago
c2090e5
Add /usr/local/include to C++ CROSSTOOL for darwin
by Damien Martin-Guillerez
· 10 years ago
5cbd5a4
Open-source Bazel integration tests
by Damien Martin-Guillerez
· 10 years ago
08e26d3
Replaced test-setup.sh shebang to use /bin/bash
by Damien Martin-Guillerez
· 10 years ago
4f08bef
Fixed Skylark python rule under OS X
by Damien Martin-Guillerez
· 10 years ago
e2daa81
Description redacted. -- MOS_MIGRATED_REVID=89161226
by Daniel Wagner-Hall
· 10 years ago
b92fbb0
Add compilation of objc helper tools to compile.sh
by Daniel Wagner-Hall
· 10 years ago
03275d6
Genrules "set -euo pipefail" by default.
by Laszlo Csomor
· 10 years ago
28a27f1
Open-source unittest.bash
by Damien Martin-Guillerez
· 10 years ago
7ccc063
Introduce objc tools, including dummy.
by Peter Schmitt
· 10 years ago
b5ecdab
Make JDK not need tools/jdk/jdk symlinked
by Kristina Chodorow
· 10 years ago
e1349ec
Defaulted cpu to the host cpu
by Damien Martin-Guillerez
· 10 years ago
76d5877
Fix forgotten assignment.
by Han-Wen Nienhuys
· 10 years ago
a07baee
Productionize Bazel's skylark go rules.
by Han-Wen Nienhuys
· 10 years ago
7ecb764
Fix the paths of Bazel's jdk package
by Damien Martin-Guillerez
· 10 years ago
a311495
Global cleanup change.
by Laurent Le Brun
· 10 years ago
3b7015d
Add documentation for Skylark Go rules.
by Han-Wen Nienhuys
· 10 years ago
Next »