Sign in
bazel
/
bazel
/
d15a6b76c8b4699164499c0d4ed64eb9869ee72f
/
src
/
main
fd5d29a
Update java stub template to check path components before qualifying
by John Cater
· 5 years ago
b20f512
Control rewinding via SkyFunction.Environment
by mschaller
· 5 years ago
42e38a9
Add Android NDK Vulkan validation layers libraries
by Hugues Evrard
· 5 years ago
7670819
bazel syntax: StarlarkFunction.toString: don't print default values
by adonovan
· 5 years ago
72383b5
Add a BootClassPathInfo.auxiliary field
by cushon
· 5 years ago
cac48fe
bazel syntax: make FunctionSignature private
by adonovan
· 5 years ago
9a72393
Thread Ninja descriptions into the Ninja action's progress message
by Jingwen Chen
· 5 years ago
a17420d
bazel syntax: remove obsolete fields from Depset
by adonovan
· 5 years ago
087236e
Actually deprecate ram_utilization_factor.
by steinman
· 5 years ago
379eaef
bazel syntax: rename SkylarkType to Depset.ElementType
by adonovan
· 5 years ago
37fb14c
allowing versioned dylib
by Zhongpeng Lin
· 5 years ago
01138c8
Add ExecutionOptions failure details category
by mschaller
· 5 years ago
a82227e
Reserves failure details field numbers for internal use
by mschaller
· 5 years ago
85cf6ff
Add logging for errors, especially for early exits that might not show up in BES.
by janakr
· 5 years ago
94015e3
Have SkyQuery tolerate the situation where a done node has a transitive rdep from a not-done node.
by nharmata
· 5 years ago
3262af8
Allow ninja_build .d file processing to handle undeclared inputs
by cparsons
· 5 years ago
82477a6
Fix javadoc referenced in ConfiguredObjectValue.
by jcater
· 5 years ago
9a96dce
Add FailureDetails code for changing the default digest hash function
by mschaller
· 5 years ago
7b09eba
Reserves failure details field numbers for internal use
by mschaller
· 5 years ago
f15d08d
Try to clean up some of the excess baggage Aspects are carting around, mainly from a code cleanliness perspective, but with some minor memory benefits:
by janakr
· 5 years ago
ec61486
--show_config_fragments logic cleanup.
by gregce
· 5 years ago
3487930
Semi-automated rollback of commit 3b3c89dd8de6fff27531a026f6a6faaeefd9cc6a.
by nharmata
· 5 years ago
512d02c
bazel syntax: delete nearly all of SkylarkType
by adonovan
· 5 years ago
7f618ab
Clarify that 'None' is the literal value if file content cannot be determined during the analysis phase.
by Googler
· 5 years ago
10e6d27
Reserves failure details field numbers for internal use
by mschaller
· 5 years ago
ee9fb5a
Automated rollback of commit a88790d7a6939bf9769121a56771be2e8b5f653a.
by leba
· 5 years ago
cfe16ba
Remove misleading setting of applicable_licenses default attribute values
by michajlo
· 5 years ago
1645eb8
Add new flag to omit creating '<product>-out' symlink if the option '--symlink_prefix' is specified.
by Googler
· 5 years ago
75d7f13
Reserves failure details field numbers for internal use
by mschaller
· 5 years ago
b2c63c8
Encode BazelRulesModule failures using FailureDetails
by mschaller
· 5 years ago
3b3c89d
Automated rollback of commit e2385a5ebd484f63d85851a6f5300b15016d9f2b.
by laurentlb
· 5 years ago
c262b48
bazel syntax: rationalize depset cast operators
by adonovan
· 5 years ago
e2385a5
Open and read bzl files at most once per build.
by nharmata
· 5 years ago
40446b8
bazel syntax: simplify matchSignature and improve error messages
by adonovan
· 5 years ago
990a7de
Extending $(location) function to take label of the first alias as an argument.
by ilist
· 5 years ago
eebffb6
Don't hardcode a specific JDK in the java stub template.
by John Cater
· 5 years ago
2a99526
Temporary fix for gen_command-line_reference until https://github.com/bazelbuild/bazel/issues/11179 is fixed and released.
by jcater
· 5 years ago
e87c7c3
Remove the flag --experimental_aspect_output_propagation
by laurentlb
· 5 years ago
0a0a13b
Add ExecGroupCollection and ExecGroupContext objects to starlark for ctx.exec_groups[<exec_group>] and ctx.exec_groups[<exec_group>].toolchains[<toolchain_type>] access respectively
by juliexxia
· 5 years ago
876b6c5
Remove "low level" Package.Builder constructor
by michajlo
· 5 years ago
ad5aff3
Migrating to fluent logging (red)
by janakr
· 5 years ago
7dd91f1
Add test for SynchronizedOutputStream
by michajlo
· 5 years ago
9fede01
Fix SkylarkConstructor documentation collection
by cparsons
· 5 years ago
72a1f4f
Rename Skylark to Starlark in classes inside ImplicitOutputsFunction.java
by laurentlb
· 5 years ago
aa7a61c
Move ManagedDirectoriesKnowledge into skyframe, so that it is available to the different types of SkyframeExecutor.
by jcater
· 5 years ago
f070028
Rename Skylark to Starlark in build/docgen/Skylark.java
by laurentlb
· 5 years ago
bd5ace7
Rename Skylark to Starlark in devtools/build/docgen/skylark/Skylark/*
by laurentlb
· 5 years ago
5d2305b
Automatic code cleanup.
by Googler
· 5 years ago
32df7f7
Stop storing Ninja rule and pool names as entries in the variables sorted map, and drop the variables sorted map from NinjaPool
by Jingwen Chen
· 5 years ago
ff94123
The great Skylark -> Starlark class migration:
by gregce
· 5 years ago
3a70dd9
Add debugging for --notrack_incremental_state crash in #10912.
by janakr
· 5 years ago
9e61492
bazel syntax: delete BaseFunction
by adonovan
· 5 years ago
c6ced2b
Profiler: clean up handling of null values.
by twerth
· 5 years ago
d856c6e
Add variable name interner and simplify interner wiring logic into NinjaParserStep
by Jingwen Chen
· 5 years ago
b8bbd4f
Make NinjaParser's unsupported token message a static final constant.
by Jingwen Chen
· 5 years ago
d5f918f
Fix handling of license and distribs attributes
by michajlo
· 5 years ago
44c9942
Move AspectValue into analysis.
by jcater
· 5 years ago
b77b288
Cope with fsevents dropping events.
by jmmv
· 5 years ago
5ac9086
The great Skylark -> Starlark class migration:
by gregce
· 5 years ago
c880d35
Replace a NPE with an informative IllegalStateException so we can hopefully get to the bottom of why nodes aren't appearing the cquery graph that we expect to appear.
by juliexxia
· 5 years ago
5f55779
Add an interface so that ConfigurationResolver doesn't need direct access to SkyframeExecutor.
by jcater
· 5 years ago
cc2c6bc
Fail gracefully instead of crashing on visible(), siblings() for cquery
by juliexxia
· 5 years ago
70622b3
Split OptionsDiffPredicate into a new class.
by jcater
· 5 years ago
de0127a
Encode WorkspaceRuleModule failures using FailureDetails
by mschaller
· 5 years ago
7f26640
bazel syntax: hide BaseFunction and matchSignature
by adonovan
· 5 years ago
8a312b6
Increase fsvc threads in tests back to 200.
by twerth
· 5 years ago
b4d6d1e
Encode SpawnLogModule failures using FailureDetails
by mschaller
· 5 years ago
964ef72
Properly support the situation where a .bzl file is a unix fifo.
by nharmata
· 5 years ago
0dfb466
Migrating to fluent logging (yellow)
by janakr
· 5 years ago
25fb2ec
bazel syntax: reduce stack usage in evaluator recursion
by adonovan
· 5 years ago
1c7483d
Undo accidentally incompatible change in treatment of '(' and ')' in some globs.
by arostovtsev
· 5 years ago
b6eafee
The great Skylark -> Starlark class migration:
by gregce
· 5 years ago
6f98848
Improve profiling support for repository_ctx.execute
by Jakob Buchgraber
· 5 years ago
b9bf361
Move Ninja's PathFragment interner from NinjaParserStep to NinjaPipeline, and make it non-static.
by Jingwen Chen
· 5 years ago
ca247ce
Fixed mimimum_os_version call's annotation to allow returning None.
by ilist
· 5 years ago
ef0f8e6
Change getNumberOfDirectDepGroups to hasAtLeastOneDep.
by Googler
· 5 years ago
dc1d9dc
When we aren't inlining StarlarkImportLookupValue, inline ASTFileLookupValue.
by nharmata
· 5 years ago
c7a5e49
bazel syntax: remove unnecessary use of matchSignature
by adonovan
· 5 years ago
7ecc2d6
The great Skylark -> Starlark class migration:
by gregce
· 5 years ago
56b9b18
Update StandaloneTestStrategy to use SpawnStrategyResolver.
by jcater
· 5 years ago
4ee255d
Add a AutoProfiler helper allowing a custom receiver.
by ajurkowski
· 5 years ago
c3a0e25
bazel syntax: make StarlarkFunction constructor private
by adonovan
· 5 years ago
74d84d4
The great Skylark -> Starlark class migration:
by gregce
· 5 years ago
f0ed391
Update getValues documentation to highlight impact of multiple getValue calls.
by leba
· 5 years ago
a910560
Encode RemoteModule failures using FailureDetails
by mschaller
· 5 years ago
24f97e1
Guard parseActionResultMetadata with bulk wrapper
by George Gensure
· 5 years ago
266e5ff
Update SpawnAction to use SpawnStrategyResolver.
by jcater
· 5 years ago
2f81a92
Update CoverageReportActionBuilder to use SpawnStrategyResolver.
by jcater
· 5 years ago
10180b9
Update CppLinkAction to use SpawnStrategyResolver.
by jcater
· 5 years ago
40d6d91
Update JavaCompileAction to use SpawnStrategyResolver.
by jcater
· 5 years ago
04096ef
Update FakeCppCompileAction to use SpawnStrategyResolver.
by jcater
· 5 years ago
b866a8c
Update SpawnIncludeScanner to use SpawnStrategyResolver.
by jcater
· 5 years ago
f2f274a0
Add failure details category for PackageOptions.
by ajurkowski
· 5 years ago
8580390
bazel syntax: rationalize the type check operators
by adonovan
· 5 years ago
f0ccbe7
Properly escape '(' and ')' in globs when compiling to regexp.
by arostovtsev
· 5 years ago
d6d4ee2
Automated rollback of commit 886d7d590fae2f860788a4c8ccb4624e59fc212d.
by michajlo
· 5 years ago
1595248
Reserves failure details field numbers for internal use
by mschaller
· 5 years ago
40549e7
Split AspectKey subclasses out of AspectValue.
by jcater
· 5 years ago
9b8bc53
Update CppCompileAction to use SpawnStrategyResolver.
by jcater
· 5 years ago
a88790d
Remove unnecessary order dependency between direct/transitive children nodes of
by leba
· 5 years ago
Next »