aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp
Commit message (Expand)AuthorAge
* [MSVC] Detect 64-bit with _WIN64Gravatar Loo Rong Jie2018-02-14
* [Windows] Use %ls to print wstringGravatar Loo Rong Jie2018-02-13
* Automatic ClangTidyReadability code cleanup.Gravatar Googler2018-02-13
* [MSVC] Don't declare environ when it is already defined as macroGravatar Loo Rong Jie2018-02-12
* Combine WorkspaceRcFileSearchPath and FindCandidateBlazercPaths and add a test.Gravatar ajmichael2018-02-07
* Refactor blazerc parsing out of OptionProcessor. This change should be a no-o...Gravatar Googler2018-02-07
* Add a "direct" mode to "blaze run" that makes the process being run a directGravatar lberki2018-02-05
* Use the workspace name in the process title of the Bazel server.Gravatar philwo2018-02-01
* Remove unnecessary debugging code.Gravatar philwo2018-01-31
* Bazel client: address very subtle race condition during self extraction.Gravatar nharmata2018-01-30
* Support explicitly specifying a location for jvm.outGravatar michajlo2018-01-29
* Remove dead ConvertPathListGravatar Loo Rong Jie2018-01-26
* Support negated flags in SearchNullaryOption with last-wins semantics.Gravatar ajmichael2018-01-24
* Clean up Windows config_settingsGravatar Yun Peng2018-01-12
* Windows, Java launcher: Use relativize paths in classpath jarGravatar Yun Peng2018-01-11
* Initialize server_pid in an attempt to convince a linter that ExecuteDaemon()...Gravatar lberki2018-01-09
* Add hooks to Bazel client for adding memory and logging specific JVM flags.Gravatar ajmichael2017-12-13
* Update out-of-date comment in option_processor.Gravatar ccalvarin2017-12-11
* Getting rid of compiler warning "control reaches end of non-void function [-W...Gravatar olaola2017-12-06
* Add return statements to silence compiler warning.Gravatar John Cater2017-12-06
* Windows: Don't leak any handles from Bazel client to Bazel serverGravatar Yun Peng2017-12-01
* Move bazel conditions into src/conditions.Gravatar tomlu2017-11-30
* Emit Blaze server pid when there is a connection timeout.Gravatar felly2017-11-30
* Print 'waiting for other blaze command' on its own line.Gravatar Googler2017-11-28
* Change config expansion application order, gated by startup flag --expand_con...Gravatar ccalvarin2017-11-20
* Update java check in StartupOptions::GetJvm() to work with java9Gravatar Chris Heisterkamp2017-11-13
* Some minor quality of life improvements related to the fact that the default ...Gravatar nharmata2017-11-07
* Make the error message emitted when the server crashes during startup a bit m...Gravatar lberki2017-10-26
* Windows, jni: Don't close stdout/stderr in nativeWaitFor functionGravatar Yun Peng2017-10-24
* client: deduplicate classpath for Bazel serverGravatar Laszlo Csomor2017-10-23
* Windows,JNI: use wstrings onlyGravatar Laszlo Csomor2017-10-20
* Automated rollback of commit 61977f4ae57c877fc28be176f36c28642b276eec.Gravatar lberki2017-10-11
* Don't release the client lock while the server executes a command. TheGravatar Googler2017-10-10
* blaze_util_posix.cc: declare use of dprintfGravatar Klaus Aehlig2017-10-09
* In the launcher, use F_OFD_SETLK if available.Gravatar Googler2017-10-06
* Increase the connection timeout between the client and the server.Gravatar lberki2017-09-25
* Delete unused BlazeUtil#SearchNullaryOptionEverywhere.Gravatar lpino2017-09-20
* Windows: Adding default --python_pathGravatar Yun Peng2017-09-14
* Remove all #ifdef COMPILER_MSVC from blaze_util_windows.cc.Gravatar Dmitry Lomov2017-09-04
* Internal changeGravatar Googler2017-08-30
* Make Windows C++ launcher support long pathGravatar Yun Peng2017-08-29
* Bazel client: debug info for corrupt installationGravatar László Csomor2017-08-28
* Ensure our "Another command is running" messages hold realistic PIDs.Gravatar jmmv2017-08-28
* Update Bazel BUILD file to allow def_parse depend on Bazel specific targets f...Gravatar pcloudy2017-08-28
* Propagate detected value of BAZEL_SH to --client_env.Gravatar Dmitry Lomov2017-08-22
* Automated rollback of commit 2f38404728a12840e416566b453e9cdebab5d859.Gravatar elenairina2017-08-18
* Propagate detected value of BAZEL_SH to --client_env.Gravatar Dmitry Lomov2017-08-18
* Send Bazel startup options to server.Gravatar ccalvarin2017-08-16
* Polish blaze_util.ccGravatar lpino2017-08-11
* blaze_util_posix.cc: fix call to nanosleepGravatar Klaus Aehlig2017-08-09