1. c8dce99 Stop injecting WorkspaceStatusAction into the Skyframe graph as a precomputed value. Instead, manually check if the value has changed, and if it has, invalidate its consuming WorkspaceStatusValue node, forcing its re-evaluation, where it will pick up the new value. by janakr · 8 years ago
  2. aa12ec3 Add a test for traceback correctness for errors in augmented assignment nodes by vladmos · 8 years ago
  3. 8e96741 Publish tests for configurable attributes (select). by gregce · 8 years ago
  4. b5c0202 Update Bazel's android_device support to use new emulator paths. by ajmichael · 8 years ago
  5. 282c29e Move remaining legacy objc_library tests to crosstool case. by cpeyser · 8 years ago
  6. 63a6e91 Add Fedora install instructions. by Jakob Buchgraber · 8 years ago
  7. 826d81c Remove the assumption of order from ToolchainTestCase#testRegisteredToolchains by cpeyser · 8 years ago
  8. c6122b6 Make local_action_cache_test.sh executable. by John Cater · 8 years ago
  9. f5e6969 Change which tests should run on Windows by ajmichael · 8 years ago
  10. 77112c6 Update RegisteredToolchainsFunction and ToolchainUtil to check values for errors even if not all values are present. by John Cater · 8 years ago
  11. 66ab13f Fix bazel_test_test by removing pollution of config with external bazelrc, such as from /etc/bazel.bazelrc. by Googler · 8 years ago
  12. 4af0d7b Increase the connection timeout between the client and the server. by lberki · 8 years ago
  13. 9ebc4b2 Simplify CcLinkParams#addCcLibrary by hlopko · 8 years ago
  14. d22e1de Check parameter types for methods when multiple types are allowed. by Dmitry Lomov · 8 years ago
  15. 7084156 Remove unnecessary collectLinkstamp switch by hlopko · 8 years ago
  16. 878ea50 Fix cc_fake_binaries with linkstamping by hlopko · 8 years ago
  17. 563c4e1 Make control.tar.gz in pkg_deb repeatable by Philipp Schrader · 8 years ago
  18. 82859b0 Internal change by David Ostrovsky · 8 years ago
  19. 824db7f Delete duplicated definitions for package_name() and repository_name(). by laurentlb · 8 years ago
  20. 95b0467 Cleanups for Skylark tracebacks by brandjon · 8 years ago
  21. fefccdb Fix and improve context.args.add documentation. by tomlu · 8 years ago
  22. 529d7ea Remove wasteful function.toString() call in evalArgs. Also remove functions that were public because of skylark compilation. by shreyax · 8 years ago
  23. 92e402b Remove unused "extraPrecomputedValues" from WorkspaceBuilder, and therefore remove all "precomputed values for analysis" from SkyframeExecutor. We use SkyframeExecutor#injectExtraPrecomputedValues these days. by janakr · 8 years ago
  24. c6ff86f Remove BuildInfoFactory precomputed value. by janakr · 8 years ago
  25. d8ba904 Stop the transitive duplication of FilesetTraversalParams when Filesets are nested. by kush · 8 years ago
  26. eea486c Remove product name precomputed value. by janakr · 8 years ago
  27. a9573d8 Fix error-prone warning on AndroidBinaryTest. by ajmichael · 8 years ago
  28. ed4405d Remove dependence on compilation attributes (e.g. 'srcs') for apple_binary and apple_static_library in objc unit tests. by cparsons · 8 years ago
  29. 6acf6f0 Remove PrecomputedValue for BlazeDirectories. All consumers have the value injected directly, which makes sense, because it's immutable over the lifetime of the server. by janakr · 8 years ago
  30. 3c6c45f Allow alternate GroupedList constructor to be public, but add warnings regarding the integrity of the structure to various operations. by shreyax · 8 years ago
  31. ca6b46d Inject BlazeDirectories into RepositoryDelegatorFunction directly, instead of depending on a precomputed value. BlazeDirectories don't change over the lifetime of the Blaze server, and certainly not over the lifetime of a SkyframeExecutor instance, which already had a reference to them. by janakr · 8 years ago
  32. b6857d5 Update doc: there is no default value for --jobs. by Googler · 8 years ago
  33. 52d05e8 Inject BlazeDirectories into FdoSupportFunction directly, instead of depending on a precomputed value. BlazeDirectories don't change over the lifetime of the Blaze server, and certainly not over the lifetime of a SkyframeExecutor instance, which already had a reference to them. by janakr · 8 years ago
  34. ff3e01c Update the Bazel iOS tutorial to pull the latest Apple build rules. by Googler · 8 years ago
  35. fe188d6 Update travis setup instructions by Siddhartha Bagaria · 8 years ago
  36. 0d00f70 Create AndroidManifest.xml symlink if user provides a manifest not named by jingwen · 8 years ago
  37. e8d3c22 Contingent on a flag --experimental_objc_provider_from_linked, apple_binary and apple_static_library no longer propagate ObjcProvider. by cparsons · 8 years ago
  38. da8386a Don't emit an undeclared outputs MANIFEST if there are no files. by Googler · 8 years ago
  39. 3c23d3e Use FeatureConfiguration to compute linkstamping compile command line by hlopko · 8 years ago
  40. 51c8c7c Improve style in SkylarkMutableTest by brandjon · 8 years ago
  41. 5d41dbe Automated rollback of commit 17214ac78ffaec369d5d5bafe62a39730473cfaa. by dslomov · 8 years ago
  42. 7b091c1 Add a global failure when a test is interrupted/cancelled. by elenairina · 8 years ago
  43. 9faf8b7 docker_pull: rely on the main repository docker_build by Damien Martin-Guillerez · 8 years ago
  44. da40fbf Move SpawnResult from build.lib.exec into build.lib.actions so that e.g. build.lib.actions.SpawnActionContext can import SpawnResult without creating a cyclic dependency. by ruperts · 8 years ago
  45. 5059a43 Internal change by tomlu · 8 years ago
  46. 70d018b Use fail() in tests to catch missing expected exceptions. by ruperts · 8 years ago
  47. 54c86b4 Action for resource shrinking with aapt2 by corysmith · 8 years ago
  48. 87c70ee Add toString() methods for Advertised and Required Providers. by Googler · 8 years ago
  49. 5e2b0da Add more thorough error reporting behavior for when config_setting has multiple constraint_values from the same constraint_setting (re: #350) by juliexxia · 8 years ago
  50. 60f3503 PiperOrigin-RevId: 169563607 by kmb · 8 years ago
  51. 399ffaf Remove unncessary duplication of zipper target. by xingao · 8 years ago
  52. 2f08a18 Include all test output files (e.g. undeclared outputs) for non-cached test executions and tests with multiple attempts. Previously, non-cached test execution would incorrectly only include test.log and test.xml. by Googler · 8 years ago
  53. ceefd57 CI,Windows: run //third_party/def_parser tests by László Csomor · 8 years ago
  54. 4862060 Increase the timeout for Bazel SkylarkTests to "long" by vladmos · 8 years ago
  55. 7e16da7 Skylint: add flag to disable certain checkers. by fzaiser · 8 years ago
  56. 3a0df3c Track the origin of an option in the option instance, not its final value. by ccalvarin · 8 years ago
  57. 125e88d Deprecate wrapperOptions. by ccalvarin · 8 years ago
  58. 1ad38ea Track all option instances. by ccalvarin · 8 years ago
  59. 4acb36c Cleanup of expansion option naming by ccalvarin · 8 years ago
  60. 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
  61. 4c3ef11 Move aspect resolution out of ConfiguredTargetFunction. by gregce · 8 years ago
  62. 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
  63. dc17690 This time for sure: stop using --undefined dynamic_lookup in osx linking. by Googler · 8 years ago
  64. 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
  65. bef0c45 Move --build_python_zip into PythonConfiguration. by mstaib · 8 years ago
  66. cf03c3d remove long-deprecated incremental dexing flag that has no effect by kmb · 8 years ago
  67. be9ecf9 Removing deprecated field total_input_file_count. by olaola · 8 years ago
  68. bc66d04 Skylint: be less strict about indentation in docstrings by fzaiser · 8 years ago
  69. 4284f02 Delete ios_application, ios_extension(_binary), objc_binary. by allevato · 8 years ago
  70. 4eb697e PiperOrigin-RevId: 169422401 by Googler · 8 years ago
  71. 503d0d1 Add ability to write param files to disk. by tomlu · 8 years ago
  72. 9aafbb7 Fix unittest.bash to get the correct TEST_script path. by John Cater · 8 years ago
  73. cfbb869 Remove commented-out code that was accidentally checked in. by cpeyser · 8 years ago
  74. b20708f Only load the whitelist for Android targets if they use feature flags. by mstaib · 8 years ago
  75. d13badf Drop 32-bit architectures from builds with ios_mimimum_os > 11.0. by cparsons · 8 years ago
  76. 6f32d5a Passing Bazel metadata in gRPC headers. by olaola · 8 years ago
  77. e6b6d7c Improve the error message for toolchain selection when the default platform is not present. by cpeyser · 8 years ago
  78. e1f0b5e Remove accidental print statement. by cpeyser · 8 years ago
  79. 441e7a2 Expose 'registerAction' on SkylarkActionFactory. by dslomov · 8 years ago
  80. 0e9236b Do not put sysroot into unfiltered_compile_flags by hlopko · 8 years ago
  81. 17214ac Check parameter types for methods when multiple types are allowed. by dslomov · 8 years ago
  82. 30adfbf Revert output groups name of cc_library by pcloudy · 8 years ago
  83. aa1541b Delete unused BlazeUtil#SearchNullaryOptionEverywhere. by lpino · 8 years ago
  84. ba34494 Remove $LANG from --experimental_strict_action_env help. by Benjamin Peterson · 8 years ago
  85. fe0734a Add sanity check that the runfiles middleman root is a middleman root by ulfjack · 8 years ago
  86. 481657d Windows: Make dynamic libraries available to binary at runtime by Yun Peng · 8 years ago
  87. e28b772 Skylint: fix a NullPointerException by fzaiser · 8 years ago
  88. 27443bf Colorize Clang diagnostic output when building for Apple platforms. by Googler · 8 years ago
  89. 9dbe48b Move ConfiguredTargetFunction dynamic config selection to its own class. by gregce · 8 years ago
  90. 0bc9b3e Fix bug in NetUtil caching. by felly · 8 years ago
  91. c89a8ac Fix target label. by Googler · 8 years ago
  92. 36d2363 Add support for writing undeclared outputs to TEST_UNDECLARED_OUTPUTS_DIR and TEST_UNDECLARED_OUTPUTS_ANNOTATIONS_DIR to Bazel. by Googler · 8 years ago
  93. 446f0ba Switch from using Iterable to Collection in the return type to be more explicit. by shreyax · 8 years ago
  94. 2573540 Document the options in smaller commands. by ccalvarin · 8 years ago
  95. fd09d74 Always pass resource filters to aapt by Googler · 8 years ago
  96. 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
  97. c034dfd Include library R classes in runtime classpath for library but not binary by Googler · 8 years ago
  98. 088f611 CI,windows: create test_suites for Windows tests by L?szl? Csomor · 8 years ago
  99. 807a9b2 LateBoundDefault: enforce access to a single fragment (or none). by mstaib · 8 years ago
  100. fd62e76 Automated rollback of commit 743dc14f9f30b80d6d821612f77186afb025477d. by dslomov · 8 years ago