Sign in
bazel
/
bazel
/
2029979f8090127d4c3a59464545a2a0ee79832f
/
src
2029979
remote: added REMOTE documentation category.
by ishikhman
· 6 years ago
45dd67e
Remove unused test constants
by rosica
· 6 years ago
254a4be
Remove flag `--incompatible_strict_argument_ordering`.
by laurentlb
· 6 years ago
d576ed0
Remove `--incompatible_disallow_data_transition` flag
by laurentlb
· 6 years ago
2299445
Implement autodetecting Python toolchain
by brandjon
· 6 years ago
fa161fa
Bubble aapt2 compile and link errors to Bazel
by Jingwen Chen
· 6 years ago
52d9f3b
In rbuildfiles, don't unnecessarily visit nodes that can't be descendants of Package nodes.
by shreyax
· 6 years ago
74d929a
Add useful implementations of TransitionFactory.
by John Cater
· 6 years ago
3b4c50d
Remove unused deprecated methods from BlazeJavacStatistics.
by Googler
· 6 years ago
b843fbe
Unrefactor JavaBuilder exit code handling
by cushon
· 6 years ago
6738956
Document some boolean arguments
by cushon
· 6 years ago
09c80f9
Properly return 0 when a Bazel-side classpath fallback was requested and is
by djasper
· 6 years ago
5d022a7
Introduce FdoHelper
by hlopko
· 6 years ago
fc74dd9
Split CcSkyframeSupportValue
by hlopko
· 6 years ago
698401a
Support documentation for rule families
by Klaus Aehlig
· 6 years ago
8c0c57a
Migrate Android tests to use cc_toolchain_config rule instead of CROSSTOOL file
by rosica
· 6 years ago
3f791e76
Enable incompatible_disallow_load_labels_to_cross_package_boundaries by default
by laurentlb
· 6 years ago
f7e60d2
Move some error reporting from cc_toolchain to rules
by hlopko
· 6 years ago
0aca7b6
Don't add .d file to outputs twice
by Jakob Buchgraber
· 6 years ago
cbd2189
Remove unused arguments
by hlopko
· 6 years ago
579834f
Don't use range-based for loops when iterating over the headers of a specific
by djasper
· 6 years ago
e07f9e3
Allow for empty value in --remote_http_cache
by perwestling
· 6 years ago
a32c060
Don't precompute coverage environment in cc_toolchain
by hlopko
· 6 years ago
53edc2f
Don't thread coverage information through CcToolchainProvider
by hlopko
· 6 years ago
da146d2
skip_cache_lookup after download cache not found
by George Gensure
· 6 years ago
9a65c35
Create less garbage when computing package keys. No functional changes intended.
by djasper
· 6 years ago
b1c3c77
remote: removed deprecated flag experimental_remote_spawn_cache.
by ishikhman
· 6 years ago
d52f31d
Add .bazelignore content to blacklisted subdirectories in cquery and aquery's
by leba
· 6 years ago
322e69a
Refactor JavaBuilder exit code handling
by cushon
· 6 years ago
d72d306
Prepare for a breaking change to the Log API
by cushon
· 6 years ago
9d39da5
Filter fields in the `native` module
by laurentlb
· 6 years ago
c33f0c8
Don't expose `null` option values to Starlark - replace with Runtime.Nonetype.
by juliexxia
· 6 years ago
4d8d1d6
Automatic code cleanup.
by diamondm
· 6 years ago
112e8bc
Flip --incompatible_allow_python_version_transitions
by brandjon
· 6 years ago
9cda2ec
Remove a number of unnecessary copies made while parsing the command line
by Googler
· 6 years ago
7363e84
Do not use CppConfiguration in CcToolchainProvider internals
by hlopko
· 6 years ago
4712959
Cancel any pending futures on interrupt
by ulfjack
· 6 years ago
f091f9c
Make deterministic the error that is stored in TransitiveTraversalValue. When there are multiple errors, we don't want non-determinism.
by janakr
· 6 years ago
81c4bbf
Ensure Python transitions do not create action conflicts
by brandjon
· 6 years ago
169da6d
Missed a reference to getChildren() in NestedSet to propagate
by mjhalupka
· 6 years ago
256a78c1
Switch JavaCompileAction to use continuations
by ulfjack
· 6 years ago
c30785a
Add TransitionFactory interface, to be used later for creating transitions.
by John Cater
· 6 years ago
3501b21
Introduce --incompatible_remove_local_resources to begin deprecating --local_resources.
by steinman
· 6 years ago
5494081
Add an (unused) AttributeMap argument to Attribute.getConfigurationTransition.
by jcater
· 6 years ago
e22ef9f
Do not use CppConfiguration from CcToolchainProvider for --force_pic
by hlopko
· 6 years ago
acaca5a
Turn --experimental_use_sandboxfs into a tristate (default still "no").
by jmmv
· 6 years ago
b22ba4f
Allow Reporter to take events with a "showOnce" tag to suppress handling of
by steinman
· 6 years ago
0eee8c5
Move checking for host transitions to a few centralized places.
by jcater
· 6 years ago
49e755c
Remove obsolete TODO: StarlarkRuleTransitionProvider and TestTrimmingTransitionFactory both require the actual Rule object.
by jcater
· 6 years ago
cce2ab1
Enable --incompatible_merge_genfiles_directory by default.
by laurentlb
· 6 years ago
8df893a
Replace update_java_tools.sh with several bazel targets.
by iirina
· 6 years ago
e12229e
Remove --incompatible_require_feature_configuration_for_pic
by hlopko
· 6 years ago
aadcc8c
Do not use CppConfiguration from CcToolchainProvider
by hlopko
· 6 years ago
0274d53
Use version --nognu_format for the bootstrap test
by ulfjack
· 6 years ago
54d7d61
remote: remove buildAction profiler call
by Jakob Buchgraber
· 6 years ago
962c01c
Make the protocol buffer provider available as proto_common.ProtoInfo in addition to bare ProtoInfo.
by lberki
· 6 years ago
dd1d59a
Remove --incompatible_disable_depset_in_cc_user_flags
by hlopko
· 6 years ago
7dd062f
Refactor CppLinkAction to use continuations
by ulfjack
· 6 years ago
a3ceead
Don't recompute feature names as this wastes time and creates garbage.
by djasper
· 6 years ago
4fcbc6b
Rewrite BuildResultPrinter to avoid Target loading
by ulfjack
· 6 years ago
03fcb0e
Automatic code cleanup.
by Googler
· 6 years ago
9474b1e
Add --incompatible_require_ctx_in_configure_features
by hlopko
· 6 years ago
895c43d
Switch TestRunnerAction to use continuations
by ulfjack
· 6 years ago
4a4595e
Update cc_toolchain_suite and cc_toolchain rules' documentation to point to CcToolchainConfigInfo reference instead of CROSSTOOL reference.
by rosica
· 6 years ago
ba84986
Don't crash on missing action complete events
by ulfjack
· 6 years ago
fef4f06
Add a test case for evaluating an empty collection of SkyKeys
by Googler
· 6 years ago
b1d27cb
Cache parsing results in PlatformMappingValue.
by schmitt
· 6 years ago
3992d29
Enable --incompatible_bzl_disallow_load_after_statement by default
by laurentlb
· 6 years ago
d6cd917
Disable explicit R class filtering for instrumentation tests.
by Googler
· 6 years ago
c2a08ef
Add the original target/configuration to debugging message when package is unexpectedly absent.
by janakr
· 6 years ago
79fd402
Always track parallelism in EvaluationContext
by Googler
· 6 years ago
dac096c
Fix "the the".
by Benjamin Peterson
· 6 years ago
15276d2
Remove unused split() method.
by John Cater
· 6 years ago
684646e
Automated rollback of commit 15b70bb63e5495290900de9303cbebb0ff12210b.
by laurentlb
· 6 years ago
df94cac
Move new UI out of experimental state
by Klaus Aehlig
· 6 years ago
3317c4d
Report IllegalArgumentException in URL.openConnection as http error
by Klaus Aehlig
· 6 years ago
9b8c500
Avoid IllegalStateException on missing actions if allowing analysis failures
by cparsons
· 6 years ago
0c6a2ca
Amend some error messages for starlark transition whitelisting to reflect not always being split transitions.
by juliexxia
· 6 years ago
af6b179
bazel syntax: augment doc comment on symbol registry
by Googler
· 6 years ago
615ac4e
support in-memory outputs in spawn result
by Jakob Buchgraber
· 6 years ago
4354d4c
Make default ccSupport use a starlark rule instead of CROSSTOOL
by rosica
· 6 years ago
5bec36c
Move Reporter out of the BuildEventStreamer.
by lpino
· 6 years ago
adea1a7
Add option to slim down the JSON profile.
by twerth
· 6 years ago
803801d
Pass execution info to xml generating spawn. Fixes #7794
by Jakob Buchgraber
· 6 years ago
1b8cf02
remote: small refactoring that splits download and spawn result
by Jakob Buchgraber
· 6 years ago
fc01ea7
Automated rollback of commit d93c1904e4decb2fc7e491ddb2b4b2c2fc6440a8.
by juliexxia
· 6 years ago
a358dce
Flip --incompatible_remove_old_python_version_api
by brandjon
· 6 years ago
ba3ebcb
Re-add @bazel_tools//third_party/jarjar
by iirina
· 6 years ago
fac322b
Optimize deleteTreesBelow.
by jmmv
· 6 years ago
074c9c49
Fix #7715.
by Tobias Werth
· 6 years ago
5ce7736
Migrate more tests to use Starlark cc_toolchain configuration
by rosica
· 6 years ago
64cc8e1
Fix signedness warnings in singlejar tests.
by Benjamin Peterson
· 6 years ago
1b3c681
Correct parsing of bazel info command results in black box tests
by Irina
· 6 years ago
3e7ccef
Update documentation for --skyframe_state regarding exclusion of a target label to make it clearer.
by leba
· 6 years ago
04d204f
Migrate more tests to use Starlark cc_toolchain configuration
by rosica
· 6 years ago
17ea895
Flip --incompatible_disable_legacy_crosstool_fields and --incompatible_disable_expand_if_all_available_in_flag_set
by hlopko
· 6 years ago
757e481
Post RunningActionEvent from FileWriteStrategy.
by Benjamin Peterson
· 6 years ago
7e39391
Generate cc_toolchain_cc.bzl instead of CROSSTOOL for android ndks
by hlopko
· 6 years ago
e58f180
Improve testing for deleteTree and deleteTreesBelow.
by jmmv
· 6 years ago
15b70bb
Automated rollback of commit f7f5415af74bda139d7e24bc3e0db1b9b470e7e5.
by laurentlb
· 6 years ago
Next »