aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google
Commit message (Expand)AuthorAge
* Add @AutoCodec to SpawnAction. Refactor the SpawnAction API for extra actions...Gravatar cpeyser2018-02-22
* CcToolchain: add optional ar and as attributesGravatar Googler2018-02-22
* Fixed missing end / in documentationGravatar jingwen2018-02-22
* Store cycle detectors directly in AbstractParallelEvaluator.Gravatar shreyax2018-02-22
* Fixed missing end quote in android_instrumentation_test's documentationGravatar jingwen2018-02-22
* Define the dict iteration orderGravatar vladmos2018-02-22
* Remove the CppConfiguration member from CppLinkAction. This will makeGravatar cpeyser2018-02-22
* Add option to dump the action graph.Gravatar twerth2018-02-22
* Recompile linkstamps whenever any input of the owning action changes.Gravatar hlopko2018-02-22
* Do not unconditionally add gcc3 as a system include directory for stlGravatar hlopko2018-02-22
* Update javadoc for some headers and include dirs methods.Gravatar Benjamin Peterson2018-02-22
* Do not expand depset twice and store expanded in ctx.actions.run inputs.Gravatar tomlu2018-02-21
* PiperOrigin-RevId: 186532302Gravatar ahumesky2018-02-21
* Add basic equality checking for ErrorInfo and tighten the interface for Error...Gravatar shreyax2018-02-21
* Bugfix: spawn output directories are not passed to remote execution.Gravatar olaola2018-02-21
* Disable mobile-install classic mode for internal users.Gravatar Googler2018-02-21
* Use a separate implicit dependency for dexbuilder in proguarded android buildsGravatar kmb2018-02-21
* Set default of --incompatible_disable_glob_tracking to trueGravatar laurentlb2018-02-21
* Don't register linkstamp compile actions when we're doing thinlto indexing stepGravatar hlopko2018-02-21
* C++: Migrate CcCompilationInfo to NativeInfoGravatar plf2018-02-21
* C++: Renames CppCompilationContext to CcCompilationInfoGravatar plf2018-02-21
* Clean up test tag handlingGravatar ulfjack2018-02-21
* Internal changeGravatar felly2018-02-20
* Deletes POLYMORPHIC strategy. ObjectCodec now uses runtime type information t...Gravatar shahan2018-02-20
* In TransitiveBaseTraversalFunction, only process the deps once we have all th...Gravatar shreyax2018-02-20
* Update --flaky_test_attempts to also take a repeatable argument of the formGravatar jcater2018-02-20
* Adds ObjectCodecRegistry to {Des|S}erializationContext.Gravatar shahan2018-02-20
* Some autocodec changes required to serialize SpawnAction: double field and Ch...Gravatar cpeyser2018-02-20
* Inject the product name in the constructor where neededGravatar ulfjack2018-02-20
* Serialize MiddlemanAction and add strategy=Strategy.Polymorphic for Action andGravatar mjhalupka2018-02-20
* @AutoCodec some c++ linking data structures.Gravatar cpeyser2018-02-20
* Decprecate native http_archiveGravatar Klaus Aehlig2018-02-20
* Fix env for local fallback (from remote exec) on Windows and LinuxGravatar ulfjack2018-02-20
* Fix typo in cache download failure warningGravatar Alex Ryan2018-02-20
* Improve some of the names in CommandLine.Gravatar tomlu2018-02-20
* Accept proto paths relative to proto_source_root as direct dependencies.Gravatar elenairina2018-02-20
* Provide a hacky way to get an ActionInput from BinToolsGravatar ulfjack2018-02-20
* Propagating whether there was a cache hit in the SpawnResult.Gravatar olaola2018-02-20
* Route fdo logic that deals with the path to the fdo profile through CcToolcha...Gravatar Googler2018-02-20
* Fix jgit related documentation of new_git_repositoryGravatar aehlig2018-02-20
* Add JavaSemantics to JavaToolchain.Gravatar dbabkin2018-02-19
* Pass short proto path before the long path to protoc.Gravatar elenairina2018-02-19
* Automated rollback of commit cce164aed44aba1de244f0d764cd33a5cc6980b2.Gravatar fwe2018-02-19
* Rename NativeLibsZipsInfo to AndroidNativeLibsInfo.Gravatar Googler2018-02-16
* Rule documentation for android_instrumentation_testGravatar jingwen2018-02-16
* add flag to use incremental dexing by default for proguarded android binariesGravatar kmb2018-02-16
* Rename Dex2OatProvider to AndroidDex2OatInfo andGravatar Googler2018-02-16
* Change Skylark's print() on a rule target to print the Skylark-exposed provid...Gravatar cparsons2018-02-16
* Expose WorkspaceFactoryTestHelper for testing properties of the "external" pa...Gravatar janakr2018-02-16
* Re-use previously computed deps for TransitiveBaseTraversalFunction#compute i...Gravatar shreyax2018-02-16