aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/query2
Commit message (Expand)AuthorAge
* Rename PackageManager.getTargetPatternEvaluator to newTargetPatternEval.Gravatar Ulf Adams2015-09-30
* Don't crash when building environment groups directlyGravatar Greg Estren2015-09-30
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Make TargetFormatter available for tests.Gravatar Janak Ramakrishnan2015-09-24
* Improve performance of Sky query.Gravatar Miguel Alcon Pinto2015-09-24
* Make aspect resolver and dependencyFilter transient, as they are not serializ...Gravatar Miguel Alcon Pinto2015-09-23
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Stop throwing an exception if a Package was successfully created but contains...Gravatar Janak Ramakrishnan2015-09-17
* Remove commentGravatar Miguel Alcon Pinto2015-09-16
* Parse the label syntax "@//a:b" so that eventually we can make that the synta...Gravatar Lukacs Berki2015-09-15
* Fix rbuildfiles query operation for broken packages. We use to assume that al...Gravatar Miguel Alcon Pinto2015-09-11
* Don't expose includeGlobs in PackageSerializer public interfaceGravatar Michajlo Matijkiw2015-09-11
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-11
* Stop serializing/deserializing Locations as part of PackagesGravatar Michajlo Matijkiw2015-09-11
* The rbuildfiles operator in blaze query now correctly handles loads and subin...Gravatar John Field2015-09-09
* Use AutoProfiler in the Bazel codebase.Gravatar Nathan Harmata2015-09-08
* Add an attribute to proto and xml query outputs to mark packages that are in ...Gravatar Miguel Alcon Pinto2015-09-08
* Rollback of commit 5a94e59f02833f9142bad9203acd72626b089535.Gravatar Janak Ramakrishnan2015-09-08
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-08
* Fix some warnings.Gravatar Ulf Adams2015-09-04
* Code cleanupGravatar Laurent Le Brun2015-09-03
* Make full location serialization for packages optionalGravatar Michajlo Matijkiw2015-08-31
* Move PackageIdentifier to cmdlineGravatar Kristina Chodorow2015-08-31
* Only construct ErrorInfo string when error is not a cycleGravatar Mark Schaller2015-08-28
* Replace query option --order_results with --order_output, which can take thre...Gravatar Janak Ramakrishnan2015-08-26
* No-op refactoring of output formatters to re-use common code.Gravatar Janak Ramakrishnan2015-08-26
* Remove unnecessary use of ResolvedTargets in SkyQueryEnvironment.Gravatar Janak Ramakrishnan2015-08-26
* Improve efficiency of reverse queries for Skyframe by memoizing getAllowedDep...Gravatar Miguel Alcon Pinto2015-08-24
* Fix import for CompactHashSet.Gravatar David Chen2015-08-21
* Add rbuildfiles function to queries, only for use when using SkyQueryEnvironm...Gravatar Janak Ramakrishnan2015-08-21
* Filter out targets not in the universe (as defined by the lack of transitive ...Gravatar Janak Ramakrishnan2015-08-21
* Fix output of query --output=buildGravatar Laurent Le Brun2015-08-21
* Make SkyQueryEnvironment more efficient retrieving the labels.Gravatar Miguel Alcon Pinto2015-08-20
* Use Set<Target> instead of ResolvedTargets<Target> when saving resolved targe...Gravatar Janak Ramakrishnan2015-08-18
* Adds TransitiveTraversalFunction that loads transitive deps of a targetGravatar Mark Schaller2015-07-30
* Add some useful logging of "blaze query" timing.Gravatar Eric Fellheimer2015-07-29
* Throw InterruptedException directly if a query is interrupted, instead of wra...Gravatar Janak Ramakrishnan2015-07-10
* Add --proto:default_values option for blaze query, which can be used to supressGravatar Googler2015-07-08
* Activate interleaved package and transitive target loadingGravatar Mark Schaller2015-07-08
* Rollback of commit 13ef26d0817a429bf214d3dc4c5551e616e403fe.Gravatar Laurent Le Brun2015-06-30
* Add "allrdeps" function that computes rdeps in whatever universe happens to b...Gravatar Janak Ramakrishnan2015-06-26
* Convert SkyQueryEnvironment#preloadOrThrow to use batch operations where it m...Gravatar Janak Ramakrishnan2015-06-23
* Convert SkyQueryEnvironment#buildTransitiveClosure to use batch operations.Gravatar Janak Ramakrishnan2015-06-23
* Clean up AllPathsFunction and get rid of getFwdDeps(Target) and getReverseDep...Gravatar Janak Ramakrishnan2015-06-19
* Add batch methods to WalkableGraph and convert SkyQueryEnvironment to use them.Gravatar Janak Ramakrishnan2015-06-18
* Skylark: write labels readablyGravatar Francois-Rene Rideau2015-06-18
* Convert getTransitiveClosure to batch dep retrieval.Gravatar Janak Ramakrishnan2015-06-17
* Create batch versions of query environment methods getFwdDeps and getReverseD...Gravatar Janak Ramakrishnan2015-06-17
* Implement Skylark function reprGravatar Francois-Rene Rideau2015-06-15