aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/FilesetEntryFunction.java
Commit message (Expand)AuthorAge
* Fix Fileset incrementality bug when Fileset consumes a generated file. The na...Gravatar felly2018-02-05
* Remove unused "pattern" feature in RecursiveFilesystemTraversalFunction.Gravatar felly2018-01-29
* Fix usages of PathFragment segments that will become inefficient.Gravatar tomlu2018-01-19
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Couple of Fileset micro-optimizations:Gravatar kush2017-10-06
* Fix the strict-ordering of symlinks created with Filesets which was inadvarte...Gravatar kush2017-10-06
* Stop the transitive duplication of FilesetTraversalParams when Filesets are n...Gravatar kush2017-09-25
* Fix skyframe-native filesets to honor 'excludes' while in a directory traversal.Gravatar kush2017-08-17
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Avoid unnecessarily nesting FilesetTraversalParams if the nesting adds no inf...Gravatar Janak Ramakrishnan2016-08-02
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Refactor: ResolvedFile.getMetadata is now .getMetadataHash.Gravatar Laszlo Csomor2015-12-07
* Refactor ResolvedFile implementors: remove unnecessary Optional<> wrappers.Gravatar Laszlo Csomor2015-12-07
* Refactoring: RecursiveFilesystemTraversalValue.ResolvedFile is now an interface.Gravatar Laszlo Csomor2015-12-04
* Fix a bug in the Google-internal rule "Fileset" (not in Bazel).Gravatar Laszlo Csomor2015-12-02
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Add the option to match by regexp in RecursiveFilesystemTraversal.Gravatar Janak Ramakrishnan2015-04-21
* Introduce a PackageBoundaryMode enum to FilesetTraversalParams.Gravatar Laszlo Csomor2015-02-12
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25