aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
* Use the same data structure for native and Skylark providers.Gravatar dslomov2017-07-05
* Update SpawnAction to take an ActionEnvironmentGravatar ulfjack2017-07-05
* AspectCompleteEvent: correctly report artifacts for a failed aspectGravatar Klaus Aehlig2017-07-05
* Add new flag defining an environment group for automatic cpu-based environmentGravatar jcater2017-07-03
* Enforce the new category and effect tags.Gravatar ccalvarin2017-07-03
* Refactor PrinterGravatar vladmos2017-07-03
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Decrease memory used by SpawnAction's param file builder.Gravatar tomlu2017-06-30
* Add a #getBytes() method to DeterministicWriter that returns a ByteString. By...Gravatar janakr2017-06-30
* Add a FeaturePolicyConfiguration for supporting limited feature rollouts.Gravatar mstaib2017-06-29
* Add ActionEnvironment, which is a wrapper class for a fixed+inherited envGravatar ulfjack2017-06-28
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28
* BEP: Gracefully handle null configurationsGravatar Klaus Aehlig2017-06-28
* BEP: also report test sizesGravatar Klaus Aehlig2017-06-28
* Fix RuleContext documentation typo.Gravatar gregce2017-06-27
* BEP: Support longer streams on non building commandsGravatar Klaus Aehlig2017-06-26
* Re-add host_platform and target_platform, and set them as defaults.Gravatar jcater2017-06-21
* Move WrappingProviderHelper into static class in WrappingProvider.Gravatar Googler2017-06-20
* Extract ImmutableSharedKeysMap class from TransitiveInfoProviderMap.Gravatar Googler2017-06-20
* Create a general WrappingProvider concept and use for java_proto_library and ...Gravatar Googler2017-06-20
* Extract ActionContext to a top-level classGravatar ulfjack2017-06-19
* Rewrite the Executor/ActionExecutionContext splitGravatar ulfjack2017-06-19
* Make NoBuildEvent an instance of BuildEventGravatar Klaus Aehlig2017-06-19
* 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