aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build
Commit message (Expand)AuthorAge
...
* Automated rollback of commit 9d5c323a6e66842cfeb98462cf949dee58710fb8.Gravatar plf2018-05-25
* Fix build and run of RealSandboxfsProcessTest.Gravatar jmmv2018-05-25
* Extend tests of range()'s list-like behaviorGravatar brandjon2018-05-25
* Make @SkylarkModule detection (through superclasses/superinterfaces) well-def...Gravatar cparsons2018-05-24
* Add test that range() returns a listGravatar brandjon2018-05-24
* Fix SkylarkCallable-annotation detection to appropriately handle methods with...Gravatar cparsons2018-05-24
* RemoteFileArtifactValue no longer tracks mtime.Gravatar shahan2018-05-24
* Migrate struct() to skylarkbuildapiGravatar cparsons2018-05-24
* Expose [AndroidAssetsInfo].local_assets, [AndroidAssetsInfo].local_asset_dir ...Gravatar Googler2018-05-24
* Reject files when the first line is indented.Gravatar laurentlb2018-05-24
* remote/http: simplify download logicGravatar Jakob Buchgraber2018-05-24
* Delete GlobListGravatar laurentlb2018-05-24
* Refactor analysis failure reporting, report loading failuresGravatar ulfjack2018-05-24
* Make BuildOptions$OptionsDiffForReconstruction deterministic in its construct...Gravatar janakr2018-05-23
* Make the SplitTransition, PatchTransition interfaces more compatible.Gravatar gregce2018-05-23
* Rename some instances of overloaded skylark-accessible methodsGravatar cparsons2018-05-23
* Simplify split transition semantics: noops now return the input build options.Gravatar gregce2018-05-23
* Initial implementation of a Skylark debug server API.Gravatar Googler2018-05-23
* Rename PatchTransition.apply to PatchTransiton.patch.Gravatar gregce2018-05-23
* Rename an AppleToolchain method to prevent overloading a skylark-exposed methodGravatar cparsons2018-05-23
* Create GlobalBootstrap and the Bootstrap interface to add portions of the bui...Gravatar cparsons2018-05-23
* Create tests verifying appropriate propagation of InterruptedException during...Gravatar cparsons2018-05-23
* Move resource busybox actions to BusyBoxActionBuilder and AndroidDataContextGravatar asteinb2018-05-23
* Add events and get rid of ErrorInfoEncoder. Clean up some signatures and visi...Gravatar janakr2018-05-22
* Get Target out of TargetParsingCompleteEvent.Gravatar janakr2018-05-22
* Migrate JavaInfo's provider to use the new provider pattern.Gravatar cparsons2018-05-22
* Add typo detection when lookups on SkylarkModules fail.Gravatar Googler2018-05-22
* Make the parser look at only one Token at a time.Gravatar laurentlb2018-05-22
* Skylark: do not eagerly scan the whole fileGravatar laurentlb2018-05-22
* Remove special handling of SpawnActionContext in Executor/ActionExecContextGravatar ulfjack2018-05-22
* Pass AndroidDataContext through manifest processing methodsGravatar asteinb2018-05-22
* Pass through AndroidDataContext in more placesGravatar asteinb2018-05-22
* Pass AndroidDataContext through new asset and resource pipelinesGravatar asteinb2018-05-22
* CROSSTOOL: Make C++ compiled and linked artifact name pattern configurableGravatar Yun Peng2018-05-22
* Make SymlinkTreeAction properly use the configuration's environmentGravatar ulfjack2018-05-22
* Remove string prefix optimization. With new UnsafeJdk9StringCodec, it's no lo...Gravatar janakr2018-05-21
* Remove ValueConstants. They're not pulling their weight in CPU overhead.Gravatar janakr2018-05-21
* Remove unused StringUtil method.Gravatar felly2018-05-21
* When using JDK9, replace naive StringCodec with an optimized codec that uses ...Gravatar janakr2018-05-21
* Fix code to remove varargs warning.Gravatar jcater2018-05-21
* Add BuildEventProtocolOptions; use to enable/disable important_outputsGravatar ulfjack2018-05-18
* Skylark debug server: add serialization codeGravatar Googler2018-05-18
* Move coverageSupport and coverageReportGenerator from BuildConfiguration toGravatar dbabkin2018-05-18
* Add support of empty target to LateBoundAlias.Gravatar dbabkin2018-05-18
* Refactor artifact_name_pattern in CROSSTOOLGravatar pcloudy2018-05-18
* Support for ThinLTO to be enabled implicitly with FDOGravatar Googler2018-05-17
* Rename BuildEventConverters to BuildEventContextGravatar ulfjack2018-05-17
* Rename CommandAction.getEnvironment, add AbstractAction.getEnvironmentGravatar ulfjack2018-05-17
* Remove AbruptException(ExitCode exitCode) constructor.Gravatar lpino2018-05-17
* Add Concurrent test for DiGraph.Gravatar dbabkin2018-05-17