aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/windows
Commit message (Expand)AuthorAge
* build_windows_jni.sh: move file to subdirectoryGravatar Laszlo Csomor2017-07-05
* Windows, JNI: move around sourcesGravatar Laszlo Csomor2017-07-03
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Windows, Bazel client: pass Unix root as JVM flagGravatar Laszlo Csomor2017-06-13
* Windows: Create a dangling junction when symlink target doesn't existGravatar Yun Peng2017-06-01
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Restructure Path#getCachedChildPath to make direct method calls without alloc...Gravatar nharmata2017-04-04
* 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
* Global cleanup change.Gravatar Googler2017-01-25
* 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
* Windows: resolve shortened pathsGravatar Laszlo Csomor2017-01-03
* Load JNI library on Windows from the runfiles tree as a fallbackGravatar Damien Martin-Guillerez2016-12-28
* Windows JNI: ensure JNI is loaded for getLongPathGravatar Laszlo Csomor2016-12-21
* Windows, JNI: implement nativeGetLongPathGravatar Laszlo Csomor2016-12-15
* Windows JNI library: prepare for widechar WinAPIGravatar Laszlo Csomor2016-12-06
* Fixed a bug during bootstrapGravatar Yun Peng2016-09-08
* Windows, JNI: implement native isJunction method.Gravatar Laszlo Csomor2016-09-06
* Windows, JNI: do not load windows_jni.dll twice.Gravatar Laszlo Csomor2016-08-31
* Implement timeouts on Windows.Gravatar Lukacs Berki2016-08-22
* Fix capturing stdin/stdout on Windows.Gravatar Dmitry Lomov2016-07-11
* Propagate the system root to every process created in WindowsSubprocessFactory.Gravatar Lukacs Berki2016-07-07
* Make Windows process management nicer.Gravatar Lukacs Berki2016-07-06
* Use the subprocess factory that uses the Win32 API on Windows.Gravatar Lukacs Berki2016-07-04
* 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
* Make "bazel info server_pid" work on Windows.Gravatar Lukacs Berki2016-06-29
* Add skeleton code for a JNI .DLL on Windows.Gravatar Lukacs T. Berki2016-06-27