aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/analysis/util
Commit message (Expand)AuthorAge
...
* Small refactoring of AnalysisTestCase to allow alternate SkyframeExecutor imp...Gravatar janakr2017-10-11
* Non-c++ dependencies on CppConfiguration#getTargetCpu are made instead to useGravatar cpeyser2017-10-11
* Pull clearing of legacy configured target data up to SkyframeExecutor and ren...Gravatar janakr2017-10-10
* Allow NodeEntry implementations to keep just deps, as opposed to all edges or...Gravatar janakr2017-10-10
* Move SkylarkSemanticsOptions to the packages/ directory, alongside SkylarkSem...Gravatar brandjon2017-10-07
* Pass SkylarkSemantics through Skyframe instead of the options classGravatar brandjon2017-10-06
* Don't symlink into the execroot if possible in SymlinkAction: instead, symlin...Gravatar janakr2017-10-02
* Fix various linter errorsGravatar ruperts2017-09-29
* Move --plugin to JavaOptions and remove --plugin_copt.Gravatar mstaib2017-09-26
* Stop injecting embedded artifacts. They're never used by anyone in Skyframe, ...Gravatar janakr2017-09-26
* Stop injecting WorkspaceStatusAction into the Skyframe graph as a precomputed...Gravatar janakr2017-09-26
* Remove unused "extraPrecomputedValues" from WorkspaceBuilder, and therefore r...Gravatar janakr2017-09-25
* Remove product name precomputed value.Gravatar janakr2017-09-25
* Inject BlazeDirectories into RepositoryDelegatorFunction directly, instead of...Gravatar janakr2017-09-25
* Inject BlazeDirectories into FdoSupportFunction directly, instead of dependin...Gravatar janakr2017-09-25
* LateBoundDefault: enforce access to a single fragment (or none).Gravatar mstaib2017-09-19
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Project reorg: move *ConfiguredTarget to new configuredtargets/ pathGravatar gregce2017-09-18
* Automatic code cleanup.Gravatar cushon2017-09-15
* Use top-level targets' configurations for convenience symlinks.Gravatar mstaib2017-09-15
* Remove deepExecRoot from BlazeDirectories. It is now the default. Also inline...Gravatar janakr2017-09-14
* Lots more cleanup of "dynamic configurations" comments and test code.Gravatar gregce2017-09-14
* Don't allow injection of non-default output formatters for genquery rule.Gravatar janakr2017-09-13
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Allow CommandLine expansion to throw an exception.Gravatar tomlu2017-08-24
* Remove BuildConfiguration.useDynamicConfigurations.Gravatar gregce2017-08-18
* Remove ConfigurationCollection{Function,Value}, BuildConfigurationCollection....Gravatar gregce2017-08-18
* Remove ConfigurationCollectionFactory as part of the static config cleanup.Gravatar gregce2017-08-18
* Remove ConfigurationFactory as part of the static configuration cleanup.Gravatar gregce2017-08-17
* Pass List<ConfigurationFragmentFactory> to SkyframeExecutor instead of Config...Gravatar gregce2017-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 some test classes into the only test that uses them.Gravatar tomlu2017-08-01
* Provide a lambda interface for custom mock rule class behavior.Gravatar gregce2017-07-31
* Fix confusing semantics for Attribute.Builder.allowedRuleClasses.Gravatar gregce2017-07-28
* Make all WithLegacySkylarkName providers declared providers.Gravatar dslomov2017-07-28
* 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
* Allow the aapt2 code paths to be enabled by either flag or attribute.Gravatar corysmith2017-07-21
* Reduce to one SequencedSkyframeExecutor#create method. The others were minor ...Gravatar janakr2017-07-20
* Don't differentiate genfiles and bin in artifactsToStrings().Gravatar lberki2017-07-19
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Add skyfunction to return all registered toolchain labels.Gravatar John Cater2017-07-13
* 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
* Clean up string representations for labelsGravatar vladmos2017-07-05