aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp
Commit message (Expand)AuthorAge
...
* Keep LANG/LANGUAGE and related environment variables for the process spawned ...Gravatar lberki2018-04-18
* windows: GetOutputRoot() returns GetHomeDir()Gravatar Laszlo Csomor2018-04-18
* Bring startup_options to BAZEL_LOG.Gravatar ccalvarin2018-04-10
* Delete unused RunProgram function.Gravatar Benjamin Peterson2018-04-10
* Made 'file_posix.cc' POSIX compatibleGravatar Jasper Siepkes2018-04-09
* Remove die() and replace it with BAZEL_DIE, part of the logging framework.Gravatar ccalvarin2018-04-06
* Create BAZEL_DIE macro.Gravatar ccalvarin2018-04-03
* Make the client's java startup command line list all startup options.Gravatar ccalvarin2018-03-30
* Remove pdie.Gravatar ccalvarin2018-03-29
* Remove startup JVM version checkGravatar cushon2018-03-29
* Remove the --allow_configurable_attributes startup option.Gravatar ccalvarin2018-03-27
* Fold in warning and error output into client logging.Gravatar ccalvarin2018-03-23
* Update the client's skeleton logging framework to use it for --client_debug.Gravatar ccalvarin2018-03-21
* blaze.cc: Remove unused had_to_wait variableGravatar David Ostrovsky2018-03-21
* Automated rollback of commit 8a5a0a3ed1e19768b6ee024189307bb4ac27460d.Gravatar laszlocsomor2018-03-21
* runfiles,C++: move to //tools/cpp/runfilesGravatar Laszlo Csomor2018-03-21
* Automated rollback of commit c2b332b45e6ea41a14ecbd3c5f30782bcdeec301.Gravatar laszlocsomor2018-03-14
* Prefix startup dots with "Connecting to local Bazel server..." message.Gravatar ruperts2018-03-12
* Add unit tests for rc parsing.Gravatar ccalvarin2018-03-08
* Convert static std::set to constexpr arrayGravatar Loo Rong Jie2018-03-01
* runfiles,C++: implement manifest-based runfilesGravatar Laszlo Csomor2018-02-28
* Expose --output_user_base to the Bazel server processGravatar Klaus Aehlig2018-02-27
* Use std::to_string for non-mingw/cygwinGravatar Loo Rong Jie2018-02-27
* Flip --expand_configs_in_place to true by default in Bazel.Gravatar ccalvarin2018-02-23
* windows: replace custom JunctionResolverGravatar Laszlo Csomor2018-02-22
* Bazel client: remove dead codeGravatar Laszlo Csomor2018-02-20
* [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