- 4acb36c Cleanup of expansion option naming by ccalvarin · 8 years ago
- 0e7051a Allow config_settings to match on constraint_values to a target_platform. This is on the way to making select() work with constraint_values re: #305. by juliexxia · 8 years ago
- 4c3ef11 Move aspect resolution out of ConfiguredTargetFunction. by gregce · 8 years ago
- bcb3c57 Create multiple ParamsFilePreProcessors to allow parsing files using the formats specified in ParameterFile.ParameterFileType. Also maintain the currently used parsing style of whitespace split arguments that allows single and double quoting and whitespace and quote escaping. This style of parsing is for a format not currently generated and will be removed once all consuming actions have been converted to using a supported format explicitly. by apell · 8 years ago
- 3dd22a3 Add a constraint_values attribute and a target platforms attribute to the configsetting rule class. This is a step in the process of integrating platforms with selects and works towards fixing #350. by juliexxia · 8 years ago
- bef0c45 Move --build_python_zip into PythonConfiguration. by mstaib · 8 years ago
- cf03c3d remove long-deprecated incremental dexing flag that has no effect by kmb · 8 years ago
- be9ecf9 Removing deprecated field total_input_file_count. by olaola · 8 years ago
- 4284f02 Delete ios_application, ios_extension(_binary), objc_binary. by allevato · 8 years ago
- 503d0d1 Add ability to write param files to disk. by tomlu · 8 years ago
- b20708f Only load the whitelist for Android targets if they use feature flags. by mstaib · 8 years ago
- d13badf Drop 32-bit architectures from builds with ios_mimimum_os > 11.0. by cparsons · 8 years ago
- 6f32d5a Passing Bazel metadata in gRPC headers. by olaola · 8 years ago
- e6b6d7c Improve the error message for toolchain selection when the default platform is not present. by cpeyser · 8 years ago
- 441e7a2 Expose 'registerAction' on SkylarkActionFactory. by dslomov · 8 years ago
- 0e9236b Do not put sysroot into unfiltered_compile_flags by hlopko · 8 years ago
- 17214ac Check parameter types for methods when multiple types are allowed. by dslomov · 8 years ago
- 30adfbf Revert output groups name of cc_library by pcloudy · 8 years ago
- ba34494 Remove $LANG from --experimental_strict_action_env help. by Benjamin Peterson · 8 years ago
- fe0734a Add sanity check that the runfiles middleman root is a middleman root by ulfjack · 8 years ago
- 481657d Windows: Make dynamic libraries available to binary at runtime by Yun Peng · 8 years ago
- 9dbe48b Move ConfiguredTargetFunction dynamic config selection to its own class. by gregce · 8 years ago
- 0bc9b3e Fix bug in NetUtil caching. by felly · 8 years ago
- 446f0ba Switch from using Iterable to Collection in the return type to be more explicit. by shreyax · 8 years ago
- 2573540 Document the options in smaller commands. by ccalvarin · 8 years ago
- fd09d74 Always pass resource filters to aapt by Googler · 8 years ago
- a399b7c Introduce --enabled_toolchain_types, which when set to the cpp toolchain causes the cc_toolchain dependency of cc targets to be selected using the platforms/toolchains constraint solving system. by cpeyser · 8 years ago
- c034dfd Include library R classes in runtime classpath for library but not binary by Googler · 8 years ago
- 807a9b2 LateBoundDefault: enforce access to a single fragment (or none). by mstaib · 8 years ago
- fd62e76 Automated rollback of commit 743dc14f9f30b80d6d821612f77186afb025477d. by dslomov · 8 years ago
- 3ab171a Treat parsed option values differently by option type. by ccalvarin · 8 years ago
- cd032d0 Wrap runtime jars and proto sources going into runfiles in a stable order nested set. by tomlu · 8 years ago
- 6ffdbf7 Defer expanding sources to path fragments until execution for source jar actions. by tomlu · 8 years ago
- 33a361f Implement support for Skylark param files. by tomlu · 8 years ago
- 6434af0 Do not duplicate build variables, reuse variables from cc toolchain by hlopko · 8 years ago
- e85b5a7 Automated rollback of commit 0ee3aa622fc13b8a5072ebddf5cd65823413b4ff. by ulfjack · 8 years ago
- a83774b Remove an unused method. by lberki · 8 years ago
- 655a529 Expose full compile time jars in Skylark by elenairina · 8 years ago
- f20ae6b Inform SkyframeExecutor when a command starts. by janakr · 8 years ago
- 593f7f9 Move RuleConfiguredTarget to lib.analysis.configuredtargets. by gregce · 8 years ago
- 8ae50f0 Cleanup some databinding code that was messed up by https://github.com/bazelbuild/bazel/commit/b30b3de23a7fa01b8290ace0e688d75405689825 by ajmichael · 8 years ago
- 63471b5 Make ObjectCodecs.ClassKeyedBuilder more reasonable by michajlo · 8 years ago
- c32ed32 Remove flags with no effect from --dexopts_supported_in_dexmerger default in preparation for removing those flags from the tool. by kmb · 8 years ago
- 9055ff2 use toList.contains for depset containsKey instead of toSet by cparsons · 8 years ago
- 7744b86 Uploading failed action outputs to the remote cache, because even if the tests fails, we still want to be able to download the logs and other outputs from CAS. by olaola · 8 years ago
- 8f9ace9 Remove unnecessary injection of precomputed values. Precomputed values are injected in BlazeCommandDispatcher#execExclusively. by janakr · 8 years ago
- 0ee3aa6 Cleanup ActionConstructionContext. by dslomov · 8 years ago
- f06e370 Unify buildevnts indicating build completion by Klaus Aehlig · 8 years ago
- 3ba3dfc Fix documentation for android_sdk_repository.build_tools_version. by ajmichael · 8 years ago
- 5f09033 Java Launcher: Create classpath jar with a random name by Yun Peng · 8 years ago
- e002c86 Fix BEP to report SKIPPED with TargetCompletedId instead of ConfigurationId by Googler · 8 years ago
- 137bb34 RELNOTES: Fix documentation typo. by Googler · 8 years ago
- 7d67e02 Change param file arg string to a format string instead of a prefix string. by tomlu · 8 years ago
- 2aee44b Project reorg: move *ConfiguredTarget to new configuredtargets/ path by gregce · 8 years ago
- ce1129e Remove LipoTransition (and replace remaining LIPO_COLLECTOR references). by gregce · 8 years ago
- a1ef0b6 Fix PlatformInfo to correctly report all duplicate constraints, not just the first. by John Cater · 8 years ago
- 4a0a268 Every rule class that uses a cc_toolchain also has knowledge of the label for by cpeyser · 8 years ago
- fb153cd Throw away the confusing UnparsedOptionValueDescription name. by ccalvarin · 8 years ago
- 6aed3d3 Toolchain type labels for c++ are filegroups instead of toolchain_type. by cpeyser · 8 years ago
- a22fb12 Automated rollback of commit f26e8694ae78599b3e2004e3360eaf3443fa53a6. by hlopko · 8 years ago
- 394211b Bazel now can build dynamic library from cc_library by Yun Peng · 8 years ago
- fce11ae `repository_name()` and `package_name()` are available only in loading phase by laurentlb · 8 years ago
- bf96c50 Automated rollback of commit ca216f5eb4b1f1892219db0f578495bbbdbaa875. by philwo · 8 years ago
- 03e7018 Automatic code cleanup. by cushon · 8 years ago
- f863f9c Stop passing around unused JavaCommon object. by ajmichael · 8 years ago
- 8dce188 Avoid flattening nested sets when constructing SingleJar source jar. by tomlu · 8 years ago
- 7b8b116 Avoid nested set expansion for deploy archives. by tomlu · 8 years ago
- aa0ca5b blaze: g3doc: fix closing HTML tag by mpn · 8 years ago
- 7df9198 Support multiple command lines / params files in SpawnAction. by tomlu · 8 years ago
- 2e7b804 Add whitelists for android_resources removal by Googler · 8 years ago
- fe46788 Add serialization support to BlazeDirectories (and .hashCode() and .equals() support into the bargain). by janakr · 8 years ago
- f38b433 Do not flatten resource artifacts in Android rules. by tomlu · 8 years ago
- d9b141d Use top-level targets' configurations for convenience symlinks. by mstaib · 8 years ago
- dc4dddf Remove warning about multiple options in copts. by Joe Finney · 8 years ago
- c60f973 Remove unused late-bound attributes for target and execution platforms. by jcater · 8 years ago
- cd37941 Zipped LLVM multi-arch profiles is now supported. by Googler · 8 years ago
- 82d6e8a BEP: Upon missing test targets, still generate a finished event by Klaus Aehlig · 8 years ago
- e67c012 Internal change by tomlu · 8 years ago
- 346c8ff Introduce "bazel help flags-as-proto" to print information about supported flags as a text protobuf. by fwe · 8 years ago
- 8bdd409 Only compute hostname once per server lifetime by hlopko · 8 years ago
- fdc1e2f Avoid wasting cpu/garbage formatting preconditions string by michajlo · 8 years ago
- 84cdaa3 Implement PlatformBaseRule which describes the common settings for all platform-related rules by juliexxia · 8 years ago
- a8c0c8d Pass the UnparsedOptionValues when setting or adding option values. by ccalvarin · 8 years ago
- db05831 Implemented a check for implicitly-exported deps in android_library, and raise a warning/error depending on --experimental_allow_android_library_deps_without_srcs (defaulted to true for a warning). by jingwen · 8 years ago
- be00a33 Remove duplicated error handling in build variables by hlopko · 8 years ago
- 970560e Categorize C++ related options by hlopko · 8 years ago
- 5fe8e66 Consolidate the "unparsed" option value tracking. by ccalvarin · 8 years ago
- 5ef576f bep: Properly URI encode file paths by buchgr · 8 years ago
- f26e869 Introduce -c source_file -o output_file build variables by hlopko · 8 years ago
- 3b63a4e Remove deepExecRoot from BlazeDirectories. It is now the default. Also inline constructor that did ServerDirectories creation inline: don't pollute production code for tests' convenience. by janakr · 8 years ago
- aa437e0 Fix minor typo in RuleClass.Builder.RuleClassType.TEST validation message. by Googler · 8 years ago
- 23e152c Open-source some more serialization codecs, and create a PrecomputedValue codec. Since PrecomputedValues can contain any value, give them access to an ObjectCodecs instance so we don't have to have a whitelist inside PrecomputedValueCodec. by janakr · 8 years ago
- 408bfe47 Lots more cleanup of "dynamic configurations" comments and test code. by gregce · 8 years ago
- 5303cc0 Cleanup todo from static config removal by gregce · 8 years ago
- c90a216 Static config removal TODO cleanup. by gregce · 8 years ago
- ec94496 Internal change by tomlu · 8 years ago
- b30b3de Remove concept of "processorFlags" from Bazel. by ajmichael · 8 years ago
- ca216f5 Introduce empty "toolchain_category" rule for labels that will be used as by cpeyser · 8 years ago
- a615d28 Rollback context.actions.args() functionality. by tomlu · 8 years ago
- 73bd3fd Remove Path instance from Artifact. by tomlu · 8 years ago