aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/blaze_startup_options.cc
Commit message (Collapse)AuthorAge
* Move blaze_exit_code.h into util/ directory.Gravatar Thiago Farina2015-04-24
| | | | | | | | This is so util/ files do not depend on anything from higer level. -- Change-Id: I522be6722851f25e79d9c2b85275856cbbd978de MOS_MIGRATED_REVID=91882837
* Header cleanups.Gravatar Han-Wen Nienhuys2015-04-22
| | | | | -- MOS_MIGRATED_REVID=91681168
* Fix the compilation of blaze_startup_options.cc on old Ubuntu systems.Gravatar Ulf Adams2015-04-10
| | | | | | | | | | | Ubuntu LTS has a gcc version that generates broken code for certain newer C++ constructs. Change the code to avoid those constructs. Fixes #68. -- Change-Id: 4a0420a6c996d0e7785e5cdf39bbd0602472449f MOS_MIGRATED_REVID=90739507
* Add logging of blaze_cpu flag usage. Before we can remove this flag we need ↵Gravatar Marian Lobur2015-04-09
| | | | | | | to be sure that no one uses it. -- MOS_MIGRATED_REVID=90693216
* Automated [] rollback of [].Gravatar Kristina Chodorow2015-04-08
| | | | | | | | | | | | | *** Reason for rollback *** This does not allow bazel help to be run from outside of a workspace *** Original change description *** Improve error message if WORKSPACE file is not found -- MOS_MIGRATED_REVID=90608117
* Use OS-specific caches for output rootGravatar Kristina Chodorow2015-03-23
| | | | | -- MOS_MIGRATED_REVID=89144546
* Use a variable for product name in launcher messagesGravatar Kristina Chodorow2015-03-18
| | | | | | | This fixes almost everything, there are still a couple of blazerc messages. -- MOS_MIGRATED_REVID=88846240
* Improve error message if WORKSPACE file is not foundGravatar Kristina Chodorow2015-03-18
| | | | | -- MOS_MIGRATED_REVID=88746523
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25
-- MOE_MIGRATED_REVID=85702957