aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/analysis/util/BuildViewTestCase.java
Commit message (Expand)AuthorAge
* 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
* Introduce a Skyframe function: ActionEnvironmentFunction Gravatar Damien Martin-Guillerez2017-02-08
* Remove some dead codeGravatar Ulf Adams2017-02-07
* Add type checking to select() keys.Gravatar Greg Estren2017-02-01
* Add getImplicitOutputArtifact to BuildViewTestCase. This vastly simplifiesGravatar Googler2017-01-23
* With interleaving now enabled, clean up our tests.Gravatar Ulf Adams2017-01-18
* Cleanup FileWriteAction and add a flag that will guard transparent compressionGravatar Jon Brandvein2016-12-20
* Names of extra-action protos now take into account all aspect names.Gravatar Dmitry Lomov2016-12-16
* Override BuildConfiguration.equals() for dynamic configs.Gravatar Greg Estren2016-12-06
* Rollback of commit 2a2be3907981d9654575493c7012d95d1241f373.Gravatar Googler2016-12-01
* Overrides BuildConfiguration.equals() for dynamic configs.Gravatar Greg Estren2016-12-01
* Move some actions to language-specific packages, where they belong.Gravatar Lukacs Berki2016-11-23
* Refactor LegacyLoadingPhaseRunner to be more like SkyframeLoadingPhaseRunner.Gravatar Ulf Adams2016-11-22
* Fixes test infrastructure bug that wrongly trims output pathsGravatar Greg Estren2016-11-21
* Extra-actions originating in Aspects are reported even if the rule we attach ...Gravatar Carmi Grushko2016-11-21
* Initializes BuildViewTestCase's configuration factory with ruleClassProvider'sGravatar Greg Estren2016-11-18
* Run the analysis phase with as many threads as the user wants. In order to av...Gravatar Janak Ramakrishnan2016-11-18
* Code cleanup for interleaving target pattern eval and config creation.Gravatar Ulf Adams2016-11-16
* Aspects-on-aspects implementation.Gravatar Dmitry Lomov2016-11-15
* Update package lookup to check for files named BUILD.bazel before files namedGravatar John Cater2016-11-11
* Rollback of commit 69c98ab99563e0542cd6146de22a397679c67fdb.Gravatar Tobias Werth2016-10-28
* Rollback of commit 72cc756faffa93781942df261974572c65941c95.Gravatar Tobias Werth2016-10-18
* Adds an enum to describe how PackageLookupFunction should handle package labelsGravatar John Cater2016-10-13
* Add method to get generating action for an output group.Gravatar Tobias Werth2016-10-07
* Refactor SkyframeExecutor#preparePackageLoading to pass all PackageCacheOptio...Gravatar Janak Ramakrishnan2016-09-27
* Split dynamic configurations mode into:Gravatar Greg Estren2016-09-22
* Add type annotations for the benefit of Java 7Gravatar Klaus Aehlig2016-09-14
* Track client environment in SkyframeGravatar Klaus Aehlig2016-09-14
* Make the code that is using execRoot paths use execRoot pathsGravatar Kristina Chodorow2016-09-09
* Roll forward of commit 19db71413329da3f5d22b5fc7681471f3d971d88 (Skylark: Rep...Gravatar Florian Weikert2016-09-06
* Make --experimental_interleave_loading_and_analysis a no-op.Gravatar Ulf Adams2016-09-06
* Rollback of commit 19db71413329da3f5d22b5fc7681471f3d971d88.Gravatar Tobias Werth2016-09-06
* Skylark: Replaced late bound attributes with computed default attributesGravatar Mark Schaller2016-09-02
* Remove ArtifactFactory dependency on incorrect exec rootGravatar Kristina Chodorow2016-08-25
* Instead of filtering for dynamic libraries when creating solib symlinks, asse...Gravatar Lukacs Berki2016-08-22
* Add the repository name as a parameter to the output path functionsGravatar Kristina Chodorow2016-08-12
* Roll forward commit 94c86135d05a1844263c59f3ce6b1c1917e0f4c8Gravatar Liam Miller-Cushon2016-08-11
* Add a builder-like mechanism for writing targets to a Scratch instance that isGravatar Cal Peyser2016-08-09
* Implements dynamic split transitions (minus latebound attribute splits).Gravatar Greg Estren2016-08-08
* Rollback of commit 0fe34924b5e5282b5e2895761f11ad77bccebdba.Gravatar Alex Humesky2016-07-28
* Enable the Java launcher by defaultGravatar Liam Miller-Cushon2016-07-26
* When telling JavaBuilder what label produced a certain jar, also provide the ...Gravatar Carmi Grushko2016-07-21
* Move more things from TestConstants to AnalysisMock and LoadingMock.Gravatar Ulf Adams2016-07-14
* Update AnalysisMock to cover the rule class provider and invocation policy.Gravatar Ulf Adams2016-07-07
* RELNOTES: Use the correct build configuration for shared native deps during A...Gravatar Googler2016-07-01
* Ignore make variables undefined for requested platform.Gravatar Dmitry Lomov2016-07-01
* Sheepishly add a warning about the problem in which getConfiguredTarget() ret...Gravatar Cal Peyser2016-06-24
* Updates BuildViewTestCase.invalidatePackages() to also invalidateGravatar Greg Estren2016-06-21
* Trim configurations requested for a target in BuildViewTestCase.Gravatar Greg Estren2016-06-20