aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build
Commit message (Expand)AuthorAge
* 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
* Add @AutoCodec for FdoSupport(Provider) and TemplateVariableInfo.Gravatar mjhalupka2018-02-16
* Make default for android_cpu armeabi-v7aGravatar Googler2018-02-16
* Add "proto_source_root" flag to proto_library.Gravatar elenairina2018-02-16
* Fix http://b/73496081 which was caused by not filtering on aliasconfiguredtar...Gravatar juliexxia2018-02-16
* Automated rollback of commit 04757dba0174d22c0a695a7ed5fe511fd13df008.Gravatar laszlocsomor2018-02-16
* Fix jgit related documentation of git_repositoryGravatar hlopko2018-02-16
* Automated rollback of commit c7e343ad314aeab6283b5939bc8126a112140a11.Gravatar plf2018-02-16
* Remove old flags.Gravatar laurentlb2018-02-16
* Remove BuildConfiguration and PlatformInfo from theGravatar jcater2018-02-15
* Expose aar native libs to skylark.Gravatar Googler2018-02-15
* Expose manifest property in ResourceContainerGravatar Googler2018-02-15
* Properly error when environment_group references non-existent targets.Gravatar gregce2018-02-15
* Fix query output formatter documentation for github issue #1121Gravatar juliexxia2018-02-15
* Tag for classes with @AutoCodec.Gravatar mjhalupka2018-02-15
* Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...Gravatar tomlu2018-02-15
* Add some more codecs to execution-phase SkyKeys.Gravatar janakr2018-02-15
* Don't intern PathFragments when we create PackageIdentifiers. This should be ...Gravatar shreyax2018-02-15
* Fix Callcounts crash.Gravatar tomlu2018-02-15
* Stop storing ActionTemplate in a SkyKey: it's too heavyweight. Use the same m...Gravatar janakr2018-02-15
* Use AutoCodec to generate CODECs for a few more provider types that areGravatar cpeyser2018-02-15
* Add AutoCodec for a bunch of cc library providers.Gravatar mjhalupka2018-02-15
* Finish cleanup of unthreaded contextsGravatar michajlo2018-02-15
* Fix typo in javadocGravatar michajlo2018-02-15
* Remove unused LineNumberTable.HashLine class.Gravatar laurentlb2018-02-15
* Extract part of EnvironmentGroup that's necessary for constraint calculation,...Gravatar janakr2018-02-15
* C++: Removes CppModel classGravatar plf2018-02-15