Sign in
bazel
/
bazel
/
d12b3abd0fac4437a603d1423a84f10ea687ba7d
d12b3ab
Windows, test wrapper: use IFStream to encode XML
by Laszlo Csomor
· 6 years ago
e184025
Remove non-existent import from JacocoCoverageRunner.
by elenairina
· 6 years ago
8ac46c1
Windows: add --incompatible_windows_escape_jvm_flags
by Laszlo Csomor
· 6 years ago
ce74927
Automated rollback of commit 993c4843ed807ded975445babefd839923e5d2d9.
by pcloudy
· 6 years ago
bfd71de
Windows, test wrapper: simplify IFStream
by Laszlo Csomor
· 6 years ago
8de8f92
Windows installation using Scoop. #4950
by Vladimir Chebotarev
· 6 years ago
436135f
Remove dierksen from bazel CODEOWNERS; correct thomasvl.
by Googler
· 6 years ago
5f1658f
Mitigate unordered dirtying of rewound nodes by allowing repeats
by mschaller
· 6 years ago
b81776f
Properly presize the HashMap in
by nharmata
· 6 years ago
4c8c152
Use two layers of LoadingCaches, rather than two layers of ConcurrentHashMaps,
by nharmata
· 6 years ago
3dd18be
Move most license checking logic into a module to make it easier to eventually remove.
by gregce
· 6 years ago
992eb17
Remove wrapped_clang tpl workaround files
by Keith Smiley
· 6 years ago
9d40c6b
Only apply deps limit to analysis tests using transitions
by cparsons
· 6 years ago
a249de1
Handle **kwargs and *args macro parameters correctly in Stardoc
by cparsons
· 6 years ago
9b496e6
Typo fix
by Greg
· 6 years ago
5c380ba
Generate Stardoc documentation for modules of functions
by cparsons
· 6 years ago
042ece1
Refactor JDK dependency to separate host and target JDKs
by cushon
· 6 years ago
694d18a
Slight refactor so as to micro-optimize usages of AspectDefinition#visitAspectsIfRequired.
by nharmata
· 6 years ago
a7c4cd4
Update mock to be consistent with real toolchain resolution
by cushon
· 6 years ago
bd5e9ed
Split py_binary into py_binary and py_library to avoid having py_binary in deps.
by Googler
· 6 years ago
60bc1e1
external.md: fix broken link
by Klaus Aehlig
· 6 years ago
7028ff3
Fix legacy crosstool fields in unit-tests that depend on C++ rules
by hlopko
· 6 years ago
33c982e
Fix #7515: bazel_rules_test fails on Windows.
by philwo
· 6 years ago
34bf56f
Expose is_using_fission crosstool variable for compile actions
by hlopko
· 6 years ago
7567fb3
Use a ForkJoinPool instead of a ThreadPoolExecutor for the globbing. This makes
by djasper
· 6 years ago
993c484
Enable --incompatible_use_toolchain_providers_in_java_common
by cushon
· 6 years ago
6fc5b6e
Fix typo in pkg_tar docs.
by Travis Cline
· 6 years ago
7dad36e
Generate .jdeps file for the main .jar file and not for the -class.jar file.
by djasper
· 6 years ago
19a3d78
Refactor py_runtime rule class definition
by brandjon
· 6 years ago
9dab918
Add sharding to bazel_query_test. There are currently 26 test cases.
by nharmata
· 6 years ago
4e49e28
Expose PyRuntimeProvider to Starlark as PyRuntimeInfo
by brandjon
· 6 years ago
64e833c
Introduce --incompatible_disallow_native_in_build_file to forbid native module in BUILD files
by laurentlb
· 6 years ago
12a11cb
Automated rollback of commit d54b741d746ca608b25eae609480c187ed8f8350.
by brandjon
· 6 years ago
2a1d990
Automatic code cleanup.
by Googler
· 6 years ago
fe466ff
Add flag [mobile_install_supported_rules] to handle supported rules for mobile-install
by Googler
· 6 years ago
5e46d7c
Do not add the same output artifact twice to the outputs of a JavaCompileAction.
by djasper
· 6 years ago
f9eb1b5
Complete channel initialization in the event loop
by ulfjack
· 6 years ago
17794d5
Re-add some of the targets removed recently
by iirina
· 6 years ago
382d758
Add a BUILD file for java langtools.
by iirina
· 6 years ago
800e7f2
Track strategies as part of SchedulingActionEvent.
by jmmv
· 6 years ago
0877340
Lower Bazel's QoS service class to Utility on macOS.
by jmmv
· 6 years ago
d4e13ea
Enable --incompatible_disallow_old_style_args_add by default
by laurentlb
· 6 years ago
aaa37f6
Add aquery_differ script's location in aquery documentation. Fixes #7481.
by leba
· 6 years ago
b6e32d3
Split ActionStatusMessage into separate events.
by jmmv
· 6 years ago
1f3f520
Make the max_idle_secs test resilient to timing issues.
by jmmv
· 6 years ago
8787d44
Update guide.html; fix typo
by Garrett Hopper
· 6 years ago
874820c
Restore deprecation error for {PACKAGE,REPOSITORY}_NAME
by Shmuel H
· 6 years ago
a42a7d0
Move OutputStream creation out of FileTransport and into the BuildEventServiceModule.
by lpino
· 6 years ago
2e177b6
Make NodeEntry#addExternalDep abstract instead of throwing by default.
by Googler
· 6 years ago
cc004fb
Build bazel release binaries with -c opt.
by Tobias Werth
· 6 years ago
6de89a8
Remove third_party/java/langtools from the bazel binary.
by iirina
· 6 years ago
efdecce
When falling back from a reduced classpath Java compilation, delete outputs and
by djasper
· 6 years ago
d979636
Remove --incompatible_generate_javacommon_source_jar
by cushon
· 6 years ago
18a0e23
Use posix_spawn to start the Bazel server.
by jmmv
· 6 years ago
25d202f
Add --mtime flag to build_tar.py. Use this feature for pkg_tar.
by Tony Aiuto
· 6 years ago
d54b741
Stop creating a merged jar in an action in java binary.
by elenairina
· 6 years ago
9a51587
Make skylark_semantics library visible to Copybara
by laurentlb
· 6 years ago
1898f41
Introduce --experimental_inmemory_jdeps_files. This is equivalent to C++'s
by djasper
· 6 years ago
2ea2eab
Move action post-processing to a continuation
by ulfjack
· 6 years ago
c33ae8a
Remove the embedded java tools from the bazel binary.
by iirina
· 6 years ago
a0e25f5
Inline BuildEventTransportFactory inside BuildEventServiceModule.
by lpino
· 6 years ago
a215710
Make PrepareEnvironmentForJvm() explicitly inherit environment variables.
by jmmv
· 6 years ago
d5767c8
Wait for shared actions asynchronously
by ulfjack
· 6 years ago
3debd30
Clean up args conversion to an argv array.
by jmmv
· 6 years ago
2bf8906
Use the Builder pattern for BuildEventService{Transport,ProtoUtil} and BuildEventStreamer.
by lpino
· 6 years ago
d19d4ba
Move ActionExecutionState to a top-level class
by ulfjack
· 6 years ago
aff8319
Internal change
by Klaus Aehlig
· 6 years ago
dda67a2
new_local_repo: fix correctness bug with glob()
by Laszlo Csomor
· 6 years ago
be94831
Automated rollback of commit ab72246c4498a80a703771e267f5c1ebbc3fbf4b.
by schmitt
· 6 years ago
cba0c63
Remove bind calls from maven_test
by dannark
· 6 years ago
9d2d114
Use exec path as a fallback when sorting by root-relative path.
by mstaib
· 6 years ago
849113c
Add a "canExec" method to SpawnActionContext and SpawnRunner.
by philwo
· 6 years ago
6371f55
Expand exclude patterns in glob()s using the glob result instead of the file
by djasper
· 6 years ago
53b5170
Make Rule targets re-propagate AnalysisFailureInfo automatically
by cparsons
· 6 years ago
6805573
Adds --incompatible_disable_objc_library_resources to disable resource attributes in objc_library.
by kaipi
· 6 years ago
4a294dd
Replace the use of < and > in the documentation of system_includes with < and >. These doc strings are directly used in html generation, causing the include path to disappear.
by Googler
· 6 years ago
ab72246
Support Xcode betas with xcode-locator
by Keith Smiley
· 6 years ago
8a7cbe8
Refresh stale comment about duplicates in the glob algorithm.
by nharmata
· 6 years ago
207ac6e
Allow passing a comma-separated list of strategies to the strategy flags.
by philwo
· 6 years ago
cf1dd7c
Fix table of content
by laurentlb
· 6 years ago
b642228
Enable --incompatible_disallow_dict_plus by default
by laurentlb
· 6 years ago
e73fefa
Change message about cycles in the WORKSPACE file
by Klaus Aehlig
· 6 years ago
1cf75b9
Allow setting a default mtime in TarFileWriter so that all objects without
by aiuto
· 6 years ago
26f843d
Remove flag `--incompatible_string_is_not_iterable`
by laurentlb
· 6 years ago
5400753
Windows: Fix deleting directory in JNI code
by Yun Peng
· 6 years ago
714e3f2
Stop embedding the java tools into the bazel binary.
by iirina
· 6 years ago
15602ee
Remove experimental warning in aquery documentation and command.
by leba
· 6 years ago
27ff758
Update JacocoCoverageRunner and add bazel_coverage_experimental_java_test.
by elenairina
· 6 years ago
bdaba5a
Automated rollback of commit 4eea5c62a566d21832c93e4c18ec559e75d5c1ce.
by cushon
· 6 years ago
a57c879
Implement asynchronous glob prefetching to specifically prefetch the globs() of
by djasper
· 6 years ago
3b6e35e
Automatic code cleanup.
by hlopko
· 6 years ago
d3d9063
always overwrite README.md
by Lukacs T. Berki
· 6 years ago
d8dde88
Implement the rdeps predicate directly for RBuildFilesVisitor.
by shreyax
· 6 years ago
a72e3139
Fix a minor bug where RRBuildFilesVisitor wasn't using an
by nharmata
· 6 years ago
5835cf2
Remove unused bitcode flags
by Keith Smiley
· 6 years ago
1d72c69
zsh completion: Support BUILD.bazel files
by Clint Harrison
· 6 years ago
110cba0
Improve assertion failure message
by cushon
· 6 years ago
0e0f4a3
Expand cc toolchain config documentation
by rosica
· 6 years ago
de7c5f6
DexArchiveAspect find the R.jar produced by the Starlark android_library rule.
by Googler
· 6 years ago
de6e9a8
Fix bad indentations.
by shreyax
· 6 years ago
Next »