- 1c9074d Bazel client: fix build on Windows by Laszlo Csomor · 8 years ago
- b9f914f Make Bazel build dot by Kristina Chodorow · 8 years ago
- 760f786 Bazel client: generalize path handling by Laszlo Csomor · 8 years ago
- a4d0ea4 Bazel client: SplitPath works with Windows paths by Laszlo Csomor · 8 years ago
- 17380ac Fix bug introduced when pulling out test sources into their own library for by Googler · 8 years ago
- 7153664 Add a new AST node for augmented assignments in Skylark by Vladimir Moskva · 8 years ago
- 7bb3cae Windows JNI: remove dead code, extract constant by Laszlo Csomor · 8 years ago
- 6415587 Fixes invocation policy to correctly apply allow/disallow policies to flags by Alex Humesky · 8 years ago
- 79e4965 Add some logging when query evaluation halts abruptly. by Nathan Harmata · 8 years ago
- 5fd91e2 Fix build documentation for C++ includes by Googler · 8 years ago
- cce4a8d sandbox: Make ~/Library/{Cache,Logs} writable on macOS. by Philipp Wollermann · 8 years ago
- 1575652 Names of extra-action protos now take into account all aspect names. by Dmitry Lomov · 8 years ago
- bb984fd Rollback of commit 52b34308428cfd117470c966d8df329f686fb9ed. by Marcel Hlopko · 8 years ago
- 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
- 77e01d8 Fix formatting of README.md by Tom Payne · 8 years ago
- 2098a72 Pass through a "cpu:" tag to the execution info of genrules and tests. by Philipp Wollermann · 8 years ago
- 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
- b21cfa1 Continued TestStrategy refactoring. by Ulf Adams · 8 years ago
- c8ac918 Make StandaloneTestStrategy more closely resemble the internal one. by Ulf Adams · 8 years ago
- 99cc75c Fix wrong LibraryToLinkValue lib_group_presence computation by Marcel Hlopko · 8 years ago
- 0f4260b Add option to dynamically link in the compilation output of cc_test and by Googler · 8 years ago
- 1324e83 Bazel client, Windows: implement pipe handling by Laszlo Csomor · 8 years ago
- 52b3430 Rollback of commit 2d87bf1937c81ef84358fd5f6a372875f6c6fabf. by Marcel Hlopko · 8 years ago
- 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
- b91e35e Some improvements to ParallelQueryUtils. by Nathan Harmata · 8 years ago
- 98ed6bc Improve the error message for when bazel can't determine the java package for android resource processing. by Alex Humesky · 8 years ago
- 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
- cf1c437 Expose apple_generate_dsym value to Skylark and use in swift_library by Dmitry Shevchenko · 8 years ago
- 2d87bf1 Support versioned shared library targets for cc_binary linkshared=1 by Googler · 8 years ago
- e11063a Move TestStrategy to lib.exec package. by Ulf Adams · 8 years ago
- e3db95e Streamline Fingerprint implementation by Michajlo Matijkiw · 8 years ago
- 4975760 Fix PathFragment to not use Java8-only static hashCode methods. by John Cater · 8 years ago
- a397340 New operators for Skylark: by Andreas Bergmeier · 8 years ago
- 4d9e6d4 Delete dead code by Marcel Hlopko · 8 years ago
- 77b880f Bazel client, Windows: use file_windows under MSYS by Laszlo Csomor · 8 years ago
- 41ee591 Bazel client, Windows: implement GetUserName by Laszlo Csomor · 8 years ago
- aa1614b Windows, JNI: implement nativeGetLongPath by Laszlo Csomor · 8 years ago
- f00cee8 Bazel client: get rid of RunProgram by Laszlo Csomor · 8 years ago
- 31500b8 blaze_util_windows: use some widechar Win32 API by Laszlo Csomor · 8 years ago
- 8dd6ee6 Make sure that --proto_toolchain_for_cc works in the HOST configuration. by Carmi Grushko · 8 years ago
- 0b9ebfe Rollback of commit 27cd7f6bb4a02f56f9ad73e57e71e69a1c00d5ea. by Adam Michael · 8 years ago
- 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
- e979c78 I don't know why we had these but let's get rid of them. by Adam Michael · 8 years ago
- 86045da Fix an analysis phase performance regression with dynamic configurations. by Greg Estren · 8 years ago
- 0bba4c9 fix declaration of Pipe variable by Thiago Farina · 8 years ago
- 54f4020 Bazel client: implement Cstring-Wstring conversion by Laszlo Csomor · 8 years ago
- 79fdab0 Fixing typo. by Googler · 8 years ago
- 7a13177 Windows, JNI: build the DLL with /O2 optimization by Laszlo Csomor · 8 years ago
- 44cf560 Make Argument factory methods public. by Nathan Harmata · 8 years ago
- eaa3be7 Record correct exit code for uncaught exceptions in async threads. by Chloe Calvarin · 8 years ago
- 8a32c37 Fix doc typo. by Alex Humesky · 8 years ago
- e8cecd9 Enables the propagation of the XcodeVersionProperties provider for reading from Skylark. by Sergio Campama · 8 years ago
- 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
- 54a16f0 Rephrase query transformation in terms of composition of QueryExpressionMappers. by Nathan Harmata · 8 years ago
- b79e2f6 Work around interrupt bug in download_and_extract by Justine Tunney · 8 years ago
- f948305 Fix error message that gives incomplete information by Jon Brandvein · 8 years ago
- efb1411 Document aar_import in Bazel. by Adam Michael · 8 years ago
- fb9d52c Add a flag for disabling local fallback for actions that failed remotely. by Ola Rozenfeld · 8 years ago
- 1c44aa6 Debugging flag (will rarely be used by actual users) that disables remote by Ola Rozenfeld · 8 years ago
- 4fb3a43 Printing the stack trace of remote failures on --verbose_failures. by Ola Rozenfeld · 8 years ago
- 5a84ac8 Propagate all providers from CcLibraryHelper into cc_proto_library. by Carmi Grushko · 8 years ago
- de68913 Add tuple() method to Skylark. by Googler · 8 years ago
- 860f28f Migrates TestEnvironmentProvider to using the new Skylark declared providers API. This enables creating a TestEnvironmentProvider from Skylark. by Sergio Campama · 8 years ago
- 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
- fcc0801 Fixed PackageLookupFunction to check for all possible build file names when loading external repositories. by John Cater · 8 years ago
- 0227488 Style edits for ActionsProvider and provider constructors by Jon Brandvein · 8 years ago
- 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
- b5f480c Sandbox should not mount directory for nonempty tree artifacts. by Adam Michael · 8 years ago
- fd93143 Add a testing Skylark module that exposes an ExecutionInfoProvider constructor. by Sergio Campama · 8 years ago
- 905a29d Names of extra-action protos now take into account aspect names. by Carmi Grushko · 8 years ago
- 1c79db3 Description redacted. by Googler · 8 years ago
- 9bde9d0 correct the executable path in script_path docs by Jeff Hodges · 8 years ago
- 0ca9d7e Simplify propagation of linker params by replacing global_whole_archive with by Marcel Hlopko · 8 years ago
- 6be7a06 Fix the documentation for the "size" attribute in tests. by Philipp Wollermann · 8 years ago
- ad2ac97 Remove some unused imports. by Ulf Adams · 8 years ago
- e3e3bfa Description redacted. by Julio Merino · 8 years ago
- ec7b439 "deps" attribute avoids linking libraries transitively included in "dylibs" attribute by Chris Parsons · 8 years ago
- 25120df Initial code for Persistent Java Test Runner. by Kush Chakraborty · 8 years ago
- 38edc5d Fix ProGuard multipass seed printing by Googler · 8 years ago
- 4d5dc97 Say C and C++, when C and C++ is what we mean. by Googler · 8 years ago
- dcce3fa Don't collect bootclasspath inputs twice in JavaHeaderCompileAction by Liam Miller-Cushon · 8 years ago
- d5e008c Add SearchUnaryOptions and SearchNullaryOptions to improve the parsing by Luis Fernando Pino Duque · 8 years ago
- 0f32bed Remove the -x startup option. by Luis Fernando Pino Duque · 8 years ago
- be2913a Transparently compress any FileWriteAction strings of > 256 length. by Googler · 8 years ago
- c75aaeb Add --async clean independent of expunge by George Gensure · 8 years ago
- 2856008 Clean up after transition of java_xxx_proto_library rules to proto-toolchains. by Carmi Grushko · 8 years ago
- eeb9297 Rollback of commit a5312cdfe3dee6d34a32592c00d80e8142f89615. by Cal Peyser · 8 years ago
- 236e415 Refactor JavaHeaderCompileAction command line and input collection by Liam Miller-Cushon · 8 years ago
- 352a228 Skip constraint checking on generated sources with null generating rules. by Greg Estren · 8 years ago
- 2c2d190 Pass isExternal field to blaze ide info proto by Googler · 8 years ago
- dc38824 Provide deterministic order for split configured deps (roll forward part 2). by Greg Estren · 8 years ago
- 13dc56a Global cleanup change. by Googler · 8 years ago
- f919bd1 Remove varargs Fingerprint#addStrings by Michajlo Matijkiw · 8 years ago
- 227369a move MakeDirectories() into file_platform.h by Thiago Farina · 8 years ago
- af878d0 Add coverage support for java test. by Yue Gan · 8 years ago
- f7cf725 decide whether to strip binaries only once by Marcel Hlopko · 8 years ago
- ed93413 Remove bindings created by android_sdk_repository. by Adam Michael · 8 years ago
- d655c70 Description redacted. by David Chen · 8 years ago
- 95f9b81 Rollback of commit 12d766df10fbc5eba16ec1e6c20c8cd85f9c616f. by Damien Martin-Guillerez · 8 years ago
- d6885e2 Rollforward of "Split ObjcProvider.framework_dir into static and dynamic framework directories." by Chris Parsons · 8 years ago