aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* Workaround missing go_* target ThinLTO supportGravatar Googler2017-10-10
* Extract CppToolchainInfo from CppConfiguration. CppToolchainInfo contains allGravatar cpeyser2017-10-10
* Remove ctx.fragments.apple.{xcode_version,ios_minimum_os}.Gravatar lberki2017-10-10
* Consolidate ObjectCodec<String> creationGravatar michajlo2017-10-09
* Add .imports file to the LTOBackendAction inputsGravatar Googler2017-10-07
* More SpawnResult-related plumbing changes to Actions, Strategies, ActionConte...Gravatar ruperts2017-10-07
* Make Fdo use straight zip files, delete ZipFileSystem.Gravatar tomlu2017-10-06
* Add a whitelist for packages that can contain android_devices rules. Currentl...Gravatar ajmichael2017-10-06
* Add a flag to remove Java Make variables from Jvm.Gravatar lberki2017-10-06
* Remove an unused argument.Gravatar lberki2017-10-06
* Add debug_key attribute to android_binary.Gravatar ajmichael2017-10-06
* Refactor CppHelper.mallocForTarget() to allow specifying the name of theGravatar Googler2017-10-06
* Move --experimental_allow_runtime_deps_on_neverlink to JavaOptions.Gravatar mstaib2017-10-06
* Categorize build options for BuildConfiguration.Gravatar gregce2017-10-06
* Remove support for ProtocolBuffers2.Gravatar kaipi2017-10-06
* Remove dead code.Gravatar ajmichael2017-10-06
* Documentation fix for 'minimum_os_version' attributeGravatar cparsons2017-10-06
* Put feature arguments after command line options for LTOBackendActionGravatar Googler2017-10-06
* LocationExpander: always require options to be passed inGravatar ulfjack2017-10-02
* Make JavaToolchain use the new Expander APIGravatar ulfjack2017-10-02
* Prevent overriding android_library srcless deps configuration value from Host...Gravatar jingwen2017-10-02
* PiperOrigin-RevId: 170539405Gravatar Googler2017-10-02
* Use intermediate compiled resource symbols for linking rather than static res...Gravatar Googler2017-10-02
* Switch ExtraActionFactory over to the new Expander interfaceGravatar ulfjack2017-09-29
* Move expansion functionality to a new classGravatar ulfjack2017-09-29
* Pass CppSemantics down to the CppLinkActionBuilderGravatar hlopko2017-09-29
* BEP: correctly report AliasConfiguredTargetsGravatar Klaus Aehlig2017-09-29
* Fix various linter errorsGravatar ruperts2017-09-29
* Add flag to Blaze to double-check correct desugaring in Android deploy.jarsGravatar kmb2017-09-29
* Remove compilation and bundling attributes from apple_binary and apple_static...Gravatar cparsons2017-09-29
* Small fixes to android_instrumentation_test.Gravatar ajmichael2017-09-29
* Remove the null lipo context collector from the objc rules, which do not use ...Gravatar cpeyser2017-09-29
* Make windows_export_all_symbols feature work for cc_binaryGravatar Yun Peng2017-09-28
* Automated rollback of commit 411039319c1c67f2b9c8a7ada9e0a11d9bd4023f.Gravatar elenairina2017-09-28
* Polish the interface of CppCompileActionBuilderGravatar hlopko2017-09-28
* Make the state in RuleContext explicitGravatar ulfjack2017-09-28
* Set --experimental_allow_android_library_deps_without_srcs to false by defaul...Gravatar jingwen2017-09-28
* Fix comment typo.Gravatar gregce2017-09-28
* Expose JavaRuleOutputJarsProvider in java_common.provider, when available.Gravatar Googler2017-09-28
* Add 'compiler' and 'libc' attributes to cc_toolchain. If platform/toolchainGravatar cpeyser2017-09-28
* Limit the use of LinkCommandLine#getBuildInfoHeaderArtifacts and #getLinkstampsGravatar hlopko2017-09-28
* Simplify make variable expansion call sitesGravatar ulfjack2017-09-28
* Rewrite CppHelper linkopts expansion to take a list and return a listGravatar ulfjack2017-09-27
* Simplify RuleContext APIGravatar ulfjack2017-09-27
* Reorganise the srcs_version attribute of py_binary/py_test/py_library rules:Gravatar Googler2017-09-27
* remove unused code for unused aapt flagsGravatar ajmichael2017-09-27
* Ensure that SpawnResults make their way back to the SpawnActions that caused ...Gravatar ruperts2017-09-27
* Move ExternalPackageUtil to a new lib.repository package and simplify itGravatar ulfjack2017-09-26
* Rollforward change of Java coverage logic.Gravatar elenairina2017-09-26
* Add an option to control building of transitive py_binary runfiles trees. ,Gravatar Benjamin Peterson2017-09-26