aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/query2
Commit message (Expand)AuthorAge
* 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
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetad...Gravatar ccalvarin2017-07-11
* Clean up string representations for labelsGravatar vladmos2017-07-05
* Refactor PrinterGravatar vladmos2017-07-03
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Do not take all possible values of an attribute for selector lists of list ty...Gravatar shreyax2017-06-28
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28
* Refactor SkyQueryEnvironment to allow preprocessing or postprocessing targetsGravatar Googler2017-06-27
* Use targets' labels' package identifier for query output=packageGravatar mschaller2017-06-22
* In the Blaze Query implementation, use Set and Map implementations backed by ...Gravatar nharmata2017-06-22
* Automated rollback of commit 7dec00574aa91327693f6ba7e90bff5bc834253e.Gravatar ajmichael2017-06-22
* Ban the combination of buildfiles/loadfiles and --output=location.Gravatar nharmata2017-06-19
* Don't call function names keyword in the query reference because they are not.Gravatar lberki2017-06-13
* Remove ErrorSensingEventHandler#resetErrors().Gravatar lberki2017-06-12
* Make PackageOutputFormatter use PackageIdentifier instead of package name.Gravatar ajmichael2017-06-08
* Fix a bug in ParallelVisitor which prevents visitation task from being interr...Gravatar Googler2017-06-02
* Don't throw runtime exception on interruption - since we know the future is a...Gravatar Googler2017-05-26
* Expose the target map from Package.Gravatar carmi2017-05-19
* Have TransitiveTraversalValues store kind of targets which have errors when c...Gravatar Googler2017-05-16
* Clean up AbstractQueueVisitor's constructors.Gravatar janakr2017-05-09
* Have QueryExpressionMapper#compose take arbitrary number of mappersGravatar Googler2017-05-04