aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp
Commit message (Expand)AuthorAge
* 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
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Some minor updates to the BUILD files.Gravatar Ulf Adams2015-09-15
* Configured Java logging for BazelGravatar Damien Martin-Guillerez2015-09-14
* Fix compile warningsGravatar Kristina Chodorow2015-09-09
* Fix the blaze_util_test to compile and pass.Gravatar Ulf Adams2015-09-08
* Quick fix for shipping the android tools in the Bazel binaryGravatar Damien Martin-Guillerez2015-09-03
* Port to FreeBSD.Gravatar Doug Rabson2015-08-26
* Fix some missing headers and data dependencies in BUILD files.Gravatar Philipp Wollermann2015-08-24
* Fix a minor issue with Windows compilationGravatar Dmitry Lomov2015-08-14
* 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
* Externalize file_test and strings_test, and fix up the BUILD files.Gravatar Ulf Adams2015-08-10
* Remove vestigial references to 32-bit/64-bit binaries.Gravatar Janak Ramakrishnan2015-07-30
* Fix some C++ compiler warnings to comply with -Wall.Gravatar Ulf Adams2015-07-27
* 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
* Add a BUILD file to src/main/cpp/util.Gravatar Ulf Adams2015-07-23
* Add #include <cstdio>.Gravatar Googler2015-07-23
* Support --nowatchfs global option in the launcher.Gravatar Han-Wen Nienhuys2015-06-26
* Support the --[no]master_bazelrc flagGravatar Damien Martin-Guillerez2015-06-25
* Added /etc/bazel.bazelrc as a global Bazel's master rc.Gravatar Damien Martin-Guillerez2015-06-15
* Cleanup: Initialize field members through ctor initializer list.Gravatar Thiago Farina2015-06-12
* Support --bazelrc= syntax to specify rcfileGravatar Damien Martin-Guillerez2015-06-05
* 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
* launcher: observe umask in MakeDirectories.Gravatar Han-Wen Nienhuys2015-06-01
* Cleanup: Remove unused Is64BitBlazeJavabase() function declaration.Gravatar Thiago Farina2015-06-01
* Remove unused helper functions.Gravatar Han-Wen Nienhuys2015-05-27
* Store RcFile pointers, rather than inline objects.Gravatar Han-Wen Nienhuys2015-05-22
* Global cleanup change.Gravatar Googler2015-05-18
* Cleanup: Pass std::string arguments by reference (this avoids makingGravatar Thiago Farina2015-05-18
* Cleanup: port.cc should include its header file port.hGravatar Thiago Farina2015-05-18
* Remove hack for OSX javabaseGravatar Damien Martin-Guillerez2015-05-18
* Remove race condition from directory creation in launcherGravatar Kristina Chodorow2015-05-15
* Build 'client' target with -Wno-sign-compare.Gravatar Thiago Farina2015-05-15
* Cleanup: Remove unused GetMountpoint() function.Gravatar Thiago Farina2015-05-15
* Update include guards.Gravatar Han-Wen Nienhuys2015-05-15
* Remove declaration of **environ from blaze.cc.Gravatar Thiago Farina2015-05-08