aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/windows
Commit message (Expand)AuthorAge
* 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