aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp
Commit message (Expand)AuthorAge
* c++,runfiles: move runfiles libraryGravatar Laszlo Csomor2018-04-30
* Automated rollback of commit 52356e76a02067e9dc79b469e9b97bd017d077ab.Gravatar jingwen2018-04-27
* Automatic code cleanup.Gravatar Googler2018-04-27
* windows,client: no longer support Unix-style pathsGravatar Laszlo Csomor2018-04-26
* windows,client: fix error reportingGravatar Laszlo Csomor2018-04-24
* Declare internal helper functions in option_processor-internal.Gravatar ccalvarin2018-04-23
* Remove overlap between the blazerc and bazelrc names.Gravatar ccalvarin2018-04-20
* Reduce the state kept in OptionProcessor.Gravatar jmmv2018-04-19
* Refactor where rc files are controlled.Gravatar ccalvarin2018-04-19
* windows: change output_base name computationGravatar Laszlo Csomor2018-04-19
* 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