aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
* Remove unused tree artifact methods from CustomCommandLine.Gravatar tomlu2017-08-14
* Pass List<ConfigurationFragmentFactory> to SkyframeExecutor instead of Config...Gravatar gregce2017-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
* Remove --experimental_dynamic_configs=off.Gravatar gregce2017-08-10
* Move RuleConfiguredTargetFactory to lib.analysisGravatar ulfjack2017-08-07
* Move most test options from BuildConfiguration to TestConfiguration.Gravatar tomlu2017-08-07
* Aspects that apply to files cannot apply to source files.Gravatar dslomov2017-08-07
* Move core rules to a top-level class.Gravatar ulfjack2017-08-03
* Update LocationExpander to properly handle spaces in filenames.Gravatar John Cater2017-08-01
* Move some test classes into the only test that uses them.Gravatar tomlu2017-08-01
* Remove old intellij aspect code bundled with BazelGravatar Googler2017-07-31
* Provide a lambda interface for custom mock rule class behavior.Gravatar gregce2017-07-31
* Remove the type data from ToolchainInfo, it is reduntant with DeclaredToolcha...Gravatar John Cater2017-07-31
* Apply native binary launcher to sh_binaryGravatar Yun Peng2017-07-31
* Fix confusing semantics for Attribute.Builder.allowedRuleClasses.Gravatar gregce2017-07-28
* Remove MetadataHandler.isRegularFileGravatar ulfjack2017-07-28
* Make all WithLegacySkylarkName providers declared providers.Gravatar dslomov2017-07-28
* Add missing test dependency to unbreak the buildGravatar Jakob Buchgraber2017-07-27
* Package whitelisting: New implementation for feature whitelistingGravatar plf2017-07-26
* Remove --experimental_dynamic_configs=notrim_partial.Gravatar gregce2017-07-26
* Create standardized interfaces for mock rule class creation.Gravatar gregce2017-07-26
* Add hook to process SkyframeExecutor in tests. Also add sentinel exception to...Gravatar janakr2017-07-25
* Make $jarjar_bin point to //tools/android:jarjar_bin.Gravatar ajmichael2017-07-24
* Make all our tests pass with --noexperimental_toolchain_id_in_output_directory.Gravatar lberki2017-07-24
* Add ActionInputPrefetcher to ActionExecutionContextGravatar ulfjack2017-07-24
* Allow the aapt2 code paths to be enabled by either flag or attribute.Gravatar corysmith2017-07-21
* Turn off checking for filegroup "data" attributes.Gravatar cpovirk2017-07-20
* Deprecate dynamic config OFF and NOTRIM_PARTIAL modes.Gravatar gregce2017-07-20
* Reduce to one SequencedSkyframeExecutor#create method. The others were minor ...Gravatar janakr2017-07-20
* Fix a bunch of test cases that break if genfiles == bin.Gravatar lberki2017-07-19
* 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