aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib
Commit message (Expand)AuthorAge
* Refactor PrinterGravatar vladmos2017-07-03
* Introduce ctx.actions.write in place of ctx.file_action.Gravatar dslomov2017-06-30
* Implement ctx.actions.do_nothing instead of ctx.empty_actionGravatar dslomov2017-06-30
* Implement retry logic for the gRPC calls in remote execution and caching. TheGravatar olaola2017-06-30
* Slight refactoring, functional noop: uploadChunks will need to get a Chunker....Gravatar olaola2017-06-30
* Add a #getBytes() method to DeterministicWriter that returns a ByteString. By...Gravatar janakr2017-06-30
* Explicitly state the default options categories for options used in blaze tes...Gravatar ccalvarin2017-06-29
* Remove resource_extractor from android_sdk rule.Gravatar ajmichael2017-06-29
* Introduce new android_instrumentation_test rule.Gravatar ajmichael2017-06-29
* Add a FeaturePolicyConfiguration for supporting limited feature rollouts.Gravatar mstaib2017-06-29
* Allow expansion flags to have values.Gravatar Googler2017-06-28
* Update the --incompatible_ flag requirements to use the metadata tag.Gravatar ccalvarin2017-06-28
* Add a pretty printer for Skylark ASTsGravatar brandjon2017-06-28
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28
* Add more helpers to ParserGravatar brandjon2017-06-28
* Tests + cleanup + docs for ctx.actions.declare_{file,directory}Gravatar dslomov2017-06-28
* Add 'ctx.actions.declare_directory'Gravatar dslomov2017-06-28
* Turn unary minus into a proper AST nodeGravatar brandjon2017-06-28
* Add 'ctx.actions' and implement 'ctx.action.declare_file'.Gravatar dslomov2017-06-27
* Simplify the RemoteActionCache interfaceGravatar ulfjack2017-06-27
* Add idl_preprocessed field to android_library.Gravatar Googler2017-06-27
* Add the ability to provide source_jars to java_common.create_providerGravatar Googler2017-06-27
* Forbid octal sequences greater than \377 (0xff) in strings.Gravatar laurentlb2017-06-26
* Enabling Aapt2 processing:Gravatar corysmith2017-06-26
* ResourceFilter properly handles special language qualifiersGravatar Googler2017-06-26
* Make BuildEventStreamer flushable before first eventGravatar Klaus Aehlig2017-06-26
* Make Metadata an interface for FileArtifactValueGravatar ulfjack2017-06-26
* Fix NullPointerException when enable_data_binding is omitted.Gravatar gregce2017-06-26
* Forbid 'in' operator on depset with --incompatible_depset_is_not_iterableGravatar laurentlb2017-06-26
* Forbid duplicate keys in dictionary literalsGravatar laurentlb2017-06-26
* Make len(depset()) fail when --incompatible_depset_is_not_iterable is setGravatar laurentlb2017-06-26
* Do not use link_dynamic_library.sh when toolchain doesn't support interface l...Gravatar hlopko2017-06-26
* Make Metadata fields privateGravatar ulfjack2017-06-22
* Fix source jars no longer being exposed to Skylark from java_library.Gravatar tomlu2017-06-22
* Update testSpecialMandatoryProviderMissing to cover more casesGravatar vladmos2017-06-22
* Change CAS URI to use the "bytestream" scheme instead of being scheme-lessGravatar ulfjack2017-06-22
* Allow "[", "]", "{", and "}" in globs in BUILD files. (#3048)Gravatar Jonathan Bluett-Duncan2017-06-22
* Use getopt to parse process-wrapper's command-line.Gravatar philwo2017-06-22
* Introduce --incompatible_depset_is_not_iterableGravatar laurentlb2017-06-21
* ActionMetadataHandler: proper metadata even for the volatile workspace statusGravatar ulfjack2017-06-21
* Fix Android data binding for rules with no direct resources.Gravatar gregce2017-06-21
* Introduce is_cc_test build variable so we can migrate away from is_not_cc_tes...Gravatar hlopko2017-06-20
* Extract ImmutableSharedKeysMap class from TransitiveInfoProviderMap.Gravatar Googler2017-06-20
* Adding support for SHA256 for remote execution. Switch remote execution to useGravatar olaola2017-06-20
* Rule functions should return None instead of internal Rule objectsGravatar vladmos2017-06-20
* Move some Skylark tests out of Java.Gravatar laurentlb2017-06-20
* Extract ActionContext to a top-level classGravatar ulfjack2017-06-19
* Make equality, comparison and 'in' operators not associative.Gravatar laurentlb2017-06-19
* Rewrite the Executor/ActionExecutionContext splitGravatar ulfjack2017-06-19
* Close file handles in ActionCache before bazel cleanGravatar Yun Peng2017-06-19