aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp
Commit message (Expand)AuthorAge
* Rollback of startup options changes.Gravatar Greg Estren2016-09-13
* Automated [] rollback of commit dfb2c73eda3d2dd8787ea9b2d0a03b49dfa2acc5.Gravatar Greg Estren2016-09-13
* Drop unnecessary -DBLAZE_JAVA_CPU definition.Gravatar Julio Merino2016-09-12
* Inject the product name via the per-product main.cc files.Gravatar Julio Merino2016-09-12
* Various minor fixes in the client:Gravatar Lukacs Berki2016-09-09
* Use inheritance to support site-specific options.Gravatar Julio Merino2016-09-09
* Do not print the "server probably died abruptly" warning message.Gravatar Lukacs Berki2016-09-08
* Don't use fancy STL data structures (including string) in KillServerProcess()...Gravatar Lukacs Berki2016-09-06
* Update bazel's emacs check for 25.1's INSIDE_EMACS move.Gravatar Googler2016-09-01
* Increase the deadline for cancellation request and add some extra logging in ...Gravatar Lukacs Berki2016-08-31
* Move the workspace-related functions out of blaze_startup_options.Gravatar Julio Merino2016-08-29
* option_processor: fix bad TMP parsing on Windows/MSYS.Gravatar Laszlo Csomor2016-08-26
* --Gravatar Luis Fernando Pino Duque2016-08-19
* Be more lenient with slow-to-react servers.Gravatar Michajlo Matijkiw2016-08-16
* Rollback of commit f107debac45ddf5859b1eb963379769b5815b18f. Also includes th...Gravatar Janak Ramakrishnan2016-08-12
* cpp: remove unused WaitForServerDeath() functionGravatar Thiago Farina2016-08-12
* Remove the AF_UNIX client/server communication protocol.Gravatar Lukacs Berki2016-08-05
* Make the default way of communication between client and the server gRPC inst...Gravatar Lukacs Berki2016-08-01
* cpp: fix documentation of return value of GetNullaryOption() functionGravatar Thiago Farina2016-07-26
* Placate the compiler.Gravatar Sasha Smundak2016-07-26
* --Gravatar Luis Fernando Pino Duque2016-07-25
* Add missing inlcudeGravatar Kristina Chodorow2016-07-22
* Mark output_base and output_user_root to not be backed up by TimeMachine on D...Gravatar Dave MacLachlan2016-07-20
* 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