aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/genquery
Commit message (Expand)AuthorAge
* Stop GenQuery evaluation when an error is found in the transitive closure of ...Gravatar Chloe Calvarin2017-01-23
* Rollback of commit e6191f7209ebf3f67480bc7aa9db5ac58beb2156.Gravatar Damien Martin-Guillerez2016-10-19
* Unify AbstractBlazeQueryEnvironment#evaluateQuery with its subclass overrides...Gravatar Nathan Harmata2016-10-04
* Don't force PrintStream on streaming output formattersGravatar Michajlo Matijkiw2016-09-30
* A bunch of small changes to prepare SkyQueryEnvironment for full-parallel eva...Gravatar Nathan Harmata2016-09-08
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Added support for null terminated queries.Gravatar Andreas Bergmeier2016-08-10
* Store genquery's scope of accessible labels as a Label->Target map.Gravatar Googler2016-07-26
* Explain why recursive patterns are not allowed in genquery.Gravatar Julio Merino2016-07-19
* Replace Constants.PRODUCT_NAME with a startup option --product_name=bazel and Gravatar Luis Fernando Pino Duque2016-05-31
* Allow use of Exceptions to exit early out of configured-target creation, inst...Gravatar Chris Parsons2016-05-24
* Add a --legacy_external_runfiles optionGravatar Kristina Chodorow2016-04-25
* Automated [] rollback of commit 857cda2c45a5cc68c3fa398311c48c571a64915d and ...Gravatar Damien Martin-Guillerez2016-04-22
* Move the runfiles for external repositories to under the x.runfiles/ directoryGravatar Kristina Chodorow2016-04-20
* Review a number of action subclasses and update them according to the spec.Gravatar Ulf Adams2016-04-19
* Move AbstractBlazeQueryEnvironment to a factory class, and have BlazeModule o...Gravatar Nathan Harmata2016-03-21
* Add Python protobuf to Bazel third_party and move all protobuf targets intoGravatar David Chen2016-03-17
* Use static creation method for SkyKey. This allows interning SkyKeys as they ...Gravatar Janak Ramakrishnan2016-03-03
* Simplifies AbstractWriteFileAction to pass the ActionExecutionContext directl...Gravatar Alex Humesky2016-02-26
* Remove unused ${SYNOPSIS} variable from Bazel native rule inline documentation.Gravatar David Chen2016-01-28
* Remove unused ${ATTRIBUTE_DEFINITION} and ${ATTRIBUTE_SIGNATURE} variables fromGravatar David Chen2016-01-25
* Fix remaining links in inline native rule docs.Gravatar David Chen2016-01-25
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Allow output formatters to work in stream mode.Gravatar Miguel Alcon Pinto2015-12-10
* Rollback of commit 8e7da8704dba78dba47fbaa0eafce3a91c2deb13.Gravatar Peter Schmitt2015-12-01
* Reorganize BUILD files.Gravatar Han-Wen Nienhuys2015-11-30
* Allow output formatters to work in stream mode.Gravatar Miguel Alcon Pinto2015-11-19
* Split off a BUILD file for query2/ , sort targets in build/lib/BUILD.Gravatar Han-Wen Nienhuys2015-11-11
* Split off more BUILD files.Gravatar Han-Wen Nienhuys2015-10-28
* Separate BUILD file for options and docgen.Gravatar Han-Wen Nienhuys2015-10-16
* Split off 2 BUILD files.Gravatar Han-Wen Nienhuys2015-10-13
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Rewrite TargetProviderEnvironment to use a PackageProvider.Gravatar Ulf Adams2015-09-24
* 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
* Parse the label syntax "@//a:b" so that eventually we can make that the synta...Gravatar Lukacs Berki2015-09-15
* Package that is dependency of genquery cannot be null when genquery is being ...Gravatar Janak Ramakrishnan2015-09-15
* Save information about transitive packages in ConfiguredTargetValue and Aspec...Gravatar Marian Lobur2015-09-09
* Move PackageIdentifier to cmdlineGravatar Kristina Chodorow2015-08-31
* Replace query option --order_results with --order_output, which can take thre...Gravatar Janak Ramakrishnan2015-08-26
* Set the workspace suffix for runfilesGravatar Kristina Chodorow2015-08-13
* Make globs work in remote repositories.Gravatar Lukacs Berki2015-07-08
* Rollback of accidentally submitted change.Gravatar Lukacs Berki2015-07-07
* Make globs work in remote repositories.Gravatar Lukacs Berki2015-07-07
* Description redacted.Gravatar Lukacs Berki2015-06-10
* Add --with_aspect_deps flag to blaze query. This flag should produce addition...Gravatar Lukacs Berki2015-06-05
* Teach TargetPatterns "getDirectory" and "contains"Gravatar Mark Schaller2015-05-21
* Move comments closer to the code they describe.Gravatar Mark Schaller2015-04-27
* Similar to TargetMarkerValue, have TargetPatternValue *not* embed Targets.Gravatar Nathan Harmata2015-04-23