aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/query2
Commit message (Expand)AuthorAge
* Order Skyframe evaluations in a priority queue, with all children of a given ...Gravatar janakr2018-08-13
* Batch all DependencyResolver#getTarget calls. This leads to some duplicate it...Gravatar janakr2018-08-09
* Add a comment clarifying the soundness of not doing edge filtering during the...Gravatar nharmata2018-08-08
* Sort the rule attribute list in ProtoOutputFormatter by name to cure some queryGravatar Googler2018-08-07
* Add text output to aquery.Gravatar twerth2018-08-02
* Some code cleanups and improvements around the various DTC visitor implementa...Gravatar nharmata2018-07-30
* Fix crash bug in SkyQuery rdeps when there's a dependency edge filter.Gravatar nharmata2018-07-27
* Annotate conditional edges with corresponding conditions in `queryGravatar dhananjayn2018-07-23
* Add aquery as proper command to Bazel.Gravatar twerth2018-07-18
* Move output option down to specific query option.Gravatar twerth2018-07-12
* Use generic classes instead of cquery specific class.Gravatar twerth2018-07-10
* Remove an unused method.Gravatar lberki2018-07-09
* Replace instances of Blaze with Bazel.Gravatar Dan Fabulich2018-07-05
* 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