aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp
Commit message (Expand)AuthorAge
* Add stub gRPC C++ client and Java server.Gravatar Lukacs Berki2016-04-12
* cpp: fix the name of the function where |extracted_binaries| is populatedGravatar Thiago Farina2016-04-07
* cpp: remove unnecessary visibility attribute from blaze_util targetGravatar Thiago Farina2016-04-05
* Change --experimental_oom_more_eagerly_threshold default to 100, so that it i...Gravatar Janak Ramakrishnan2016-03-31
* Rollback of commit 044adedc70de040475443e52eb1a3c692159790eGravatar Googler2016-03-31
* Add startup option --experimental_oom_more_eagerly_threshold, with default va...Gravatar Janak Ramakrishnan2016-03-24
* Make client-provided options an rc sourceGravatar Klaus Aehlig2016-03-23
* Revamp the client/server communication protocol so that it is portable to Win...Gravatar Lukacs Berki2016-03-22
* cpp: fix the path to BlazeServerStartupOptions file in a commentGravatar Thiago Farina2016-03-21
* Remove unused declared function AddJVMSpecificArguments.Gravatar Nathan Harmata2016-03-11
* When --experimental_oom_more_eagerly is enabled, tell Bazel to exit with an O...Gravatar Janak Ramakrishnan2016-03-10
* cpp: some minor changes to the usage of DeleteFile() functionGravatar Thiago Farina2016-03-09
* Add a new startup option, --experimental_oom_more_eagerly. Features to have B...Gravatar Janak Ramakrishnan2016-03-08
* Add a bazel-srcs target to the top-level package containing all Bazel sourcesGravatar Damien Martin-Guillerez2016-02-29
* 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
* Remove --skyframe flag from the build command. It was a no-op and deprecated ...Gravatar Googler2016-02-05
* 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
* RELNOTES[INC]: The startup flag --blaze_cpu is removed,Gravatar Janak Ramakrishnan2016-02-02
* Remove extra spacesGravatar Kristina Chodorow2016-02-01
* cpp: make callsites of Connect() function more readableGravatar Thiago Farina2016-01-26
* cpp: delete a mistaken note on ParseOptions() documentationGravatar Thiago Farina2016-01-22
* cpp: document the |start| parameter at the callsites of ConnectToServer()Gravatar Thiago Farina2016-01-19
* fix some header guard pathsGravatar Thiago Farina2016-01-15
* Fix compile warning for struct/class mismatchGravatar Kristina Chodorow2016-01-11
* Add the ability to customize the bazel client's exit code used when the bazel...Gravatar Nathan Harmata2016-01-08
* Remove option --experimental_preserve_spaces_in_host_jvm_args. Its work as a ...Gravatar Janak Ramakrishnan2016-01-07
* Global cleanup change.Gravatar Googler2016-01-07
* Fixed error messageGravatar Alex Gaynor2015-12-30
* Flip the default to preserve spaces in --host_jvm_args when invoking Bazel. T...Gravatar Janak Ramakrishnan2015-12-28
* Don't parse the same .bazelrc file more than once. The old behavior is proble...Gravatar Nathan Harmata2015-12-21
* Add a --deep_execroot startup option that puts the execroot under $OUTPUT_BAS...Gravatar Lukacs Berki2015-12-09
* Upstream some basic changes from dslomov windows branch.Gravatar Dmitry Lomov2015-12-07
* Allow workspace-relative imports in .bazelrcGravatar Googler2015-12-03
* RELNOTES: Passing multiple JVM options via a single --host_jvm_args flag is n...Gravatar Janak Ramakrishnan2015-11-18
* Fix build on FreeBSD.Gravatar Googler2015-11-17
* Optionally allow Bazel to pass JVM options containing spaces directly through...Gravatar Janak Ramakrishnan2015-11-16
* add some missing errno.h and string.h includesGravatar Mostyn Bramley-Moore2015-11-11
* handle darwin_x86_64 target cpuGravatar Chris Parsons2015-10-30
* Read $HOME first to determine the home directory (and when not present, fall ...Gravatar Lukacs Berki2015-10-27
* Send a single SIGTERM to Blaze when trying to shutdown. Unify "wait for serve...Gravatar Eric Fellheimer2015-10-23
* Fix broken / backwards logic in the blaze launcher when trying to kill a runn...Gravatar Eric Fellheimer2015-10-22
* Make the check for the sanity of install_base_key more stringent.Gravatar Lukacs Berki2015-10-16
* Make bazel --nobatch work under Docker.Gravatar Lukacs Berki2015-10-16
* Rollback of commit ae5f442e9cf3ef6578e70104af7cb2a2288b9fb8.Gravatar Kristina Chodorow2015-10-06
* Remove copy ctor and operator= from BlazeStartupOptionsGravatar Kristina Chodorow2015-10-06
* Adds a mechanism for invocation policy. The policy is taken through the --inv...Gravatar Alex Humesky2015-09-30
* Fix broken build under Debian Wheezy.Gravatar Brian2015-09-28
* RELNOTES: remove webstatusserver (--use_webstatusserver). Gravatar Han-Wen Nienhuys2015-09-28