aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/blaze_util_mingw.cc
Commit message (Expand)AuthorAge
* Make Windows command line quoting work.Gravatar Lukacs Berki2016-06-24
* Make ${OUTPUT_BASE}/server/jvm.out contain the stdout and stderr of the JVM o...Gravatar Lukacs Berki2016-06-24
* Make the Blaze client be able to terminate the server if needed.Gravatar Lukacs Berki2016-06-23
* Replace override declarations with "virtual" so that we build on Ubuntu 12.04 .Gravatar Lukacs Berki2016-06-07
* Linux-specific: check if the stray server process we are about to kill -9 is ...Gravatar Lukacs Berki2016-05-02
* Various cleanups and refactorings in the client:Gravatar Lukacs Berki2016-05-02
* *really* make server mode on Windows work.Gravatar Lukacs Berki2016-04-28
* Make compilation on Windows work again.Gravatar Lukacs Berki2016-04-28
* Use the Win32 API to create and query junctions in the C++ client.Gravatar Lukacs Berki2016-04-28
* Use native process control on Windows to launch subprocesses.Gravatar Lukacs Berki2016-04-27
* Make output base on Windows shorter.Gravatar Dmitry Lomov2016-04-15
* Windows: use junctions to link to installation directory.Gravatar Dmitry Lomov2016-02-19
* Windows: use Win32 API to obtain executable name.Gravatar Dmitry Lomov2016-02-17
* Propagate BAZEL_SH from launcher to subprocess on Windows.Gravatar Dmitry Lomov2016-02-03
* Quote spaces and quotes in Windows command line.Gravatar Dmitry Lomov2016-02-03
* add some missing errno.h and string.h includesGravatar Mostyn Bramley-Moore2015-11-11
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Fix a minor issue with Windows compilationGravatar Dmitry Lomov2015-08-14
* Avoid command line argument mangling on Windows.Gravatar Dmitry Lomov2015-08-12
* Add #include <sys/socket.h> to blaze_util_mingw.ccGravatar Googler2015-07-23
* Use custom util instead of std::to_string.Gravatar Googler2015-07-23
* Cleanup: Use the standard types from stdint.h.Gravatar Thiago Farina2015-05-05
* Move blaze_exit_code.h into util/ directory.Gravatar Thiago Farina2015-04-24
* Header cleanups.Gravatar Han-Wen Nienhuys2015-04-22
* Cleanup: Build file.cc as part of util library.Gravatar Thiago Farina2015-04-14
* Cleanup: Change is IsSharedLibrary() to take a const-reference parameter.Gravatar Thiago Farina2015-04-08
* Use OS-specific caches for output rootGravatar Kristina Chodorow2015-03-23
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25