1. 1c9074d Bazel client: fix build on Windows by Laszlo Csomor · 8 years ago
  2. b9f914f Make Bazel build dot by Kristina Chodorow · 8 years ago
  3. 760f786 Bazel client: generalize path handling by Laszlo Csomor · 8 years ago
  4. a4d0ea4 Bazel client: SplitPath works with Windows paths by Laszlo Csomor · 8 years ago
  5. 17380ac Fix bug introduced when pulling out test sources into their own library for by Googler · 8 years ago
  6. 7153664 Add a new AST node for augmented assignments in Skylark by Vladimir Moskva · 8 years ago
  7. 7bb3cae Windows JNI: remove dead code, extract constant by Laszlo Csomor · 8 years ago
  8. 6415587 Fixes invocation policy to correctly apply allow/disallow policies to flags by Alex Humesky · 8 years ago
  9. 79e4965 Add some logging when query evaluation halts abruptly. by Nathan Harmata · 8 years ago
  10. 5fd91e2 Fix build documentation for C++ includes by Googler · 8 years ago
  11. cce4a8d sandbox: Make ~/Library/{Cache,Logs} writable on macOS. by Philipp Wollermann · 8 years ago
  12. 1575652 Names of extra-action protos now take into account all aspect names. by Dmitry Lomov · 8 years ago
  13. bb984fd Rollback of commit 52b34308428cfd117470c966d8df329f686fb9ed. by Marcel Hlopko · 8 years ago
  14. d299729 Creating separate instances of CAS and execution handlers for every action. This allows Bazel to talk to multiple instances of the server, if these exist, enabling server-side parallelism (due to using separate gRPC channels). by Ola Rozenfeld · 8 years ago
  15. 77e01d8 Fix formatting of README.md by Tom Payne · 8 years ago
  16. 2098a72 Pass through a "cpu:" tag to the execution info of genrules and tests. by Philipp Wollermann · 8 years ago
  17. fa3f55a Revert "Fix repositories to use 'BUILD.bazel' as the name for the symlinked/new build file, which has less changes of causing conflicts. Fixes #2226." by John Cater · 8 years ago
  18. b21cfa1 Continued TestStrategy refactoring. by Ulf Adams · 8 years ago
  19. c8ac918 Make StandaloneTestStrategy more closely resemble the internal one. by Ulf Adams · 8 years ago
  20. 99cc75c Fix wrong LibraryToLinkValue lib_group_presence computation by Marcel Hlopko · 8 years ago
  21. 0f4260b Add option to dynamically link in the compilation output of cc_test and by Googler · 8 years ago
  22. 1324e83 Bazel client, Windows: implement pipe handling by Laszlo Csomor · 8 years ago
  23. 52b3430 Rollback of commit 2d87bf1937c81ef84358fd5f6a372875f6c6fabf. by Marcel Hlopko · 8 years ago
  24. 93f79bc Up the MD5-reading buffer size to 8192. This keeps us within a 16K stack size while halving the number of syscalls required to get an MD5 of a file. This shaves a few hundred milliseconds off of startup time. by Googler · 8 years ago
  25. b91e35e Some improvements to ParallelQueryUtils. by Nathan Harmata · 8 years ago
  26. 98ed6bc Improve the error message for when bazel can't determine the java package for android resource processing. by Alex Humesky · 8 years ago
  27. 855ca31 RELNOTES[NEW]: Allow Android aidl tool to add a jar to the program's classpath, such as if needed to support generated sources. by Googler · 8 years ago
  28. cf1c437 Expose apple_generate_dsym value to Skylark and use in swift_library by Dmitry Shevchenko · 8 years ago
  29. 2d87bf1 Support versioned shared library targets for cc_binary linkshared=1 by Googler · 8 years ago
  30. e11063a Move TestStrategy to lib.exec package. by Ulf Adams · 8 years ago
  31. e3db95e Streamline Fingerprint implementation by Michajlo Matijkiw · 8 years ago
  32. 4975760 Fix PathFragment to not use Java8-only static hashCode methods. by John Cater · 8 years ago
  33. a397340 New operators for Skylark: by Andreas Bergmeier · 8 years ago
  34. 4d9e6d4 Delete dead code by Marcel Hlopko · 8 years ago
  35. 77b880f Bazel client, Windows: use file_windows under MSYS by Laszlo Csomor · 8 years ago
  36. 41ee591 Bazel client, Windows: implement GetUserName by Laszlo Csomor · 8 years ago
  37. aa1614b Windows, JNI: implement nativeGetLongPath by Laszlo Csomor · 8 years ago
  38. f00cee8 Bazel client: get rid of RunProgram by Laszlo Csomor · 8 years ago
  39. 31500b8 blaze_util_windows: use some widechar Win32 API by Laszlo Csomor · 8 years ago
  40. 8dd6ee6 Make sure that --proto_toolchain_for_cc works in the HOST configuration. by Carmi Grushko · 8 years ago
  41. 0b9ebfe Rollback of commit 27cd7f6bb4a02f56f9ad73e57e71e69a1c00d5ea. by Adam Michael · 8 years ago
  42. e2beb24 Creates a new BundleLoaderProvider that propagates necessary artifacts, paths, etc, for test binaries (bundle binaries) to compile successfully against a bundle loader artifact. by Sergio Campama · 8 years ago
  43. e979c78 I don't know why we had these but let's get rid of them. by Adam Michael · 8 years ago
  44. 86045da Fix an analysis phase performance regression with dynamic configurations. by Greg Estren · 8 years ago
  45. 0bba4c9 fix declaration of Pipe variable by Thiago Farina · 8 years ago
  46. 54f4020 Bazel client: implement Cstring-Wstring conversion by Laszlo Csomor · 8 years ago
  47. 79fdab0 Fixing typo. by Googler · 8 years ago
  48. 7a13177 Windows, JNI: build the DLL with /O2 optimization by Laszlo Csomor · 8 years ago
  49. 44cf560 Make Argument factory methods public. by Nathan Harmata · 8 years ago
  50. eaa3be7 Record correct exit code for uncaught exceptions in async threads. by Chloe Calvarin · 8 years ago
  51. 8a32c37 Fix doc typo. by Alex Humesky · 8 years ago
  52. e8cecd9 Enables the propagation of the XcodeVersionProperties provider for reading from Skylark. by Sergio Campama · 8 years ago
  53. 2f31d60 Fix repositories to use 'BUILD.bazel' as the name for the symlinked/new build file, which has less changes of causing conflicts. Fixes #2226. by John Cater · 8 years ago
  54. 54a16f0 Rephrase query transformation in terms of composition of QueryExpressionMappers. by Nathan Harmata · 8 years ago
  55. b79e2f6 Work around interrupt bug in download_and_extract by Justine Tunney · 8 years ago
  56. f948305 Fix error message that gives incomplete information by Jon Brandvein · 8 years ago
  57. efb1411 Document aar_import in Bazel. by Adam Michael · 8 years ago
  58. fb9d52c Add a flag for disabling local fallback for actions that failed remotely. by Ola Rozenfeld · 8 years ago
  59. 1c44aa6 Debugging flag (will rarely be used by actual users) that disables remote by Ola Rozenfeld · 8 years ago
  60. 4fb3a43 Printing the stack trace of remote failures on --verbose_failures. by Ola Rozenfeld · 8 years ago
  61. 5a84ac8 Propagate all providers from CcLibraryHelper into cc_proto_library. by Carmi Grushko · 8 years ago
  62. de68913 Add tuple() method to Skylark. by Googler · 8 years ago
  63. 860f28f Migrates TestEnvironmentProvider to using the new Skylark declared providers API. This enables creating a TestEnvironmentProvider from Skylark. by Sergio Campama · 8 years ago
  64. b11dd48 Fix bad bug with the parallel implementation of BinaryOperatorExpression. Turns out that ForkJoinTask#adapt(Callable) returns a ForkJoinTask whose Future#get on error throws a ExecutionException wrapping a RuntimeException wrapping the thrown checked exception from the callable. This is documented behavior [1] that I incorrectly didn't know about. by Nathan Harmata · 8 years ago
  65. fcc0801 Fixed PackageLookupFunction to check for all possible build file names when loading external repositories. by John Cater · 8 years ago
  66. 0227488 Style edits for ActionsProvider and provider constructors by Jon Brandvein · 8 years ago
  67. 68e850f Strict proto deps: .proto files are allowed to import other .proto files in the same srcs as they are. by Carmi Grushko · 8 years ago
  68. b5f480c Sandbox should not mount directory for nonempty tree artifacts. by Adam Michael · 8 years ago
  69. fd93143 Add a testing Skylark module that exposes an ExecutionInfoProvider constructor. by Sergio Campama · 8 years ago
  70. 905a29d Names of extra-action protos now take into account aspect names. by Carmi Grushko · 8 years ago
  71. 1c79db3 Description redacted. by Googler · 8 years ago
  72. 9bde9d0 correct the executable path in script_path docs by Jeff Hodges · 8 years ago
  73. 0ca9d7e Simplify propagation of linker params by replacing global_whole_archive with by Marcel Hlopko · 8 years ago
  74. 6be7a06 Fix the documentation for the "size" attribute in tests. by Philipp Wollermann · 8 years ago
  75. ad2ac97 Remove some unused imports. by Ulf Adams · 8 years ago
  76. e3e3bfa Description redacted. by Julio Merino · 8 years ago
  77. ec7b439 "deps" attribute avoids linking libraries transitively included in "dylibs" attribute by Chris Parsons · 8 years ago
  78. 25120df Initial code for Persistent Java Test Runner. by Kush Chakraborty · 8 years ago
  79. 38edc5d Fix ProGuard multipass seed printing by Googler · 8 years ago
  80. 4d5dc97 Say C and C++, when C and C++ is what we mean. by Googler · 8 years ago
  81. dcce3fa Don't collect bootclasspath inputs twice in JavaHeaderCompileAction by Liam Miller-Cushon · 8 years ago
  82. d5e008c Add SearchUnaryOptions and SearchNullaryOptions to improve the parsing by Luis Fernando Pino Duque · 8 years ago
  83. 0f32bed Remove the -x startup option. by Luis Fernando Pino Duque · 8 years ago
  84. be2913a Transparently compress any FileWriteAction strings of > 256 length. by Googler · 8 years ago
  85. c75aaeb Add --async clean independent of expunge by George Gensure · 8 years ago
  86. 2856008 Clean up after transition of java_xxx_proto_library rules to proto-toolchains. by Carmi Grushko · 8 years ago
  87. eeb9297 Rollback of commit a5312cdfe3dee6d34a32592c00d80e8142f89615. by Cal Peyser · 8 years ago
  88. 236e415 Refactor JavaHeaderCompileAction command line and input collection by Liam Miller-Cushon · 8 years ago
  89. 352a228 Skip constraint checking on generated sources with null generating rules. by Greg Estren · 8 years ago
  90. 2c2d190 Pass isExternal field to blaze ide info proto by Googler · 8 years ago
  91. dc38824 Provide deterministic order for split configured deps (roll forward part 2). by Greg Estren · 8 years ago
  92. 13dc56a Global cleanup change. by Googler · 8 years ago
  93. f919bd1 Remove varargs Fingerprint#addStrings by Michajlo Matijkiw · 8 years ago
  94. 227369a move MakeDirectories() into file_platform.h by Thiago Farina · 8 years ago
  95. af878d0 Add coverage support for java test. by Yue Gan · 8 years ago
  96. f7cf725 decide whether to strip binaries only once by Marcel Hlopko · 8 years ago
  97. ed93413 Remove bindings created by android_sdk_repository. by Adam Michael · 8 years ago
  98. d655c70 Description redacted. by David Chen · 8 years ago
  99. 95f9b81 Rollback of commit 12d766df10fbc5eba16ec1e6c20c8cd85f9c616f. by Damien Martin-Guillerez · 8 years ago
  100. d6885e2 Rollforward of "Split ObjcProvider.framework_dir into static and dynamic framework directories." by Chris Parsons · 8 years ago