aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
...
* Add unit tests for AndroidStudioInfoAspect and implement dependency collection.Gravatar Dmitry Lomov2015-09-14
* Skip the constraints check for :run_under.Gravatar Ulf Adams2015-09-14
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-11
* Avoid checking visibility and other constraints for the lipo dependency.Gravatar Ulf Adams2015-09-08
* Improved error message when accessing undeclared configuration fragments.Gravatar Florian Weikert2015-09-08
* Skylark: configuration fragments for host configuration can now be accessed v...Gravatar Florian Weikert2015-09-08
* Rollback of commit 5a94e59f02833f9142bad9203acd72626b089535.Gravatar Janak Ramakrishnan2015-09-08
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-08
* Inject the default runfiles prefix from the rule class provider.Gravatar Ulf Adams2015-09-04
* Fix some warnings.Gravatar Ulf Adams2015-09-04
* Always inject the runfiles prefix into the Runfiles.Builder.Gravatar Ulf Adams2015-09-03
* Fix broken tests.Gravatar Marian Lobur2015-09-02
* Aspects can get information from their base rule.Gravatar Marian Lobur2015-09-02
* Inject the prelude path through the rule class provider.Gravatar Ulf Adams2015-09-01
* Move global objects to RuntimeGravatar Francois-Rene Rideau2015-08-31
* Drop the baseline artifact output group.Gravatar Ulf Adams2015-08-31
* Merge the baseline coverage code path into the coverage codepath.Gravatar Ulf Adams2015-08-31
* Move PackageIdentifier to cmdlineGravatar Kristina Chodorow2015-08-31
* Fix $(location //external:some_tool) expansion for genrules.Gravatar Brian Silverman2015-08-28
* Add a @deprecated annotation to Runfiles#addArtifacts.Gravatar Carmi Grushko2015-08-28
* Expose FilesToRun provider to Skylark.Gravatar Brian Silverman2015-08-27
* Add a isLoadingPhase flag to EnvironmentGravatar Francois-Rene Rideau2015-08-27
* Create ValidationEnvironment from EnvironmentGravatar Francois-Rene Rideau2015-08-27
* Implement the core structure for dynamic configurations.Gravatar Greg Estren2015-08-26
* Port to FreeBSD.Gravatar Doug Rabson2015-08-26
* Rules created by Skylark macros now have values for the attributes generator_...Gravatar Florian Weikert2015-08-26
* Add an --experimental_disable_jvm flag.Gravatar Ulf Adams2015-08-26
* Added more details about the use of configuration fragments in Skylark to the...Gravatar Florian Weikert2015-08-24
* Removed ctx.configuration.fragment() from Skylark. Please use ctx.fragments.{...Gravatar Florian Weikert2015-08-24
* Remove the some calls to AnalysisEnvironment.getDerivedArtifact() and add a b...Gravatar Lukacs Berki2015-08-24
* Change the skylark Java rules to use the configuration path separator.Gravatar Ulf Adams2015-08-24
* Add shortcut methods for adding providers. These do not require explicitly sp...Gravatar Carmi Grushko2015-08-24
* Replace AnalysisEnvironment.getDerivedArtifact() calls with RuleContext.getSh...Gravatar Lukacs Berki2015-08-20
* A prototype implementation of top-level aspects.Gravatar Dmitry Lomov2015-08-20
* Return current date from BlazeVersionInfo, when date is set to default value.Gravatar Marian Lobur2015-08-20
* Fix crash when checking providers.Gravatar Ulf Adams2015-08-20
* Split Skylark Library into multiple pages, one per module. Add collapsibleGravatar David Chen2015-08-18
* Description redacted.Gravatar Marian Lobur2015-08-17
* Set the workspace suffix for runfilesGravatar Kristina Chodorow2015-08-13
* Add native support for linux on ARM Cpu (32 bits)Gravatar Zhong Wang2015-08-12
* Allow runtime introspection of a content hash of the Blaze binary and all emb...Gravatar Eric Fellheimer2015-08-12
* Allow the workspace to be /Gravatar Kristina Chodorow2015-08-11
* Experimental support LLVM ThinLTO.Gravatar Han-Wen Nienhuys2015-08-11
* Skylark rules can now declare their required configuration fragmentsGravatar Florian Weikert2015-08-10
* Stop checking package roots for incompatible changes after loading phase.Gravatar Marian Lobur2015-08-07
* Rephrase the ActionGraph in terms of the WalkableGraph. This should be more e...Gravatar Eric Fellheimer2015-08-06
* Refactor the missing fragment handling code to use a policy enum.Gravatar Ulf Adams2015-08-06
* Skylark: In addition to using ctx.configuration.fragment(CONF), the build con...Gravatar Florian Weikert2015-08-06
* Make DependencyResolver more explicit about the factGravatar Greg Estren2015-08-06
* Removed BuildConfiguration.Fragment#getName() and #isSkylarkVisible().Gravatar Florian Weikert2015-08-05