Sign in
bazel
/
bazel
/
a9a0f691dec7c32f0323f97d70363bc3a8c89ab7
/
src
a9a0f69
Windows: prevent //src:package-bazel* hanging
by Laszlo Csomor
· 6 years ago
21c313c
Clean-up for list-based strategy selection
by ishikhman
· 6 years ago
a3421e2
bazel syntax: rename Environment -> StarlarkThread
by Googler
· 6 years ago
8108d1a
Add some more testing hooks to BugReport and BlazeCommandDispatcher
by michajlo
· 6 years ago
e36b682
Mark PackageFactory's glob.include as 'named'
by cparsons
· 6 years ago
93f215f
bazel syntax: remove EvalExceptionWithJavaCause
by Googler
· 6 years ago
f371448
Also for default attributes correctly convert strings to labels
by Klaus Aehlig
· 6 years ago
b863997
Update aapt2 executable.
by bcsf
· 6 years ago
2f12419
Fix BuildIntegrationTest to add a strategy module
by ulfjack
· 6 years ago
79187d9
Propagate 'inmemoryUnusedInputsList' from target to host config.
by Googler
· 6 years ago
973c0f4
HttpConnectionMultiplexer: extract header computing function
by Klaus Aehlig
· 6 years ago
06d2f6d
Windows: implement getCorrectCasing
by Laszlo Csomor
· 6 years ago
0900c3f
Updated Aapt2OptimizationActionTest to actually run aapt2.
by bcsf
· 6 years ago
7fa0dd2
bazel syntax: abolish Environment.StarlarkContext
by Googler
· 6 years ago
752c11b
Doc fix: Starlark transitions no longer experimental
by gregce
· 6 years ago
057a5e6
Docs: ctx: Add more cross-reference links
by Googler
· 6 years ago
e95eca8
bazel cmdline: make cmdline depend on syntax, a reversal
by Googler
· 6 years ago
298fcb8
bazel syntax: delete unused BaseFunction.unconfiguredDefaultValues
by Googler
· 6 years ago
0c994af
Add build request id to the command started event.
by felly
· 6 years ago
9394c71
Automated rollback of commit 22d1ef7f866e74d8d1f1d322ce072150b00ca3f0.
by steinman
· 6 years ago
83439e6
bazel syntax: delete SkylarkImport
by Googler
· 6 years ago
b66f3f5
Remove resource path shortening optimization from Aapt2ResourcePackagingAction.
by bcsf
· 6 years ago
611ed92
Move GoogleAutoProfilerUtils.java to an unused target.
by nharmata
· 6 years ago
11ae1ec
Ensure that with "android_resources_strict_deps" we can still build a library
by dchai
· 6 years ago
1ef148c
bazel syntax: make several deprecated Runtime.* declarations private
by Googler
· 6 years ago
3221a6c
Fix newline handling in markdownCellFormat
by cparsons
· 6 years ago
ba3886a
bazel syntax: delete Runtime.setupModuleGlobal, two overloads
by Googler
· 6 years ago
b698e20
Windows, Bazel client: respect envvars
by Laszlo Csomor
· 6 years ago
d556e53
Remove dead link in functions doc ToC
by Jacob Parker
· 6 years ago
a645e60
bazel syntax: relax type of GlobalFrame.withLabel
by Googler
· 6 years ago
38be9dd
bazel syntax: delete Environment.getCallerLabel
by Googler
· 6 years ago
22d1ef7
Better handling of legacy provider syntax corner cases
by cparsons
· 6 years ago
8cb0ec2
Make sure to log execv errors from "bazel run".
by jmmv
· 6 years ago
0342cee
Support ~ in query label expressions
by George Gensure
· 6 years ago
8be3468
bazel syntax: move Environment.callerLabel to BazelStarlarkContext.analysisRuleLabel
by Googler
· 6 years ago
67fa629
Remove grouping comments from FileSystemUtils.
by ajurkowski
· 6 years ago
90bef86
Remove flogger dependency from Starlark
by Stepan Koltsov
· 6 years ago
f0d8653
Make include scanning work with objc
by waltl
· 6 years ago
b864ced
Bazel client: fix string conversion functions
by Laszlo Csomor
· 6 years ago
8b873b2
Add support for tree artifacts in include scanning
by waltl
· 6 years ago
0c5fb21
Windows, VFS: stat treats junctions as symlinks
by Laszlo Csomor
· 6 years ago
f7a31b3
Prevent action-cache duplicate suppression
by George Gensure
· 6 years ago
fd8b8e1
bazel syntax: delete IfStatement.ConditionalStatements
by Googler
· 6 years ago
b2e1fe3
bazel skyframe: break dependencies on SkylarkImport
by Googler
· 6 years ago
82c7f48
Make sure CommandCompleteEvents have the right exit code on hard crash
by michajlo
· 6 years ago
85b0773
Propagate InterruptedException from OutputService
by ulfjack
· 6 years ago
c3d73f7
Readd support for authentication and .netrc
by Klaus Aehlig
· 6 years ago
40fa815
bazel syntax: break Printer -> Label dependency
by Googler
· 6 years ago
94e6cf6
Apply repository-mapping also to target patterns
by Klaus Aehlig
· 6 years ago
07e0369
Clean up skydoc_test
by cparsons
· 6 years ago
01bbbef
Add extension points to support testing BazelBuildEventServiceModule.
by adgar
· 6 years ago
8750682
Extend XcodeVersionRule to tag Xcode versions with their origin (local or remote).
by steinman
· 6 years ago
0bf5bbd
Make the dynamic spawn scheduler use cross-cancellation between spawns.
by jmmv
· 6 years ago
a628e78
bazel syntax: move value operations out of syntax classes
by Googler
· 6 years ago
e0ffbde
Respect --record_full_profiler_data in the JSON profile.
by twerth
· 6 years ago
b10a91e
Simplify ProfilerTask setup.
by twerth
· 6 years ago
935e0bb
Wire up the resource optimization config file from shrinker to optimizer.
by bcsf
· 6 years ago
e79dfd4
Automatic code cleanup.
by cushon
· 6 years ago
82d1957
Update Aapt2OptimizeActionBuilder to use new `aapt2 optimize` flags.
by bcsf
· 6 years ago
4d8f20c
Add --min_sdk_version to DexBuilder.
by ahumesky
· 6 years ago
d40a466
Add JsModuleInfo to the list of non-bootstrap globals.
by Googler
· 6 years ago
02c5643
Try to bring some more clarity into DynamicSpawnStrategyTest.
by jmmv
· 6 years ago
604d3a1
Use Java 8 Predicate in FileSystemUtils.
by ajurkowski
· 6 years ago
42720ad
bazel syntax: remove FuncallException
by Googler
· 6 years ago
706d75b
bazel packages: remove attribute locations
by Googler
· 6 years ago
b1e1aeb
Further improve error message.
by nharmata
· 6 years ago
3189258
skydoc: break dependency on SkylarkImport
by Googler
· 6 years ago
272ffed
PathFragment factory methods guarantee EMPTY_FRAGMENT is only empty PathFragment.
by adgar
· 6 years ago
4ffb36f
Add explicit version minimums for macOS tools
by Keith Smiley
· 6 years ago
40551d6
Automated rollback of commit dc88544f307bc9d1dd0824b97004af3cc1864f4a.
by twerth
· 6 years ago
c7bc414
Windows, *_binary launcher: bazel-bin/x.EXE works
by Laszlo Csomor
· 6 years ago
e47118a
Update JavaInfo documentation.
by iirina
· 6 years ago
5f97475
Simplify the TestThread interface by taking in a lambda.
by jmmv
· 6 years ago
c5d0b20
Improve preparation for flag changes which will come out with an upcoming AAPT2 version.
by bcsf
· 6 years ago
1d2932a
Add a new option --resourceConfigOutput for Aapt2ResourceShrinkingAction
by bcsf
· 6 years ago
f4fb1de
Fix docstring of `coverage_common.instrumented_files_info`
by cparsons
· 6 years ago
e80e958
Remove a few unused or rarely-used methods from Artifact.
by lberki
· 6 years ago
698d77f
bazel syntax: move all tree-walking evaluation logic into Eval
by Googler
· 6 years ago
858057c
Silently return None on unknown invocations of functions of the native module
by cparsons
· 6 years ago
6e24b7d
Allow overriding of skyfunctions in the skyframe executor and increase visibility of some classes / methods.
by shreyax
· 6 years ago
2abde27
bazel syntax: rename ParserInput{Source,}
by Googler
· 6 years ago
b8e9661
Always include transitive closure of resources in resource_files.zip
by dchai
· 6 years ago
4873fa1
Automatically create folders in createSymlink in BuildIntegrationTestCase.
by ajurkowski
· 6 years ago
089148b
Optionally propagate aspects through rule output dependencies
by cparsons
· 6 years ago
3740768
Avoid all configured targets depending on all build infos
by ulfjack
· 6 years ago
365a26b
Include scanning: Use a ForkJoinPool
by ulfjack
· 6 years ago
2ffc65af
Fixed typo :)
by Googler
· 6 years ago
b872619
Making sure the digest on the FileOutputSymlink does not lose all of it's data when being passed down the pipeline
by Googler
· 6 years ago
83f8d18
Integrate config_setting with label_flag / label_setting.
by gregce
· 6 years ago
dd07468
Simplify OutputDirectories.
by lberki
· 6 years ago
b6f33cd
bazel syntax: rename ListLiteral to ListExpression
by Googler
· 6 years ago
b970b24
Merge the two documenations of the workspace command
by Klaus Aehlig
· 6 years ago
5858c5a
Improve package loading error message on directories without BUILD files
by Jingwen Chen
· 6 years ago
4ace465
bazel syntax: rename ASTNode to Node and SyntaxTreeVisitor to NodeVisitor
by Googler
· 6 years ago
39ef7d0
bazel syntax: rename DictionaryLiteral to DictExpression
by Googler
· 6 years ago
acdd365
Merge direct runtime jars, java constraints and JavaSourceInfoProvider in java_common.merge()
by iirina
· 6 years ago
e38d838
HttpConnector.connect: request a function instead of fixed set of headers
by Klaus Aehlig
· 6 years ago
25caae2
bazel syntax: rename {Function,}DefStatement
by Googler
· 6 years ago
88e22cd
Generalize the concept of a temp directory for actions to put stuff in.
by jmmv
· 6 years ago
54ec37d
bazel syntax: simplify comprehensions
by Googler
· 6 years ago
Next »