aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
...
* Add a constraint_values attribute and a target platforms attribute to the con...Gravatar juliexxia2017-09-21
* Move --build_python_zip into PythonConfiguration.Gravatar mstaib2017-09-21
* remove long-deprecated incremental dexing flag that has no effectGravatar kmb2017-09-21
* Delete ios_application, ios_extension(_binary), objc_binary.Gravatar allevato2017-09-21
* Only load the whitelist for Android targets if they use feature flags.Gravatar mstaib2017-09-21
* Drop 32-bit architectures from builds with ios_mimimum_os > 11.0.Gravatar cparsons2017-09-21
* Expose 'registerAction' on SkylarkActionFactory.Gravatar dslomov2017-09-20
* Do not put sysroot into unfiltered_compile_flagsGravatar hlopko2017-09-20
* Revert output groups name of cc_libraryGravatar pcloudy2017-09-20
* Windows: Make dynamic libraries available to binary at runtimeGravatar Yun Peng2017-09-20
* Always pass resource filters to aaptGravatar Googler2017-09-20
* Introduce --enabled_toolchain_types, which when set to the cpp toolchain caus...Gravatar cpeyser2017-09-20
* Include library R classes in runtime classpath for library but not binaryGravatar Googler2017-09-20
* LateBoundDefault: enforce access to a single fragment (or none).Gravatar mstaib2017-09-19
* Wrap runtime jars and proto sources going into runfiles in a stable order nes...Gravatar tomlu2017-09-19
* Defer expanding sources to path fragments until execution for source jar acti...Gravatar tomlu2017-09-19
* Do not duplicate build variables, reuse variables from cc toolchainGravatar hlopko2017-09-19
* Remove an unused method.Gravatar lberki2017-09-19
* Expose full compile time jars in SkylarkGravatar elenairina2017-09-19
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Cleanup some databinding code that was messed up by https://github.com/bazelb...Gravatar ajmichael2017-09-19
* Remove flags with no effect from --dexopts_supported_in_dexmerger default in ...Gravatar kmb2017-09-19
* Project reorg: move *ConfiguredTarget to new configuredtargets/ pathGravatar gregce2017-09-18
* Remove LipoTransition (and replace remaining LIPO_COLLECTOR references).Gravatar gregce2017-09-18
* Every rule class that uses a cc_toolchain also has knowledge of the label forGravatar cpeyser2017-09-18
* Toolchain type labels for c++ are filegroups instead of toolchain_type.Gravatar cpeyser2017-09-18
* Automated rollback of commit f26e8694ae78599b3e2004e3360eaf3443fa53a6.Gravatar hlopko2017-09-18
* Bazel now can build dynamic library from cc_libraryGravatar Yun Peng2017-09-18
* Automated rollback of commit ca216f5eb4b1f1892219db0f578495bbbdbaa875.Gravatar philwo2017-09-15
* Automatic code cleanup.Gravatar cushon2017-09-15
* Stop passing around unused JavaCommon object.Gravatar ajmichael2017-09-15
* Avoid flattening nested sets when constructing SingleJar source jar.Gravatar tomlu2017-09-15
* Avoid nested set expansion for deploy archives.Gravatar tomlu2017-09-15
* Support multiple command lines / params files in SpawnAction.Gravatar tomlu2017-09-15
* Add whitelists for android_resources removalGravatar Googler2017-09-15
* Do not flatten resource artifacts in Android rules.Gravatar tomlu2017-09-15
* Remove warning about multiple options in copts.Gravatar Joe Finney2017-09-15
* Zipped LLVM multi-arch profiles is now supported.Gravatar Googler2017-09-15
* Implement PlatformBaseRule which describes the common settings for all platfo...Gravatar juliexxia2017-09-14
* Implemented a check for implicitly-exported deps in android_library, and rais...Gravatar jingwen2017-09-14
* Remove duplicated error handling in build variablesGravatar hlopko2017-09-14
* Categorize C++ related optionsGravatar hlopko2017-09-14
* Introduce -c source_file -o output_file build variablesGravatar hlopko2017-09-14
* Lots more cleanup of "dynamic configurations" comments and test code.Gravatar gregce2017-09-14
* Remove concept of "processorFlags" from Bazel.Gravatar ajmichael2017-09-14
* Introduce empty "toolchain_category" rule for labels that will be used asGravatar cpeyser2017-09-14
* Support for local_resource_files in android_testGravatar Googler2017-09-13
* Don't allow injection of non-default output formatters for genquery rule.Gravatar janakr2017-09-13
* Merging a RunfilesSupport object into Runfiles.Builder no longer adds the run...Gravatar Benjamin Peterson2017-09-12
* Expose sysroot as a build variableGravatar hlopko2017-09-12