aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/vfs
Commit message (Expand)AuthorAge
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Move UnixFileSystem to lib.unix, WindowsFileSystem to lib.windowsGravatar Ulf Adams2017-02-28
* Windows: use JNI CreateJunction in Java code Gravatar Laszlo Csomor2017-02-15
* A minor refactoring of the way the test infrastructure gets the FileSystem im...Gravatar Lukacs Berki2017-02-01
* Windows: resolve shortened pathsGravatar Laszlo Csomor2017-01-03
* Bazel tests: fix j/c/g/.../lib:windows-testsGravatar Laszlo Csomor2016-12-21
* Windows, JNI: implement nativeGetLongPathGravatar Laszlo Csomor2016-12-15
* Bazel: make PathWindowsTest more robustGravatar Laszlo Csomor2016-11-22
* Windows: can now remove bazel-* symlinksGravatar Laszlo Csomor2016-11-04
* Do not tickle TimestampGranularityMonitor for stable-status.txt no-op updates.Gravatar Julio Merino2016-11-03
* VFS: PathFragment is no longer aware of MSYS pathsGravatar Laszlo Csomor2016-10-27
* VFS: implement a Windows-specific Path subclassGravatar Laszlo Csomor2016-10-25
* Rollback of commit e0d7a540e3c615c628f63fcaaaba0c47fca2cb25.Gravatar Philipp Wollermann2016-10-19
* Add file extension property to SkylarkGravatar Paul Roberts2016-10-18
* VFS: implement a Windows-specific Path subclassGravatar Laszlo Csomor2016-10-18
* Also copy directories as output for sandbox.Gravatar Yue Gan2016-09-19
* Windows: add a Java-native isJunction methodGravatar Laszlo Csomor2016-09-09
* Fixed the issue that hard links are handled improperly when bazel decompresse...Gravatar Googler2016-09-08
* Automated [] rollback of commit 846a5ab98fc26d72024890fdb79a5d3bc6a5a1ba + ma...Gravatar Nathan Harmata2016-08-23
* Rollback of commit bb5d5efb4b50710241b5b374eb67084f4bf08278.Gravatar Tobias Werth2016-08-23
* RELNOTES: The string list returned by the skylark 'glob' function is now sort...Gravatar Nathan Harmata2016-08-18
* Fixed JavaIoFileSystem.setLastModifiedTime to actually match its documented b...Gravatar Chris Parsons2016-07-27
* Fix interning in PathFragment.create(char, bool, String[])Gravatar Michajlo Matijkiw2016-06-24
* Fixed two Bazel java tests on Windows by using the right native file systemGravatar Yun Peng2016-06-21
* Move execroot tree creation to its own classGravatar Kristina Chodorow2016-06-21
* Rollback of commit bdfd58a8ca2ed5735d6aaa5b238fb0f689515724.Gravatar Laurent Le Brun2016-06-20
* Make the execution root match the runfiles tree structure for external reposi...Gravatar Kristina Chodorow2016-06-17
* Refactor UnixGlob by consolidating the context of a glob subtask into a GlobT...Gravatar Nathan Harmata2016-06-07
* Remove the dead UnixGlob#Builder#addExcludes and move some existing tests aro...Gravatar Nathan Harmata2016-06-07
* Replace the occurrences of Constants.PRODUCT_NAME for a call toGravatar Luis Fernando Pino Duque2016-05-23
* Fix Windows issue in Path.getRelative, which wasn't handling backslashes.Gravatar Ulf Adams2016-05-19
* Support case-insensitive comparision in Path.java with WindowsFileSystemGravatar Yun Peng2016-05-09
* When creating the exec root symlink forest, take account of the empty package...Gravatar Janak Ramakrishnan2016-05-03
* Make local_repository and new_local_repository work on Windows.Gravatar Lukacs Berki2016-02-11
* Rename FilesystemUtils to NativePosixFiles.Gravatar Lukacs Berki2016-01-27
* Make local_repository and new_local_repository work with the limitations of o...Gravatar Lukacs Berki2016-01-26
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Migrated tests in devtools/build/lib/vfs to JUnit 4.Gravatar Florian Weikert2015-12-01
* Replace home-made assertions with equivalent Google Truth calls.Gravatar Carmi Grushko2015-11-11
* Migrate blaze from their own duplicated copy of MoreAsserts and use Truth ins...Gravatar Googler2015-11-11
* Introduce Path#isSpecialFile, FileSystem#isSpecialFile, and FileStatus#isSpec...Gravatar Nathan Harmata2015-10-21
* Description redacted.Gravatar Nathan Harmata2015-10-09
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Remove unused 'followSymlinks' parameter to FileSystem#getxattr. It is always...Gravatar Nathan Harmata2015-09-16
* Add a test for FileSystem#resolveSymbolicLinks for dangling symlinks.Gravatar Nathan Harmata2015-09-15
* Do not assume a specific layout of root dir on the system.Gravatar Han-Wen Nienhuys2015-08-14
* Deflake GlobTest dealing with glob interruption. Do not assume that an interr...Gravatar Eric Fellheimer2015-06-29
* Extract, reuse excluded directory assertionGravatar Mark Schaller2015-06-23
* Deal properly with IOExceptions when globbing in a single thread.Gravatar Janak Ramakrishnan2015-06-17
* Ignore relative entries in SearchPath.Gravatar Han-Wen Nienhuys2015-06-03