aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/flags
Commit message (Expand)AuthorAge
* Rollforward of commit aa7f9307636d38cbb93a03acac8f4c59adfa0ee8.Gravatar ccalvarin2017-05-04
* Automated g4 rollback of commit aa7f9307636d38cbb93a03acac8f4c59adfa0ee8.Gravatar ajmichael2017-04-28
* Filter out conflicting flag policies before invocation policy enforcement.Gravatar ccalvarin2017-04-20
* Fix an expansion flag issue where it expands to a repeatable flag.Gravatar ccalvarin2017-04-18
* Canonicalize-flags can now show the canonical invocation policy.Gravatar ccalvarin2017-04-18
* Log the expansion step in invocation policy.Gravatar ccalvarin2017-04-06
* Clean up clearValue and parsed option storage.Gravatar ccalvarin2017-04-05
* Expand Invocation FlagPolicies on expansion flags.Gravatar ccalvarin2017-03-31
* Split out the InvocationPolicy parser from the enforcer.Gravatar ccalvarin2017-03-29
* Fixes invocation policy to correctly apply allow/disallow policies to flagsGravatar Alex Humesky2016-12-16
* Pass caller information manually to logger when logging in InvocationPolicyEn...Gravatar Janak Ramakrishnan2016-11-18
* Enables AllowValues and DisallowValues invocation policy operations to takeGravatar Alex Humesky2016-10-25
* Move more things from TestConstants to AnalysisMock and LoadingMock.Gravatar Ulf Adams2016-07-14
* Fix OptionsParserImpl.clearValue (and invocation policy by extension) to workGravatar Alex Humesky2016-05-10
* Adds the option to invocation policy SetValue operation to append to repeatedGravatar Alex Humesky2016-05-10
* In InvocationPolicyEnforcer#enforce, instead of just checking the direct comm...Gravatar Janak Ramakrishnan2016-05-02
* Remove unnecessary warning when applying empty invocation policy.Gravatar Luis Fernando Pino Duque2016-04-12
* Always apply invocation policy when constructing build options.Gravatar Janak Ramakrishnan2016-03-24