aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
* Clean up documentation for previousGravatar Greg Estren2015-11-20
* Add dynamic config support for config_setting rules.Gravatar Greg Estren2015-11-20
* Workaround javac 1.7 bugGravatar Dmitry Lomov2015-11-19
* LipoDataTransition is only meaningful for C++Gravatar Greg Estren2015-11-18
* Emit extra-actions for actions registered by Aspects.Gravatar Carmi Grushko2015-11-17
* Change the type of ExtraActionArtifactsProvider.extraActionArtifacts to be Ne...Gravatar Carmi Grushko2015-11-17
* Add the concept of a "universal" configuration fragment, which allGravatar Greg Estren2015-11-16
* Use Labels, rather than PathFragments, to represent Skylark loads internally....Gravatar John Field2015-11-13
* When getting package roots for exec paths, don't start with the file, which i...Gravatar Janak Ramakrishnan2015-11-13
* Use the new BuildConfiguration.equalsOrIsSupersetOfGravatar Greg Estren2015-11-13
* Refactor createExtraActionProvider to not require mandatoryStampFiles, which ...Gravatar Carmi Grushko2015-11-13
* Provide a looser concept of BuildConfiguration "equality" to accountGravatar Greg Estren2015-11-12
* Move initializeExtraActions() unchcnaged (apart from its name) to a separate ...Gravatar Carmi Grushko2015-11-12
* 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