aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
* Add support of aspects to the skyframe implementation of query. To keep these...Gravatar Marian Lobur2015-03-25
* Allow the number of threads used in target parsing to be configurable.Gravatar Eric Fellheimer2015-03-25
* Skylark: kill package loading if a Skylark file has errors.Gravatar Googler2015-03-25
* Preload the universe for query testsGravatar Mark Schaller2015-03-24
* Skylark: the native module is refactored and documented.Gravatar Googler2015-03-24
* Add serialization functionality to classes.Gravatar Eric Fellheimer2015-03-23
* Rolling forward rolled back change that did declared dependencies on discover...Gravatar Janak Ramakrishnan2015-03-23
* Use a single critical path component in case of shared actions that run concu...Gravatar Miguel Alcon Pinto2015-03-23
* Add AST_FILE_LOOKUP to the list of key types whose SkyFunction implicitly use...Gravatar Nathan Harmata2015-03-20
* Rolling back change because of subtle race condition when multiple actions in...Gravatar Janak Ramakrishnan2015-03-20
* Delay updating inputs of an action when processing the action cache until it ...Gravatar Janak Ramakrishnan2015-03-20
* Fix typo.Gravatar Nathan Harmata2015-03-20
* Add on-the-fly remote reposGravatar Kristina Chodorow2015-03-20
* On-the-fly target pattern resolution in SkyQueryEnvironmentGravatar Mark Schaller2015-03-18
* Emit events (e.g. errors) encountered while parsing the WORKSPACE file.Gravatar Nathan Harmata2015-03-18
* Make JDK not need tools/jdk/jdk symlinkedGravatar Kristina Chodorow2015-03-18
* Return ActionInput objects from the ActionInputFileCache when given a digest ...Gravatar Janak Ramakrishnan2015-03-16
* Automated [] rollback of [].Gravatar Ulf Adams2015-03-16
* Declare dependencies on discovered inputs before execution instead of after.Gravatar Janak Ramakrishnan2015-03-13
* add baseline functionality for not saving unused artifactsGravatar Michajlo Matijkiw2015-03-13
* Inform EvaluationProgressReceiver of nodes that are built in error.Gravatar Janak Ramakrishnan2015-03-13
* Return the set of files found when discovering inputs. Skyframe will probably...Gravatar Janak Ramakrishnan2015-03-11
* Do not require a WORKSPACE file to load the external pkgGravatar Kristina Chodorow2015-03-11
* Record statistics about dirty output files detected in the output tree.Gravatar Miguel Alcon Pinto2015-03-11
* Increase exception specificity in getPackageGravatar Mark Schaller2015-03-10
* Remove unneeded codeGravatar Kristina Chodorow2015-03-10
* Remove obsolete comment about labels-crossing-subpackage check happening in l...Gravatar Nathan Harmata2015-03-10
* Convert binding exception to something that's actually caught in PackageFunctionGravatar Kristina Chodorow2015-03-10
* Allow BUILD files directly under the build rootGravatar Kristina Chodorow2015-03-10
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Make Rule know about the name of the workspace it is in.Gravatar Kristina Chodorow2015-03-05
* Add a SkyQueryEnvironment which runs queries by examining the Skyframe graph.Gravatar Janak Ramakrishnan2015-02-26
* Skylark: path in load statement either has to be absolute or has to have exac...Gravatar Googler2015-02-26
* Use a factory method in ASTFileLookupValue to enforce that the NO_FILE consta...Gravatar Nathan Harmata2015-02-24
* Description redacted.Gravatar Googler2015-02-19
* Add OutErr#close, and call that in test strategies.Gravatar Han-Wen Nienhuys2015-02-18
* Fix fallout from [] by introducing a distinction between "important" and "not...Gravatar Lukacs Berki2015-02-18
* Introduce a PackageBoundaryMode enum to FilesetTraversalParams.Gravatar Laszlo Csomor2015-02-12
* Parse built-in WORKSPACE filesGravatar Kristina Chodorow2015-02-11
* Replace some calls to ArtifactFactory.resolveSourceArtifact(PathFragment exec...Gravatar Marian Lobur2015-02-11
* As a follow up to []. This changelist creates an intermediary FileWriteAction...Gravatar Googler2015-02-11
* Skylark: enable relative paths in load statements. Only paths with 1 segment ...Gravatar Googler2015-02-09
* Fix or suppress warnings in Blaze code. #fixitGravatar Laszlo Csomor2015-02-06
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25