Sign in
bazel
/
bazel
/
d93a146463e20f4eedc5ae658b03ee0260750aa7
d93a146
py2to3: update tools/android/*.py to PY3
by laszlocsomor
· 5 years ago
afc7581
Use label not name to deduplicate in graphless genquery.
by twerth
· 5 years ago
d601c38
Delete dead code: Android's zip_manifest_creator
by laszlocsomor
· 5 years ago
2366ac1
EnvironmentalExecException: exit as LOCAL_ENVIRONMENTAL_ERROR
by ulfjack
· 5 years ago
d042238
C++: Add grep_incudes to Bazel cc_common.link()
by plf
· 5 years ago
61d9994
Set execution constraints by target.
by schmitt
· 5 years ago
6b7ea37
Add label to class LinkerInput.
by plf
· 5 years ago
05b6f17
Add support for sandboxfs 0.2 and newer.
by jmmv
· 5 years ago
5276fc9
Cosmetic improvements to STL use.
by Googler
· 5 years ago
8139b73
Use the traditional prototype for main().
by Googler
· 5 years ago
91b26dc
Automated rollback of commit ad628ecfb8ed43870fb354e5d8f7da68594f95bd.
by Googler
· 5 years ago
ad628ec
py2to3: update tools/android/*.py to PY3
by laszlocsomor
· 5 years ago
d6e6164
Make experimental_genquery_use_graphless_query a TriState.
by twerth
· 5 years ago
52ef96a
Properly report missing unused inputs files
by ulfjack
· 5 years ago
a9b9702
Make GenQuery output deterministic for graphless query.
by twerth
· 5 years ago
c7d2b8d
bazel syntax: disallow PathFragment as a Starlark value
by Googler
· 5 years ago
61e8013
Extract assignment to list converter into an abstract class.
by schmitt
· 5 years ago
0971420
bazel syntax: disallow NestedSet as a Starlark value
by Googler
· 5 years ago
a4192e1
Update coverage docs to use new-style providers
by Googler
· 5 years ago
40dd755
Revert changes to action conflict checks. RELNOTES: None
by felly
· 5 years ago
9e903c5
bazel syntax: suppress remaining type warnings and enable errors
by Googler
· 5 years ago
0d59f12
bazel syntax: avoid Printer.formattable in Mutability.create
by Googler
· 5 years ago
33cc3e2
Inline includeAttribute
by michajlo
· 5 years ago
a3fd333
bazel skylarkbuildapi: don't return PathFragment values to Starlark
by Googler
· 5 years ago
d6cc76d
Migrate PackageFactory callable methods to be defined with SkylarkCallable
by cparsons
· 5 years ago
68e4319
Fix non-deterministic Blaze crash with "--aspects -k".
by gregce
· 5 years ago
9c5f850
Allows android_binary and android_library to depend on targets that return CcInfo providers.
by Googler
· 5 years ago
6c41768
bazel syntax: replace NestedSet with SkylarkNestedSet in @SkylarkCallable-annotated method results
by Googler
· 5 years ago
2bb1bf9
Implement --incompatible_no_implicit_file_export
by Klaus Aehlig
· 5 years ago
9f47095
The assumeTrue was incorrect and unnecessary. This test requires JNI to run, and we should have it fail if JNI is not available.
by dmaclach
· 5 years ago
7191595
Use appropriate suffix for links to Starlark API
by cparsons
· 5 years ago
4afaed0
Make checksum calculation a bit more correct.
by lberki
· 5 years ago
64b6b1f
Fix chocolatey package name for package-fix-notation
by Peter Mounce
· 5 years ago
8e8e43e
Allow user-specific `user.bazelrc` per "Best Practices for Bazel"
by John Millikin
· 5 years ago
a201f0a
C++: Wrap linking_context fields into single class
by plf
· 5 years ago
d23910e
Add grpc URL example to the remote caching doc.
by Mostyn Bramley-Moore
· 5 years ago
1f0872c
CppCompileAction: Remove some unnecessary code
by ulfjack
· 5 years ago
44bbc2a
Strip whitespace from install_base_key before embedding it.
by Googler
· 5 years ago
6e167e6
Automated rollback of commit 06d2f6d8ad1a7cde19c064e54e31dad7bd8cfdcf.
by laszlocsomor
· 5 years ago
36c8af5
Fix python zip file name when target name has dot (.)
by Yun Peng
· 5 years ago
752ffcc
Implement --incompatible_visibility_private_attributes_at_definition
by Klaus Aehlig
· 5 years ago
1b3eb42
Turn the "sandbox" directory into a package.
by jmmv
· 5 years ago
90d79a6
bazel syntax: delete ExtraArgKind
by Googler
· 5 years ago
d660cf2
Preserve fallback platform in exec/host transition.
by schmitt
· 5 years ago
7b2862c
bazel syntax: delete BuiltinFunction.Factory
by Googler
· 5 years ago
a330feb
Restrict noneable parameters to be of type Object
by cparsons
· 5 years ago
8118389
Corrected "bootstrapping" typo.
by Zackary Lowery
· 5 years ago
5284e6c
Improving efficiency of fileset builds by using previously stat'd FileStatus, reducing the number of file system calls.
by Googler
· 5 years ago
28143a5
Guard include scanner against null grepIncludes
by ulfjack
· 5 years ago
afde718
Use WARNING color when printing flaky test summary
by ulfjack
· 5 years ago
1cfa9e33
TestStrategy: Truncate the tmp dir name to 32 character to avoid exceeding path length limit on Windows and macOS
by pcloudy
· 5 years ago
8aa2cf6
Create the mandatory outputs even when cancelled
by ulfjack
· 5 years ago
9898735
Use graphless query when possible.
by twerth
· 5 years ago
609ffb2
Add proper experimental option to use a fork join pool.
by twerth
· 5 years ago
63346c5
bazel cmdline: break 'PackageIdentifier extends SkylarkValue'
by Googler
· 5 years ago
dd5fdb2
bazel syntax: simplify cache of information about annotated classes
by Googler
· 5 years ago
8a3836e
Fix blaze crash on bad register_execution_platforms() labels.
by gregce
· 5 years ago
386b25b
cquery --show_config_fragments: support user-defined options.
by gregce
· 5 years ago
0c2fadc
Remove an unused field and setter for old coverage logic
by cushon
· 5 years ago
e7380c5
Remove JavaCompileActionBuilder#build's dependency on RuleContext
by cushon
· 5 years ago
3805300
RuleContext.Builder: expose Starlark semantics
by Klaus Aehlig
· 5 years ago
a85af94
RuleContext: support visibility check for labels
by Klaus Aehlig
· 5 years ago
142d7d4
Fix "bazel crash in async thread" error for BES local file upload
by buchgr
· 5 years ago
6859ad1
Rename *SandboxfsProcessTest to *SandboxfsProcessIntegrationTest.
by jmmv
· 5 years ago
351302a
Handle packages with errors in TestsInSuiteFunction.
by Benjamin Peterson
· 5 years ago
c92e0da
Remove DigestHashFunction.MD5. MD5 collisions are easily generated, so we have
by Googler
· 5 years ago
2b6a435
Implement Action.args
by cparsons
· 5 years ago
95766f8
Add @StarlarkDeprecated for marking a Starlark symbol as deprecated in docs
by cparsons
· 5 years ago
8e4b3d3
Clean up .jdeps handling
by cushon
· 5 years ago
78fd06f
Fix typo in URL.
by Googler
· 5 years ago
bbea575
bazel syntax: delete AugmentedAssignmentStatement
by Googler
· 5 years ago
f16d949
bazel syntax: remove spurious import
by Googler
· 5 years ago
1ae1fba
select(): fix ambiguous multiple match error with aliases
by Greg Estren
· 5 years ago
4588e3e
Consolidate artifact creation for generated class outputs
by cushon
· 5 years ago
d0ce12d
No longer allow exceptions to action conflict checking.
by felly
· 5 years ago
32fc437
Remove trailing slash in example clone command
by Ruben Das
· 5 years ago
1b14963
Automated rollback of commit e92b2d997875db8db70e0c4ff37e52a94c0d4a35.
by laszlocsomor
· 5 years ago
8f81168
bazel syntax: make LoadStatement+Binding constructors private
by Googler
· 5 years ago
13321e8
Delete abandoned function
by michajlo
· 5 years ago
5ada140
Restore //third_party/py/abseil
by Laszlo Csomor
· 5 years ago
9dd9ca6
bazel syntax: consolidate syntax printing
by Googler
· 5 years ago
17c8600
Fix broken internal read/write remote caching link.
by Mostyn Bramley-Moore
· 5 years ago
9e8bde5
update bazel-remote remote caching docs
by Mostyn Bramley-Moore
· 5 years ago
d336dd8
Remove dead code referenced only by a javadoc-induced import.
by Googler
· 5 years ago
54db08b
Use JsonWriter instead of hand-crafting JSON.
by jmmv
· 5 years ago
8013b1c
Add allowlist for targets to opt out of resource shrinking.
by bcsf
· 5 years ago
19c3d97
Simplify the sandboxfs map/unmap interface to work in terms of "sandboxes".
by jmmv
· 5 years ago
83dd652
Automated rollback of commit 7c2174fea2b50af8fbf10367835b820af29700f6.
by brandjon
· 5 years ago
8ce9d84
Automated rollback of commit 50a7e14e3df5513572f1ac3275786f243b51c930.
by brandjon
· 5 years ago
df4845f
Remove --force_multigroup_accounting from tests.
by Googler
· 5 years ago
d0aac3d
Update documentation about allowed characters in BUILD labels
by twigg
· 5 years ago
59d3a05
Make all initial inputs of SpawnActions that do input pruning available to extra actions.
by Googler
· 5 years ago
a7bc98f
Remove //third_party/py/abseil
by Laszlo Csomor
· 5 years ago
e92b2d99
aquery_differ no longer depends on Abseil.
by laszlocsomor
· 5 years ago
50a7e14
bazel syntax: delete ExtraArgKind
by Googler
· 5 years ago
ce4b844
bazel syntax: make Node constructor private
by Googler
· 5 years ago
3f6bab1
Refactor hardcoded documentation URL
by brandjon
· 5 years ago
47d22bc
Minor refactoring: Extract a method for Fileset-specific logic in completion context.
by felly
· 5 years ago
89f8d37
Add 'incompatible_default_to_explicit_init_py' flag
by Asaf Flescher
· 5 years ago
ad1db8b
Add internal type JsInfo to the list of non-bootstrap globals.
by Googler
· 5 years ago
Next »