aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/option_processor.cc
Commit message (Expand)AuthorAge
* Don't parse the same .bazelrc file more than once. The old behavior is proble...Gravatar Nathan Harmata2015-12-21
* Allow workspace-relative imports in .bazelrcGravatar Googler2015-12-03
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Avoid command line argument mangling on Windows.Gravatar Dmitry Lomov2015-08-12
* Use custom util instead of std::to_string.Gravatar Googler2015-07-23
* 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
* Store RcFile pointers, rather than inline objects.Gravatar Han-Wen Nienhuys2015-05-22
* Cleanup: Pass std::string arguments by reference (this avoids makingGravatar Thiago Farina2015-05-18
* Remove hack for OSX javabaseGravatar Damien Martin-Guillerez2015-05-18
* Header cleanups.Gravatar Han-Wen Nienhuys2015-04-22
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25