1. 7c665f5 docker_build: Fix archive's AR format alignment by Damien Martin-Guillerez · 10 years ago
  2. 0648018 Move skylark import dependency registration to after the preprocessor. by Han-Wen Nienhuys · 10 years ago
  3. 84a1278 Annotate every single rule with required configuration fragments. by Ulf Adams · 10 years ago
  4. d2ae11f Externalize file_test and strings_test, and fix up the BUILD files. by Ulf Adams · 10 years ago
  5. 518b246 Add missing compile-time dep. by David Chen · 10 years ago
  6. b29cfdc Stop checking package roots for incompatible changes after loading phase. by Marian Lobur · 10 years ago
  7. b47cb49 Add .sh extension to ibtoolwrapper bash script in bazel compile by Chris Parsons · 10 years ago
  8. 9c1e12f Rephrase the ActionGraph in terms of the WalkableGraph. This should be more efficient if we need to do many ActionGraph looups. by Eric Fellheimer · 10 years ago
  9. 850412f Add custom repositories to the WORKSPACE file by Kristina Chodorow · 10 years ago
  10. e261503 Show build options on dashboard by Kristina Chodorow · 10 years ago
  11. dab4313 Factor out import finding code. by Han-Wen Nienhuys · 10 years ago
  12. 87584a8 Add output_dir option and improve repository handling by Kristina Chodorow · 10 years ago
  13. d53d10b Feature configuration: add a field required_variables on flag_sets. by Manuel Klimek · 10 years ago
  14. 37428d2 Remove dead code by Kristina Chodorow · 10 years ago
  15. 8f1bef1 Allow the feature configuration to support structured build variables of nested by Manuel Klimek · 10 years ago
  16. 4f24a73 Fixed a bug where the methods of Skylark dictionaries were not properly recognized by hasattr() and dir() by Florian Weikert · 10 years ago
  17. 71423eb Refactor the missing fragment handling code to use a policy enum. by Ulf Adams · 10 years ago
  18. 082c054 Skylark: In addition to using ctx.configuration.fragment(CONF), the build configuration can now be accessed via ctx.fragments.CONF where CONF is in {cpp, jvm, java}. by Florian Weikert · 10 years ago
  19. 7fda631 Make DependencyResolver more explicit about the fact by Greg Estren · 10 years ago
  20. e3c88de Add threadpool injectability to invalidator by Mark Schaller · 10 years ago
  21. 96f9ea0 Change return type of InMemoryNodeEntry#getReverseDeps to Collection<SkyKey>. by Janak Ramakrishnan · 10 years ago
  22. 56f8165 Remove the Skylark data configuration accessor and the only repository by Greg Estren · 10 years ago
  23. 0fa6230 Fix --batch link in blaze user manual to match other flags. by Googler · 10 years ago
  24. 2486601 Removed BuildConfiguration.Fragment#getName() and #isSkylarkVisible(). by Florian Weikert · 10 years ago
  25. dd16491 Hard disable C++ include scanning in Bazel (which wasn't supported anyway, but due to the flag default value being true, some code behaved as if it was). by Philipp Wollermann · 10 years ago
  26. 4b5a3f7 Annotate AspectDefinition.attributeAspect @SafeVarargs to suppress warnings. by Ulf Adams · 10 years ago
  27. 64afefa Use pic mode for cc_fake_binary if pic actions are used for binaries. by Manuel Klimek · 10 years ago
  28. a6d8cbe Add '--experimental_allow_fastbuild_debug' which when set, adds flag'-DDEBUG=1' to 'fastbuild' for objc. by Googler · 10 years ago
  29. 8d33146 Blog post for dashboard dogfood by Kristina Chodorow · 10 years ago
  30. 7384d22 Actually export the dashboard README to the public repo by Kristina Chodorow · 10 years ago
  31. 440fbc7 Log instead of crash report on failure in BlazeCommandEventHandler by Michajlo Matijkiw · 10 years ago
  32. a6dae6b Implemented Python's dict() in Skylark by Florian Weikert · 10 years ago
  33. 434e473 Create a parameter to GlobFunction to determine whether it should deal with non-pattern sub-expressions via file stat or directory listing. by Eric Fellheimer · 10 years ago
  34. f31b947 Changes related to the order of Skylark dictionaries: by Florian Weikert · 10 years ago
  35. 7d57154 Description redacted. -- MOS_MIGRATED_REVID=99828091 by Andrew Pellegrini · 10 years ago
  36. 95abc4d Add dylib as a C++ file type by Kristina Chodorow · 10 years ago
  37. 4bd75a5 Follow redirects in HTTP-based remote repositories. by Damien Martin-Guillerez · 10 years ago
  38. ea11fc5 Add more configuration fragment annotations, and a runtime check. by Ulf Adams · 10 years ago
  39. d1367ea Skylark, improve doc for Label.relative by Laurent Le Brun · 10 years ago
  40. 9c569e3 Update concepts page about differences with Python. by Laurent Le Brun · 10 years ago
  41. 033c403 docker_build: Fix double slashes in path resolution by Damien Martin-Guillerez · 10 years ago
  42. 928e52f Description redacted. -- MOS_MIGRATED_REVID=99804135 by Laszlo Csomor · 10 years ago
  43. ae9b95f Crash in tests if anybody tries to log remotely. Remote logging usually indicates an error, and tests shouldn't normally have such errors. by Janak Ramakrishnan · 10 years ago
  44. e927532 Don't run plugins on compilations with errors. by Liam Miller-Cushon · 10 years ago
  45. cd03ca2 Fixed bug where blaze run with the --color=no flag was still printing out in color when the build fails. by Shreya Bhattarai · 10 years ago
  46. 2f55dd8 Modify BuildingState to allow for alternative implementations. by Janak Ramakrishnan · 10 years ago
  47. 46e8057 Rollback of commit da3cb806351e929becef19652c65d39efa61b9d9. by Googler · 10 years ago
  48. 5245510 Make some improvements to GraphConcurrencyTest -- versions are sensible, and we should now fail the test if there's an exception thrown in a worker thread that would cause a deadlock due to countdown latches not being mutated as expected. by Janak Ramakrishnan · 10 years ago
  49. 00e1ac9 Add configuration fragment annotations to some cc_* rules. by Ulf Adams · 10 years ago
  50. b863472 Lazy evaluation of C & C++ sources in CcCommon. by Ulf Adams · 10 years ago
  51. 48685bf Refactor CcBinary / CcCommon a bit. by Ulf Adams · 10 years ago
  52. 006bf4f Implemented Python's str.title() in Skylark. by Florian Weikert · 10 years ago
  53. c85dbcf Split CcCommon handling of srcs filtering into a new class. by Ulf Adams · 10 years ago
  54. 6de0bb3 Fix docker_build file path when file is generated by Damien Martin-Guillerez · 10 years ago
  55. 6082c78 New-style android example by Steven Dee · 10 years ago
  56. e0adfc6 Fix the documentation for how skylark rule outputs substitution works. by Brian Silverman · 10 years ago
  57. 7503757 TemplateExpansionAction now consistently uses UTF-8 instead of mixing UTF-8 with Latin-1 by Florian Weikert · 10 years ago
  58. d75bf4d Add test methods to check BuildConfiguration and ConfiguredTarget equality checking that are compatible with upcoming dynamic configurations (https://docs.google.com/document/d/1uoU8t7loTOu6uyzez-ilhcYgEXg4xjViJu0aqrf69TY/edit#heading=h.xsc8wmorka3u). by Greg Estren · 10 years ago
  59. b8ab7b4 Remove more static configuration transitions from tests, as prep work for []. by Greg Estren · 10 years ago
  60. ffa1031 Remove stale comment. by Nathan Harmata · 10 years ago
  61. c0770d9 Send bug report on IOException in BlazeCommandEventHandler instead of ignoring by Michajlo Matijkiw · 10 years ago
  62. 2593007 Add glue logic to make the dex_shards attribute of android_binary work in Bazel. by Lukacs Berki · 10 years ago
  63. 35a4605 Rollback of commit 2e7a5b47979b2679208a97a65df265be953eb595. by Han-Wen Nienhuys · 10 years ago
  64. e5cf8a9 Remove all calls to AnalysisEnvironment.getDerivedArtifact() from the C++ rules that can be removed. by Lukacs Berki · 10 years ago
  65. 29f527c Build a symlink tree for Android native library symlinks so that libraries from previous builds with a different CPU do not end up in the APK. by Lukacs Berki · 10 years ago
  66. da3cb80 RELNOTES: actoolzip, momczip and swiftstdlibtoolzip have all been made into bash scripts and have been renamed to actoolwrapper, momcwrapper and swiftstdlibtoolwrapper respectively. The old versions will be deleted in a later change. by Googler · 10 years ago
  67. 73d4fc9 Add "warm" starting to mobile-install. by Googler · 10 years ago
  68. d0d2979 Rollback of commit 6c2303c461478c6082a29b969e49ad5adb0029aa. by Andrew Pellegrini · 10 years ago
  69. 7b2a8cd Log timing for some actions that are known to be expensive sometimes. by Miguel Alcon Pinto · 10 years ago
  70. f48d997 Fix ClassCastException. by Nathan Harmata · 10 years ago
  71. d6e6424 Minor cosmetic changes. by Lukacs Berki · 10 years ago
  72. 5482074 Make range and enumerate functions available in BUILD files. by Laurent Le Brun · 10 years ago
  73. 8647e5f Make OutputFileConfiguredTarget create artifacts that are consistent with RuleContext#internalCreateOutputArtifact(). by Lukacs Berki · 10 years ago
  74. b424f43 Make three logging statements fine instead of info, so they don't show up in normal builds. by Googler · 10 years ago
  75. eee8be6 Skylark: In addition to using ctx.configuration.fragment(CONF), the build configuration can now be accessed via ctx.configuration.CONF where CONF is in {cpp, jvm, java}. by Florian Weikert · 10 years ago
  76. 6798135 Rollback of commit 6c7ef224d700c25f14581f2a290fbc01d5232011. by Han-Wen Nienhuys · 10 years ago
  77. e449d50 Restore Rust examples and add Rust rule tests that were inadvertently excluded. by David Chen · 10 years ago
  78. b4b19bc Always re-install all native libraries on non-incremental installations. by Lukacs Berki · 10 years ago
  79. 6ac7bd5 Fix //scripts/release:release_test by Damien Martin-Guillerez · 10 years ago
  80. b9ac92f Remove calls to AnalysisEnvironment.getDerivedArtifact() from Objective C rules. by Lukacs Berki · 10 years ago
  81. 3746af6 Remove vestigial references to 32-bit/64-bit binaries. by Janak Ramakrishnan · 10 years ago
  82. 3eb6866 Log time spent on invalidation, and the number of nodes visited. by Eric Fellheimer · 10 years ago
  83. 8d85b9c FilesetEntryValue now overrides .equals and .hashCode. by Laszlo Csomor · 10 years ago
  84. 3679556 Move MethodLibrary from packages to syntax by Francois-Rene Rideau · 10 years ago
  85. 5301002 ActionExecutionValue now overrides .equals and .hashCode. by Laszlo Csomor · 10 years ago
  86. d3a726c Fix middleman conflicts in external repositories by appending the package path by Damien Martin-Guillerez · 10 years ago
  87. 8ff5b3c Adds TransitiveTraversalFunction that loads transitive deps of a target by Mark Schaller · 10 years ago
  88. 2c0a49f Compute copts in CcCommon lazily. by Ulf Adams · 10 years ago
  89. b25759c Extract base class from TransitiveTargetFunction by Mark Schaller · 10 years ago
  90. f3efffc Refactor Cc* some more. by Ulf Adams · 10 years ago
  91. c18381e Cleanup of TransitiveTarget and TargetMarker functions by Mark Schaller · 10 years ago
  92. 4954342 Disable failing Bazel release test so that we can push. by Lukacs Berki · 10 years ago
  93. 72f8e94 Remove some unnecessary code from CcBinary. by Ulf Adams · 10 years ago
  94. 608b4cd Introduce trivial rust tests by Francois-Rene Rideau · 10 years ago
  95. a93c63b Make Bazel always build with --fat_apk_cpu. by Lukacs Berki · 10 years ago
  96. e685ef3 Remove an unused method from RuleContext. by Ulf Adams · 10 years ago
  97. 40deeff Support coverage in experimental_ios_test. by Peter Schmitt · 10 years ago
  98. a0345bc Remove some dead code given that cc_public_library is gone. by Ulf Adams · 10 years ago
  99. c68faf1 Move a method from CcCommon to CcBinary that is only called from there. by Ulf Adams · 10 years ago
  100. bad588a Generate a fail.sh so that using Jack/Jill fails a bit more gracefully. by Lukacs Berki · 10 years ago