aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/FileFunction.java
Commit message (Expand)AuthorAge
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Don't treat external files as immutableGravatar Kristina Chodorow2015-12-08
* Removed unused FileFunctionException constructorGravatar Michajlo Matijkiw2015-11-13
* Fix two uses of generics that are causing errors in Eclipse for me.Gravatar Ulf Adams2015-10-19
* Automated [] rollback of [] + merge with []Gravatar Nathan Harmata2015-10-13
* Refactor cycle related skyvalues to use shared empty valueGravatar Michajlo Matijkiw2015-10-13
* Rollback of commit 0f1b041c23e7cc3a2af4bb47a6cd1f3a331b5a4f.Gravatar Shreya Bhattarai2015-10-12
* Handle the case of infinite symlink expansion where a path in a symlink chain...Gravatar Nathan Harmata2015-10-09
* Reintroduce an inconsistency check (albeit, in a weaker form) removed by a pr...Gravatar Nathan Harmata2015-09-30
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Allow Skylark import lookup values to be computed inline in order to avoid re...Gravatar Janak Ramakrishnan2015-09-24
* Minor simple optimization in FileFunction: don't bother getting a FileStateVa...Gravatar Nathan Harmata2015-09-14
* Make dangling symlinks in external repositories work to some degree.Gravatar Lukacs Berki2015-08-28
* Elegantly handle unbounded file symlink resolutions, e.g. 'a' -> 'b' -> 'a/no...Gravatar Nathan Harmata2015-07-29
* Proper support for the external immutable directory mechanism for symlink cha...Gravatar Nathan Harmata2015-03-25
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25