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
/
skyframe
/
TargetPatternValue.java
Commit message (
Expand
)
Author
Age
*
Make SkyKey an interface, and start the migration of not creating SkyKey wrap...
janakr
2017-05-04
*
Be very deliberate about the concept of a TargetPattern's "directory".
Nathan Harmata
2017-01-16
*
Allow Skyframe graph lookups and value retrievals to throw InterruptedException.
Janak Ramakrishnan
2016-08-16
*
Allow blacklisted package prefixes to be passed in lazily via a Supplier.
Eric Fellheimer
2016-05-30
*
Fix SkyQuery bug where we weren't respecting the package blacklist. We do thi...
Nathan Harmata
2016-04-18
*
Use static creation method for SkyKey. This allows interning SkyKeys as they ...
Janak Ramakrishnan
2016-03-03
*
Store excluded subdirectories as PathFragment instead of String inside Target...
Janak Ramakrishnan
2016-01-14
*
Use Bazel Preconditions variant which avoids varargs array creation
Mark Schaller
2015-12-10
*
Rationalize copyright headers
Damien Martin-Guillerez
2015-09-25
*
Move Label from the lib.syntax to the lib.cmdline package so that:
Lukacs Berki
2015-09-21
*
Parse the label syntax "@//a:b" so that eventually we can make that the synta...
Lukacs Berki
2015-09-15
*
Rollback of commit 14b437bf749baf0488cfc7e4ed7589dc4af9bec3.
Mark Schaller
2015-06-19
*
Implement smart negation for target pattern sequences
Mark Schaller
2015-06-01
*
Move target pattern parsing to key construction time
Mark Schaller
2015-05-21
*
Rename skyframe's TargetPattern to TargetPatternKey
Mark Schaller
2015-05-21
*
Similar to TargetMarkerValue, have TargetPatternValue *not* embed Targets.
Nathan Harmata
2015-04-23
*
Update from Google.
Han-Wen Nienhuys
2015-02-25