aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/blaze.cc
Commit message (Expand)AuthorAge
* Remove --skyframe flag from the build command. It was a no-op and deprecated ...Gravatar Googler2016-02-05
* 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
* 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
* Add a --deep_execroot startup option that puts the execroot under $OUTPUT_BAS...Gravatar Lukacs Berki2015-12-09
* RELNOTES: Passing multiple JVM options via a single --host_jvm_args flag is n...Gravatar Janak Ramakrishnan2015-11-18
* Optionally allow Bazel to pass JVM options containing spaces directly through...Gravatar Janak Ramakrishnan2015-11-16
* 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
* Adds a mechanism for invocation policy. The policy is taken through the --inv...Gravatar Alex Humesky2015-09-30
* RELNOTES: remove webstatusserver (--use_webstatusserver). Gravatar Han-Wen Nienhuys2015-09-28
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Quick fix for shipping the android tools in the Bazel binaryGravatar Damien Martin-Guillerez2015-09-03
* Port to FreeBSD.Gravatar Doug Rabson2015-08-26
* Add a server.pid file for platforms where GetPeerProcessId is not supportedGravatar Doug Rabson2015-08-14
* Allow runtime introspection of a content hash of the Blaze binary and all emb...Gravatar Eric Fellheimer2015-08-12
* Avoid command line argument mangling on Windows.Gravatar Dmitry Lomov2015-08-12
* Fix some C++ compiler warnings to comply with -Wall.Gravatar Ulf Adams2015-07-27
* Use custom util instead of std::to_string.Gravatar Googler2015-07-23
* Cleanup: Mark single-parameter constructors as explicit.Gravatar Thiago Farina2015-06-05
* Pass user-specified JVM flags to AddJVMArguments so that JVM flags can be cus...Gravatar Janak Ramakrishnan2015-06-03
* Use the ijar ZIP implementation in Blaze instead of libarchiveGravatar Damien Martin-Guillerez2015-06-01
* Cleanup: Pass std::string arguments by reference (this avoids makingGravatar Thiago Farina2015-05-18
* Cleanup: Remove unused GetMountpoint() function.Gravatar Thiago Farina2015-05-15
* Remove declaration of **environ from blaze.cc.Gravatar Thiago Farina2015-05-08
* Cleanup: Use the standard types from stdint.h.Gravatar Thiago Farina2015-05-05
* Cleanup: Mark some functions as static.Gravatar Thiago Farina2015-04-28
* 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
* Use int64_t for the offset argument of libarchive function call.Gravatar Han-Wen Nienhuys2015-04-13
* Cleanup: Create hash buffer reusing Md5Digest's length constant.Gravatar Thiago Farina2015-04-09
* Add logging of blaze_cpu flag usage. Before we can remove this flag we need t...Gravatar Marian Lobur2015-04-09
* Cleanup: Change is IsSharedLibrary() to take a const-reference parameter.Gravatar Thiago Farina2015-04-08
* Remove reference to LinuxThreads, which should be thoroughly dead byGravatar Han-Wen Nienhuys2015-04-08
* Cleanup: Refactor the test of TEST_TMPDIR env variable.Gravatar Thiago Farina2015-04-08
* Cleanup: Remove unused SPAM variable.Gravatar Thiago Farina2015-04-03
* Removes warning if disk is almost fullGravatar Googler2015-03-27
* Enforce executable flags on embedded binariesGravatar Damien Martin-Guillerez2015-03-26
* Adds some notes about --batch flag.Gravatar Googler2015-03-24
* Recursively create cache dirGravatar Kristina Chodorow2015-03-23
* Use a variable for product name in launcher messagesGravatar Kristina Chodorow2015-03-18
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25