aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java
Commit message (Expand)AuthorAge
...
* Allow OutputService#finalizeBuild to throw InterruptedException.Gravatar Rumou Duan2016-10-07
* Deny unix-socket in sandbox script by default. Fixes #1881.Gravatar Yue Gan2016-10-07
* Remove support for using AF_UNIX to communicate between the Bazel cient and t...Gravatar Lukacs Berki2016-10-07
* Add ctx.get_actions(), for inspecting the actions created by the current rule.Gravatar Jon Brandvein2016-10-07
* Support srcjar files in filtered gen jar.Gravatar Googler2016-10-07
* Fix info key client-envGravatar Klaus Aehlig2016-10-07
* Add cc_common.link_params declared provider.Gravatar Dmitry Lomov2016-10-07
* Add action_config and feature for linking on WindowsGravatar Yun Peng2016-10-06
* Remove JavaCpuSupplier; use the actual --cpu value instead.Gravatar Ulf Adams2016-10-06
* Remove JavaRuntimeJarAspectProvider and the creation of JavaRuntimeJarProvide...Gravatar Lukacs Berki2016-10-06
* EvaluationProgressReceiver absorbs other progress trackers.Gravatar Chloe Calvarin2016-10-06
* BinaryLinkingTargetFactory can use the crosstool backend. objc_binary can turnGravatar Cal Peyser2016-10-06
* Extract java/javalite proto compilation args to command-line flags.Gravatar Carmi Grushko2016-10-06
* Refactor compilation, archiving, and fully linking logic fromGravatar Cal Peyser2016-10-06
* JS, Localization: Adds support for localization with closure managed rules.Gravatar Pedro Liberal Fernandez2016-10-05
* Proper error messages when built-in rule attributes are overridden #1811Gravatar Vladimir Moskva2016-10-05
* Roll forward of commit deeeb31f8ba0f196fbc9ca2a177d59d57ea50b32.Gravatar Dmitry Shevchenko2016-10-05
* Line buffer stderr.Gravatar Lukacs Berki2016-10-05
* Implemented a "--experimental_repository_cache" option as the first step toGravatar Jingwen Chen2016-10-05
* Add API for individual actionsGravatar Jon Brandvein2016-10-05
* Rollback of commit af8ebca2b88a0ee1129b72b4ce825f6489c31e67.Gravatar Damien Martin-Guillerez2016-10-05
* Make EvalUtils.getDataTypeNameFromClass() look for @SkylarkModules in parent ...Gravatar Jon Brandvein2016-10-05
* Enable Bazel commands to exit at any time.Gravatar Michael Staib2016-10-05
* Add the option --experimental_max_directories_to_eagerly_visit_in_globbing. T...Gravatar Janak Ramakrishnan2016-10-05
* Refactor getAnnotationFromParentClass() to a new SkylarkInterfaceUtils moduleGravatar Jon Brandvein2016-10-05
* Fix NullPointerException on "select({}) + <something else>" clauses.Gravatar Greg Estren2016-10-05
* Make .d file analysis properly mark used module (.pcm) files.Gravatar Googler2016-10-05
* Unconditionally mark transitive modules as inputs.Gravatar Googler2016-10-05
* Don't inherit the host configuration's fragments from the target config in --...Gravatar Greg Estren2016-10-05
* Rollback of commit 366cb3de49deac97e3015cbd09e29ec6d3f2953f.Gravatar Damien Martin-Guillerez2016-10-04
* Rollback of commit deeeb31f8ba0f196fbc9ca2a177d59d57ea50b32.Gravatar Dmitry Shevchenko2016-10-04
* Add a way to select non-default Xcode toolchainGravatar Dmitry Shevchenko2016-10-04
* Update comments about depending on the tools/objc:compile_protos and tools/ob...Gravatar Sergio Campama2016-10-04
* Implemented a "--experimental_repository_cache" option as the first step toGravatar Jingwen Chen2016-10-04
* Propagate --java_header_compilation into the host configGravatar Liam Miller-Cushon2016-10-04
* Fix non-deterministic bug in locking of iterable valuesGravatar Jon Brandvein2016-10-04
* Remove an unused function.Gravatar Googler2016-10-04
* Rollback of commit 3c0d64886d2f7f6b2015780f1628b1391c320d0f.Gravatar Carmi Grushko2016-10-04
* Extend Android Java 8 desugaring flag to host configuration. While we're at it,Gravatar Googler2016-10-04
* Remove dependency on $unzip for aar_import. Replaces the functionality with /...Gravatar Adam Michael2016-10-04
* Unify AbstractBlazeQueryEnvironment#evaluateQuery with its subclass overrides...Gravatar Nathan Harmata2016-10-04
* Return EMTPY_FRAGMENT instead of null when there is no filename for a Lexer. ...Gravatar John Cater2016-10-04
* Proper error messages when built-in rule attributes are overridden #1811Gravatar Vladimir Moskva2016-10-04
* Default host configuration's --fat_apk_cpu to the empty list.Gravatar Greg Estren2016-10-04
* Fix NPE in skylark documentation processorGravatar Jon Brandvein2016-10-04
* Implement Skylark syntax to propagate an aspect to all attributes.Gravatar Dmitry Lomov2016-10-04
* Add a build-event streamer classGravatar Klaus Aehlig2016-10-04
* Adds SingleJar APK building option behind --use_singlejar_apkbuilder flag.Gravatar Adam Michael2016-10-04
* cc_inc_library deletes its output directory before execution.Gravatar Janak Ramakrishnan2016-10-04
* Do not write terminal output in the experimental UI character-by-character (w...Gravatar Lukacs Berki2016-09-30