aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
* Revamp JavaToolchain:Gravatar lberki2017-06-16
* Add a FileProvider (which all ConfiguredTargets should have) to PackageGroupC...Gravatar lberki2017-06-14
* Fix the converter type for several build configuration options which take listsGravatar jcater2017-06-13
* Move InvocationPolicy to the options parser package.Gravatar ccalvarin2017-06-09
* Remove the undocumented --experimental_extra_action_top_level_only_with_aspec...Gravatar lberki2017-06-09
* BEP: use full relative path as file nameGravatar Klaus Aehlig2017-06-09
* Automated g4 rollforward of commit e7ab452ac940e645046221dee9b63a670f8a276c.Gravatar gregce2017-06-09
* Track the test environment in Skyframe, like the action environmentGravatar ulfjack2017-06-09
* Add new configuration fragment for platforms, with host and targetGravatar John Cater2017-06-08
* PiperOrigin-RevId: 158274860Gravatar carmi2017-06-08
* Fix automatic host platform detection to check the --host_cpu flag.Gravatar John Cater2017-06-06
* Move ExecutionRequirements to the lib.actions packageGravatar ulfjack2017-06-06
* Make compatible_with = ["all", "foo"] the same as compatible_with = ["all"].Gravatar gregce2017-06-06
* Automated g4 rollforward of commit b71e99b1f3746103e5d6802eebc24096b3494959.Gravatar gregce2017-06-05
* Fixing documentation for platforms and toolchains.Gravatar John Cater2017-06-05
* Move helper methods for accessing platform providers to a utility class.Gravatar John Cater2017-06-02
* Add .equals(), .hashCode() to EnableLipoTransition.Gravatar gregce2017-06-02
* BEP: report visibility errorsGravatar Klaus Aehlig2017-06-01
* BEP: also report make variablesGravatar Klaus Aehlig2017-05-29
* Use FeatureConfiguration to compute value of CC_FLAGS make variableGravatar hlopko2017-05-26
* Make platform providers creatable from Skylark.Gravatar John Cater2017-05-26
* Use nested sets for configured target runfiles instead of flattened lists.Gravatar Googler2017-05-26
* Automated g4 rollback of commit e2edf2e141a09c025a958d580c7cac7b57c70d83.Gravatar Googler2017-05-26
* Add toolchains attribute to aspect.Gravatar John Cater2017-05-26
* Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.Gravatar kchodorow2017-05-23
* Automated g4 rollback of commit c78c947e6a8cbb323304f872a3dcabb989a3d76b.Gravatar cpeyser2017-05-23
* Extract :cc_toolchain as constantGravatar hlopko2017-05-22
* Add toolchains data to RuleClass and RuleContext.Gravatar John Cater2017-05-19
* Adds ToolchainConstructor interface and implementations.Gravatar John Cater2017-05-19
* Automated g4 rollback of commit b71e99b1f3746103e5d6802eebc24096b3494959.Gravatar mstaib2017-05-17
* Automated g4 rollback of commit e7ab452ac940e645046221dee9b63a670f8a276c.Gravatar mstaib2017-05-16
* Do not access SkylarkProviders anywhere outside of ConfiguredTarget implement...Gravatar dslomov2017-05-16
* Do not retain transitive data in AndroidLocalTestBase.Gravatar Googler2017-05-15
* Remove methods from CommandLine, making it a simple argument list interface.Gravatar Googler2017-05-15
* Do not expand nested sets in resource merging action construction.Gravatar Googler2017-05-15
* Automated g4 rollback of commit 34fe247448a9be13fc41f93ac78a071ec157f434.Gravatar Googler2017-05-12
* Enable dynamic configurations for all builds.Gravatar gregce2017-05-11
* Automated g4 rollback of commit 006a80425e7dd521634c5735d2730f40e9e82e06.Gravatar Googler2017-05-10
* Make the cc_toolchain libc_top use the target configurationGravatar Googler2017-05-09
* BEP: Also report the configuration in testGravatar Klaus Aehlig2017-05-09
* BEP: report configurations for targetsGravatar Klaus Aehlig2017-05-09
* Optimize TransitiveInfoMap memory consumption.Gravatar Googler2017-05-09
* Clean up Environment.FrameGravatar brandjon2017-05-09
* Do not report errors when aspects try to attach to files.Gravatar dslomov2017-05-08
* BEP: Provide infrastructure to report configurationsGravatar Klaus Aehlig2017-05-08
* Add dynamic config support for top-level configuration hooks.Gravatar gregce2017-05-05
* Make TransitiveInfoMap interface narrower.Gravatar Googler2017-05-05
* Give RuleContext the ability to add make variables.Gravatar lberki2017-05-05
* Make TransitiveInfoProviderMap an interface.Gravatar Googler2017-05-04
* Implement dynamically configured LIPO builds.Gravatar gregce2017-05-04