aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools
Commit message (Expand)AuthorAge
* Thread configuration map through TestFilteringCompleteEvent. This isn't the m...Gravatar janakr2018-03-27
* Remove EventHandler from SkylarkCustomCommandLine.Gravatar tomlu2018-03-27
* Compute the list of test output files in TestRunnerActionGravatar ulfjack2018-03-27
* Get rid of ConfiguredTarget#getConfiguration() call in ConfiguredTargetFuncti...Gravatar janakr2018-03-27
* Get rid of a few more #getConfiguration() calls. We're now passing a Configur...Gravatar janakr2018-03-27
* Fix and rollforward of "Convert SkylarkRuleImplementationFunctions functions ...Gravatar cparsons2018-03-27
* Ensure Runner name is always set.Gravatar Googler2018-03-27
* C++: Fixes Blaze crashing on CLIF in toolchains that don't need PICGravatar plf2018-03-27
* Add toolchain definitions for autoconfigured cc_toolchain entries.Gravatar jcater2018-03-27
* Only allow regular files and directories spawn outputs to be uploaded to a re...Gravatar Benjamin Peterson2018-03-27
* Remove optional_*_flag fields from crosstoolGravatar hlopko2018-03-27
* Automated rollback of commit 1f8ba946a3c20413ff0a95235b20d7cc1b4964f0.Gravatar twerth2018-03-27
* Avoid using ObjectFilePathHelper in CompilationSupport.javaGravatar pcloudy2018-03-27
* Isolate C++ compile build variablesGravatar hlopko2018-03-27
* Remove FastStringCodecGravatar michajlo2018-03-26
* Simplify Executor.getSpawnActionContext() by removing mnemonic: spawn is enough.Gravatar Googler2018-03-26
* Don't assert that configurations are actually equal in ConfiguredTargetAndDat...Gravatar janakr2018-03-26
* Separate out single-extension matching in FileType to reduce garbage.Gravatar janakr2018-03-26
* Enable params files for DexMapper.Gravatar ahumesky2018-03-26
* Fix incorrect int() exampleGravatar brandjon2018-03-26
* Get rid of some more #getConfiguration calls.Gravatar janakr2018-03-26
* Prohibit using Java serialization for protos.Gravatar cpeyser2018-03-26
* Automated rollback of commit 316cd7da6f6b003b853ccf7d144f395a9a557400.Gravatar janakr2018-03-26
* Simplified ActionContextConsumer by having it operate on a new class which ho...Gravatar Googler2018-03-26
* Add AspectCodec. Can't be @AutoCodec because we don't want to serialize the f...Gravatar janakr2018-03-26
* As promised in an earlier commit, remove subinclude machinery from PackageFac...Gravatar nharmata2018-03-26
* Redo FileType @AutoCodec: it is risky to assume that all subclasses are total...Gravatar janakr2018-03-26
* During NestedSet deserialization, maintain a list of known children outside ofGravatar cpeyser2018-03-26
* Deprecate TransitiveInfoCollection#getConfiguration(), adding two new methods...Gravatar janakr2018-03-26
* Make a bunch more stuff serializable, especially anonymous classes and lambda...Gravatar janakr2018-03-26
* Big round of sandbox fixes / performance improvements.Gravatar Philipp Wollermann2018-03-26
* Add DONE_CHECKING as a reason for requesting nodes.Gravatar shreyax2018-03-26
* Convert SkylarkRuleImplementationFunctions functions to use @SkylarkCallable ...Gravatar cparsons2018-03-26
* Set BUILD_WORKSPACE_DIRECTORY and BUILD_WORKING_DIRECTORY when running tests,...Gravatar lberki2018-03-26
* Automated rollback of commit f873447a073c8f7374e9f8a74ae42784df3f80e1.Gravatar twerth2018-03-26
* Remove the unused label //tools/defaults:coverage .Gravatar lberki2018-03-26
* Make "blaze run --direct_run" wrap the command in a shell.Gravatar lberki2018-03-26
* BEP: also report the built artifacts in case of a testGravatar Klaus Aehlig2018-03-26
* Make the script written blaze "blaze run --direct_run --script_path" not over...Gravatar lberki2018-03-26
* @AutoCodec some more classes needed for large Java builds.Gravatar janakr2018-03-25
* @AutoCodec ConfiguredValueCreationException. Not a high priority, but while w...Gravatar janakr2018-03-24
* @AutoCodec SkylarkCustomCommandLine. Includes hack to work around b/76233103.Gravatar janakr2018-03-24
* @AutoCodec ProtoCompileActionBuilder$LazyCommandLineExpansion and $LazyLangPl...Gravatar janakr2018-03-24
* Memoize AspectValue serialization (oops).Gravatar janakr2018-03-24
* @AutoCodec SelectorValue. Rather than making mapMarshaller handle wildcards b...Gravatar janakr2018-03-23
* @AutoCodec map functions in ProtoCompileActionBuilder.Gravatar janakr2018-03-23
* Allow AutoValue builder method to have the same name as getter method when us...Gravatar janakr2018-03-23
* @AutoCodec AspectValue.Gravatar janakr2018-03-23
* @AutoCodec SelectorList and SkylarkFileType.Gravatar janakr2018-03-23
* @AutoCodec SkylarkComputedDefaultTemplate and dependencies.Gravatar janakr2018-03-23