aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
* Check that most output artifacts are under a directory determined by the repo...Gravatar Lukacs Berki2015-07-29
* Skylark documentation fixesGravatar Laurent Le Brun2015-07-29
* Description redacted.Gravatar Laszlo Csomor2015-07-27
* When builds fail because select statements don't match, include in the errorGravatar Greg Estren2015-07-27
* Refactoring: Replaced redundant strings.Gravatar Florian Weikert2015-07-27
* Decompose BuildView.getDirectPrerequisites to allow access to Dependencies.Gravatar Michael Staib2015-07-17
* Give Dependency a valid equals/hashCode/toString set.Gravatar Michael Staib2015-07-16
* Define ":action_listener" attribute for Skylark rules.Gravatar Laurent Le Brun2015-07-13
* Skylark: Implemented ctx.expand_location() which expands the location(s) of t...Gravatar Florian Weikert2015-07-10
* Fixes the phrasing of an error message.Gravatar Alex Humesky2015-07-10
* Introduce hook to BazelWorkspaceStatusModule that calls externalGravatar Ming Zhao2015-07-08
* Open-source workspace_status_command option.Gravatar Han-Wen Nienhuys2015-07-07
* Eliminate BuildConfiguration.getShortName().Gravatar Lukacs Berki2015-06-29
* Remove BuildConfiguration.cacheKey() and replace .shortCacheKey() with a .che...Gravatar Lukacs Berki2015-06-29
* Make split configuration transitions work with Bazel.Gravatar Lukacs Berki2015-06-29
* Refactor HOST configuration transitions to be dynamic-configuration friendly.Gravatar Greg Estren2015-06-29
* Skylark: Expose runfiles provider to targetsGravatar Laurent Le Brun2015-06-23
* Allow Skylark to access information about runfiles.Gravatar Brian Silverman2015-06-23
* Skylark: Fix crash when computed attribute has the wrong typeGravatar Laurent Le Brun2015-06-23
* Log a message when we wipe invalidate the transitive closure of all Configure...Gravatar Nathan Harmata2015-06-19
* Skylark: Late-bound attributes may return None.Gravatar Laurent Le Brun2015-06-17
* Default Android dependencies to a //external: label with a default binding to...Gravatar Lukacs Berki2015-06-16
* Get jdk.WORKSPACE into the default WORKSPACE file by reading it as a Java res...Gravatar Lukacs Berki2015-06-15
* Introduce CompositeRunfilesSupplierGravatar Michajlo Matijkiw2015-06-15
* Add username, hostname to stable build status.Gravatar Ming Zhao2015-06-15
* Improve platform and CPU detection, use the correct protoc binary for the run...Gravatar Philipp Wollermann2015-06-12
* Have constraints' definition of implicit deps exactly match query's.Gravatar Greg Estren2015-06-12
* Add some clarifying comments to CppCompilationContext.Gravatar Han-Wen Nienhuys2015-06-12
* Add the necessary templates to make android_ndk_repository actually work.Gravatar Lukacs Berki2015-06-11
* Handle exceptions encountered resolving packages during the execution phaseGravatar Michajlo Matijkiw2015-06-10
* Refactoring: PseudoAction ctor "inputs" argument is now a NestedSet.Gravatar Laszlo Csomor2015-06-09
* More runfiles consolidationGravatar Michajlo Matijkiw2015-06-05
* Add debugging for mysterious crash.Gravatar Janak Ramakrishnan2015-06-05
* Remove compatible_with / restricted_to attributes from ruleGravatar Greg Estren2015-06-03
* Keep host dependencies exempt from constraint checkingGravatar Greg Estren2015-06-03
* Skylark: Expose proto providers in a cleaner way.Gravatar Laurent Le Brun2015-06-01
* Create a Skylark API for C++ rules.Gravatar Laurent Le Brun2015-05-29
* Add an entry to TransitiveTargetValue that tracks theGravatar Greg Estren2015-05-27
* Filter out middleman artifacts in RunfilesSupplierImplGravatar Michajlo Matijkiw2015-05-27
* Add runfiles to metadata caches and make them isFile awareGravatar Michajlo Matijkiw2015-05-26
* Have ConfiguredTargetFactory subclasses declare which FragmentOptionsGravatar Greg Estren2015-05-21
* Added version informationGravatar Damien Martin-Guillerez2015-05-21
* Description redacted.Gravatar Mark Schaller2015-05-21
* RELNOTES: Use a default implementation of a progress message, rather than def...Gravatar Daniel Wagner-Hall2015-05-19
* RELNOTES[INC]: Remove deprecated "make var" INCDIRGravatar Han-Wen Nienhuys2015-05-18
* Adds a provider that exports Java source information. Adds some testing suppo...Gravatar Googler2015-05-15
* Make Spawns runfiles awareGravatar Michajlo Matijkiw2015-05-15
* Make local TestStrategy bits rely less on runfiles manifestsGravatar Michajlo Matijkiw2015-05-15
* Add missing anchors to the Skylark documentation.Gravatar Laszlo Csomor2015-05-11
* Return all mappings in one Map from Runfiles#getRunfilesInputs(...)Gravatar Michajlo Matijkiw2015-05-08