aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build
Commit message (Expand)AuthorAge
...
* Adds mnemonics and progress messages for aar_import actions.Gravatar Adam Michael2016-09-19
* Add a specialized TransitiveInfoProviderMap to map TransitiveInfoProviders by...Gravatar Googler2016-09-19
* Fix formatMethod() when all arguments are namedGravatar Googler2016-09-16
* Deprecation warnings for deprecated syntaxGravatar Vladimir Moskva2016-09-16
* Send the client the command id as soon as possibleGravatar Michajlo Matijkiw2016-09-16
* Add support for aspects to attr.label() attributesGravatar Jon Brandvein2016-09-16
* Rollback of commit a85bf4b19c680a6db11f21758847dc88ec0aa658.Gravatar Cal Peyser2016-09-16
* Add a common class for filtering proto source files.Gravatar Rumou Duan2016-09-16
* Index and slice calls are implemented as separate AST nodes rather than specialGravatar Vladimir Moskva2016-09-15
* Index and slice calls are implemented as separate AST nodes rather than specialGravatar Vladimir Moskva2016-09-15
* Remove some more occurences of deprecated getExecRoot() callsGravatar Kristina Chodorow2016-09-15
* Cosmetic changes to the remote execution proto, and fixing a minor bug inGravatar Ola Rozenfeld2016-09-15
* Make environment dependency of actions factor through individual valuesGravatar Klaus Aehlig2016-09-15
* Rollback of commit 66a45a5e40e439f0682e16a8ee5faa40f95be72a.Gravatar Philipp Wollermann2016-09-15
* Store contents of FileWriteActions as UTF-8 bytes rather than java.lang.String.Gravatar Googler2016-09-15
* Remove unnecessary comment.Gravatar Luis Fernando Pino Duque2016-09-15
* Presize result list in ListLiteral#doEvalGravatar Michajlo Matijkiw2016-09-15
* Move request cancellation off the dispatching threadGravatar Michajlo Matijkiw2016-09-14
* Adds aar_import rule to Bazel along with tools needed to implement it. Curren...Gravatar Adam Michael2016-09-14
* Do not add "indirect runfiles" to the tools of a ctx.action if it has an exec...Gravatar Philipp Wollermann2016-09-14
* Implementing directory Merkle trees for remote execution/caching (seeGravatar Ola Rozenfeld2016-09-14
* Fix build_file_content overwriting source filesGravatar Kristina Chodorow2016-09-14
* Track client environment in SkyframeGravatar Klaus Aehlig2016-09-14
* Rollback of commit 4381a1d6e8f711957f430aac0c301acec6dfa0eb.Gravatar Damien Martin-Guillerez2016-09-14
* Allow reverse dependency lookups on Skyframe graph to throw InteruptedExceptionGravatar Googler2016-09-14
* Global cleanup change.Gravatar Vladimir Moskva2016-09-13
* Expose some platform-related types/methods to Skylark.Gravatar Googler2016-09-13
* Blaze support for ExtensionRegistryGenerator.Gravatar Googler2016-09-13
* Fixes actool invocation for watchOS2 targets.Gravatar Erik Abair2016-09-13
* Fix a bug that leads to unnecessary compiles of .pic.o files (and possibly)Gravatar Googler2016-09-12
* Automatically detect the setting for --cpu.Gravatar Ulf Adams2016-09-12
* Add -DNS_BLOCK_ASSERTIONS=1 to objc builds and to c++ builds using the OSX cr...Gravatar Cal Peyser2016-09-12
* Do not discover inputs for an action that will not scan includes. This isGravatar Cal Peyser2016-09-12
* Don't print stack traces when repository rules have the wrong typeGravatar Kristina Chodorow2016-09-12
* Remove --experimental_proto_header_modules.Gravatar Googler2016-09-12
* Don't copy files under embedded_tools to _binGravatar Yun Peng2016-09-12
* Restore sane behavior after a really bad merge (?) in commit a85bf4b19c680a6d...Gravatar Googler2016-09-12
* Adding utility functions to compute ContentDigests for various types; inGravatar Ola Rozenfeld2016-09-12
* Exporting functions to compute SHA1 digests of files.Gravatar Ola Rozenfeld2016-09-12
* Add missing fields to ObjcCommon for experimental_objc_library.Gravatar Cal Peyser2016-09-12
* Have SkyQueryEnvironment#getRBuildFiles not visit skyframe nodes more than on...Gravatar Nathan Harmata2016-09-12
* Make cc_toolchain not croak if something that is not a shared library is ment...Gravatar Lukacs Berki2016-09-12
* Fix invalid tags in Skylark string method docs.Gravatar David Chen2016-09-12
* Make the code that is using execRoot paths use execRoot pathsGravatar Kristina Chodorow2016-09-09
* Add repository parameter to source artifact resolverGravatar Kristina Chodorow2016-09-09
* Set workspace name for sandbox dirsGravatar Kristina Chodorow2016-09-09
* Fixed SkylarkTests on WindowsGravatar Yun Peng2016-09-09
* Check OS X version to decide if sandbox is supported.Gravatar Yue Gan2016-09-09
* Boilerplate for parallel evaluation of FunctionExpression query expression no...Gravatar Nathan Harmata2016-09-09
* Make sure to always use a parameter file when building Java deploy jars with ...Gravatar Philipp Wollermann2016-09-09