aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/skyframe/SkyframeLabelVisitorTest.java
Commit message (Expand)AuthorAge
* Refactor setupPackageCache to get all BuildConfiguration.Options references o...Gravatar juliexxia2018-08-01
* Check if ParentFileValue is a directory when evaluating a FileFunction node.Gravatar neerajen2018-07-19
* Automated refactor of Label.parseAbsolute() to always pass a repository mappingGravatar dannark2018-06-27
* Introduce Root class.Gravatar tomlu2018-01-17
* Automated rollback of commit 82e68b75304438c96ff878a0c2b8d18b42002486.Gravatar aehlig2017-12-19
* Make FileSystem operate on LocalPath instead of Path.Gravatar tomlu2017-12-14
* Update PathPackageLocator to take a list of potential build file names,Gravatar John Cater2017-11-28
* Move SkylarkSemanticsOptions to the packages/ directory, alongside SkylarkSem...Gravatar brandjon2017-10-07
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Store Skylark command-line flags in SkyframeGravatar brandjon2017-04-28
* Disable SubincludePreprocessorGravatar laurentlb2017-04-07
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Introduce a Skyframe function: ActionEnvironmentFunction Gravatar Damien Martin-Guillerez2017-02-08
* Remove dead code in SkyframeLabelVisitorGravatar Ulf Adams2017-02-07
* Refactor SkyframeExecutor#preparePackageLoading to pass all PackageCacheOptio...Gravatar Janak Ramakrishnan2016-09-27
* Add type annotations for the benefit of Java 7Gravatar Klaus Aehlig2016-09-14
* Track client environment in SkyframeGravatar Klaus Aehlig2016-09-14
* Move more things from TestConstants to AnalysisMock and LoadingMock.Gravatar Ulf Adams2016-07-14
* Change misleading warning when an error is encountered while loading a target...Gravatar Janak Ramakrishnan2016-04-19
* Always apply invocation policy when constructing build options.Gravatar Janak Ramakrishnan2016-03-24
* Move TimestampGranularityMonitor to CommandEnvironment.Gravatar Ulf Adams2016-03-23
* Remove duplicate skyframe executor in SkyframeLabelVisitorTestCase.Gravatar Janak Ramakrishnan2016-02-09
* Migrated tests in devtools/build/lib/skyframe to JUnit 4.Gravatar Florian Weikert2015-12-03
* Open source SkyframeLabelVisitorTest.Gravatar Han-Wen Nienhuys2015-11-04