aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/analysis/util/AnalysisTestUtil.java
Commit message (Expand)AuthorAge
* Actions now have the option of returning an ActionResult, containing a (possi...Gravatar ruperts2017-10-18
* Pass SkylarkSemantics through Skyframe instead of the options classGravatar brandjon2017-10-06
* Fix various linter errorsGravatar ruperts2017-09-29
* Remove BuildConfiguration.useDynamicConfigurations.Gravatar gregce2017-08-18
* Don't differentiate genfiles and bin in artifactsToStrings().Gravatar lberki2017-07-19
* Add a #hashCode() method to WorkspaceStatusAction implementations as is advis...Gravatar lberki2017-05-23
* Add missing hashCode() methodGravatar cushon2017-05-09
* Make Skylark interpreter read Skylark command-line flagsGravatar brandjon2017-04-30
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* If --batch, --keep_going, --discard_analysis_cache, and the new --noexperimen...Gravatar janakr2017-03-31
* Remove all the action resource estimation codeGravatar Ulf Adams2017-03-06
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* Make the interface dynamic library builder a regular label instead of a magic...Gravatar Lukacs Berki2017-02-17
* Remove all references to (incorrect) BlazeDirectories.buildDataDirectory rootGravatar Kristina Chodorow2016-08-26
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Add the repository name as a parameter to the output path functionsGravatar Kristina Chodorow2016-08-12
* RELNOTES: Use the correct build configuration for shared native deps during A...Gravatar Googler2016-07-01
* Replace the occurrences of Constants.PRODUCT_NAME for a call toGravatar Luis Fernando Pino Duque2016-05-23
* For tests that check against output paths, provide the ability to strip out t...Gravatar Greg Estren2016-05-19
* Split ActionMetadata into ActionAnalysisMetadata and ActionExecutionMetadata.Gravatar Rumou Duan2016-04-26
* Review a number of action subclasses and update them according to the spec.Gravatar Ulf Adams2016-04-19
* Make ActionOwner a final class, since all non-test implementations were basic...Gravatar Janak Ramakrishnan2016-03-21
* Introduce TreeArtifact and associated code to work with it. No functionality ...Gravatar Michael Thvedt2016-02-09
* Make The Build Faster: Drop the describeStrategy() and strategyLocality() met...Gravatar Philipp Wollermann2016-02-03
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Remove more static configuration transitions from tests, as prep work for Gravatar Greg Estren2015-08-04
* Migrate C++ link action .params files to the Blaze-standard ParameterFileWrit...Gravatar Eric Fellheimer2015-06-15
* Enables BlazeModule to return multiple ActionContextProviders and ActionConte...Gravatar Googler2015-04-23
* add OutputGroupProvider.DEFAULT_GROUPS for commonly built groupsGravatar Michajlo Matijkiw2015-03-18
* Some more cleanup.Gravatar Ulf Adams2015-03-10
* Rename TopLevelArtifactProvider to OutputGroupProvider.Gravatar Lukacs Berki2015-03-05
* fix bug in test-specific top-level artifact helper behaviorGravatar Michajlo Matijkiw2015-02-26
* Open-source BuildViewTestCase and the infrastructure required by it, as well asGravatar Ulf Adams2015-02-25