aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* Make FdoSupport use outputName to generate object file pathGravatar pcloudy2018-03-20
* Expose the j2objc configuration fragment, with field dead_code_report, matchi...Gravatar cparsons2018-03-19
* RELNOTES[INC]: Remove //tools/defaults:android_jar. Use @bazel_tools//tools/a...Gravatar ajmichael2018-03-19
* Automated rollback of commit 48e205a19bed1cccaa51c7bbfbef6c2fbe47e3de.Gravatar ruperts2018-03-16
* @AutoCodec some expressions that show up in Java configured targets.Gravatar janakr2018-03-16
* Add @AutoCodec strategy for @AutoValue.Builder.Gravatar janakr2018-03-16
* PiperOrigin-RevId: 189372237Gravatar Googler2018-03-16
* Pass all TreeArtifacts to the ParameterWriteFileAction so they're expanded by...Gravatar Googler2018-03-16
* Makes leaf level AutoCodec marshallers into runtime codecs.Gravatar shahan2018-03-15
* Begins cleanup to allow ActionFS to be injected into all action executions.Gravatar shahan2018-03-15
* Allow optimization related features to be ignored when unsupported as opposed...Gravatar Googler2018-03-15
* Suppress ThinLTO indexing for linkstatic library in testsGravatar Googler2018-03-15
* Include object exec path in LTO Backend progress messageGravatar Googler2018-03-15
* Splits the iterableMarshaller into runtime codecs.Gravatar shahan2018-03-14
* Modify the Java rules to take in JavaInfoGravatar elenairina2018-03-14
* Delete some unused code.Gravatar ajmichael2018-03-13
* Tags some more non-serializable classes (for serialization).Gravatar shahan2018-03-13
* Integrate import_deps_checker into aar_import.Gravatar cnsun2018-03-13
* Remove documentation regarding keystore name and password.Gravatar ajmichael2018-03-13
* Add a helper method for checking whether toolchain resolution is enabled for ...Gravatar John Cater2018-03-13
* Make DeployArchiveBuilder fetch the C++ toolchain identifier throughGravatar lberki2018-03-13
* Unify action_configs for static librariesGravatar hlopko2018-03-12
* Make RuleContext#getSplitPrerequisiteConfiguredTargetAndTargets public and us...Gravatar janakr2018-03-10
* Add BuildConfiguration to ConfiguredTargetAndTarget and rename it to Configur...Gravatar janakr2018-03-10
* Support for passing options to LTO Backend actions onlyGravatar Googler2018-03-09
* Enable static_linking_mode or dynamic_linking_mode features from cc_binaryGravatar hlopko2018-03-09
* Add the flag --experimental_import_deps_checking to control the dependencyGravatar cnsun2018-03-08
* C++: Marks Skylark exposed as not documented.Gravatar plf2018-03-08
* Add a binary to CppCompileAction that is responsible for grepping header file...Gravatar ajmichael2018-03-07
* C++: Makes sure ltoBitcodeFiles get merged when merging compilation outputs.Gravatar plf2018-03-07
* C++ providers: Removes C++ providers from JavaWrapCcGravatar plf2018-03-07
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* Do not expose platform-related providers to Skylark.Gravatar John Cater2018-03-06
* Add documentation for JavaInfo constructor.Gravatar dbabkin2018-03-06
* Convert a bunch of non-AutoCodec classes to use @AutoCodec: BuildConfiguratio...Gravatar janakr2018-03-06
* Automated rollback of commit f43df1e29765f75e02838e4139417e914b3ee812.Gravatar cparsons2018-03-06
* Implement support for sourceFiles parameter in JavaInfo constructor.Gravatar dbabkin2018-03-06
* Replace instances of XCode with Xcode which is the proper casing for the name.Gravatar Sergio Campama2018-03-06
* Remove cc_inc_library from bazelGravatar hlopko2018-03-06
* Add --experimental_fix_deps_tool flag to BazelGravatar Googler2018-03-05
* Fix CppToolchainProvider to get unfiltered compiler flags from theGravatar John Cater2018-03-05
* Automated rollback of commit 96145511b34a2d7be834e3eb05927674e875c813.Gravatar janakr2018-03-05
* Add experimental_drop_fully_static_linking_modeGravatar hlopko2018-03-05
* Cleanup linking input computation in CppLinkActionBuilderGravatar hlopko2018-03-05
* Do not upload link inputs of the linkstamp compile actions to the executorGravatar hlopko2018-03-05
* Automated rollback of commit eee53d3a33dde441f7e7adaecde81ef2d3db7c1b.Gravatar dannark2018-03-04
* Replace LegacySkyKey by AbstractSkyKey or custom SkyKeys. AbstractSkyKey does...Gravatar janakr2018-03-02
* @AutoCodec for ConfigurationTransition subclasses.Gravatar shahan2018-03-02
* @AutoCodec ConfiguredTargetValue.Gravatar cpeyser2018-03-02
* Allow cc_toolchain to have inline proto toolchain data, instead of using cros...Gravatar John Cater2018-03-02