aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
* Return all mappings in one Map from Runfiles#getRunfilesInputs(...)Gravatar Michajlo Matijkiw2015-05-08
* Add a mechanism for configuration fragments to add arbitrary rules to the def...Gravatar Lukacs Berki2015-05-07
* Defer injection of top-level context until we are just about to do the execut...Gravatar Eric Fellheimer2015-05-06
* Minor update to source manifest action.Gravatar Eric Fellheimer2015-05-05
* Open source a few more analysis tests.Gravatar Ulf Adams2015-05-04
* Implements an attribute 'features' that allows overriding package levelGravatar Manuel Klimek2015-04-30
* Clean up analysis error reporting a bit:Gravatar Janak Ramakrishnan2015-04-28
* Rollback of commit a4b66fdbe61845fd4d4ebaebec1e25cdcd99809d.Gravatar Marian Lobur2015-04-27
* Add a mechanism for configuration fragments to add arbitrary rules to the def...Gravatar Lukacs Berki2015-04-24
* Fix warnings about ancestors calls creating generic arrays.Gravatar Ulf Adams2015-04-24
* A minor refactoring in FileConfiguredTarget.Gravatar Lukacs Berki2015-04-24
* Simplify the createConfiguration method in SkyframeExecutor.Gravatar Ulf Adams2015-04-23
* Redirect the getBuildInfo method calls through RuleContext.Gravatar Ulf Adams2015-04-23
* Constraints: don't check constraints on implicit or lateboundGravatar Greg Estren2015-04-23
* Pass in the test environment using BuildConfiguration.Options.testEnvironment...Gravatar Lukacs Berki2015-04-20
* Remove the full client environment from BuildConfiguration in favor of comput...Gravatar Lukacs Berki2015-04-17
* Simplify ValidationEnvironment.Gravatar Laurent Le Brun2015-04-16
* Become more restrictive around Runfiles#manifestExpanderGravatar Michajlo Matijkiw2015-04-16
* VisibleForTesting cleanup in RunfilesGravatar Michajlo Matijkiw2015-04-16
* Minimize calls to AggregatingAttributeMapper.visitAttribute. Attributes withGravatar Greg Estren2015-04-15
* Configurable attributes: support embeddable selects. With thisGravatar Greg Estren2015-04-14
* Support running extra_actions on [].Gravatar Googler2015-04-14
* Skylark builtin function cleanupsGravatar Francois-Rene Rideau2015-04-13
* Make Artifacts be compared to each other based on their exec paths (and not t...Gravatar Lukacs Berki2015-04-13
* Minor cleanups in TopLevelArtifactHelper.Gravatar Eric Fellheimer2015-04-10
* Add support for $(location) with //external labelsGravatar Kristina Chodorow2015-04-09
* Automated [] rollback of [].Gravatar Han-Wen Nienhuys2015-04-08
* Switch to @AutoValue for RuleDefintion.Metadata now that it is available.Gravatar Googler2015-04-08
* objc: Pass --embed_label to iOS application Info.plist filesGravatar Daniel Wagner-Hall2015-04-08
* --instrumentation_filter now works with Objective C.Gravatar Googler2015-04-01
* Skylark: Mark command_helper as experimental.Gravatar Laurent Le Brun2015-04-01
* Unconditionally include gcc's stdc-predef.h if it is available.Gravatar Janak Ramakrishnan2015-03-31
* Actually force loading of optional objc labelsGravatar Daniel Wagner-Hall2015-03-30
* Actually add OutputGroupProvider.DEFAULT to the set of files to be built when...Gravatar Lukacs Berki2015-03-24
* Skylark: the native module is refactored and documented.Gravatar Googler2015-03-24
* Skylark: minor documentation cleanups.Gravatar Googler2015-03-23
* Replace @BlazeRule with a getMetadata() method. This lets us avoid Java Refle...Gravatar Googler2015-03-20
* Skylark: documentation for targets is added and improved.Gravatar Googler2015-03-20
* add OutputGroupProvider.DEFAULT_GROUPS for commonly built groupsGravatar Michajlo Matijkiw2015-03-18
* Remove "obsolete" and "default_obsolete" from the BUILD language.Gravatar Greg Estren2015-03-18
* Constraints: implement "fulfills". Details are describedGravatar Greg Estren2015-03-18
* Simplify BuildConfiguration to make it cheaper to create more instances.Gravatar Ulf Adams2015-03-16
* remove support for supplying relative root for runfilesGravatar Michajlo Matijkiw2015-03-16
* Skylark: Make ctx.var a dictionary.Gravatar Laurent Le Brun2015-03-13
* Attribute synopsis's are cleaned up. The BE generator prints a warning in cas...Gravatar Googler2015-03-13
* Simplify Attribute builder now that all rules specify allowed file types.Gravatar Ulf Adams2015-03-13
* AttributeMap#has(String, Type) is added to check whether an attribute with a ...Gravatar Googler2015-03-13
* Defaulted cpu to the host cpuGravatar Damien Martin-Guillerez2015-03-13
* Make the semantics of runfiles trees saner by always using the entry that com...Gravatar Lukacs Berki2015-03-13
* Allow ios_test to override the GCOV environment variableGravatar Daniel Wagner-Hall2015-03-10