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
/
windows
Commit message (
Expand
)
Author
Age
*
Windows: use JNI CreateJunction in Java code
Laszlo Csomor
2017-02-15
*
Windows: fix off-by-one errors with MAX_PATH
Laszlo Csomor
2017-02-07
*
Global cleanup change.
Googler
2017-01-25
*
Windows, JNI: make it work with long paths
Laszlo Csomor
2017-01-16
*
Windows, JNI: arg for argv0 in nativeCreateProcess
Laszlo Csomor
2017-01-12
*
Windows: remove test-specific JNI loader
Laszlo Csomor
2017-01-12
*
Windows: resolve shortened paths
Laszlo Csomor
2017-01-03
*
Load JNI library on Windows from the runfiles tree as a fallback
Damien Martin-Guillerez
2016-12-28
*
Windows JNI: ensure JNI is loaded for getLongPath
Laszlo Csomor
2016-12-21
*
Windows, JNI: implement nativeGetLongPath
Laszlo Csomor
2016-12-15
*
Windows JNI library: prepare for widechar WinAPI
Laszlo Csomor
2016-12-06
*
Fixed a bug during bootstrap
Yun Peng
2016-09-08
*
Windows, JNI: implement native isJunction method.
Laszlo Csomor
2016-09-06
*
Windows, JNI: do not load windows_jni.dll twice.
Laszlo Csomor
2016-08-31
*
Implement timeouts on Windows.
Lukacs Berki
2016-08-22
*
Fix capturing stdin/stdout on Windows.
Dmitry Lomov
2016-07-11
*
Propagate the system root to every process created in WindowsSubprocessFactory.
Lukacs Berki
2016-07-07
*
Make Windows process management nicer.
Lukacs Berki
2016-07-06
*
Use the subprocess factory that uses the Win32 API on Windows.
Lukacs Berki
2016-07-04
*
Add an implementation for SubprocessFactory based on the new JNI interface to...
Lukacs Berki
2016-07-04
*
Add native process management for Windows and its Java bindings (without a sa...
Lukacs Berki
2016-07-01
*
Make "bazel info server_pid" work on Windows.
Lukacs Berki
2016-06-29
*
Add skeleton code for a JNI .DLL on Windows.
Lukacs T. Berki
2016-06-27