1. 5d61cbc Adds a missing default Info.plist in bazel, required by the ios_test rule. by Googler · 9 years ago
  2. acf604a Quick fix for AbstractQueueVisitorTest.simpleCounter test flake by Mark Schaller · 9 years ago
  3. c50182c Add full support for android_resources to AndroidStudioInfoAspect. by Googler · 9 years ago
  4. 4e173d7 Add placeholder documentation for Bazel's constraint system - by Greg Estren · 9 years ago
  5. 04d8439 Simplify configurable attributes documentation. by Greg Estren · 9 years ago
  6. b02c02a Do not use all_load for individual always_link deps. by Googler · 9 years ago
  7. 4fbadd8 If bundlemerge was called without a bundleInfoPlistFile it would generate an empty plist file. Added test to verify this doesn't get broken in the future. by Dave MacLachlan · 9 years ago
  8. 8a9e9ab cc_configure: fix issues with CentOS 6.7 and custom gcc by Damien Martin-Guillerez · 9 years ago
  9. c5a5d90 Set tools/cpp/test tests to exclusive by Damien Martin-Guillerez · 9 years ago
  10. 3e011b1 Add xml subpackage to the BUILD file. by Googler · 9 years ago
  11. 638ed28 Rollback of commit 38a2b885168ed27dfdb48771dedd1e02fd0d9b0a. by Googler · 9 years ago
  12. e5e3e91 Skylark: improved documentation and error messages of getattr() and hasattr() when being called with the name of an existing method. by Florian Weikert · 9 years ago
  13. 2ef3f0b Allow custom RuleDefinitions in PackageLoadingTestCase. by Googler · 9 years ago
  14. 349fe99 Make ipa_post_processor documentation show up. by Peter Schmitt · 9 years ago
  15. 1c6288d Replace objc_dummy.m with objc_dummy.mm. by Googler · 9 years ago
  16. 23c50d8 Document subclasses of PackageLookupValue by Michajlo Matijkiw · 9 years ago
  17. 3ed13c8 Detect and warn about runfiles conflicts. by Googler · 9 years ago
  18. fb60143 Fix hypothetical bug when querying for packages in bulk. We were assuming all packages were successful. by Eric Fellheimer · 9 years ago
  19. 38a2b88 Pick up the generate Manifest.java when creating the source jar. by Googler · 9 years ago
  20. d4f3a39 Implement equals and hashcode for PrepareDepsOfPatternsValue by Michajlo Matijkiw · 9 years ago
  21. 52048e3 Adds ResourceShrinkerAction to android_binary targets if they use Proguard and specify --experimental_android_resource_shrinking on the command line. by Andrew Pellegrini · 9 years ago
  22. 4b19997 Add support for resources to bundling rules. by Dave MacLachlan · 9 years ago
  23. e92bfe5 Global cleanup change. by Googler · 9 years ago
  24. adc706f Add a new startup option, --experimental_oom_more_eagerly. Features to have Bazel exit more eagerly due to an OOM will be guarded by this flag. by Janak Ramakrishnan · 9 years ago
  25. 4367a54 Use a list instead of a set for the current group in GroupedListHelper to save memory. This is a partial rollback of f745e99db7632cfb2145b6926f961e85f9084bc5, but that part of the change was unnecessary -- we are already ensuring that an element isn't added twice in GroupedListHelper#add by adding it to elements. by Janak Ramakrishnan · 9 years ago
  26. 6c498c3 Fix the comment formatting. by Googler · 9 years ago
  27. 342b0b8 Add unsetComputedValue method to GraphTester by Mark Schaller · 9 years ago
  28. b525bee Skylark: implement dict.update by Laurent Le Brun · 9 years ago
  29. 8056c45 Support android_resources in Android Studio. by Googler · 9 years ago
  30. 3a55f01 Part 2 of 5: Optimize the resource merge process, XmlProcessing. by Googler · 9 years ago
  31. a9b7f4e Use $TMPDIR with mktemp in IPA signing action. by Peter Schmitt · 9 years ago
  32. 2908c0f Global cleanup change. by Googler · 9 years ago
  33. 88cef0a Add comments to intellij_info Skylark aspect. by Dmitry Lomov · 9 years ago
  34. c6821a2 Fix typo in users.md by Damien Martin-Guillerez · 9 years ago
  35. b2b7b35 Clean up some testing code: don't have following tests fail from the TrackingAwaiter if one test fails, and make the Preconditions check in GraphTester a bit more informative. by Janak Ramakrishnan · 9 years ago
  36. e7557dd Changed py_wrap_cc rule's dependency validation to mandatoryProvdersList so by Yun Peng · 9 years ago
  37. c0f8706 by Janak Ramakrishnan · 9 years ago
  38. 12ecc0b cc_configure: fix various small errors by Damien Martin-Guillerez · 9 years ago
  39. 16c33c3 Correctly report stderr content for repository_ctx.execute by Damien Martin-Guillerez · 9 years ago
  40. 738f7f6 experimental UI: merge simultaneous progress bar updates by Klaus Aehlig · 9 years ago
  41. d2bf690 Allow AbstractQueueVisitor implementations to introspect on active worker count and possibly use that value to make dynamic decisions around scheduling. by Eric Fellheimer · 9 years ago
  42. 37f3e9e experimental UI: don't update progress bar after end of build by Klaus Aehlig · 9 years ago
  43. 00d479c experimental UI: also remember the currently running actions by Klaus Aehlig · 9 years ago
  44. 5919636 experimental UI: use the progress receiver by Klaus Aehlig · 9 years ago
  45. ba05c37 Upgrade Apache Commons Collections to v3.2.2 by Googler · 9 years ago
  46. 2de7a88 Update rust rule to reference deps in @bazel_tools by Kristina Chodorow · 9 years ago
  47. 1882618 Update D and Jsonnet rules to reference @bazel_tools. by David Chen · 9 years ago
  48. e873ec8 Include the file count in ChangedFilesMessage. by Philipp Wollermann · 9 years ago
  49. 191d980 RELNOTES: Set --legacy_bazel_java_test to off by default. by Damien Martin-Guillerez · 9 years ago
  50. d395695 Fix broken link to Databricks on the Bazel Users page. by Todd Jeffreys · 9 years ago
  51. 93d880f Rollback of commit b8101f57681f292a9ec312a9cbbc84ac4ec0668d. by Dmitry Lomov · 9 years ago
  52. 97f5471 Fixes typos in the scala rule stub by Damien Martin-Guillerez · 9 years ago
  53. 6feb2aa Fixed typo in rules for Scala URL by Fedor Korotkov · 9 years ago
  54. 00ed6fe Only run `bazel help` if the user isn't root by Kristina Chodorow · 9 years ago
  55. 4753578 Post the beginning of the execution phase on the event bus by Klaus Aehlig · 9 years ago
  56. 40ad88f Small fix for coverage. by Googler · 9 years ago
  57. 70433e8 Migrate Apache Commons Collections jar file by Justine Tunney · 9 years ago
  58. 05f0440 Add types to implicit generics for JDK 7 by Kristina Chodorow · 9 years ago
  59. 98482ae Canonicalize the name of the target itself for java indirect dep errors. by Brian Silverman · 9 years ago
  60. b647d65 Fix user manual formatting by Kristina Chodorow · 9 years ago
  61. a1210b6 Remove unnecessary bashism. by Julio Merino · 9 years ago
  62. efd7ca1 Python provider is now available in Skylark by Yun Peng · 9 years ago
  63. f745e99 Use static creation method for SkyKey. This allows interning SkyKeys as they are created, as opposed to when they are requested from the ParallelEvaluator. That delay can lead to large memory spikes and churn. by Janak Ramakrishnan · 9 years ago
  64. 9b88920 Tests for tools/cpp:cc_configure.bzl by Damien Martin-Guillerez · 9 years ago
  65. a3b5e93 Use @bazel_tools// to reference tools repository for Sass rules. by David Chen · 9 years ago
  66. 8595e56 Rollback of commit 37059e4ffd23fbc10828f61ab198b98c2ca7a8a9. by Kristina Chodorow · 9 years ago
  67. e82ffaa Changed UNIX_PATH_MAX from 108 to 104 because the limit is 104 on OS X by Yun Peng · 9 years ago
  68. 62a1905 Extract ExecutionProgressReceiver into a top-level class. by Ulf Adams · 9 years ago
  69. 4677264 Change //tools/objc:j2objc_dead_code_pruner and //tools/j2objc:j2objc_wrapper from py_library to filegroup. They contain executable python scripts, not python libraries. by Rumou Duan · 9 years ago
  70. 703923b Global cleanup change. by Googler · 9 years ago
  71. 8fa5ae6 Add a cc_configure rule to auto-configure C++ crosstool by Damien Martin-Guillerez · 9 years ago
  72. be5b2eb Use bind to redirect C++ crosstool configuration by Damien Martin-Guillerez · 9 years ago
  73. a49f025 FancyTerminalEventHandler: manually break lines in progress bar by Klaus Aehlig · 9 years ago
  74. 028fe87 Global cleanup change. by Googler · 9 years ago
  75. 37059e4 Canonicalize the name of the target itself for java indirect dep errors. by Brian Silverman · 9 years ago
  76. 49c101f Don't return the Jvm label as an implicit label from the Jvm fragment. by Ulf Adams · 9 years ago
  77. 47ceb67 Add InteraXon, Beeswax and Databricks to the list of users. by Damien Martin-Guillerez · 9 years ago
  78. fc8c58a Add documentation for fragments type, and add the four fragments (apple, cpp, java, jvm) to the documentation. by Dave MacLachlan · 9 years ago
  79. 8091b2b Expose artifact owner label to Skylark. by Dmitry Lomov · 9 years ago
  80. f2d560a Clean up attribute documentation hoping to make it clearer. Specifically that labels and label_lists are actually of type Target, and adding more cross linking to various documentation to make it easier to peruse. by Dave MacLachlan · 9 years ago
  81. ed93560 In SkyQueryEnvironment, rewrite queries using the semantics-preserving transformation 'rdeps(<sky_query_environment_universe_scope>, T, depth)' -> 'allrdeps(T, depth)'. by Nathan Harmata · 9 years ago
  82. 985ed70 Clean up absolutize and make it public for use in a subsequent change. by Nathan Harmata · 9 years ago
  83. 47ec2c5 If BugReport#handleCrash is called twice, don't do anything but log the second time. If the first call is notifying listeners that the command is complete, the second call can overtake it (since it skips notifying listeners) and kill the JVM prematurely. by Janak Ramakrishnan · 9 years ago
  84. 8e588dc Add some basic print/debugging support to fragment collections. by Dave MacLachlan · 9 years ago
  85. 209f52f Always trim the BuildOptions; we've resolved the LIPO issue. by Ulf Adams · 9 years ago
  86. 3f611ab Start adding support for passing in SDK versions for Mac OS, Watch OS, TV OS. by Dave MacLachlan · 9 years ago
  87. 4c285ca Fix bazel-j2objc repo name to use an underscore by Justine Tunney · 9 years ago
  88. 415d626 Add stronger language about pch files and that they shouldn't be used. by Dave MacLachlan · 9 years ago
  89. aada027 Make LineWrappingAnsiTerminalWriter a public class by Klaus Aehlig · 9 years ago
  90. c603dda Add some cross referencing to the cookbook and standardize header style for markdown. by Dave MacLachlan · 9 years ago
  91. 04f6f24 Use two configurations for AspectKeys. by Michael Staib · 9 years ago
  92. fc77979 Docker: fix runfiles path when the incremental loader is called from another Bazel binary. by Damien Martin-Guillerez · 9 years ago
  93. 49c1364 Fix typo in Bazel Users page. by Todd Jeffreys · 9 years ago
  94. 7033850 Copy the android_crosstool_top into the host configuration. by Ulf Adams · 9 years ago
  95. 9cad21f pkg: use a flag file instead of passing the list of arguments in the command line by Damien Martin-Guillerez · 9 years ago
  96. 3b631f7 Add more tools to java_toolchain by Liam Miller-Cushon · 9 years ago
  97. fb8eeba Fix typos in users list by Brian Silverman · 9 years ago
  98. b0d2046 Add support for additional edge cases to RuleLinkExpander. by David Chen · 9 years ago
  99. ec1f2b9 Add some additional JSON string escapes. by Erik Abair · 9 years ago
  100. 9ca85b1 Adds a manifest for detailing the inputs to an android apk. by Alex Humesky · 9 years ago