aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* Migrate callsites of CppConfiguation#getCompiler, #getTargetLibc, #getCpu toGravatar cpeyser2017-11-28
* Delete --experimental_use_manifest_from_resource_apk again.Gravatar ajmichael2017-11-27
* Automated rollback of commit a6ed4c01d374bcf98bf39c1efc12a0f4f20fe313.Gravatar elenairina2017-11-27
* Shape sharing for Skylark providers.Gravatar Benjamin Peterson2017-11-27
* Remove useless abstractions in C++ rules after internal cleanupGravatar hlopko2017-11-24
* Create the output source jar in java_common.compileGravatar elenairina2017-11-24
* Remove usages of $singlejar in Java rules.Gravatar elenairina2017-11-24
* Remove uses of ar_flag and uses_action_config_for_arGravatar hlopko2017-11-23
* Fix typos in java_toolchain documentation.Gravatar eaftan2017-11-23
* Enable aapt2 for robolectric when available.Gravatar corysmith2017-11-22
* Move CppConfiguration's treatment of pic, --start-lib/--end-lib, and fission toGravatar cpeyser2017-11-22
* Don't propagate resources when neverlink is specified and manifest is notGravatar Googler2017-11-22
* Move CppConfiguration#isLLVMcompiler, #isLLVMOptimizedFdo, #isLipoOptimization,Gravatar cpeyser2017-11-22
* Prevent blaze from crashing on invalid resource locations.Gravatar corysmith2017-11-22
* Check if win_def_file attribute exists before getting its valueGravatar Yun Peng2017-11-22
* Fix resource filteringGravatar Googler2017-11-22
* Clarify `srcs` description to make it obvious what file types are accepted.Gravatar spomorski2017-11-22
* Improve error message when missing default_toolchain in CROSSTOOLGravatar hlopko2017-11-22
* Make genrules not understand $(JAVA) and $(JAVABASE) if --experimental_enable...Gravatar lberki2017-11-22
* Remove an unused method.Gravatar lberki2017-11-22
* Add system_provide attribute to cc_import ruleGravatar pcloudy2017-11-22
* Return SpawnResults using a List instead of a Set.Gravatar ruperts2017-11-21
* Add option to enable resource cycle shrinking.Gravatar Googler2017-11-21
* Remove a redundant parameter from MultiArchBinarySupport API, and remove uses...Gravatar cparsons2017-11-21
* Allow conditioning flags on the _absence_ of a feature.Gravatar Googler2017-11-21
* Added new RuleClass flag to turn off platform support, to stop dependency cyc...Gravatar John Cater2017-11-21
* Change Platform.remoteExecutionProperties to be a String, not a dict.Gravatar John Cater2017-11-21
* Update AndroidConfiguration to reflect changesGravatar Googler2017-11-21
* SOURCE_DATE_EPOCH environment variable override the timestampGravatar Damien Martin-Guillerez2017-11-21
* Fixed typo in ApkProvider: s/coverageMetdata/coverageMetadataGravatar jingwen2017-11-20
* Remove experimental flags for generating robolectric R class.Gravatar Googler2017-11-20
* CcProtoLibrary: Don't add dynamic librarys to filesToBuild on WindowsGravatar Yun Peng2017-11-20
* PiperOrigin-RevId: 176356590Gravatar lpino2017-11-20
* Change default behavior for cc_toolchain.compiler and cc_toolchain.libc forGravatar cpeyser2017-11-18
* Convert JavaToolchainProvider to a concrete class, and a subclass of Toolchai...Gravatar jcater2017-11-17
* Add cc_import rule definitionGravatar Yun Peng2017-11-17
* Support incremental dexing tools in proguarded Android buildsGravatar kmb2017-11-17
* Document --build_python_zip optionGravatar pcloudy2017-11-17
* Deletes unused apk manifest.Gravatar ahumesky2017-11-16
* Build databinding annotation processor in host configuration.Gravatar ajmichael2017-11-16
* Stop adding data deps to AndroidDeployInfo proto.Gravatar ajmichael2017-11-15
* Add experimental flag to skip the parsing action if using aapt2.Gravatar Googler2017-11-15
* Refactor the representation of a collection of package specificationsGravatar cushon2017-11-15
* Save dwoFile on LTOBackendArtifacts objectGravatar Googler2017-11-14
* Move CppConfiguration#getBuiltinIncludeDirectories to CcToolchainProvider.Gravatar cpeyser2017-11-14
* Add win_def_file attribute to cc rules.Gravatar Yun Peng2017-11-14
* Automated rollback of commit 10b0d8aa6b73a024cc007c5e075cb329add878ef.Gravatar lberki2017-11-14
* RELNOTES: NoneGravatar dannark2017-11-13
* Open source ZipFilterBuilder for android_instrumentation_testGravatar jingwen2017-11-13
* objc_bundle_library uses the single-arch platform type instead of incorrectly...Gravatar cparsons2017-11-13