aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
* Clean up some overly permissive permissions in FileStateValue.Gravatar Janak Ramakrishnan2015-05-07
* Track BUILD file changes on new_ repositoriesGravatar Kristina Chodorow2015-05-07
* Add fetch commandGravatar Kristina Chodorow2015-04-28
* Clean up analysis error reporting a bit:Gravatar Janak Ramakrishnan2015-04-28
* Fix SkyframeExecutor to not assume only one node for the configuration(s).Gravatar Ulf Adams2015-04-27
* Simplify the createConfiguration method in SkyframeExecutor.Gravatar Ulf Adams2015-04-23
* Simplify AnalysisEnvironment creation.Gravatar Ulf Adams2015-04-23
* Similar to TargetMarkerValue, have TargetPatternValue *not* embed Targets.Gravatar Nathan Harmata2015-04-23
* Remove old Skylark Function hierarchyGravatar Francois-Rene Rideau2015-04-23
* Add the option to match by regexp in RecursiveFilesystemTraversal.Gravatar Janak Ramakrishnan2015-04-21
* Add a clear() method to FileOutErr.Gravatar Eric Fellheimer2015-04-21
* Pass in the test environment using BuildConfiguration.Options.testEnvironment...Gravatar Lukacs Berki2015-04-20
* More skylark function cleanupsGravatar Francois-Rene Rideau2015-04-17
* Remove the full client environment from BuildConfiguration in favor of comput...Gravatar Lukacs Berki2015-04-17
* Tweak the default Skyframe thread count during testing. Since test cases are ...Gravatar Eric Fellheimer2015-04-16
* Belated cleanup of MetadataHandler#discardMetadata. Since we have per-action ...Gravatar Janak Ramakrishnan2015-04-14
* Delete debugging code used to diagnose bug when shared actions raced to execute.Gravatar Janak Ramakrishnan2015-04-14
* Fix race when two shared actions don't know about each other until after they...Gravatar Janak Ramakrishnan2015-04-14
* Don't take into account symlinks when computing intrabuild file modifications...Gravatar Miguel Alcon Pinto2015-04-13
* Clear dirty output tree counters so that the next build does not get the old ...Gravatar Miguel Alcon Pinto2015-04-10
* Add more debugging to help track down crash.Gravatar Janak Ramakrishnan2015-04-09
* Add debug logging to help find mysterious crash experienced by users.Gravatar Janak Ramakrishnan2015-04-09
* Remove stale comment.Gravatar Nathan Harmata2015-04-08
* Mostly-automated roll-forward to return ActionInput objects from the ActionIn...Gravatar Janak Ramakrishnan2015-04-06
* Split FileAndMetadataCache into two classes, since most of the shared functio...Gravatar Janak Ramakrishnan2015-04-06
* Remove direct store of Target from NoSuchTargetException. Instead, just note ...Gravatar Eric Fellheimer2015-04-02
* Clean up an unnecessary field in NoSuchTargetException.Gravatar Eric Fellheimer2015-04-02
* optionally error on files outside of known rootsGravatar Michajlo Matijkiw2015-04-01
* Add PrepareDepsOfPatternsFunction, use before queryGravatar Mark Schaller2015-03-31
* Catch action conflicts in the same target during configured target analysis, ...Gravatar Janak Ramakrishnan2015-03-30
* Resolve inputs that were stored in action cache ahead of time so metadata for...Gravatar Janak Ramakrishnan2015-03-30
* Fix WORKSPACE file lookup to look at all package pathsGravatar Kristina Chodorow2015-03-30
* remove unused method/vars/doc in ConfiguredTargetFunctionGravatar Michajlo Matijkiw2015-03-30
* Move action-cache updating to inside ActionExecutionFunction, in preparation ...Gravatar Janak Ramakrishnan2015-03-30
* Fix bug where inputs are updated from action cache but not tracked in Skyframe.Gravatar Janak Ramakrishnan2015-03-26
* Add functionality to discard orphaned binaries and middlemen.Gravatar Michajlo Matijkiw2015-03-25
* Proper support for the external immutable directory mechanism for symlink cha...Gravatar Nathan Harmata2015-03-25
* 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