aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/query2
Commit message (Expand)AuthorAge
* Drive-by clean-up: Remove unused visitedMapGravatar shreyax2018-02-07
* When requesting nodes* look first in target configuration, then host (used to...Gravatar juliexxia2018-02-07
* Cleaning up a missed reference to getTarget in ConfiguredTargetQueryEnvironme...Gravatar mjhalupka2018-01-31
* Generalize QueryExpressionVisitor's visitation by permitting an arbitrary "co...Gravatar nharmata2018-01-31
* Add a way to get a Target from the WalkableGraph instead of usingGravatar mjhalupka2018-01-30
* Quick blanket replacement of getTarget().getLabel() with .getLabel(). Some ha...Gravatar Googler2018-01-22
* Re-add WalkableGraph#isUpToDate and BuildDriver#alreadyEvaluatedGravatar Googler2018-01-18
* Introduce the blaze cquery command as the new ui for configurable query.Gravatar juliexxia2018-01-12
* Automated rollback of commit 9e63684a58025d98bfe2f180d56ba7ece69545ae.Gravatar juliexxia2018-01-05
* Automated rollback of commit 86b4532769c22cca2ed7068a60f3326beaad34af.Gravatar juliexxia2018-01-04
* Restructure how universeScope is used when testing configured query to mimick...Gravatar juliexxia2018-01-04
* After getting rid of LabelAndConfiguration, simplify some code by providing a...Gravatar janakr2017-12-28
* Consolidate instances of the --loading_phase_threads flag.Gravatar juliexxia2017-12-21
* Refactor WalkableGraph and BuildDriver interfacesGravatar Googler2017-12-21
* Get rid of LabelAndConfiguration class: ConfiguredTargetKey contains the same...Gravatar janakr2017-12-20
* Consolidate instances of the --keep_going flag.Gravatar juliexxia2017-12-18
* Add --implicit_deps custom filtering to configuredtargetqueryenvironment.Gravatar juliexxia2017-12-08
* Add option to populate selector list in blaze query's proto output.Gravatar twerth2017-12-06
* Check for null build file returned from getBuildFileForPackage.Gravatar jcater2017-12-05
* Fix getBuildFiles to not assume BUILD is the name of the build file.Gravatar John Cater2017-12-04
* Buffer blaze queryGravatar ulfjack2017-11-30
* Fix bug in SkyQuery's 'rbuildfiles' implementation where we were incorrectly ...Gravatar nharmata2017-11-27
* Add --host_deps custom filtering to configuredtargetqueryenvironment.Gravatar juliexxia2017-11-17
* Refactor the representation of a collection of package specificationsGravatar cushon2017-11-15
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Cosmetic refactor of some of the helper methods used by ParallelSkyQueryUtils...Gravatar nharmata2017-11-01
* Fixes EvaluationResult BuilderGravatar Googler2017-10-31
* Rename Label.EXTERNAL_PACKAGE_FILE_NAME to WORKSPACE_FILE_NAMEGravatar ulfjack2017-10-27
* Rename FakeSubincludeTarget to more appropriate name FakeLoadTarget (thanks @...Gravatar juliexxia2017-10-26
* Replace Futures.dereference with the appropriate async method.Gravatar Googler2017-10-20
* Don't follow globs in rbuildfiles. Globs request the FILE node for symlinks w...Gravatar shreyax2017-10-16
* Categorize build options for BuildConfiguration.Gravatar gregce2017-10-06
* Don't allow injection of non-default output formatters for genquery rule.Gravatar janakr2017-09-13
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Fix assorted ErrorProne warnings.Gravatar lberki2017-09-06
* Rename all logger instances to "logger" (instead "LOG" or "log").Gravatar lberki2017-09-05
* Add method getRdepsUnboundedInUniverseParallel to StremableQueryEnvironmentGravatar Googler2017-09-04
* Split the cycle between vfs and profiler.Gravatar philwo2017-08-31
* Split "shell", "graph" into their own packages.Gravatar philwo2017-08-29
* Initial (partial) implementation of configured target query. Activated by pas...Gravatar janakr2017-08-21
* Categorize query options.Gravatar janakr2017-08-18
* Change WalkableGraphFactory#prepareAndGet to take multiple SkyKeys as graph r...Gravatar Googler2017-08-17
* Use Label for equality comparison instead of Target: Target objects don't hav...Gravatar janakr2017-08-14
* Introduce the 'siblings' query function.Gravatar nharmata2017-08-14
* Use Maps#newHashMapWithExpectedSize rather than improper HashMap ctor usage.Gravatar nharmata2017-08-11
* Clean up Label validation, and introduce a factory method for constructing a ...Gravatar nharmata2017-08-08
* Do not log stacktraces for interrupted ParallelVisitor workers, expected quer...Gravatar mschaller2017-07-27
* Generalize some of methods in TargetPattern, PrepareDepsOfPatternValue, and R...Gravatar nharmata2017-07-26
* Make TargetPatternKey implement SkyKey instead of wrapping in LegacySkyKeyGravatar ulfjack2017-07-19
* Make AbstractBlazeQueryEnv closable, shutdown SkyQEnv executor on closeGravatar mschaller2017-07-18