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
/
skyframe
/
FilesystemValueChecker.java
Commit message (
Expand
)
Author
Age
*
Introduce TreeFileArtifact, which represents files under TreeArtifacts.
Rumou Duan
2016-04-14
*
Move TimestampGranularityMonitor to CommandEnvironment.
Ulf Adams
2016-03-23
*
Update FileSystemValueChecker to handle TreeArtifact values.
Michael Thvedt
2016-02-10
*
Support for handling TreeArtifact metadata and returning TreeArtifacts from A...
Michael Thvedt
2016-02-09
*
Use Bazel Preconditions variant which avoids varargs array creation
Mark Schaller
2015-12-10
*
Allow for a set of known modified files to be passed into the FileSystemValue...
Eric Fellheimer
2015-11-18
*
Allow FilesystemValueChecker to operate on a WalkableGraph and add TODOs for ...
Nathan Harmata
2015-11-10
*
Update @Nullable annotations for FilesystemValueChecker related stuff.
Nathan Harmata
2015-11-10
*
In FilesystemValueChecker, use 200 threads and don't waste threads on skipped...
Nathan Harmata
2015-10-06
*
Log how much time we spend manually checking files and directory listings for...
Nathan Harmata
2015-10-06
*
Rationalize copyright headers
Damien Martin-Guillerez
2015-09-25
*
Be resilient to a non-decreasing clock in BlazeRuntime#recordLastExecutionTim...
Nathan Harmata
2015-08-28
*
When we have enough information to determine that a file didn't change type, ...
Nathan Harmata
2015-08-13
*
Allow modules to specify additional nodes in the graph to be invalidated and ...
Janak Ramakrishnan
2015-07-29
*
Log SkyKeys detected changed across builds
Michajlo Matijkiw
2015-06-23
*
Renaming ExecutorShutdownUtil to ExecutorUtil, since it doesn't just do shutd...
Eric Fellheimer
2015-06-19
*
Don't be unnecessarily conservative about marking FileStateKeys and Directory...
Nathan Harmata
2015-06-09
*
Remove superfluous throws clause.
Nathan Harmata
2015-06-08
*
Don't take into account symlinks when computing intrabuild file modifications...
Miguel Alcon Pinto
2015-04-13
*
Split FileAndMetadataCache into two classes, since most of the shared functio...
Janak Ramakrishnan
2015-04-06
*
Record statistics about dirty output files detected in the output tree.
Miguel Alcon Pinto
2015-03-11
*
Update from Google.
Han-Wen Nienhuys
2015-02-25