aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build
Commit message (Expand)AuthorAge
...
* Deletes POLYMORPHIC strategy. ObjectCodec now uses runtime type information t...Gravatar shahan2018-02-20
* Tool that scans a given Jar for references to select classes and outputs corr...Gravatar kmb2018-02-20
* Adds ObjectCodecRegistry to {Des|S}erializationContext.Gravatar shahan2018-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
* Decprecate native http_archiveGravatar Klaus Aehlig2018-02-20
* Accept proto paths relative to proto_source_root as direct dependencies.Gravatar elenairina2018-02-20
* Propagating whether there was a cache hit in the SpawnResult.Gravatar olaola2018-02-20
* Add additional tests for Filesets with symlinksGravatar ulfjack2018-02-20
* Route fdo logic that deals with the path to the fdo profile through CcToolcha...Gravatar Googler2018-02-20
* Automated rollback of commit cce164aed44aba1de244f0d764cd33a5cc6980b2.Gravatar fwe2018-02-19
* Rename NativeLibsZipsInfo to AndroidNativeLibsInfo.Gravatar Googler2018-02-16
* add flag to use incremental dexing by default for proguarded android binariesGravatar kmb2018-02-16
* Automated rollback of commit f672a31b8b19baab95373e4f2f6d110aa8b8f0fb.Gravatar corysmith2018-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
* Normalized the serialization proto to save space and allow greater versatilit...Gravatar corysmith2018-02-16
* Remove redundant ManualClock implementations.Gravatar ccalvarin2018-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 "proto_source_root" flag to proto_library.Gravatar elenairina2018-02-16
* Automated rollback of commit 04757dba0174d22c0a695a7ed5fe511fd13df008.Gravatar laszlocsomor2018-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
* Properly error when environment_group references non-existent targets.Gravatar gregce2018-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
* Resolve the owner of interface.super calls to inherited default methods for a...Gravatar kmb2018-02-15
* Remove BinTools from BuildViewTestCaseGravatar ulfjack2018-02-15
* Stop storing ActionTemplate in a SkyKey: it's too heavyweight. Use the same m...Gravatar janakr2018-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
* Move BinTools to lib.execGravatar ulfjack2018-02-15
* Automated rollback of commit fa0fac2a4e8a2e5c01b8390878289d00dcc17dba.Gravatar lberki2018-02-15
* Fix incorrect warning on negative test lang filter flags.Gravatar janakr2018-02-14
* Get PlatformInfo out of ToolchainResolutionKey, replace with the ConfiguredTa...Gravatar janakr2018-02-14
* Start slimming down ToolchainResolutionKey: get rid of BuildConfiguration. Th...Gravatar janakr2018-02-14
* Make ActionLookupData a SkyKey. Should save some memory.Gravatar janakr2018-02-14
* Automated rollback of commit 0f9c6ea574918dda094cf5423fa3822112846c30.Gravatar lberki2018-02-14
* Make __init__.py files creation optionalGravatar Mouad Benchchaoui2018-02-14
* Automatic code cleanup.Gravatar cpovirk2018-02-13
* Thread {Des,S}erializationContext through Package serialization interfaceGravatar michajlo2018-02-13
* Add Codec for NativeAspectClass. As a result, remove @AutoCodec from concrete...Gravatar janakr2018-02-13
* Environment guarantees determinism when retrieving its bindingsGravatar brandjon2018-02-13
* Replaces InjectingObjectCodec with dependencies threaded through (Des|S)erial...Gravatar shahan2018-02-13
* Route --fdo_optimize information through an implicit dependency instead of Cp...Gravatar Googler2018-02-13
* tmpdir,local-exec: implement --local_tmp_rootGravatar Laszlo Csomor2018-02-13