aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
* Make ArtifactFunctionTest#testMiddlemanArtifact more realistic by making the ...Gravatar Janak Ramakrishnan2017-03-22
* Factor out local variables in FilesystemValueCheckerTest, just to reduce the ...Gravatar Janak Ramakrishnan2017-03-21
* Enforce that the SkyKey returned by ActionLookupKey#getSkyKey is an ActionLoo...Gravatar Janak Ramakrishnan2017-03-21
* Enable rules to transition based on their Rule objects.Gravatar Michael Staib2017-03-21
* Simplify Attribute.Configurator, add dynamic configs support.Gravatar Greg Estren2017-03-14
* Improve query error msg when a package has a broken Skylark loadGravatar Mark Schaller2017-03-12
* Support composed dependency transitions with dynamic configs.Gravatar Greg Estren2017-03-08
* Remove all the action resource estimation codeGravatar Ulf Adams2017-03-06
* Rationalize local resource acquisitionGravatar Ulf Adams2017-03-03
* Convert --use_action_cache to a regular optionGravatar Googler2017-03-01
* Clean up the semantics of input discovering actions a bit by making updateInp...Gravatar Lukacs Berki2017-02-28
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* Allow absolute symlinks in TreeArtifacts. Let the downstream action (if there...Gravatar Janak Ramakrishnan2017-02-23
* If dynamic configurations are turned on, ruleclass configuration transitionsGravatar Cal Peyser2017-02-22
* Skip computing digests when --use_action_cache=false.Gravatar Googler2017-02-16
* Add a test to PackageFunctionTest confirming current glob behavior.Gravatar Janak Ramakrishnan2017-02-14
* Introduce CppCompileActionTemplate, which expands into a list of CppCompileAc...Gravatar Rumou Duan2017-02-10
* Introduce a new SkyValue that merely contains the workspace name. The workspa...Gravatar Nathan Harmata2017-02-09
* Introduce a Skyframe function: ActionEnvironmentFunction Gravatar Damien Martin-Guillerez2017-02-08
* Remove dead code in SkyframeLabelVisitorGravatar Ulf Adams2017-02-07
* Inject the changes in the client environment for the ClientEnvironmentFunction Gravatar Damien Martin-Guillerez2017-02-02
* Split transitions that return an empty list of options do not suppress dynami...Gravatar Cal Peyser2017-01-30
* Require parens around tuple with trailing comma.Gravatar Laurent Le Brun2017-01-17
* Allows a rule class to specify a configuration transtion that will apply to allGravatar Cal Peyser2017-01-12
* Remove the inmemoryfs library from lib:foundationGravatar Ulf Adams2017-01-10
* Add an "integration" test (rather, just a test that exercises the relevant pa...Gravatar Janak Ramakrishnan2017-01-06
* Remove WalkableGraph#exists and allow WalkableGraph#getValue and WalkableGrap...Gravatar Janak Ramakrishnan2017-01-03
* Provide deterministic order for split configured deps (roll forward part 2).Gravatar Greg Estren2016-12-07
* Rollback of commit 12d766df10fbc5eba16ec1e6c20c8cd85f9c616f.Gravatar Damien Martin-Guillerez2016-12-06
* Provide deterministic order for split configured deps (roll forward)Gravatar Greg Estren2016-12-06
* Rollback of commit 7505d94c19727e3100ac5e16a960bff2cb324f23.Gravatar Damien Martin-Guillerez2016-12-06
* Provide deterministic order for split configured deps.Gravatar Greg Estren2016-12-06
* Replace UnixGlob's package glob prefetching functionality with anGravatar Googler2016-12-02
* Adding an option to set the digest function that everything uses. Minor refac...Gravatar Ola Rozenfeld2016-11-18
* Re-use the precomputed universe key in WalkableGraphFactory#prepareAndGet.Gravatar Janak Ramakrishnan2016-11-17
* Aspects-on-aspects implementation.Gravatar Dmitry Lomov2016-11-15
* Implement build tag filtering.Gravatar Lukacs Berki2016-11-11
* Update package lookup to check for files named BUILD.bazel before files namedGravatar John Cater2016-11-11
* Merge BlazeModule.getEnvironmentExtensions into serverInit / ServerBuilder.Gravatar Ulf Adams2016-11-02
* Fix uses of LocalRepositoryLookupFunction to work with JDK7.Gravatar John Cater2016-10-26
* Add new skyframe function to lookup the repository given a path, and use thatGravatar John Cater2016-10-25
* Accept valid relative symlinks in TreeArtifacts.Gravatar Rumou Duan2016-10-25
* Proper action output checks for TreeArtifacts. Instead of crashing Bazel, we ...Gravatar Rumou Duan2016-10-19
* Fix Bazel-JDK7 breakage on CIGravatar Philipp Wollermann2016-10-19
* Per action file caching for input TreeArtifact.Gravatar Rumou Duan2016-10-19
* Rollback of commit b776d6c12e952eb358c1a036cc9d93d8944c4c77.Gravatar Nathan Harmata2016-10-18
* Don't bother getting the not-real FileStateValue for a path whose parent does...Gravatar Nathan Harmata2016-10-18
* Rollback of commit 0c7a42a09d85ddffd9b860bcb31e4c43a00632c1.Gravatar Nathan Harmata2016-10-17
* Make --watchfs a common command option.Gravatar Ulf Adams2016-10-14
* --watchfs for OSX: use kFSEventStreamCreateFlagNoDefer to receive event as so...Gravatar Damien Martin-Guillerez2016-10-14