aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/bazel/rules/BazelRulesModule.java
Commit message (Expand)AuthorAge
* Add --experimental_shortened_obj_file_path to GraveyardOptionsGravatar hlopko2018-08-03
* Remove --glibc optionGravatar rosica2018-06-04
* Remove "bazel run --nodirect_run".Gravatar lberki2018-05-18
* bash: Add a toolchain for local Bash.Gravatar Laszlo Csomor2018-04-16
* Add a DefaultBuildOptions specifying default build flags that may differ from...Gravatar mjhalupka2018-03-22
* Inject BlazeDirectories into FdoSupportFunction directly, instead of dependin...Gravatar janakr2017-09-25
* Don't allow injection of non-default output formatters for genquery rule.Gravatar janakr2017-09-13
* BlazeModule.workspaceInit: also pass the BlazeRuntime to the callGravatar ulfjack2017-06-14
* Simplify BlazeModule.beforeCommandGravatar ulfjack2017-06-14
* Use BazelJavaSemantics for native Exoblaze and GoogleJavaSemantics for Exobla...Gravatar schmitt2017-05-09
* Move some classes to lib.exec in preparation for layering enforcementGravatar Ulf Adams2016-12-21
* Refactor the module API to use the builder pattern for executor creation.Gravatar Ulf Adams2016-11-02
* Rollback of commit f695c54a8f5f6be7adb678d305005f78e4b44424.Gravatar Philipp Wollermann2016-10-13
* Automated [] rollback of commit e898023ffc6c47a27312c4d3659dbeeccdb3cd37.Gravatar Yue Gan2016-10-12
* Fix #1849: Sandboxing on OS X should be turned off by default for 0.3.2.Gravatar Philipp Wollermann2016-09-30
* xcode_configure repository rule for determining locally installed versions of...Gravatar Chris Parsons2016-09-01
* workers: Use workers by default for Javac.Gravatar Philipp Wollermann2016-07-29
* --Gravatar Luis Fernando Pino Duque2016-07-20
* Rewrite workspace creation to use a builder class.Gravatar Ulf Adams2016-07-05
* --Gravatar Luis Fernando Pino Duque2016-07-04
* Split BlazeModule.getCommandOptions into two; unify all implementations.Gravatar Ulf Adams2016-06-23
* Move FDO support to the analysis phase by wrapping FdoSupport in its own SkyF...Gravatar Lukacs Berki2016-04-07
* Make C++ autoconfigured toolchain the default for Linux and OS X.Gravatar Damien Martin-Guillerez2016-03-31
* Let ActionContextConsumer#getActionContexts() return a Multimap instead of a ...Gravatar Philipp Wollermann2016-02-28
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move the clientEnv to the CommandEnvironment.Gravatar Ulf Adams2015-09-17
* Introduce CommandEnvironment and pass it instead of BlazeRuntime.Gravatar Ulf Adams2015-09-15
* Make sandboxed execution the default in Bazel. This should be safe, as the st...Gravatar Philipp Wollermann2015-08-26
* Move C++ deps into the correct ActionContextConsumers.Gravatar Philipp Wollermann2015-06-18
* Make strategy matching stricter, remove wrong entries in returned map from St...Gravatar Philipp Wollermann2015-06-18
* Adds WriteAdbArgsActionContext to BazelRulesModule for the incremental_instal...Gravatar Alex Humesky2015-06-17
* Bugfix: We must use a case-insensitive TreeMap here so that differently cased...Gravatar Philipp Wollermann2015-06-10
* Do not add LocalGccStrategy and LocalLinkStrategy to ActionContextProviders i...Gravatar Philipp Wollermann2015-06-08
* Implement "More flexible strategy flag for Bazel".Gravatar Philipp Wollermann2015-06-08
* Enables BlazeModule to return multiple ActionContextProviders and ActionConte...Gravatar Googler2015-04-23
* Renamed the package of genquery rule from gen to genqueryGravatar Damien Martin-Guillerez2015-03-04
* Open-source genquery ruleGravatar Damien Martin-Guillerez2015-02-26
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25