aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib
Commit message (Expand)AuthorAge
* Apply @AutoCodec to ExecutableSymlinkAction and SymlinkAction.Gravatar mjhalupka2018-02-23
* Add @AutoCodec to CcToolchainProvider, now that AutoCodec Runtime is available.Gravatar cpeyser2018-02-23
* Set the correct include path for r13b's llvm-libc++ headers and fix compilati...Gravatar jingwen2018-02-23
* Add a new BuildOptions diff method that holds and pretty prints the different...Gravatar juliexxia2018-02-23
* Remove some default cc toolchain definitions.Gravatar John Cater2018-02-23
* Automated rollback of commit 7fe59b98eefc96a6310f0b0221d4e0f18e2a9000.Gravatar shreyax2018-02-23
* Cleanup unused constantGravatar hlopko2018-02-23
* Document ambigious literal arguments when calling CcToolchainProvider constru...Gravatar Googler2018-02-23
* Enable ability to pass the resource apk to Robolectric so that it can consume...Gravatar dannark2018-02-22
* Re-enable loading the PlatformInfo providers inGravatar John Cater2018-02-22
* Clarify parser error for load() statementsGravatar brandjon2018-02-22
* Increase test coverage of rootpath(s) and execpath(s) expansion to external w...Gravatar richardwa2018-02-22
* 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
* Fix linkstamping tests broken on bazel ciGravatar hlopko2018-02-22
* Fix bazel tests depending on legacy gcc3 include pathGravatar hlopko2018-02-22
* Remove the CppConfiguration member from CppLinkAction. This will makeGravatar cpeyser2018-02-22
* Recompile linkstamps whenever any input of the owning action changes.Gravatar hlopko2018-02-22
* PiperOrigin-RevId: 186532302Gravatar ahumesky2018-02-21
* Use a separate implicit dependency for dexbuilder in proguarded android buildsGravatar kmb2018-02-21
* C++: Migrate CcCompilationInfo to NativeInfoGravatar plf2018-02-21
* C++: Renames CppCompilationContext to CcCompilationInfoGravatar plf2018-02-21
* Deletes POLYMORPHIC strategy. ObjectCodec now uses runtime type information t...Gravatar shahan2018-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
* 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
* 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
* 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