aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build
Commit message (Expand)AuthorAge
* Add a codec for LinkedHashSet.Gravatar mjhalupka2018-05-01
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Resolve selects in the attributes of targets for cquery's --output=proto formatGravatar juliexxia2018-05-01
* Move BazelLibrary from syntax/ to packages/Gravatar brandjon2018-05-01
* Use a new pattern for builtin Provider objects with @SkylarkCallable.Gravatar cparsons2018-05-01
* Wire up future to wait for in NestedSetCodecWithStore.Gravatar janakr2018-04-30
* Allow SkyFunctions to return a sentinel value indicating that all of a node's...Gravatar janakr2018-04-30
* Name LateBoundDefaultApi skylark type.Gravatar cparsons2018-04-30
* Headers specified in cc_library.textual_hdrs are passed through objc_libraryGravatar cpeyser2018-04-30
* Allow JavaInfo providers without sources or exportsGravatar cushon2018-04-30
* Support ParamFileActionInput in LocalSpawnRunner.Gravatar tomlu2018-04-30
* Change LocationFunction to not extend Function.Gravatar dannark2018-04-30
* remote/http: fully read http content on error statusGravatar Jakob Buchgraber2018-04-30
* Refactor NestedSet to permit alternate NestedSetStore implementations.Gravatar cpeyser2018-04-30
* Remove the on-disk caching of Xcode locations.Gravatar jmmv2018-04-28
* Output message when the build configuration changes.Gravatar tomlu2018-04-27
* Allow skylark rule definitions to advertise providers that targets of the rul...Gravatar cparsons2018-04-27
* Reduce sensitivity of certain tests to exact configurations.Gravatar mstaib2018-04-27
* Add --experimental_use_late_bound_option_defauts flag to toggle usage of late...Gravatar Googler2018-04-27
* Normalize parameter name commentsGravatar cushon2018-04-27
* For --checkHashMismatch=ERROR, emit all errors instead of stopping at the fir...Gravatar cushon2018-04-26
* Allow class prefix names to be blacklisted from DynamicCodec use.Gravatar janakr2018-04-26
* Replace ConfigurationTransition with PatchTransition in a few places.Gravatar mstaib2018-04-26
* RuleTransitionFactory returns NoTransition instead of null.Gravatar mstaib2018-04-26
* Abstract away the param file write action from tests.Gravatar tomlu2018-04-26
* Adds support for remote files.Gravatar shahan2018-04-26
* Abstract away the param file write action from tests.Gravatar tomlu2018-04-26
* Abstract away the param file write action from tests.Gravatar tomlu2018-04-26
* Abstract away the param file write action from tests.Gravatar tomlu2018-04-26
* Add execution information to standalone test results.Gravatar Benjamin Peterson2018-04-26
* Prepare to abstract away the param file write action from tests.Gravatar tomlu2018-04-26
* Support deferred param files.Gravatar tomlu2018-04-25
* Prevent Skylark actions from setting arbitrary execution infoGravatar ulfjack2018-04-25
* Serialize singleton NestedSets directly in NestedSetCodecWithStore.Gravatar cpeyser2018-04-25
* Make output name case-insensitive while calculating output names for object f...Gravatar pcloudy2018-04-25
* Refactor generated objc sources compilation in ProtobufSupport.javaGravatar pcloudy2018-04-25
* Make the static_link_cpp_runtimes feature settableGravatar Googler2018-04-24
* Fix profiler slow task limitingGravatar michajlo2018-04-24
* Remove JavaConstraintsProvider, allow specifying constraints when constructin...Gravatar kmb2018-04-24
* Add new-style JavaInfo provider constructor.Gravatar tomlu2018-04-24
* Ensure make variables from the CcToolchainProvider end up in theGravatar jcater2018-04-24
* Introduce @SkylarkCallable.selfCall, to signify the containing class should b...Gravatar cparsons2018-04-24
* SourceArtifacts are interned on deserialization using an ArtifactFactory. Th...Gravatar cpeyser2018-04-24
* Make the constructor of TemplateVariableInfo available in Skylark.Gravatar lberki2018-04-24
* Properly report completion of shared actions with input discoveryGravatar hlopko2018-04-24
* Add getters to JavaCompilationArgsProviderGravatar cushon2018-04-24
* Cleanup LibraryToLinkCollector to properly distinguish C++ runtimes from dyna...Gravatar hlopko2018-04-24
* Accept included headers which are provided by tree artifacts.Gravatar carmi2018-04-23
* Add the additional options to support manual trimming of feature flags.Gravatar mstaib2018-04-23