aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/skyframe/PrepareDepsOfPatternsFunctionSmartNegationTest.java
Commit message (Expand)AuthorAge
* Refactor setupPackageCache to get all BuildConfiguration.Options references o...Gravatar juliexxia2018-08-01
* Support unconditional fetching of repositoriesGravatar Klaus Aehlig2018-06-14
* Use the local JDK as the default target javabaseGravatar cushon2018-05-14
* Remove some unnecessary params.Gravatar nharmata2018-04-02
* Add a DefaultBuildOptions specifying default build flags that may differ from...Gravatar mjhalupka2018-03-22
* Expose --output_user_base to the Bazel server processGravatar Klaus Aehlig2018-02-27
* Introduce Root class.Gravatar tomlu2018-01-17
* Automated rollback of commit d0f06a6e4b61adc39bf5e1cfbae39501a89dc8e3.Gravatar nharmata2017-12-05
* Automated rollback of commit b64119807b014d9f3b99fb8a02e22daf1a8299b6.Gravatar nharmata2017-11-28
* Change BlacklistedPackagesPrefixesFunction to take a pair of a hardcoded set ...Gravatar nharmata2017-11-28
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* Remove WalkableGraph#exists and allow WalkableGraph#getValue and WalkableGrap...Gravatar Janak Ramakrishnan2017-01-03
* Don't keep packages in the default repository around after loading.Gravatar Brian Silverman2016-03-17
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Migrated base test classes to JUnit 4 and deleted their temporary *ForJunit4 ...Gravatar Florian Weikert2015-12-07
* Migrated tests in devtools/build/lib/skyframe to JUnit 4.Gravatar Florian Weikert2015-12-03
* Allow package blacklisting to be done via a file checked into the depot. By d...Gravatar Eric Fellheimer2015-11-12
* Add a Skyframe injected value representing a Blacklist of package patterns. A...Gravatar Eric Fellheimer2015-11-10
* Open source some skyframe/bazel tests.Gravatar Han-Wen Nienhuys2015-10-27