1. 4acb36c Cleanup of expansion option naming by ccalvarin · 8 years ago
  2. 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
  3. 4c3ef11 Move aspect resolution out of ConfiguredTargetFunction. by gregce · 8 years ago
  4. 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
  5. 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
  6. bef0c45 Move --build_python_zip into PythonConfiguration. by mstaib · 8 years ago
  7. cf03c3d remove long-deprecated incremental dexing flag that has no effect by kmb · 8 years ago
  8. be9ecf9 Removing deprecated field total_input_file_count. by olaola · 8 years ago
  9. 4284f02 Delete ios_application, ios_extension(_binary), objc_binary. by allevato · 8 years ago
  10. 503d0d1 Add ability to write param files to disk. by tomlu · 8 years ago
  11. b20708f Only load the whitelist for Android targets if they use feature flags. by mstaib · 8 years ago
  12. d13badf Drop 32-bit architectures from builds with ios_mimimum_os > 11.0. by cparsons · 8 years ago
  13. 6f32d5a Passing Bazel metadata in gRPC headers. by olaola · 8 years ago
  14. e6b6d7c Improve the error message for toolchain selection when the default platform is not present. by cpeyser · 8 years ago
  15. 441e7a2 Expose 'registerAction' on SkylarkActionFactory. by dslomov · 8 years ago
  16. 0e9236b Do not put sysroot into unfiltered_compile_flags by hlopko · 8 years ago
  17. 17214ac Check parameter types for methods when multiple types are allowed. by dslomov · 8 years ago
  18. 30adfbf Revert output groups name of cc_library by pcloudy · 8 years ago
  19. ba34494 Remove $LANG from --experimental_strict_action_env help. by Benjamin Peterson · 8 years ago
  20. fe0734a Add sanity check that the runfiles middleman root is a middleman root by ulfjack · 8 years ago
  21. 481657d Windows: Make dynamic libraries available to binary at runtime by Yun Peng · 8 years ago
  22. 9dbe48b Move ConfiguredTargetFunction dynamic config selection to its own class. by gregce · 8 years ago
  23. 0bc9b3e Fix bug in NetUtil caching. by felly · 8 years ago
  24. 446f0ba Switch from using Iterable to Collection in the return type to be more explicit. by shreyax · 8 years ago
  25. 2573540 Document the options in smaller commands. by ccalvarin · 8 years ago
  26. fd09d74 Always pass resource filters to aapt by Googler · 8 years ago
  27. 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
  28. c034dfd Include library R classes in runtime classpath for library but not binary by Googler · 8 years ago
  29. 807a9b2 LateBoundDefault: enforce access to a single fragment (or none). by mstaib · 8 years ago
  30. fd62e76 Automated rollback of commit 743dc14f9f30b80d6d821612f77186afb025477d. by dslomov · 8 years ago
  31. 3ab171a Treat parsed option values differently by option type. by ccalvarin · 8 years ago
  32. cd032d0 Wrap runtime jars and proto sources going into runfiles in a stable order nested set. by tomlu · 8 years ago
  33. 6ffdbf7 Defer expanding sources to path fragments until execution for source jar actions. by tomlu · 8 years ago
  34. 33a361f Implement support for Skylark param files. by tomlu · 8 years ago
  35. 6434af0 Do not duplicate build variables, reuse variables from cc toolchain by hlopko · 8 years ago
  36. e85b5a7 Automated rollback of commit 0ee3aa622fc13b8a5072ebddf5cd65823413b4ff. by ulfjack · 8 years ago
  37. a83774b Remove an unused method. by lberki · 8 years ago
  38. 655a529 Expose full compile time jars in Skylark by elenairina · 8 years ago
  39. f20ae6b Inform SkyframeExecutor when a command starts. by janakr · 8 years ago
  40. 593f7f9 Move RuleConfiguredTarget to lib.analysis.configuredtargets. by gregce · 8 years ago
  41. 8ae50f0 Cleanup some databinding code that was messed up by https://github.com/bazelbuild/bazel/commit/b30b3de23a7fa01b8290ace0e688d75405689825 by ajmichael · 8 years ago
  42. 63471b5 Make ObjectCodecs.ClassKeyedBuilder more reasonable by michajlo · 8 years ago
  43. 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
  44. 9055ff2 use toList.contains for depset containsKey instead of toSet by cparsons · 8 years ago
  45. 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
  46. 8f9ace9 Remove unnecessary injection of precomputed values. Precomputed values are injected in BlazeCommandDispatcher#execExclusively. by janakr · 8 years ago
  47. 0ee3aa6 Cleanup ActionConstructionContext. by dslomov · 8 years ago
  48. f06e370 Unify buildevnts indicating build completion by Klaus Aehlig · 8 years ago
  49. 3ba3dfc Fix documentation for android_sdk_repository.build_tools_version. by ajmichael · 8 years ago
  50. 5f09033 Java Launcher: Create classpath jar with a random name by Yun Peng · 8 years ago
  51. e002c86 Fix BEP to report SKIPPED with TargetCompletedId instead of ConfigurationId by Googler · 8 years ago
  52. 137bb34 RELNOTES: Fix documentation typo. by Googler · 8 years ago
  53. 7d67e02 Change param file arg string to a format string instead of a prefix string. by tomlu · 8 years ago
  54. 2aee44b Project reorg: move *ConfiguredTarget to new configuredtargets/ path by gregce · 8 years ago
  55. ce1129e Remove LipoTransition (and replace remaining LIPO_COLLECTOR references). by gregce · 8 years ago
  56. a1ef0b6 Fix PlatformInfo to correctly report all duplicate constraints, not just the first. by John Cater · 8 years ago
  57. 4a0a268 Every rule class that uses a cc_toolchain also has knowledge of the label for by cpeyser · 8 years ago
  58. fb153cd Throw away the confusing UnparsedOptionValueDescription name. by ccalvarin · 8 years ago
  59. 6aed3d3 Toolchain type labels for c++ are filegroups instead of toolchain_type. by cpeyser · 8 years ago
  60. a22fb12 Automated rollback of commit f26e8694ae78599b3e2004e3360eaf3443fa53a6. by hlopko · 8 years ago
  61. 394211b Bazel now can build dynamic library from cc_library by Yun Peng · 8 years ago
  62. fce11ae `repository_name()` and `package_name()` are available only in loading phase by laurentlb · 8 years ago
  63. bf96c50 Automated rollback of commit ca216f5eb4b1f1892219db0f578495bbbdbaa875. by philwo · 8 years ago
  64. 03e7018 Automatic code cleanup. by cushon · 8 years ago
  65. f863f9c Stop passing around unused JavaCommon object. by ajmichael · 8 years ago
  66. 8dce188 Avoid flattening nested sets when constructing SingleJar source jar. by tomlu · 8 years ago
  67. 7b8b116 Avoid nested set expansion for deploy archives. by tomlu · 8 years ago
  68. aa0ca5b blaze: g3doc: fix closing HTML tag by mpn · 8 years ago
  69. 7df9198 Support multiple command lines / params files in SpawnAction. by tomlu · 8 years ago
  70. 2e7b804 Add whitelists for android_resources removal by Googler · 8 years ago
  71. fe46788 Add serialization support to BlazeDirectories (and .hashCode() and .equals() support into the bargain). by janakr · 8 years ago
  72. f38b433 Do not flatten resource artifacts in Android rules. by tomlu · 8 years ago
  73. d9b141d Use top-level targets' configurations for convenience symlinks. by mstaib · 8 years ago
  74. dc4dddf Remove warning about multiple options in copts. by Joe Finney · 8 years ago
  75. c60f973 Remove unused late-bound attributes for target and execution platforms. by jcater · 8 years ago
  76. cd37941 Zipped LLVM multi-arch profiles is now supported. by Googler · 8 years ago
  77. 82d6e8a BEP: Upon missing test targets, still generate a finished event by Klaus Aehlig · 8 years ago
  78. e67c012 Internal change by tomlu · 8 years ago
  79. 346c8ff Introduce "bazel help flags-as-proto" to print information about supported flags as a text protobuf. by fwe · 8 years ago
  80. 8bdd409 Only compute hostname once per server lifetime by hlopko · 8 years ago
  81. fdc1e2f Avoid wasting cpu/garbage formatting preconditions string by michajlo · 8 years ago
  82. 84cdaa3 Implement PlatformBaseRule which describes the common settings for all platform-related rules by juliexxia · 8 years ago
  83. a8c0c8d Pass the UnparsedOptionValues when setting or adding option values. by ccalvarin · 8 years ago
  84. 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
  85. be00a33 Remove duplicated error handling in build variables by hlopko · 8 years ago
  86. 970560e Categorize C++ related options by hlopko · 8 years ago
  87. 5fe8e66 Consolidate the "unparsed" option value tracking. by ccalvarin · 8 years ago
  88. 5ef576f bep: Properly URI encode file paths by buchgr · 8 years ago
  89. f26e869 Introduce -c source_file -o output_file build variables by hlopko · 8 years ago
  90. 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
  91. aa437e0 Fix minor typo in RuleClass.Builder.RuleClassType.TEST validation message. by Googler · 8 years ago
  92. 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
  93. 408bfe47 Lots more cleanup of "dynamic configurations" comments and test code. by gregce · 8 years ago
  94. 5303cc0 Cleanup todo from static config removal by gregce · 8 years ago
  95. c90a216 Static config removal TODO cleanup. by gregce · 8 years ago
  96. ec94496 Internal change by tomlu · 8 years ago
  97. b30b3de Remove concept of "processorFlags" from Bazel. by ajmichael · 8 years ago
  98. ca216f5 Introduce empty "toolchain_category" rule for labels that will be used as by cpeyser · 8 years ago
  99. a615d28 Rollback context.actions.args() functionality. by tomlu · 8 years ago
  100. 73bd3fd Remove Path instance from Artifact. by tomlu · 8 years ago