aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/vfs/UnixGlob.java
Commit message (Expand)AuthorAge
* Use ConcurrentHashMap instead of Cache where we aren't using any of theGravatar Googler2018-08-15
* Slightly improve UnixGlob implementation. For recursive patterns, the currentGravatar Googler2018-07-31
* Add AutoProfiler-like API to ProfilerGravatar ulfjack2018-06-11
* Change profiling to only accept strings for its "description" argument. Profi...Gravatar janakr2018-04-01
* Optimize Path (and the underlying String) allocations in UnixGlob for the cas...Gravatar nharmata2018-02-27
* Address post-commit comments in https://github.com/bazelbuild/bazel/commit/6f...Gravatar nharmata2018-01-18
* Have UnixGlob explicitly handle RuntimeExceptions encountered by individual g...Gravatar nharmata2018-01-16
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Allow "[", "]", "{", and "}" in globs in BUILD files. (#3048)Gravatar Jonathan Bluett-Duncan2017-06-22
* Migrate UnixGlob to Path#statIfFound() instead of #statNullable(). The latter...Gravatar felly2017-04-18
* fix: Allow parentheses in glob patternsGravatar Harmandeep Kaur2017-04-11
* Replace UnixGlob's package glob prefetching functionality with anGravatar Googler2016-12-02
* Add the option --experimental_max_directories_to_eagerly_visit_in_globbing. T...Gravatar Janak Ramakrishnan2016-10-05
* Automated [] rollback of commit 846a5ab98fc26d72024890fdb79a5d3bc6a5a1ba + ma...Gravatar Nathan Harmata2016-08-23
* Rollback of commit bb5d5efb4b50710241b5b374eb67084f4bf08278.Gravatar Tobias Werth2016-08-23
* RELNOTES: The string list returned by the skylark 'glob' function is now sort...Gravatar Nathan Harmata2016-08-18
* Refactor UnixGlob by consolidating the context of a glob subtask into a GlobT...Gravatar Nathan Harmata2016-06-07
* Remove the dead UnixGlob#Builder#addExcludes and move some existing tests aro...Gravatar Nathan Harmata2016-06-07
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* In GlobVisitor, use a ConcurrentHashSet and sort the results at the end rathe...Gravatar Nathan Harmata2015-08-31
* Refactor the legacy globbing thread pool to make use of more modern concurren...Gravatar Eric Fellheimer2015-06-29
* Minor cleanup: Unnecessary "static" on interface.Gravatar Eric Fellheimer2015-06-18
* Deal properly with IOExceptions when globbing in a single thread.Gravatar Janak Ramakrishnan2015-06-17
* Change UnixGlob#matcher to treat "**/" and "/**" as matching zero or more di...Gravatar Janak Ramakrishnan2015-05-18
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25