aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
* 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
* Add more configuration fragment annotations, and a runtime check.Gravatar Ulf Adams2015-08-04
* Description redacted.Gravatar Laszlo Csomor2015-08-04
* TemplateExpansionAction now consistently uses UTF-8 instead of mixing UTF-8 w...Gravatar Florian Weikert2015-08-04
* Remove all calls to AnalysisEnvironment.getDerivedArtifact() from the C++ rul...Gravatar Lukacs Berki2015-08-04
* Minor cosmetic changes.Gravatar Lukacs Berki2015-08-04
* Make OutputFileConfiguredTarget create artifacts that are consistent with Rul...Gravatar Lukacs Berki2015-07-30
* Skylark: In addition to using ctx.configuration.fragment(CONF), the build con...Gravatar Florian Weikert2015-07-30
* Fix middleman conflicts in external repositories by appending the package pathGravatar Damien Martin-Guillerez2015-07-30
* Remove an unused method from RuleContext.Gravatar Ulf Adams2015-07-29
* Support coverage in experimental_ios_test.Gravatar Peter Schmitt2015-07-29
* 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