aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/native
Commit message (Expand)AuthorAge
* --watchfs for OSX: use kFSEventStreamCreateFlagNoDefer to receive event as so...Gravatar Damien Martin-Guillerez2016-10-14
* Patches to compile against muslGravatar Steven Dee2016-10-07
* Enable exception handing for built-in windows headersGravatar Peter Foley2016-10-07
* Remove support for using AF_UNIX to communicate between the Bazel cient and t...Gravatar Lukacs Berki2016-10-07
* Make cc_configure on Windows more robustGravatar Yun Peng2016-09-28
* Windows, bootstrapping: do not build JNI library.Gravatar Laszlo Csomor2016-09-28
* Put stdout and stderr streams into a consistent state when they are redirected.Gravatar Lukacs Berki2016-09-12
* Tentative fix for #1747.Gravatar Lukacs Berki2016-09-12
* Windows, JNI: use native isJunction method.Gravatar Laszlo Csomor2016-09-06
* Windows, JNI: implement native isJunction method.Gravatar Laszlo Csomor2016-09-06
* Close stdout/stderr pipes when the main process of an action terminates so th...Gravatar Lukacs Berki2016-09-01
* Windows, JNI: extract error reporting to a file.Gravatar Laszlo Csomor2016-08-31
* Bazel shell scripts: fix links in licence comments.Gravatar Laszlo Csomor2016-08-24
* Implement timeouts on Windows.Gravatar Lukacs Berki2016-08-22
* Rollback of commit f107debac45ddf5859b1eb963379769b5815b18f. Also includes th...Gravatar Janak Ramakrishnan2016-08-12
* Remove the AF_UNIX client/server communication protocol.Gravatar Lukacs Berki2016-08-05
* Fix various breakages in Windows process handling that creeped in because we ...Gravatar Lukacs T. Berki2016-07-20
* Call TerminateProcess() is TerminateJobObject() fails.Gravatar Lukacs Berki2016-07-19
* Fix Windows tests.Gravatar Dmitry Lomov2016-07-15
* Fix capturing stdin/stdout on Windows.Gravatar Dmitry Lomov2016-07-11
* Tweak Win32 process creation settings:Gravatar Lukacs Berki2016-07-07
* Make Windows process management nicer.Gravatar Lukacs Berki2016-07-06
* Make the environment sanity check in nativeCreateProcess() consistent with wh...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
* Do not be satisfied with a JRE when looking for JNI headers.Gravatar Lukacs Berki2016-06-29
* Make "bazel info server_pid" work on Windows.Gravatar Lukacs Berki2016-06-29
* Add build_windows_jni.sh to the repository.Gravatar Lukacs Berki2016-06-27
* Add skeleton code for a JNI .DLL on Windows.Gravatar Lukacs T. Berki2016-06-27
* Set output_to_bindir to 1 for libunix.dylibGravatar Damien Martin-Guillerez2016-06-21
* Add support for xattr to Darwin.Gravatar Dave MacLachlan2016-06-15
* Fix delete[] warning on fsevents.ccGravatar Damien Martin-Guillerez2016-06-08
* Introduce FsEventsDiffAwareness for OS X.Gravatar Damien Martin-Guillerez2016-06-02
* Uses long in portable_sysctlbyname instead of jlong. Fixes #1249. Fixes #1254.Gravatar Yue Gan2016-05-16
* Fix build on FreeBSD (again).Gravatar Piotr Sikora2016-04-12
* Add SMT detection for mac. Fixes #963.Gravatar Yue Gan2016-04-05
* Add a bazel-srcs target to the top-level package containing all Bazel sourcesGravatar Damien Martin-Guillerez2016-02-29
* Reference #914 from a comment describing a hack.Gravatar Julio Merino2016-02-17
* Rename FilesystemUtils to NativePosixFiles.Gravatar Lukacs Berki2016-01-27
* Augment JNI utime() method.Gravatar Eric Fellheimer2015-10-30
* handle darwin_x86_64 target cpuGravatar Chris Parsons2015-10-30
* Introduce Path#isSpecialFile, FileSystem#isSpecialFile, and FileStatus#isSpec...Gravatar Nathan Harmata2015-10-21
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Port to FreeBSD.Gravatar Doug Rabson2015-08-26
* Fix some missing headers and data dependencies in BUILD files.Gravatar Philipp Wollermann2015-08-24
* Fix some C++ compiler warnings to comply with -Wall.Gravatar Ulf Adams2015-07-27
* Add a BUILD file to src/main/cpp/util.Gravatar Ulf Adams2015-07-23
* Rollback of commit 73ad1482a1d99b9acd14f4545ff11671d87ec4e1.Gravatar Kristina Chodorow2015-05-27
* Update include guards.Gravatar Han-Wen Nienhuys2015-05-15
* Switch to stat64/lstat64Gravatar Kristina Chodorow2015-05-08