aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib
Commit message (Expand)AuthorAge
* @AutoCodec TransitiveInfoProviderMapImpl and JavaInfo.Gravatar janakr2018-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
* Put @loader_path, not $ORIGIN into rpath flags on macGravatar hlopko2018-02-23
* @AutoCodec JavaCompileAction.Gravatar janakr2018-02-23
* Pass `--install_test_services=true` test arg to DeviceBroker when running in ...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
* @AutoCodec for GenRuleAction.Gravatar cpeyser2018-02-23
* @AutoCodec for CreateIncSymlinkAction, ExtractInclusionAction, andGravatar cpeyser2018-02-23
* Add @AutoCodec to CppModuleMapAction.Gravatar cpeyser2018-02-23
* Move enabling of coverage related features to CcCommonGravatar Googler2018-02-23
* Document ambigious literal arguments when calling CcToolchainProvider constru...Gravatar Googler2018-02-23
* Remove top level resources and assets from android_local_test.Gravatar dannark2018-02-22
* Fix baseline.lcov name in important_outputGravatar Googler2018-02-22
* Enable ability to pass the resource apk to Robolectric so that it can consume...Gravatar dannark2018-02-22
* Add warning that android_robolectric_test is deprecated in favor of android_l...Gravatar dannark2018-02-22
* Re-enable loading the PlatformInfo providers inGravatar John Cater2018-02-22
* Clarify parser error for load() statementsGravatar brandjon2018-02-22
* Add more codecs to execution phase.Gravatar janakr2018-02-22
* Make getNativeLibs callable from Skylark.Gravatar Googler2018-02-22
* Accept Durations in the CriticalPathComponent and Profiler.Gravatar ccalvarin2018-02-22
* Adding a property name to the SpawnRunner. Most runners already had it, I jus...Gravatar olaola2018-02-22
* Move newly created protos to analysis package.Gravatar twerth2018-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
* Fixed missing end / in documentationGravatar jingwen2018-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
* 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