aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
...
* Clean up after https://github.com/bazelbuild/bazel/commit/3864a45afa368473a4a...Gravatar cushon2018-01-15
* Remove isMainRepo from Root.Gravatar tomlu2018-01-12
* RELNOTES: Allow expanding TreeArtifacts for libraries_to_linkGravatar Googler2018-01-12
* C++: Only call link() in cc_binary when linkCompileOutputSeparately is true.Gravatar plf2018-01-12
* Make FileSymlinkException and InconsistentFSException IOExceptionsGravatar ulfjack2018-01-12
* Add support for native header outputs to {java,android}_libraryGravatar cushon2018-01-11
* Propagate depsObjcProvider from loadable_bundle apple_binary targetsGravatar cparsons2018-01-11
* Convert ActionLookupKey implementations to directly implement SkyKey, removin...Gravatar janakr2018-01-11
* Remove unused code from AndroidIdeInfoProvider.Gravatar tomlu2018-01-11
* Final cleanup of android_resourcesGravatar Googler2018-01-11
* Refactor SkylarkInfo constructorsGravatar brandjon2018-01-11
* Automated rollback of commit c166cd99ce9f72eed522e78d63c93ff410b6dc18.Gravatar plf2018-01-11
* Minor cleanup: move all code from JavaConfigurationLoader to the ctor of Java...Gravatar lberki2018-01-11
* Fold the Jvm configuration fragment into JavaConfiguration.Gravatar lberki2018-01-11
* Remove the unused --[no]experimental_disable_jvm command line option.Gravatar lberki2018-01-11
* Have the RemoteSpawnRunner use the execution platform present in the Spawn to...Gravatar John Cater2018-01-10
* Produce data binding file from compile action when "enable_data_binding" attr...Gravatar Googler2018-01-10
* Fix turbine command lines with empty javacoptsGravatar cushon2018-01-10
* Use an annotation preprocessor to validate SkylarkConfigurationField.Gravatar cparsons2018-01-10
* Genrules do not override c++ toolchain Make variables using the toolchains at...Gravatar cpeyser2018-01-10
* Make fake link actions "work" with ThinLTO.Gravatar lberki2018-01-10
* Automated rollback of commit 67330ad52391ad6562d439f77cc5133a0ea4247d.Gravatar plf2018-01-10
* Automated rollback of commit a705eaa9225ff8a03975c8cb49faa6b2899e398d.Gravatar plf2018-01-10
* Removes call to CcLibraryHelper.link() in cc_binary.Gravatar plf2018-01-10
* Remove ctx.fragments.jvm .Gravatar lberki2018-01-10
* Create function createJavaInfo with new API. Implement JavaCompilationArgsPro...Gravatar dbabkin2018-01-10
* Adds a CODEC for CppConfiguration.Gravatar shahan2018-01-10
* Remove package loading from JvmConfigurationLoader .Gravatar lberki2018-01-10
* use built-in params file support in DexArchiveAspectGravatar kmb2018-01-09
* Refactor ObjcProvider to abide by Native Declared Provider best practices.Gravatar cparsons2018-01-09
* RELNOTES: Make PIC and non PIC outputs for C++ compilation with Tree ArtifactsGravatar Googler2018-01-09
* Removes unnecessary check for LinkTargetType.EXECUTABLE.Gravatar plf2018-01-09
* Expose the Java home to Skylark.Gravatar lberki2018-01-09
* Fix android_binary.aapt_version docs referencing the wrong flagGravatar Googler2018-01-08
* Expose apple_common.link_multi_arch_binary to Skylark.Gravatar cparsons2018-01-08
* C++ refactoring: Separate compilation and linking calls to CcLibraryHelperGravatar plf2018-01-08
* Remove code that used to support --javabase=<absolute path>.Gravatar lberki2018-01-08
* Codecs for all non-test Fragment subclasses (except CppConfiguration, handled...Gravatar shahan2018-01-05
* Update documentation on local_repository.path.Gravatar jcater2018-01-05
* PiperOrigin-RevId: 180959513Gravatar Googler2018-01-05
* Merge the runfiles of @androidsdk//:aapt_binary into android_instrumentation_...Gravatar jingwen2018-01-04
* Move PatchTransition and kin to analysis.config.transitions.Gravatar gregce2018-01-04
* Fix Action subclasses so that the execution platform is properly set inGravatar John Cater2018-01-04
* Propagate deps' objc providers with AppleLoadableBundleGravatar cparsons2018-01-04
* Remove defunct Android incremental dexing flagsGravatar kmb2018-01-04
* Correct comment for OneVersionEnforcementLevelConverter.Gravatar Benjamin Peterson2018-01-04
* Automated rollback of commit 46356dfa59428b665aa280ba4cbca6e449f73c5b.Gravatar laszlocsomor2018-01-02
* Enable switching def_parser's Windows target for remote executionGravatar Yun Peng2018-01-02
* Add android_local_test rule to Bazel.Gravatar dannark2017-12-31
* Replace Attribute.ConfigurationTransition with config.transitions.Configurati...Gravatar gregce2017-12-28