Sign in
bazel
/
bazel
/
b39c69394c5e7991ca8d04efac2142c22947a7c5
/
src
/
main
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
skyframe
/
RecursiveFilesystemTraversalFunction.java
b39c693
Stop requiring the creation and storage of FileStateValues within ResolvedFile objects.
by kush
· 7 years ago
4b120e7
Make the FileArtifactvalue of generated targets available via the FilesetOutputSymlink whenever available.
by kush
· 7 years ago
e35e8cf
Refactoring: uses OutputService for ActionFileSystem injection
by shahan
· 7 years ago
602cc85
Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.
by shahan
· 7 years ago
5fb2a48
Replace LegacySkyKey by AbstractSkyKey or custom SkyKeys. AbstractSkyKey doesn't save memory in the 32-bit case, but makes it easier for people to see how many SkyKeys we have.
by janakr
· 7 years ago
5be4dd6
Fix Fileset incrementality bug when Fileset consumes a generated file. The native skyframe implementation was actually quite incorrect in this case: It was adding a skyframe dependency on a FileValue for the output file. Without a transitive dependency on the source files and actions that determine the output file's state, this could never work (and explains why the incremental build would fail). Instead, we now depend on the Artifact corresponding to the output file instead.
by felly
· 7 years ago
016a42b
Remove unused "pattern" feature in RecursiveFilesystemTraversalFunction.
by felly
· 7 years ago
8cc5dcf
Rename relativePath -> rootRelativePath in Root and friends.
by tomlu
· 7 years ago
ee6a686
Introduce Root class.
by tomlu
· 7 years ago
e479453
Make FileSymlinkException and InconsistentFSException IOExceptions
by ulfjack
· 7 years ago
a155b53
Replace all usages of Blaze's Preconditions class with guava.
by tomlu
· 7 years ago
95bf7c8
Stop blaze crash due to a symlink cycle or unbounded expansion encountered
by kush
· 8 years ago
3c0adb2
Allow Skyframe graph lookups and value retrievals to throw InterruptedException.
by Janak Ramakrishnan
· 9 years ago
760e709
Refactor the Event class; always construct through static methods.
by Ulf Adams
· 9 years ago
6df8179
Use Bazel Preconditions variant which avoids varargs array creation
by Mark Schaller
· 9 years ago
371cb71
Cleanup: use int instead of Integer in the RecursiveFilesystemTraversal classes.
by Laszlo Csomor
· 9 years ago
207140f
RecursiveFilesystemTraversalFunction now tracks changes in symlinked directory.
by Laszlo Csomor
· 9 years ago
ead9990
Refactor: ResolvedFile.getMetadata is now .getMetadataHash.
by Laszlo Csomor
· 9 years ago
b4d482b
Refactoring: RecursiveFilesystemTraversalValue.ResolvedFile is now an interface.
by Laszlo Csomor
· 9 years ago
0ad729f
Fix a bug in the Google-internal rule "Fileset" (not in Bazel).
by Laszlo Csomor
· 9 years ago
f88f4d8
Rationalize copyright headers
by Damien Martin-Guillerez
· 10 years ago
26cb465
Add the option to match by regexp in RecursiveFilesystemTraversal.
by Janak Ramakrishnan
· 10 years ago
f04efcc
Introduce a PackageBoundaryMode enum to FilesetTraversalParams.
by Laszlo Csomor
· 10 years ago
d08b27f
Update from Google.
by Han-Wen Nienhuys
· 10 years ago