Sign in
bazel
/
bazel
/
28da3658dd620879589badac61153fde39dcca8a
28da365
MethodLibraryTest: Implemented an alternative approach that reduces duplicated code and may lead to cleaner tests.
by Florian Weikert
· 10 years ago
f07e544
Printer can be configured to use single quotation marks instead of double quotation marks
by Florian Weikert
· 10 years ago
bb46a35
Make the "actual" argument of bind() optional and do not point //external:android/sdk anywhere so that no Android-specific package is loaded when the user doesn't use an android_sdk_repository rule.
by Lukacs Berki
· 10 years ago
7b0bc0a
Introduce interleaved package and transitive target loading
by Mark Schaller
· 10 years ago
b7ad60a
Export XcodeProvider in j2objc_library rule.
by Rumou Duan
· 10 years ago
00e5df7
Blog posts about configuration files
by Damien Martin-Guillerez
· 10 years ago
f64f211
Implementation of realpath for Mac OS X. This will allow us to move some of our tools (ibtool, actool etc) to shell scripts which should be faster and easier to maintain.
by Googler
· 10 years ago
c057d47
Add a CSS library target for Closure Library CSS files.
by Kamil Jiwa
· 10 years ago
e905ec3
Relax invariant that an action's inputs discovered during execution must be included in the action's inputs as found during the input discovery phase.
by Janak Ramakrishnan
· 10 years ago
7a1db6e
Move dependency declaration out of finally block.
by Janak Ramakrishnan
· 10 years ago
bb455a6
Update Error Prone version
by Liam Miller-Cushon
· 10 years ago
835d647
Fix permissions for non-posix zip files
by Kristina Chodorow
· 10 years ago
a8352e9
Skylark: only allow rules that are exported
by Francois-Rene Rideau
· 10 years ago
c3228f4
Test for the correct exception in FilesystemUtilsTest.
by Philipp Wollermann
· 10 years ago
1d50375
Fix "crashes with "Aborted" and no other useful errors on EPERM".
by Philipp Wollermann
· 10 years ago
d99a96d
Extract RecursiveDirectoryTraversalFunction from RecursivePkgFunction
by Mark Schaller
· 10 years ago
5d2d6bc
Update install.md for Linux's java settings
by Damien Martin-Guillerez
· 10 years ago
f598710
Link in src/tools/android to base_workspace.
by Lukacs Berki
· 10 years ago
0c08fd6
Avoid crash when the Android stub application is not a Java rule.
by Lukacs Berki
· 10 years ago
b13a438
Update parser error message.
by Laurent Le Brun
· 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
c7be29b
Remove all traces of --java_cpu.
by Lukacs Berki
· 10 years ago
35fd817
Allow warnings to be suppressed for generated code.
by Liam Miller-Cushon
· 10 years ago
357015e
Rollback of commit 13ef26d0817a429bf214d3dc4c5551e616e403fe.
by Laurent Le Brun
· 10 years ago
5c94023
For each objc target, export all xcdatamodels in the transitive closure to XcodeGen.
by Rumou Duan
· 10 years ago
087df30
Fix Bazel compilation: add missing strict java dependencies
by Damien Martin-Guillerez
· 10 years ago
07caf82
Add missing transitive dependencies of Error Prone.
by Liam Miller-Cushon
· 10 years ago
5b16b19
Add basic support for building Java AppEngine WAR
by Damien Martin-Guillerez
· 10 years ago
cd3df4c
Update error-prone-javac version to javac-1.9.0-dev-r2644-2
by Liam Miller-Cushon
· 10 years ago
9239c53
Allow resources to be added only once in each rule.
by Peter Schmitt
· 10 years ago
4842a61
Remove unnecessary dependencies from action context consumers.
by Philipp Wollermann
· 10 years ago
4bc03a9
Eliminate BuildConfiguration.getShortName().
by Lukacs Berki
· 10 years ago
1572344e
Split sandbox code from standalone module.
by Philipp Wollermann
· 10 years ago
6703256
Allow / in repository names
by Kristina Chodorow
· 10 years ago
944fb9c
Deflake GlobTest dealing with glob interruption. Do not assume that an interrupted result implies that the thread pool is idle.
by Eric Fellheimer
· 10 years ago
3696022
Remove --experimental_persistent_javac. Bazel does not support the
by Han-Wen Nienhuys
· 10 years ago
6038f1b
Allow relative paths for generate_workspace arguments
by Kristina Chodorow
· 10 years ago
5bae07e
Update CI script to build against a common ancestor of origin/master and HEAD
by Thomas Broyer
· 10 years ago
0cd6dfb
Ijar's zipper: fallback when external attributes is unset
by Damien Martin-Guillerez
· 10 years ago
da48d0b
Remove references to all Android tools from AndroidConfiguration.
by Lukacs Berki
· 10 years ago
cf49294
Remove BuildConfiguration.cacheKey() and replace .shortCacheKey() with a .checksum() method that is computed from the checksum of the build options. Also remove Fragment.cacheKey() and Fragment.getName().
by Lukacs Berki
· 10 years ago
4313d37
Make split configuration transitions work with Bazel.
by Lukacs Berki
· 10 years ago
ca763a6
Batch retrieval of children when removing reverse deps.
by Janak Ramakrishnan
· 10 years ago
9eb1cf0
Refactor HOST configuration transitions to be dynamic-configuration friendly.
by Greg Estren
· 10 years ago
2b7e9ab
Implement multi-level intermediate dwp actions. These avoid OOMs
by Googler
· 10 years ago
20e2f6e
Refactor the legacy globbing thread pool to make use of more modern concurrency abstractions.
by Eric Fellheimer
· 10 years ago
f551f25
Skylark: Glob argument is exclude, not excludes
by Laurent Le Brun
· 10 years ago
b50b8eb
experimental_ios_test: Support data dependencies
by Daniel Wagner-Hall
· 10 years ago
89f7ff3
Advertise JavaSourceInfoProvider.class in java_library rule.
by Rumou Duan
· 10 years ago
737ad8d
Update mainGroup sourceTree to be absolute instead of group.
by Googler
· 10 years ago
2cdd9cc
Re-enable generate_workspace test
by Kristina Chodorow
· 10 years ago
be3171e
Refactoring of SkyframeTargetPatternEvaluator. Now instead of making separate calls to skyframeExecutor for each target patterns, all of them are computed in one call.
by Marian Lobur
· 10 years ago
8a84dd9
Skylark: re-implemented String#format(), which has the following effects:
by Florian Weikert
· 10 years ago
9fc1ce6
Only run the worker if the build is incremental.
by Han-Wen Nienhuys
· 10 years ago
3835893
Fix libunix dependency on OS X
by Kristina Chodorow
· 10 years ago
fd4615a
Skylark doc, wrt configurations
by Laurent Le Brun
· 10 years ago
1fb10af
Skylark: Document executable and test rules
by Laurent Le Brun
· 10 years ago
1367b70
Support --nowatchfs global option in the launcher.
by Han-Wen Nienhuys
· 10 years ago
263f57d
Clean up ReleaseBundlingSupports calling of ShellCommands.
by Googler
· 10 years ago
0283040
Remove unused SkyFunctionName isComputed.
by Michajlo Matijkiw
· 10 years ago
6b0341e
Fix Blaze/Bazel mixup in docs
by Googler
· 10 years ago
a1c7944
Fix of intermittent hang when building Aar files. This is an untested fix because the hang cannot be reproduced on demand, but not calling System.exit() has caused the same problem previously in both AndroidResourceProcessingAction and AarGeneratorAction. Mimics the exception handling behavior in AndroidResourceProcessingAction, which is not known to cause any hangs.
by Andrew Pellegrini
· 10 years ago
11475c2
Rollback of commit 6f049bb19941b89d16364b26cca66aae09f9cb42.
by Nathan Harmata
· 10 years ago
d13716a
Open source AarGeneratorAction and AndroidResourceProcessingAction.
by Andrew Pellegrini
· 10 years ago
643063d
Add "allrdeps" function that computes rdeps in whatever universe happens to be loaded.
by Janak Ramakrishnan
· 10 years ago
fc5c4ea
Add a blog posts on Java configuration.
by Damien Martin-Guillerez
· 10 years ago
43ce497
Use Apache Velocity for templating for generating Build Encyclopedia. Refactor code used for extracting documentation from rule classes into separate class.
by David Chen
· 10 years ago
7d1dae3
Create an example script for CI servers.
by Andrew Z Allen
· 10 years ago
32ae1b0
Add android_common to third_party at version 23.1.3.
by Andrew Pellegrini
· 10 years ago
1a8576a
Removed Truth 0.24+ binary from third_party
by Damien Martin-Guillerez
· 10 years ago
91c69f0
Setup FDO command-line options via feature configurations.
by Googler
· 10 years ago
7ae29d2
Update Error Prone to 2.0.4
by Liam Miller-Cushon
· 10 years ago
712e9ac
Externalize documentation for -extra_checks
by Liam Miller-Cushon
· 10 years ago
2862363
Fixes typos in Swift tool BUILD files
by Dmitry Shevchenko
· 10 years ago
caeff07
Rollback of commit dfde4e5cd86f00c30bdedeed020844c861658b53.
by Daniel Wagner-Hall
· 10 years ago
bf6dcb7
Fix documentation about master configuration files
by Damien Martin-Guillerez
· 10 years ago
dfde4e5
experimental_ios_test: Support data dependencies
by Daniel Wagner-Hall
· 10 years ago
78f2e94
Make bazel compile error out when there's a run_silent command that fails
by Kristina Chodorow
· 10 years ago
e509c96
Make generate_workspace dump transitive dependencies for Maven artifacts
by Kristina Chodorow
· 10 years ago
8d4ffc4
Skylark: Document default attributes for test rules.
by Laurent Le Brun
· 10 years ago
50d124b
Support the --[no]master_bazelrc flag
by Damien Martin-Guillerez
· 10 years ago
4349f94
Force two rounds for the deterministic tests when no BAZEL_SUM is provided
by Damien Martin-Guillerez
· 10 years ago
10a84ef
Remove unused ChangedArtifactsMessage.
by Han-Wen Nienhuys
· 10 years ago
922f607
Cleanup the WORKSPACE_DIR in the test-setup
by Damien Martin-Guillerez
· 10 years ago
a377af0
Enforce embed label only if not set
by Damien Martin-Guillerez
· 10 years ago
3eafd19
Make use of the jvm_opts from java_toolchain
by Damien Martin-Guillerez
· 10 years ago
fb308fc
Add openjdk-7-source to the install guide for Ubuntu
by Damien Martin-Guillerez
· 10 years ago
36077ff
Remove support for non-android_sdk Android SDKs.
by Lukacs Berki
· 10 years ago
90723bf
Re-add the maven-repository-metadata jar to Bazel.
by Michael Staib
· 10 years ago
0abc38a
Delete documentation for 'server_log' info item. This doesn't currently exist and hasn't existed for a while.
by Nathan Harmata
· 10 years ago
7b29d21
Description redacted. -- MOS_MIGRATED_REVID=96703011
by Googler
· 10 years ago
9408a9e
Replaced 'Blaze' with 'Bazel'
by Florian Weikert
· 10 years ago
338dc56
Disable tests that requires JDK 8 when using compile.sh
by Damien Martin-Guillerez
· 10 years ago
9290ac6
Pass ios cpu architecture(s) information to XCodegen.
by Rumou Duan
· 10 years ago
b6f557b
Add XML_OUTPUT_FILE to the test environment in Bazel.
by Han-Wen Nienhuys
· 10 years ago
0e1680e
Bazel: fix compile.sh errors (strict java deps).
by Laszlo Csomor
· 10 years ago
8ca9131
Refactor reusable target parsing functions from RPPBTPR
by Mark Schaller
· 10 years ago
1a3a453
Restrict globs to .java files for Bazel java_library srcs rather than all files.
by David Chen
· 10 years ago
171b52c
Skylark: Expose runfiles provider to targets
by Laurent Le Brun
· 10 years ago
Next »