index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
rules
/
genquery
Commit message (
Expand
)
Author
Age
*
Automatic code cleanup.
cushon
2017-10-23
*
Don't allow injection of non-default output formatters for genquery rule.
janakr
2017-09-13
*
More BUILD file refactorings.
philwo
2017-09-06
*
Move RuleConfiguredTargetFactory to lib.analysis
ulfjack
2017-08-07
*
Remove TransitiveTargetValue.transitive{S,Uns}uccessfulPkgs
ulfjack
2017-07-19
*
Make TargetPatternKey implement SkyKey instead of wrapping in LegacySkyKey
ulfjack
2017-07-19
*
Add a #getBytes() method to DeterministicWriter that returns a ByteString. By...
janakr
2017-06-30
*
In the Blaze Query implementation, use Set and Map implementations backed by ...
nharmata
2017-06-22
*
Ban the combination of buildfiles/loadfiles and --output=location.
nharmata
2017-06-19
*
fix link in genquery docs to the query language docs
Benjamin Peterson
2017-06-09
*
Make SkyKey an interface, and start the migration of not creating SkyKey wrap...
janakr
2017-05-04
*
Configurably block errors from universe eval in query environments
Mark Schaller
2017-03-12
*
Description redacted.
Nathan Harmata
2017-03-09
*
Rollback of commit 822c37816ac669e51bec3853b41849a19ec5e230.
Nathan Harmata
2017-03-01
*
Reimplement blaze query using an async evaluation model. Use a concurrent bac...
Nathan Harmata
2017-02-28
*
Provide more reporting options to SkyFunctions
Klaus Aehlig
2017-02-27
*
Use //third_party/protobuf:protobuf_java instead of //third_party/protobuf:pr...
Carmi Grushko
2017-02-09
*
Stop GenQuery evaluation when an error is found in the transitive closure of ...
Chloe Calvarin
2017-01-23
*
Rollback of commit e6191f7209ebf3f67480bc7aa9db5ac58beb2156.
Damien Martin-Guillerez
2016-10-19
*
Unify AbstractBlazeQueryEnvironment#evaluateQuery with its subclass overrides...
Nathan Harmata
2016-10-04
*
Don't force PrintStream on streaming output formatters
Michajlo Matijkiw
2016-09-30
*
A bunch of small changes to prepare SkyQueryEnvironment for full-parallel eva...
Nathan Harmata
2016-09-08
*
Allow Skyframe graph lookups and value retrievals to throw InterruptedException.
Janak Ramakrishnan
2016-08-16
*
Added support for null terminated queries.
Andreas Bergmeier
2016-08-10
*
Store genquery's scope of accessible labels as a Label->Target map.
Googler
2016-07-26
*
Explain why recursive patterns are not allowed in genquery.
Julio Merino
2016-07-19
*
Replace Constants.PRODUCT_NAME with a startup option --product_name=bazel and
Luis Fernando Pino Duque
2016-05-31
*
Allow use of Exceptions to exit early out of configured-target creation, inst...
Chris Parsons
2016-05-24
*
Add a --legacy_external_runfiles option
Kristina Chodorow
2016-04-25
*
Automated [] rollback of commit 857cda2c45a5cc68c3fa398311c48c571a64915d and ...
Damien Martin-Guillerez
2016-04-22
*
Move the runfiles for external repositories to under the x.runfiles/ directory
Kristina Chodorow
2016-04-20
*
Review a number of action subclasses and update them according to the spec.
Ulf Adams
2016-04-19
*
Move AbstractBlazeQueryEnvironment to a factory class, and have BlazeModule o...
Nathan Harmata
2016-03-21
*
Add Python protobuf to Bazel third_party and move all protobuf targets into
David Chen
2016-03-17
*
Use static creation method for SkyKey. This allows interning SkyKeys as they ...
Janak Ramakrishnan
2016-03-03
*
Simplifies AbstractWriteFileAction to pass the ActionExecutionContext directl...
Alex Humesky
2016-02-26
*
Remove unused ${SYNOPSIS} variable from Bazel native rule inline documentation.
David Chen
2016-01-28
*
Remove unused ${ATTRIBUTE_DEFINITION} and ${ATTRIBUTE_SIGNATURE} variables from
David Chen
2016-01-25
*
Fix remaining links in inline native rule docs.
David Chen
2016-01-25
*
Use Bazel Preconditions variant which avoids varargs array creation
Mark Schaller
2015-12-10
*
Allow output formatters to work in stream mode.
Miguel Alcon Pinto
2015-12-10
*
Rollback of commit 8e7da8704dba78dba47fbaa0eafce3a91c2deb13.
Peter Schmitt
2015-12-01
*
Reorganize BUILD files.
Han-Wen Nienhuys
2015-11-30
*
Allow output formatters to work in stream mode.
Miguel Alcon Pinto
2015-11-19
*
Split off a BUILD file for query2/ , sort targets in build/lib/BUILD.
Han-Wen Nienhuys
2015-11-11
*
Split off more BUILD files.
Han-Wen Nienhuys
2015-10-28
*
Separate BUILD file for options and docgen.
Han-Wen Nienhuys
2015-10-16
*
Split off 2 BUILD files.
Han-Wen Nienhuys
2015-10-13
*
Rationalize copyright headers
Damien Martin-Guillerez
2015-09-25
*
Rewrite TargetProviderEnvironment to use a PackageProvider.
Ulf Adams
2015-09-24
[next]