aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* Inline JavaToolchainData into JavaToolchainProviderGravatar cushon2017-12-20
* Allow --javabase to accept java_runtime (not just java_runtime_suite)Gravatar cushon2017-12-20
* Default to not allowing the Android 'resources' attributeGravatar Googler2017-12-20
* Remove references to some internal tooling.Gravatar ajmichael2017-12-20
* Support for ThinLTO to be enabled implicitly with AFDOGravatar Googler2017-12-20
* Remove CppConfiguration#supportsFission and #useFission. To do this, we:Gravatar cpeyser2017-12-20
* Expose --android_sdk to skylark as a configuration field.Gravatar ajmichael2017-12-19
* Replace java_plugin_configuration with java_package_configurationGravatar cushon2017-12-19
* Have the RemoteSpawnRunner use the execution platform present in the Spawn to...Gravatar John Cater2017-12-19
* Initial java_toolchain Java 9 readinessGravatar cushon2017-12-19
* Retire some pre-skylark machinery for accessing the contents of java_toolchainGravatar cushon2017-12-19
* Ensure that the target package in the <instrumentation> tag of the instrument...Gravatar jingwen2017-12-19
* Move CppConfiguration#getCompilerFlags and #getCxxFlags to CcToolchainProvider.Gravatar cpeyser2017-12-19
* Remove FeatureSpecification, use plain sets insteadGravatar hlopko2017-12-19
* Remove source category from CcCommon.configureFeaturesGravatar hlopko2017-12-19
* Consolidate instances of the --keep_going flag.Gravatar juliexxia2017-12-18
* Remove support for --android_sdk=<filegroup>.Gravatar ajmichael2017-12-18
* Remove JavaNeverlinkInfoProvider.Gravatar elenairina2017-12-18
* Automatic formatting cleanup of Android *.java files.Gravatar jingwen2017-12-18
* Remove only native caller of CppConfiguration#getTargetGnuSystemName. This isGravatar cpeyser2017-12-18
* Preemptively add deps back for Objective-C compilation after it was removed inGravatar plf2017-12-18
* Filter out generated databinding files from instrumentation APK.Gravatar ajmichael2017-12-15
* Remove source specific build variables from C++ API.Gravatar plf2017-12-15
* Rename OutputGroupProvider -> OutputGroupInfo.Gravatar dslomov2017-12-14
* Perform ZipFilterAction on the instrumentation JAR using the target JAR as fi...Gravatar jingwen2017-12-13
* Allow not recognized Artifact category to be handled in Analysis phaseGravatar Googler2017-12-13
* Explain why --include_imports should not be used when creating the descriptor...Gravatar carmi2017-12-13
* Allow access to some TestAttempt fields for testingGravatar ulfjack2017-12-13
* Add --checkHashMismatch flag to ZipFilterAction.Gravatar jingwen2017-12-12
* Automated rollback of commit 367f704e71f352b404df38161f4c367b9ff506c9.Gravatar hlopko2017-12-12
* Update cc_import rule documentationGravatar Yun Peng2017-12-12
* [java_common.compile] Name output source jar relative to the output jar nameGravatar elenairina2017-12-12
* Remove an unused fieldGravatar cushon2017-12-12
* disambiguate mnemonics for $shuffle_jars and $dexsharder actionsGravatar kmb2017-12-11
* Removes skyframe/serialization's dependency on cmdline and vfs. Instead, make...Gravatar Googler2017-12-11
* Move native deps collection code out of android_binary.Gravatar ajmichael2017-12-09
* Make config_feature_flag's default_value optional.Gravatar mstaib2017-12-08
* Stop filtering resources in analysis in aapt2 buildsGravatar Googler2017-12-08
* Rollback of 178106899.Gravatar cpeyser2017-12-08
* Infrastructure for fixed checking if android_test can inherit resourcesGravatar Googler2017-12-08
* Move the javabase middleman to within JavaRuntimeInfo.Gravatar lberki2017-12-07
* Implement cc_import ruleGravatar Yun Peng2017-12-07
* Expose two methods from JavaSkylarkApiProvider in JavaInfoGravatar dbabkin2017-12-07
* allow params files for long dexmerger and dexsharder command linesGravatar kmb2017-12-06
* Register separate linkstamp compile actionGravatar hlopko2017-12-06
* Use static final variables for spawn action resource sets.Gravatar tomlu2017-12-06
* Remove duplicate CppHelper.getCcToolchainType method.Gravatar John Cater2017-12-06
* Move BazelRuleClassProvider.CORE_WORKSPACE_RULES to its own class in the rule...Gravatar lpino2017-12-06
* Depend on //tools/jdk:host_jdk for the host javabase instead of the default JDK.Gravatar lberki2017-12-06
* Disallow undeclared access to the $(JAVA) and $(JAVABASE) template variables.Gravatar lberki2017-12-06