Sign in
bazel
/
bazel
/
45d5200f9ba2772daa2cd56d774edace92ffbf40
/
src
/
main
/
cpp
/
option_processor.h
45d5200
Make system bazelrc configurable
by Yannic Bonenberger
· 7 years ago
5e5ee0d
Rollforward of https://github.com/bazelbuild/bazel/commit/ec83598cb6ee4136166bb562a24dc5dfa58921db and the followup correction in https://github.com/bazelbuild/bazel/commit/44f92dd508824f2bae03e0e55dc4282908a562ec: Change the list of rc files accepted.
by ccalvarin
· 7 years ago
d96f157
Automated rollback of commit ec83598cb6ee4136166bb562a24dc5dfa58921db, and followup unknown commit
by ccalvarin
· 7 years ago
44f92dd
Do not fail rc file loading if we aren't in a workspace.
by ccalvarin
· 7 years ago
ec83598
Change the list of rc files accepted.
by ccalvarin
· 7 years ago
6455379
Reduce the state kept in OptionProcessor.
by jmmv
· 7 years ago
d8dfd78
Refactor where rc files are controlled.
by ccalvarin
· 7 years ago
ebd28a9
Refactor blazerc parsing out of OptionProcessor. This change should be a no-op behavior-wise.
by Googler
· 7 years ago
1cbe62a
Send Bazel startup options to server.
by ccalvarin
· 8 years ago
bc28fa6
PiperOrigin-RevId: 161791822
by lpino
· 8 years ago
3e36d7a
PiperOrigin-RevId: 161571228
by lpino
· 8 years ago
2a32a66
Delete the unused OptionProcessor::ParseOptions(argc,argv).
by lpino
· 8 years ago
c00ba52
Use a CommandLine struct to store the command line parsed by the OptionProcessor.
by lpino
· 8 years ago
233b72d
Open source {workspace_layout,startup_options,option_processor}_test.
by lpino
· 8 years ago
b379f65
Fix possible parsing of same rc file multiple times.
by lpino
· 8 years ago
31fab29
Env.vars: server won't ignore the client env
by Dmitry Lomov
· 8 years ago
9dfbed1
Rollback of commit 94d8f4e9c8c8757aa7ab7c1a7c3e9afb34039127.
by Klaus Aehlig
· 8 years ago
94d8f4e
Env.vars: server won't ignore the client env
by Laszlo Csomor
· 8 years ago
726ca5a
Determine the .bazelrc's name based on the product name.
by Julio Merino
· 8 years ago
e3e3bfa
Description redacted.
by Julio Merino
· 8 years ago
0311fc5
Provide a SplitCommandLine method in the option processor
by Luis Fernando Pino Duque
· 8 years ago
80bb0f2
cpp: header hygienization
by Thiago Farina
· 8 years ago
2877485
Roll-forward of the startup options refactoring.
by Julio Merino
· 9 years ago
85ac641
Rollback of startup options changes.
by Greg Estren
· 9 years ago
4a45d92
Use inheritance to support site-specific options.
by Julio Merino
· 9 years ago
5da0072
by Luis Fernando Pino Duque
· 9 years ago
e3681d1
Allow workspace-relative imports in .bazelrc
by Googler
· 9 years ago
f88f4d8
Rationalize copyright headers
by Damien Martin-Guillerez
· 10 years ago
43b2ea7
Added /etc/bazel.bazelrc as a global Bazel's master rc.
by Damien Martin-Guillerez
· 10 years ago
2e4c2aa
Cleanup: Initialize field members through ctor initializer list.
by Thiago Farina
· 10 years ago
255cf09
Store RcFile pointers, rather than inline objects.
by Han-Wen Nienhuys
· 10 years ago
2fd7890
Cleanup: Pass std::string arguments by reference (this avoids making
by Thiago Farina
· 10 years ago
0d56b6c
Update include guards.
by Han-Wen Nienhuys
· 10 years ago
7f9357f
Move blaze_exit_code.h into util/ directory.
by Thiago Farina
· 10 years ago
36fbe63
Header cleanups.
by Han-Wen Nienhuys
· 10 years ago
d08b27f
Update from Google.
by Han-Wen Nienhuys
· 10 years ago