aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* Update SpawnAction to take an ActionEnvironmentGravatar ulfjack2017-07-05
* Exposing the value of strict_java_deps flag to Skylark.Gravatar elenairina2017-07-05
* Remove implicit iteration from CrosstoolGravatar hlopko2017-07-05
* Introduce --incompatible_new_actions_api flag.Gravatar dslomov2017-07-05
* Gracefully handle exceptions in java_common.default_javac_opts.Gravatar elenairina2017-07-05
* Fix documentation typos.Gravatar dslomov2017-07-05
* Implement ctx.actions.expand_template.Gravatar dslomov2017-07-05
* Migrate tests to ctx.actions.run/run_shell.Gravatar dslomov2017-07-05
* Categorize proto options.Gravatar carmi2017-07-03
* Enable --feature_control_policy policy for feature flag usage.Gravatar mstaib2017-07-03
* Enable aapt2 support in binary actions.Gravatar corysmith2017-07-03
* Remove unused method shouldUseObjcModulesGravatar cparsons2017-07-03
* Add minSdkVersion optimization to Blaze.Gravatar Googler2017-07-03
* Inline AttributeContainer.ATTRIBUTE_CONTAINER_FACTORY and PathFragment.TO_PAT...Gravatar laurentlb2017-07-03
* Enable incremental dexing by default.Gravatar ajmichael2017-07-03
* Add recursive jars to java_common.create_providerGravatar elenairina2017-07-03
* Add plugins and exported_plugins params to java_common.compile.Gravatar elenairina2017-07-03
* Implement ctx.actions.run() and ctx.actions.run_shell(),Gravatar dslomov2017-07-03
* Add methods for filtering LocalResourceContainerGravatar Googler2017-07-03
* Refactor PrinterGravatar vladmos2017-07-03
* Make osx crosstool standalone (working without bazel patches)Gravatar hlopko2017-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
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Remove --xcode_override_workspace_root and --experimental_use_absolute_paths_...Gravatar cparsons2017-06-30
* Add categories transition values to android options.Gravatar ccalvarin2017-06-30
* {ios,macos}_minimum_os flags now default to {ios_macos}_sdk_version valuesGravatar cparsons2017-06-30
* Pick up default crosstool features in objc.Gravatar rduan2017-06-30
* Add a #getBytes() method to DeterministicWriter that returns a ByteString. By...Gravatar janakr2017-06-30
* Add exports param to java_common.compile.Gravatar elenairina2017-06-29
* Remove resource_extractor from android_sdk rule.Gravatar ajmichael2017-06-29
* Introduce new android_instrumentation_test rule.Gravatar ajmichael2017-06-29
* Enable aapt2 support in library actions.Gravatar corysmith2017-06-29
* Make sure that objc_ and apple_binary pass the host/nonhost feature flag forGravatar Googler2017-06-29
* Remove implicit dependency of objc rules on //tools/objc:header_scannerGravatar cparsons2017-06-29
* Refactoring the ApplicationManifest for clarity:Gravatar corysmith2017-06-29
* Add ActionEnvironment, which is a wrapper class for a fixed+inherited envGravatar ulfjack2017-06-28
* Move verifyMarkerData into RepositoryFunctionGravatar Yun Peng2017-06-28
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28
* Tests + cleanup + docs for ctx.actions.declare_{file,directory}Gravatar dslomov2017-06-28
* Add 'ctx.actions.declare_directory'Gravatar dslomov2017-06-28
* Add 'ctx.actions' and implement 'ctx.action.declare_file'.Gravatar dslomov2017-06-27
* LLVM FDO zipped profiles contain the LLVM raw profile file whose contentsGravatar Googler2017-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
* Add JavaSkylarkApiProvider to aar_import rule.Gravatar Googler2017-06-26
* Enabling Aapt2 processing:Gravatar corysmith2017-06-26
* Remove usage of --ios_cpu from Bazel.Gravatar cpeyser2017-06-26
* ResourceFilter properly handles special language qualifiersGravatar Googler2017-06-26
* Remove remaining xcodegen references.Gravatar schmitt2017-06-26