aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/windows
Commit message (Expand)AuthorAge
* Replace path implementation.Gravatar tomlu2018-02-08
* Rename relativePath -> rootRelativePath in Root and friends.Gravatar tomlu2018-01-19
* Introduce Root class.Gravatar tomlu2018-01-17
* Automated rollback of commit 82e68b75304438c96ff878a0c2b8d18b42002486.Gravatar aehlig2017-12-19
* Make FileSystem operate on LocalPath instead of Path.Gravatar tomlu2017-12-14
* Move msys path support into DependencySet, removing it from the general Path ...Gravatar tomlu2017-12-14
* Add a new file path type, LocalPath.Gravatar tomlu2017-12-12
* Windows,Subcommands: argv quoting for empty argsGravatar Laszlo Csomor2017-11-14
* Windows,JNI,logging: improve error messagesGravatar Laszlo Csomor2017-10-26
* Windows, jni: Don't close stdout/stderr in nativeWaitFor functionGravatar Yun Peng2017-10-24
* bep: Properly URI encode file pathsGravatar buchgr2017-09-14
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Windows, JNI: move around sourcesGravatar Laszlo Csomor2017-07-03
* Remove all imports of org.junit.Assert except for static imports of #fail().Gravatar lberki2017-06-01
* Migrate all tests to Truth (except the ones in the examples).Gravatar lberki2017-05-31
* Migrate most of the assertions to Truth that the auto-migration tool did not ...Gravatar lberki2017-05-31
* Remove the last remaining public ctor from PathFragment.Gravatar nharmata2017-04-07
* PathFragment comparisons are now platform-aware Gravatar László Csomor2017-03-06
* 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
* Windows: fix off-by-one errors with MAX_PATHGravatar Laszlo Csomor2017-02-07
* Windows, JNI: make it work with long pathsGravatar Laszlo Csomor2017-01-16
* Windows, JNI: arg for argv0 in nativeCreateProcessGravatar Laszlo Csomor2017-01-12
* Windows: remove test-specific JNI loaderGravatar Laszlo Csomor2017-01-12
* Load JNI library on Windows from the runfiles tree as a fallbackGravatar Damien Martin-Guillerez2016-12-28
* Windows, JNI: implement nativeGetLongPathGravatar Laszlo Csomor2016-12-15
* Windows JNI library: prepare for widechar WinAPIGravatar Laszlo Csomor2016-12-06
* Put stdout and stderr streams into a consistent state when they are redirected.Gravatar Lukacs Berki2016-09-12
* Windows: add a Java-native isJunction methodGravatar Laszlo Csomor2016-09-09
* Windows, tests: more refactoring in testsGravatar Laszlo Csomor2016-09-07
* Windows, tests: move code into WindowsTestUtilGravatar Laszlo Csomor2016-09-07
* Windows, JNI: implement native isJunction method.Gravatar Laszlo Csomor2016-09-06
* Implement timeouts on Windows.Gravatar Lukacs Berki2016-08-22
* Fix various breakages in Windows process handling that creeped in because we ...Gravatar Lukacs T. Berki2016-07-20
* Fix capturing stdin/stdout on Windows.Gravatar Dmitry Lomov2016-07-11
* Fixed BazelDocumentationTests on Windows by using runfiles libraryGravatar Yun Peng2016-07-06
* Add an implementation for SubprocessFactory based on the new JNI interface to...Gravatar Lukacs Berki2016-07-04
* Add native process management for Windows and its Java bindings (without a sa...Gravatar Lukacs Berki2016-07-01