aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/FilesetEntryFunction.java
Commit message (Expand)AuthorAge
* Automated rollback of commit 9374ecf94ce44e8bc56e68678cb512abf4cf9ce2.Gravatar felly2018-08-10
* Automated rollback of commit 39974a43abdd32e3a1acbc7da945b08da9983e4e.Gravatar felly2018-08-10
* Allow skyframe-aware actions to pass partial results through ActionExecutionC...Gravatar felly2018-08-09
* Introduce --strict_fileset_output which treats all output Artifacts encounter...Gravatar felly2018-07-18
* Stop requiring the creation and storage of FileStateValues within ResolvedFil...Gravatar kush2018-07-12
* Store the hashCode as an Int instead of a string in FilesetOutputSymlink, andGravatar kush2018-07-11
* Make the FileArtifactvalue of generated targets available via the FilesetOutp...Gravatar kush2018-07-11
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Replace LegacySkyKey by AbstractSkyKey or custom SkyKeys. AbstractSkyKey does...Gravatar janakr2018-03-02
* 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