aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
* Minor cleanup: mark some fields as `final`.Gravatar Carmi Grushko2015-11-11
* Remove an unused class, ErrorConfiguredTarget.Gravatar Ulf Adams2015-11-10
* Aspect terminology update.Gravatar Dmitry Lomov2015-11-10
* Propagate environment variables set with --test_env command line flag to the ...Gravatar Googler2015-11-05
* workers: Restart worker processes when their binary has changed since they we...Gravatar Philipp Wollermann2015-11-05
* Close some streams that we didn'tGravatar Miguel Alcon Pinto2015-11-05
* Skylark: Updated the locations of more error messages.Gravatar Florian Weikert2015-11-05
* Pass AspectWithParameters instead of separately passing AspectParameters and ...Gravatar Carmi Grushko2015-11-04
* When creating RuleContext, explicitly pass the set of attributes an attached ...Gravatar Carmi Grushko2015-11-02
* Parametrize aspect definition with AspectParameters.Gravatar Dmitry Lomov2015-11-02
* Move LoadingPhaseRunner.LoadingResult to a top-level class.Gravatar Ulf Adams2015-11-02
* Interface methods are public anyway, remove superfluous modifiers.Gravatar Philipp Wollermann2015-11-02
* Implement propagation along dependencies for Skylark aspects.Gravatar Dmitry Lomov2015-11-02
* Provide a way to explicitly constraint-enforceGravatar Greg Estren2015-10-29
* Bugfix: Host fragments could not be accessed properly through Skylark.Gravatar Florian Weikert2015-10-28
* Change default for rule classes that don't explicitlyGravatar Greg Estren2015-10-28
* Add ctor commentGravatar Kristina Chodorow2015-10-27
* Move the check whether a repository name contains a slash to PackageIdentifie...Gravatar Philipp Wollermann2015-10-23
* Move the logic in ConfigurationFactory that orders a configuration'sGravatar Greg Estren2015-10-23
* Introduce an AspectClass: a representation of a class of aspects.Gravatar Dmitry Lomov2015-10-22
* Trying again with checking for the presence of the "resources" attribute and ...Gravatar Googler2015-10-21
* Improve error diagnostics for Skylark aspects.Gravatar Dmitry Lomov2015-10-20
* Implement aspect(...) Skylark function.Gravatar Dmitry Lomov2015-10-20
* Rollback of commit ac7195025b073948785db8c6975a53fc305c5087.Gravatar Peter Schmitt2015-10-20
* Make the incompatibility between dynamic configurationsGravatar Greg Estren2015-10-20
* Automated [] rollback of [].Gravatar Eric Fellheimer2015-10-20
* Trying again with checking for the presence of the "resources" attribute.Gravatar Googler2015-10-19
* []Rollback of commit 65425810207c9fd6892abfaa95da65e25db5e515.Gravatar Googler2015-10-16
* Implement aspect(...) Skylark function.Gravatar Dmitry Lomov2015-10-16
* Change the resource dependency handling to separate between the transitive an...Gravatar Googler2015-10-16
* Remove command_helper, use resolve_command insteadGravatar Francois-Rene Rideau2015-10-15
* Description redacted.Gravatar Googler2015-10-13
* Make RedirectChaser follow redirects through external repositories correctly ...Gravatar Lukacs Berki2015-10-09
* Description redacted.Gravatar Francois-Rene Rideau2015-10-08
* Rules created by Skylark Macros now store the workspace-relative path of the ...Gravatar Florian Weikert2015-10-07
* Partially revert []: move the tools/defaults package back to the main reposit...Gravatar Lukacs Berki2015-10-07
* Remove extraneous check in DependencyResolver.Gravatar Michael Staib2015-10-06
* Add a Constants.TOOLS_PREFIX constant that will serve to redirect the Bazel t...Gravatar Lukacs Berki2015-10-05
* Remove getSplitTransitionTable - this method is never used.Gravatar Greg Estren2015-10-05
* Extract configuration fragment access logic into ConfigurationFragmentPolicy.Gravatar Michael Staib2015-09-30
* Don't crash when building environment groups directlyGravatar Greg Estren2015-09-30
* Remove BuildView.packageManager, which was only used for testing.Gravatar Ulf Adams2015-09-30
* BuildView; move the methods around.Gravatar Ulf Adams2015-09-28
* Refactor BuildView; clearly identify the ide_build_info and the testing API.Gravatar Ulf Adams2015-09-28
* Move the remaining state from BuildView to SkyframeBuildView.Gravatar Ulf Adams2015-09-28
* Remove BuildView.skyframeCacheWasInvalidated.Gravatar Ulf Adams2015-09-28
* Remove BuildView.binTools, which was only used for tests.Gravatar Ulf Adams2015-09-28
* Move BuildView.getActionGraph to SkyframeExecutor.Gravatar Ulf Adams2015-09-28
* Split the PackageManager type hierarchy; no longer inherit LoadedPackageProv.Gravatar Ulf Adams2015-09-28
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25