aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
...
* Don't differentiate genfiles and bin in artifactsToStrings().Gravatar lberki2017-07-19
* Add an undocumented option to remove the separation between the bin and genfi...Gravatar lberki2017-07-18
* Automated rollback of commit a76c94be7c56b93fc5a2f9ececfba7ac1f61f69c.Gravatar laszlocsomor2017-07-18
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* CustomCommandLine.Builder: clean up its interfaceGravatar laszlocsomor2017-07-17
* Don't pass in our own source root. ScopeEscapableFileSystem doesn't like it i...Gravatar janakr2017-07-14
* If globbing throws an IOException, fail to construct the package instead of c...Gravatar janakr2017-07-14
* Add skyfunction to return all registered toolchain labels.Gravatar John Cater2017-07-13
* Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetad...Gravatar ccalvarin2017-07-11
* Add toolchain() rule for declaring toolchains with type and constraints.Gravatar John Cater2017-07-07
* Do not NPE crash when C++ actions are not configured in crosstoolGravatar hlopko2017-07-07
* Factor out BuildConfigurationCollection.Transitions.getDynamicTransition.Gravatar gregce2017-07-07
* Android tests: prepare tests for parameter filesGravatar laszlocsomor2017-07-06
* Improve the ToolchainInfo provider and add more data.Gravatar John Cater2017-07-06
* Clean up string representations for labelsGravatar vladmos2017-07-05
* Introduce --incompatible_new_actions_api flag.Gravatar dslomov2017-07-05
* Migrate tests to ctx.actions.run/run_shell.Gravatar dslomov2017-07-05
* Inline AttributeContainer.ATTRIBUTE_CONTAINER_FACTORY and PathFragment.TO_PAT...Gravatar laurentlb2017-07-03
* Implement ctx.actions.do_nothing instead of ctx.empty_actionGravatar dslomov2017-06-30
* Explicitly state the default options categories for options used in blaze tes...Gravatar ccalvarin2017-06-29
* Remove resource_extractor from android_sdk rule.Gravatar ajmichael2017-06-29
* Introduce new android_instrumentation_test rule.Gravatar ajmichael2017-06-29
* Add a FeaturePolicyConfiguration for supporting limited feature rollouts.Gravatar mstaib2017-06-29
* Add 'ctx.actions' and implement 'ctx.action.declare_file'.Gravatar dslomov2017-06-27
* ActionMetadataHandler: proper metadata even for the volatile workspace statusGravatar ulfjack2017-06-21
* Extract ImmutableSharedKeysMap class from TransitiveInfoProviderMap.Gravatar Googler2017-06-20
* Move InvocationPolicy to the options parser package.Gravatar ccalvarin2017-06-09
* Use the correct JVM for LcovMerger instead of whatever "java" gets us.Gravatar lberki2017-06-09
* Add new configuration fragment for platforms, with host and targetGravatar John Cater2017-06-08
* Fix automatic host platform detection to check the --host_cpu flag.Gravatar John Cater2017-06-06
* Factor out Bazel-specific ctor constants in SequencedSkyframeExecutor into a ...Gravatar nharmata2017-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
* Move helper methods for accessing platform providers to a utility class.Gravatar John Cater2017-06-02
* Make C++ archiving use action_configs instead of hardcoded flagsGravatar hlopko2017-06-01
* Remove all imports of org.junit.Assert except for static imports of #fail().Gravatar lberki2017-06-01
* Add //external:has_androidsdk config_setting.Gravatar ajmichael2017-06-01
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Migrate tests to Truth.Gravatar lberki2017-05-29
* 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 c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.Gravatar kchodorow2017-05-23
* Add a #hashCode() method to WorkspaceStatusAction implementations as is advis...Gravatar lberki2017-05-23
* Fix aspect processing when same dep appears in 2 attributes.Gravatar kaipi2017-05-22
* PiperOrigin-RevId: 156331430Gravatar nharmata2017-05-19
* Adds ToolchainConstructor interface and implementations.Gravatar John Cater2017-05-19
* Automated g4 rollback of commit b71e99b1f3746103e5d6802eebc24096b3494959.Gravatar mstaib2017-05-17
* Do not access SkylarkProviders anywhere outside of ConfiguredTarget implement...Gravatar dslomov2017-05-16
* Remove methods from CommandLine, making it a simple argument list interface.Gravatar Googler2017-05-15
* Automated g4 rollback of commit 6879d7ceff0e118fdecb0cabe5134979030b7cb8.Gravatar Googler2017-05-11