Sign in
bazel
/
bazel
/
586ef002d25f177076f6990d4ca8360993704357
586ef00
Move newly created protos to analysis package.
by twerth
· 7 years ago
a41e01e
Add @AutoCodec to SpawnAction. Refactor the SpawnAction API for extra actions so that it is non-generic and does not persist a GeneratedExtension, which is hard to serialize.
by cpeyser
· 7 years ago
ca93b67
CcToolchain: add optional ar and as attributes
by Googler
· 7 years ago
79fa35b
Fixed missing end / in documentation
by jingwen
· 7 years ago
0af09b7
Store cycle detectors directly in AbstractParallelEvaluator.
by shreyax
· 7 years ago
1c75cf3
Fixed missing end quote in android_instrumentation_test's documentation
by jingwen
· 7 years ago
d605a62
Define the dict iteration order
by vladmos
· 7 years ago
f6cbbee
Fix linkstamping tests broken on bazel ci
by hlopko
· 7 years ago
1a0e2e6
Fix bazel tests depending on legacy gcc3 include path
by hlopko
· 7 years ago
c280f67
Remove the CppConfiguration member from CppLinkAction. This will make
by cpeyser
· 7 years ago
c2b332b
windows: replace custom JunctionResolver
by Laszlo Csomor
· 7 years ago
1d8ad1a
Add option to dump the action graph.
by twerth
· 7 years ago
daf78cc
Recompile linkstamps whenever any input of the owning action changes.
by hlopko
· 7 years ago
485c494
Do not unconditionally add gcc3 as a system include directory for stl
by hlopko
· 7 years ago
ac650ff
Add a test verifying legitmate path embedding
by Klaus Aehlig
· 7 years ago
eb067ea
Fix test name in fallback xml when --run_under is used.
by Benjamin Peterson
· 7 years ago
93a6730
Update javadoc for some headers and include dirs methods.
by Benjamin Peterson
· 7 years ago
0cf94e9
Do not expand depset twice and store expanded in ctx.actions.run inputs.
by tomlu
· 7 years ago
deb99cc
add ability to move individual core library methods RELNOTES: None.
by kmb
· 7 years ago
cfb8a74
PiperOrigin-RevId: 186532302
by ahumesky
· 7 years ago
ae24bfe
Add basic equality checking for ErrorInfo and tighten the interface for ErrorInfoManager.
by shreyax
· 7 years ago
39ecf8b
Automated rollback of commit 11cc89a27544311111473dc7a17522635c2b6e70.
by eaftan
· 7 years ago
485ee40
Bugfix: spawn output directories are not passed to remote execution.
by olaola
· 7 years ago
29d96b8
Disable mobile-install classic mode for internal users.
by Googler
· 7 years ago
1b6c10a
Use a separate implicit dependency for dexbuilder in proguarded android builds
by kmb
· 7 years ago
934ee14
Add an alias to import_deps_checker. The follow-up cl will reference this alias
by cnsun
· 7 years ago
a6ef7fe
Recommend True and False for boolean attributes.
by laurentlb
· 7 years ago
1d4f011
Deflake ParallelEvaluatorTest.errorBubblesToParentsOfTopLevelValue: error cannot finish building until top registers a dep on it, and we can only know that by listening to the addReverseDep call.
by janakr
· 7 years ago
ab37330
Add --experimental_fix_deps_tool to JavaBuilder
by Googler
· 7 years ago
86f7e68
Set default of --incompatible_disable_glob_tracking to true
by laurentlb
· 7 years ago
45f8d96
Don't register linkstamp compile actions when we're doing thinlto indexing step
by hlopko
· 7 years ago
ae4ba82
C++: Migrate CcCompilationInfo to NativeInfo
by plf
· 7 years ago
840b3e4
C++: Renames CppCompilationContext to CcCompilationInfo
by plf
· 7 years ago
404a670
Clean up test tag handling
by ulfjack
· 7 years ago
f4d2dad
Apply interface invocation desugaring to renamed core libraries. Fix invokespecial invocations for core interfaces.
by kmb
· 7 years ago
b6f8642
Internal change
by felly
· 7 years ago
569e169
Deletes POLYMORPHIC strategy. ObjectCodec now uses runtime type information to select a codec.
by shahan
· 7 years ago
7b1b4a4
In TransitiveBaseTraversalFunction, only process the deps once we have all the information we need. It is a waste of CPU time otherwise as we will just lose the state. Note that we don't pass the env directly into the processDeps function so this wasn't a skyframe restart optimization. Also, none of the state recorded in the processDeps for the direct label deps is used in computing the aspect deps, as we immediately call targetAndErrorIfAny#getTarget.
by shreyax
· 7 years ago
c1042f2
Tool that scans a given Jar for references to select classes and outputs corresponding Proguard-style -keep rules
by kmb
· 7 years ago
2dd46e6
Update --flaky_test_attempts to also take a repeatable argument of the form
by jcater
· 7 years ago
80a0633
Adds ObjectCodecRegistry to {Des|S}erializationContext.
by shahan
· 7 years ago
dd090a6
Some autocodec changes required to serialize SpawnAction: double field and CharSequence fields.
by cpeyser
· 7 years ago
d399df9
Inject the product name in the constructor where needed
by ulfjack
· 7 years ago
b80158a
Serialize MiddlemanAction and add strategy=Strategy.Polymorphic for Action and
by mjhalupka
· 7 years ago
ae01194
@AutoCodec some c++ linking data structures.
by cpeyser
· 7 years ago
a7b34a1
Decprecate native http_archive
by Klaus Aehlig
· 7 years ago
cc16e7c
External repositories: document label expansion
by Klaus Aehlig
· 7 years ago
1001141
Roll forward of https://github.com/bazelbuild/bazel/commit/3904ac33a983fd8faebba1b52bcac5a3ff942029 (https://github.com/bazelbuild/bazel/commit/3904ac33a983fd8faebba1b52bcac5a3ff942029). Fix #4625 by running the test process in a sub-shell.
by olaola
· 7 years ago
fb915e8
Docs: remove reference to supplying an absolute path to --javabase.
by Gregg Donovan
· 7 years ago
f03b8f8
Fix env for local fallback (from remote exec) on Windows and Linux
by ulfjack
· 7 years ago
2dca40b
Fix typo in cache download failure warning
by Alex Ryan
· 7 years ago
bf6c267
Improve some of the names in CommandLine.
by tomlu
· 7 years ago
97704ea
Add linter check for deprecated ctx methods.
by laurentlb
· 7 years ago
1585b90
Bazel client: remove dead code
by Laszlo Csomor
· 7 years ago
5deca4c
Accept proto paths relative to proto_source_root as direct dependencies.
by elenairina
· 7 years ago
9ac1069
http_archive: fix doc-string
by Klaus Aehlig
· 7 years ago
2c05aff
Provide a hacky way to get an ActionInput from BinTools
by ulfjack
· 7 years ago
9f608c2
Add example in Skylint doc
by laurentlb
· 7 years ago
e5c9bdf
Propagating whether there was a cache hit in the SpawnResult.
by olaola
· 7 years ago
ba27394
Add additional tests for Filesets with symlinks
by ulfjack
· 7 years ago
053dfd1
http_archive: allow parameter for a single URL
by Klaus Aehlig
· 7 years ago
993f1de
Route fdo logic that deals with the path to the fdo profile through CcToolchainProvider
by Googler
· 7 years ago
49f805c
Fix jgit related documentation of new_git_repository
by aehlig
· 7 years ago
215c2d6
External repositories: document legitimate path assumptions
by Klaus Aehlig
· 7 years ago
4f50afd
runfiles,test: prepare for cc runfiles library
by Laszlo Csomor
· 7 years ago
57d837e
Add JavaSemantics to JavaToolchain.
by dbabkin
· 7 years ago
9c1feeb
Pass short proto path before the long path to protoc.
by elenairina
· 7 years ago
7fe59b9
Automated rollback of commit cce164aed44aba1de244f0d764cd33a5cc6980b2.
by fwe
· 7 years ago
b3d52b1
Fix incorrect include directories when -no-canonical-prefixes is passed to clang
by hlopko
· 7 years ago
2a2aa7a
Rename NativeLibsZipsInfo to AndroidNativeLibsInfo.
by Googler
· 7 years ago
b7bd729
Rule documentation for android_instrumentation_test
by jingwen
· 7 years ago
97c4a9e
add flag to use incremental dexing by default for proguarded android binaries
by kmb
· 7 years ago
d18d3e2
Automated rollback of commit f672a31b8b19baab95373e4f2f6d110aa8b8f0fb.
by corysmith
· 7 years ago
d7a5617
Rename Dex2OatProvider to AndroidDex2OatInfo and
by Googler
· 7 years ago
7ec3f21
Change Skylark's print() on a rule target to print the Skylark-exposed provider keys.
by cparsons
· 7 years ago
50efbeb
Expose import-deps-checker to //tools/android so that AarImport can use it.
by cnsun
· 7 years ago
f672a31
Normalized the serialization proto to save space and allow greater versatility in storage.
by corysmith
· 7 years ago
950bcf7
Remove redundant ManualClock implementations.
by ccalvarin
· 7 years ago
cbf8c0a
Expose WorkspaceFactoryTestHelper for testing properties of the "external" package.
by janakr
· 7 years ago
cce164a
Re-use previously computed deps for TransitiveBaseTraversalFunction#compute if we have them instead of re-computing them each time on a skyframe restart.
by shreyax
· 7 years ago
68846fe
add "r" to rbuildfiles example in query documentation.
by juliexxia
· 7 years ago
4a4bb72
Add @AutoCodec for FdoSupport(Provider) and TemplateVariableInfo.
by mjhalupka
· 7 years ago
fc30733
Make default for android_cpu armeabi-v7a
by Googler
· 7 years ago
15a4362
Add "proto_source_root" flag to proto_library.
by elenairina
· 7 years ago
8d4f813
Fix http://b/73496081 which was caused by not filtering on aliasconfiguredtargets that are actually ruleconfiguredtargets.
by juliexxia
· 7 years ago
cfe5994
Automated rollback of commit 04757dba0174d22c0a695a7ed5fe511fd13df008.
by laszlocsomor
· 7 years ago
b225532
Fix jgit related documentation of git_repository
by hlopko
· 7 years ago
ec2cb25
Automated rollback of commit c7e343ad314aeab6283b5939bc8126a112140a11.
by plf
· 7 years ago
2195b1c
Remove old flags.
by laurentlb
· 7 years ago
b78a5c1
Rewrite visibility handling for all java_tools
by ulfjack
· 7 years ago
b653624
Remove BuildConfiguration and PlatformInfo from the
by jcater
· 7 years ago
8c4c5eb
Expose aar native libs to skylark.
by Googler
· 7 years ago
c7a56bc
Increase font-weight for h1-h6 elements in docs for better contrast
by Jingwen Chen
· 7 years ago
9f0ca0a
Expose manifest property in ResourceContainer
by Googler
· 7 years ago
ed1c6c2
Properly error when environment_group references non-existent targets.
by gregce
· 7 years ago
340b902
Fix query output formatter documentation for github issue #1121
by juliexxia
· 7 years ago
db985d1
Tag for classes with @AutoCodec.
by mjhalupka
· 7 years ago
e1c7d33
Add backticks
by Googler
· 7 years ago
9a5d1af
Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.actions -> lib.actions.
by tomlu
· 7 years ago
d199fe1
Don't fail if special resource directories contain multiple resources
by Googler
· 7 years ago
Next »