aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/query2
Commit message (Expand)AuthorAge
* Allow uniquifiers to throw QueryExceptions.Gravatar shreyax2018-07-02
* Split common functionality out of ConfiguredTargetQueryEnvironment.Gravatar twerth2018-06-28
* Add ConfiguredTargetValueAccessor.Gravatar twerth2018-06-22
* Rename the implicit attribute used to store toolchain dependencies.Gravatar jcater2018-06-21
* Rename VariableContext to the more general purpose QueryExpressionContext and...Gravatar shreyax2018-06-12
* Split TargetPatternEvaluator into two interfacesGravatar ulfjack2018-06-12
* Introduce generic post analysis build tool.Gravatar twerth2018-06-11
* Fix bug in skyframe-based test-suite expansionGravatar ulfjack2018-06-07
* Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.Gravatar shahan2018-06-06
* Use a new RecursivePackageProvider to ask skyframe for the correct package no...Gravatar juliexxia2018-06-01
* Fix b/80260450 which saw cquery --output=proto crashing on alias configured t...Gravatar juliexxia2018-05-29
* Refactor root cause reporting in ConfiguredTargetFunctionGravatar ulfjack2018-05-29
* Implement unbounded deps() using ParallelVisitor for SkyQuery.Gravatar shreyax2018-05-25
* Unfork SplitTransition / PatchTransition invocations.Gravatar gregce2018-05-24
* Rename PatchTransition.apply to PatchTransiton.patch.Gravatar gregce2018-05-23
* Move various visitor classes into their own classes. ParallelSkyQueryUtils is...Gravatar shreyax2018-05-18
* Include broken packages in rbuildfiles responseGravatar mschaller2018-05-16
* Use ConcurrentHashMap directly instead of MapMaker.Gravatar Googler2018-05-03
* Declare QueryEnvironment#getBuildFiles to throw InterruptedExceptionGravatar shreyax2018-05-02
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-02
* Delete dead non-parallel getRBuildFiles codeGravatar mschaller2018-05-01
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Resolve selects in the attributes of targets for cquery's --output=proto formatGravatar juliexxia2018-05-01
* Remove use of bare Immutable{List,Map,Set} Builder classes.Gravatar jcater2018-04-20
* Add the capability to register a trimming RuleTransitionFactory.Gravatar mstaib2018-04-19
* Move CTQE methods into a more organized order and update some javadocs. No ac...Gravatar juliexxia2018-04-19
* Perform the TTV-land DTC visitation during SkyQuery's internal parallel visit...Gravatar nharmata2018-04-13
* Provide parallel implementations of bounded allrdeps and rdeps.Gravatar nharmata2018-04-12
* Create a new proto output formatter for cquery. Also add flag --[no]proto:inc...Gravatar juliexxia2018-04-11
* Fix bug in SkyQuery's parallel allrdeps with --nohost_deps.Gravatar nharmata2018-04-10
* Remove lock around DiGraph in BlazeQueryEnvironmentGravatar dbabkin2018-04-10
* Fix check-then-act race for some function potentially returning multiple targ...Gravatar shreyax2018-04-05
* Error out gracefully instead of crashing blaze when --output=transitions is u...Gravatar juliexxia2018-04-05
* Expose build file label retrieval as a protected member.Gravatar shreyax2018-04-05
* Make code much easier to read without misleading variable name and negation.Gravatar twerth2018-04-05
* Move proto-related options up a level to common query options. This is part o...Gravatar juliexxia2018-04-03
* Make RuleClass serializable and remove Environment from it, since it was only...Gravatar janakr2018-03-30
* Put configuration checksum into BuildOptions$OptionsDiffForReconstruction and...Gravatar janakr2018-03-28
* Get rid of call to deprecated ConfiguredTarget.getConfiguration()Gravatar juliexxia2018-03-28
* Remove categories from Bazel options.Gravatar ccalvarin2018-03-28
* Remove ConfiguredTargetKey#of(ConfiguredTarget), since it calls ConfiguredTar...Gravatar janakr2018-03-27
* Move the default cquery output format to its own callback and standardize cqu...Gravatar juliexxia2018-03-27
* Get rid of some more #getConfiguration calls.Gravatar janakr2018-03-26
* As promised in an earlier commit, remove subinclude machinery from PackageFac...Gravatar nharmata2018-03-26
* Deprecate TransitiveInfoCollection#getConfiguration(), adding two new methods...Gravatar janakr2018-03-26
* Create a new output formatter for cquery which output transition information ...Gravatar juliexxia2018-03-23
* Remove overloaded function in QueryEnvironmentFactoryGravatar dbabkin2018-03-22
* Split PackageProvider to TargetProvider and CachingPackageLocatorGravatar dbabkin2018-03-21
* Modify CTQEnvironment and associated files to handle AliasConfiguredTargets. ...Gravatar juliexxia2018-03-15
* Remove cycle error reporting from query results since they're not strictly re...Gravatar juliexxia2018-03-09