aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
* Skylark: ctx.actions.run_shell uses helper scriptGravatar László Csomor2017-08-31
* docs,Skylark: explain actions.run_shell.commandGravatar laszlocsomor2017-08-31
* android_test binary_under_test/deps must have the same flags if any are set.Gravatar mstaib2017-08-31
* Rollforward of c++ toolchain-relevant BUILD file and Bazel mocking changes. ...Gravatar cpeyser2017-08-31
* docs,Skylark: fix formatting in Args.htmlGravatar laszlocsomor2017-08-30
* Automated rollback of commit 9d5bce66280094c0531ddfde2752e596d0d78c79.Gravatar plf2017-08-30
* Move ObjcProvider FLAG into a new provider type (TransitiveSourcesProvider) t...Gravatar cpeyser2017-08-30
* Move default value & converter finding logic to the OptionDefinition class.Gravatar ccalvarin2017-08-30
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-08-29
* Automated rollback of commit 363413110f3a63a11d900864be1852adbaed2899.Gravatar cpeyser2017-08-29
* Implement CustomCommandLine support for Skylark.Gravatar tomlu2017-08-28
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-08-28
* Implement field declarations for declared providers.Gravatar dslomov2017-08-25
* Restore VectorArg to CustomCommandLine's public interface.Gravatar tomlu2017-08-24
* Allow CommandLine expansion to throw an exception.Gravatar tomlu2017-08-24
* Use CustomCommandLine directly instead of via SpawnAction.Builder.Gravatar tomlu2017-08-23
* Split Info into SkylarkInfo and NativeInfo.Gravatar dslomov2017-08-22
* Add OptionDefinition layer between the @Option annotation and its fields and ...Gravatar ccalvarin2017-08-22
* Add a --build_runfile_manifests flag which controls production ofGravatar Googler2017-08-22
* Remove FeaturePolicyConfiguration et al. in favor of the new Whitelisting.Gravatar mstaib2017-08-22
* Improve CustomCommandLine interface.Gravatar tomlu2017-08-22
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21
* Simplify RunfilesSupport interface by having it call RuleContext.shouldCreate...Gravatar Googler2017-08-21
* Replace TransitionApplier interface with a dedicated class.Gravatar gregce2017-08-21
* Remove CustomArgv. It is unused.Gravatar tomlu2017-08-21
* Make an immutable copy of a map in a simpler way.Gravatar lberki2017-08-18
* Remove BuildConfiguration.useDynamicConfigurations.Gravatar gregce2017-08-18
* Remove ConfigurationCollection{Function,Value}, BuildConfigurationCollection....Gravatar gregce2017-08-18
* Expose android configuration to skylark (android_sdk and apk_signing_method)Gravatar Googler2017-08-18
* Remove RuleClass.Configurator and obsolete LIPO_ON_DEMAND uses.Gravatar gregce2017-08-18
* Remove ConfigurationCollectionFactory as part of the static config cleanup.Gravatar gregce2017-08-18
* Fetch the Java-specific Make variables from the :host_jdk dependency instead ...Gravatar lberki2017-08-18
* Honor --nobuild_runfile_links for non-tests, and propagate it to theGravatar Googler2017-08-17
* Remove ConfigurationFactory as part of the static configuration cleanup.Gravatar gregce2017-08-17
* Add more type safety to CustomCommandLine.Gravatar tomlu2017-08-16
* Add @CompileTimeConstant annotations to CustomCommandLine.Gravatar tomlu2017-08-16
* Make CcToolchainProvider subclass ToolchainInfo. This is required for use of...Gravatar cpeyser2017-08-16
* Make AndroidTest#initializeTargetDevicesTest use lazy template args.Gravatar tomlu2017-08-14
* BEP: Make tags available in TargetConfigured eventGravatar Klaus Aehlig2017-08-14
* Use CustomCommandLine.Builder in SpawnAction always.Gravatar tomlu2017-08-14
* Improve type safety for vector args in CustomCommandLine.Gravatar tomlu2017-08-14
* Remove unused tree artifact methods from CustomCommandLine.Gravatar tomlu2017-08-14
* BEP: move configuration-independent information to TargetConfigured eventGravatar Klaus Aehlig2017-08-11
* Inline @Deprecated methods in CustomCommandLine.Gravatar tomlu2017-08-11
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Move extra action stuff to analysis.extraGravatar ulfjack2017-08-10
* Automated rollback of commit 8adcf839c5c42defaa2fabedfb0208e4ce97ac95.Gravatar ajmichael2017-08-10
* Remove --experimental_dynamic_configs=off.Gravatar gregce2017-08-10
* Ensure that invalid target errors are properly reported inGravatar John Cater2017-08-10
* Improve CustomCommandLine.Gravatar tomlu2017-08-10