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
/
vfs
/
FileSystemUtils.java
Commit message (
Expand
)
Author
Age
*
Automated conversion to Java 8
laurentlb
2017-06-30
*
Refactor all ctor callsites of PathFragment to instead call a static 'create'...
nharmata
2017-04-05
*
Move UnixFileSystem to lib.unix, WindowsFileSystem to lib.windows
Ulf Adams
2017-02-28
*
Do not tickle TimestampGranularityMonitor for stable-status.txt no-op updates.
Julio Merino
2016-11-03
*
Fixed symbolic link and hard link path not stripped when "strip_prefix" is set.
Xin Gao
2016-09-23
*
Rollback of commit 4e2f75d8e60020f13a7df452488ec4cc7a719f03.
Kristina Chodorow
2016-09-22
*
Fixed symbolic link and hard link path not stripped when "strip_prefix" is set.
Xin Gao
2016-09-20
*
Also copy directories as output for sandbox.
Yue Gan
2016-09-19
*
Fixed the issue that hard links are handled improperly when bazel decompresse...
Googler
2016-09-08
*
Implement the first stage of Bazel's "Sandbox 2.0" for Linux.
Philipp Wollermann
2016-08-18
*
Move execroot tree creation to its own class
Kristina Chodorow
2016-06-21
*
Rollback of commit bdfd58a8ca2ed5735d6aaa5b238fb0f689515724.
Laurent Le Brun
2016-06-20
*
Make the execution root match the runfiles tree structure for external reposi...
Kristina Chodorow
2016-06-17
*
Replace the occurrences of Constants.PRODUCT_NAME for a call to
Luis Fernando Pino Duque
2016-05-23
*
When creating the exec root symlink forest, take account of the empty package...
Janak Ramakrishnan
2016-05-03
*
Publicize some ByteSink/ByteSource creators in FileSystemUtils.
Eric Fellheimer
2016-02-11
*
Make local_repository and new_local_repository work on Windows.
Lukacs Berki
2016-02-11
*
cache SDKROOT value for local execution of actions using apple toolkit
Chris Parsons
2015-12-15
*
Use Bazel Preconditions variant which avoids varargs array creation
Mark Schaller
2015-12-10
*
Avoid copying file contents when reading the expected number of bytes in#read...
Eric Fellheimer
2015-11-04
*
Change the preprocessor interface to take the byte[] contents of the BUILD fi...
Nathan Harmata
2015-10-21
*
Rationalize copyright headers
Damien Martin-Guillerez
2015-09-25
*
Introduce Path#readSymbolicLinkUnchecked, intended to only be used when the c...
Nathan Harmata
2015-09-17
*
Make FileSystemUtils#asByteSource() private again
Michajlo Matijkiw
2015-09-01
*
Expose the #asByteSource() method in FileSystemUtils.
Eric Fellheimer
2015-08-27
*
TemplateExpansionAction now consistently uses UTF-8 instead of mixing UTF-8 w...
Florian Weikert
2015-08-04
*
Tolerate "..." as the base filename for the fdo profile.
Janak Ramakrishnan
2015-07-10
*
Allow BUILD files directly under the build root
Kristina Chodorow
2015-03-10
*
Some cleanup changes.
Ulf Adams
2015-03-05
*
Update from Google.
Han-Wen Nienhuys
2015-02-25