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
/
vfs
/
UnixGlob.java
Commit message (
Expand
)
Author
Age
*
Migrate UnixGlob to Path#statIfFound() instead of #statNullable(). The latter...
felly
2017-04-18
*
fix: Allow parentheses in glob patterns
Harmandeep Kaur
2017-04-11
*
Replace UnixGlob's package glob prefetching functionality with an
Googler
2016-12-02
*
Add the option --experimental_max_directories_to_eagerly_visit_in_globbing. T...
Janak Ramakrishnan
2016-10-05
*
Automated [] rollback of commit 846a5ab98fc26d72024890fdb79a5d3bc6a5a1ba + ma...
Nathan Harmata
2016-08-23
*
Rollback of commit bb5d5efb4b50710241b5b374eb67084f4bf08278.
Tobias Werth
2016-08-23
*
RELNOTES: The string list returned by the skylark 'glob' function is now sort...
Nathan Harmata
2016-08-18
*
Refactor UnixGlob by consolidating the context of a glob subtask into a GlobT...
Nathan Harmata
2016-06-07
*
Remove the dead UnixGlob#Builder#addExcludes and move some existing tests aro...
Nathan Harmata
2016-06-07
*
Use Bazel Preconditions variant which avoids varargs array creation
Mark Schaller
2015-12-10
*
Rationalize copyright headers
Damien Martin-Guillerez
2015-09-25
*
In GlobVisitor, use a ConcurrentHashSet and sort the results at the end rathe...
Nathan Harmata
2015-08-31
*
Refactor the legacy globbing thread pool to make use of more modern concurren...
Eric Fellheimer
2015-06-29
*
Minor cleanup: Unnecessary "static" on interface.
Eric Fellheimer
2015-06-18
*
Deal properly with IOExceptions when globbing in a single thread.
Janak Ramakrishnan
2015-06-17
*
Change UnixGlob#matcher to treat "**/" and "/**" as matching zero or more di...
Janak Ramakrishnan
2015-05-18
*
Some cleanup changes.
Ulf Adams
2015-03-05
*
Update from Google.
Han-Wen Nienhuys
2015-02-25