aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp
Commit message (Expand)AuthorAge
* Call TerminateProcess() is TerminateJobObject() fails.Gravatar Lukacs Berki2016-07-19
* Add support for checking to see if we are on a network drive for darwin.Gravatar Dave MacLachlan2016-07-18
* Add omitted initialization in BlazeStartupOptions::Copy.Gravatar Janak Ramakrishnan2016-07-18
* Allocate a buffer for WideCharToMultiByte whose size is based on the actual p...Gravatar Lukacs Berki2016-07-18
* Increase the server timeout for tests so that we don't get spurious failures ...Gravatar Lukacs Berki2016-07-18
* Increase the ping timeout from one second to five seconds.Gravatar Lukacs Berki2016-07-18
* Fix Windows tests.Gravatar Dmitry Lomov2016-07-15
* Make batch mode work again.Gravatar Lukacs Berki2016-07-15
* Fixed repository.which() on WindowsGravatar Yun Peng2016-07-15
* Fix -XX:HeapDumpPath on Windows.Gravatar Dmitry Lomov2016-07-14
* Added include requirements for errno, printf, getenvGravatar Douglas Dawson2016-07-14
* Only tell the user that an old server process was killed if it actually was.Gravatar Lukacs Berki2016-07-14
* Move the verification of the JVM earlier in the client so that less time pass...Gravatar Lukacs Berki2016-07-08
* Various fixes for gRPC mode:Gravatar Lukacs Berki2016-07-07
* Make Ctrl-C interrupt batch mode builds on Windows.Gravatar Lukacs Berki2016-07-07
* Add native process management for Windows and its Java bindings (without a sa...Gravatar Lukacs Berki2016-07-01
* Stop passing -client and -server to the JVM.Gravatar Googler2016-07-01
* Make Windows command line quoting work.Gravatar Lukacs Berki2016-06-24
* Set the default value of PRODUCT_NAME to "Bazel" and add a test to guaranteeGravatar Luis Fernando Pino Duque2016-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
* Description redacted.Gravatar Carmi Grushko2016-06-23
* When running Java-based tools, use -XX:+TieredCompilation -XX:TieredStopAtLev...Gravatar Philipp Wollermann2016-06-21
* Remove the check for the existence of the server process in the signal handle...Gravatar Lukacs Berki2016-06-21
* Fix comment for GetServerPid().Gravatar Lukacs Berki2016-06-20
* Replace override declarations with "virtual" so that we build on Ubuntu 12.04 .Gravatar Lukacs Berki2016-06-07
* Replace Constants.PRODUCT_NAME with a startup option --product_name=bazel and Gravatar Luis Fernando Pino Duque2016-05-31
* Use the age-old "write to a file descriptor in signal handler" idiom to handl...Gravatar Lukacs Berki2016-05-31
* Separate killing Bazel on OOM using -XX:OnOutOfMemoryError and pessimisticall...Gravatar Janak Ramakrishnan2016-05-24
* Refactor Blaze command line construction to allow for greater flexibility and...Gravatar Eric Fellheimer2016-05-12
* Flip --deep_execroot to default to trueGravatar Kristina Chodorow2016-05-11
* cpp: fix documentation wording for data members in GlobalVariablesGravatar Thiago Farina2016-05-04
* Make the Blaze server kill the previous instance if the start time file doesn...Gravatar Lukacs Berki2016-05-04
* 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
* Acquire the server lock even if the client uses gRPC.Gravatar Lukacs Berki2016-04-28
* *really* make server mode on Windows work.Gravatar Lukacs Berki2016-04-28
* Make compilation on Windows work again.Gravatar Lukacs Berki2016-04-28
* Figure out the actual address of the command port a little differently, in a ...Gravatar Lukacs Berki2016-04-28
* Use the Win32 API to create and query junctions in the C++ client.Gravatar Lukacs Berki2016-04-28
* cpp: fix "commom" typo in AddLoggingArgs() documentationGravatar Thiago Farina2016-04-27
* Use gRPC on Windows instead of AF_UNIX for client-server communication.Gravatar Lukacs Berki2016-04-27
* Use native process control on Windows to launch subprocesses.Gravatar Lukacs Berki2016-04-27
* Use recursive_mutex in blaze.cc instead of mutex.Gravatar Lukacs Berki2016-04-27
* Revert server.pid to be a symlink so that old server version can shut down ne...Gravatar Lukacs Berki2016-04-26
* cpp: correct the globals variable name in ComputeBaseDirectories() documentationGravatar Thiago Farina2016-04-26
* Factor out various ways to execute subprocesses into separate functions.Gravatar Lukacs Berki2016-04-25
* Fix bug in experimental_oom_more_eagerly_threshold options parsing.Gravatar Janak Ramakrishnan2016-04-25
* Make the Bazel client check the response cookie.Gravatar Lukacs Berki2016-04-25
* Make the client wait for running commands to finish before shutting the serve...Gravatar Lukacs Berki2016-04-25