- dba3c83 Move some classes to lib.exec in preparation for layering enforcement by Ulf Adams · 8 years ago
- fe7e57e Bazel tests: fix j/c/g/.../lib:windows-tests by Laszlo Csomor · 8 years ago
- 45f87c3 Allow url & output arguments to be named by Kristina Chodorow · 8 years ago
- 7de9b6f Bazel client, Windows: implement ReadFile by Laszlo Csomor · 8 years ago
- fd31061 Bazel client, POSIX test: fix compilation error by Laszlo Csomor · 8 years ago
- 5b749bf fix use of test: && is a GNU extension by Klaus Aehlig · 8 years ago
- 48513d7 Bazel client: remove blaze_util::Which by Laszlo Csomor · 8 years ago
- 25a8c8e Fix GNUism in the use of touch by Klaus Aehlig · 8 years ago
- 108a6d5 Bazel client; implement NormalizePath by Laszlo Csomor · 8 years ago
- 0e1ece2 Set last modified time when files are extracted by Kristina Chodorow · 8 years ago
- aaee64e Power support by Nishidha Panpaliya · 8 years ago
- 85b1f11 Clean-up of the integration test environment by Damien Martin-Guillerez · 8 years ago
- 21fb8ca Reactivate bazel_coverage_test by Damien Martin-Guillerez · 8 years ago
- b9c65d1 Revert "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
- 2c7077f Fix typo in test name by Klaus Aehlig · 8 years ago
- fb2fd9b Fix the tool mocking for Java code coverage by Damien Martin-Guillerez · 8 years ago
- 18e6b41 Add customized path mounting in Bazel sandbox. by Xin Gao · 8 years ago
- 8753215 Gives detailed error message when fail to re-create directories during testing. Also by Yue Gan · 8 years ago
- d6297fb Bazel client, Windows: implement AsWindowsPath by Laszlo Csomor · 8 years ago
- 4a75349 Avoids NullPointerException when running `bazel coverage //:xxx`, since PathFragment.getParentDirectory() may return null. Fixes #2212. by Yue Gan · 8 years ago
- 733baed Update call sites to FileWriteAction to use the --experimental_transparent_compression flag by Jon Brandvein · 8 years ago
- c22a5c7 Remove usages of build_tools_version attribute. by Adam Michael · 8 years ago
- db9d6f1 Cleanup FileWriteAction and add a flag that will guard transparent compression by Jon Brandvein · 8 years ago
- 8e1cd5d Make android_sdk_repository build_tools_version attribute optional. by Adam Michael · 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
- 7153664 Add a new AST node for augmented assignments in Skylark by Vladimir Moskva · 8 years ago
- 75afc7c Fix test flakiness. by Laszlo Csomor · 8 years ago
- 6415587 Fixes invocation policy to correctly apply allow/disallow policies to flags by Alex Humesky · 8 years ago
- 8c83db0 Fix CppLinkActionsTest.testCompilesTestSourcesIntoDynamicLibrary to work by John Cater · 8 years ago
- 1575652 Names of extra-action protos now take into account all aspect names. by Dmitry Lomov · 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
- 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
- cf1c437 Expose apple_generate_dsym value to Skylark and use in swift_library by Dmitry Shevchenko · 8 years ago
- 001380d Add an option to enable Whole Module Optimization by Dmitry Shevchenko · 8 years ago
- 9e008b9 Add a missing 'function' keyword by Dmitry Shevchenko · 8 years ago
- e3db95e Streamline Fingerprint implementation by Michajlo Matijkiw · 8 years ago
- a397340 New operators for Skylark: by Andreas Bergmeier · 8 years ago
- aa1614b Windows, JNI: implement nativeGetLongPath by Laszlo Csomor · 8 years ago
- 54f4020 Bazel client: implement Cstring-Wstring conversion by Laszlo Csomor · 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
- f948305 Fix error message that gives incomplete information by Jon Brandvein · 8 years ago
- bce8898 Disable failing tests related to code coverage work. by John Cater · 8 years ago
- bf9bbe7 Make Bazel android_integration_test.sh pass with NDK12. by Adam Michael · 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
- 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
- 0ca9d7e Simplify propagation of linker params by replacing global_whole_archive with by Marcel Hlopko · 8 years ago
- e3e3bfa Description redacted. by Julio Merino · 8 years ago
- 25120df Initial code for Persistent Java Test Runner. by Kush Chakraborty · 8 years ago
- d5e008c Add SearchUnaryOptions and SearchNullaryOptions to improve the parsing by Luis Fernando Pino Duque · 8 years ago
- be2913a Transparently compress any FileWriteAction strings of > 256 length. by Googler · 8 years ago
- acd0d0c Update to javac9-r3297 by Liam Miller-Cushon · 8 years ago
- 2856008 Clean up after transition of java_xxx_proto_library rules to proto-toolchains. by Carmi Grushko · 8 years ago
- 82af55b Description redacted. by Kristina Chodorow · 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
- 2a2127c Fix #2199: bazel_worker_test fails with syntax error on Darwin. by Philipp Wollermann · 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
- c4f55ad Rollback of commit 14e35546302a48d1074bc2456ef4d63c27c9d3a1. by Adam Michael · 8 years ago
- 95f9b81 Rollback of commit 12d766df10fbc5eba16ec1e6c20c8cd85f9c616f. by Damien Martin-Guillerez · 8 years ago
- 4e33ac6 Windows JNI library: prepare for widechar WinAPI by Laszlo Csomor · 8 years ago
- 12d766d Provide deterministic order for split configured deps (roll forward) by Greg Estren · 8 years ago
- 978c4a9 Bazel uses apksigner from SDK build-tools instead of embedded jar. by Adam Michael · 8 years ago
- c10120a Fix private visibility for aliased targets. by Lukacs Berki · 8 years ago
- ce03c02 If a worker returns unparseable output, print it to the terminal. by Philipp Wollermann · 8 years ago
- 304da48 Rollback of commit 84e7bbc03d22a98e1036c9a3abf1d451e602348b. by Damien Martin-Guillerez · 8 years ago
- 878346e Rollback of commit 7505d94c19727e3100ac5e16a960bff2cb324f23. by Damien Martin-Guillerez · 8 years ago
- 7505d94 Provide deterministic order for split configured deps. by Greg Estren · 8 years ago
- 901e14a Override BuildConfiguration.equals() for dynamic configs. by Greg Estren · 8 years ago
- 84e7bbc Pass isExternal field to blaze ide info proto by Googler · 8 years ago
- 3f008a0 Mount TreeArtifact directories as inputs to Spawns. by Adam Michael · 8 years ago
- a701988 Add 'aspect_id' for to identify aspects that has been applied to the target. by Dmitry Lomov · 8 years ago
- 76e31d1 Allow dicts to contain non-comparable objects as keys by Vladimir Moskva · 8 years ago
- c860f1a Mark //src/test/shell/bazel:bazel_windows_example_test as manual by Damien Martin-Guillerez · 8 years ago
- 080c46c Add instructions regarding running android_integration_test. by Irina Iancu · 8 years ago
- c9e363c Rollback of commit 9de9f374cf63e8e6938c9ce80820c9f46f641241. by Damien Martin-Guillerez · 8 years ago
- 9a83316 Make build events correctly report target expansion by Klaus Aehlig · 8 years ago
- aa60e7d Add strip_prefix and strip_include_prefix attributes of cc_library. by Lukacs Berki · 8 years ago
- 758f81f Fix NPE in RClassGenerator when dev has code in unnamed package by Googler · 8 years ago
- 67edce7 When a strict proto dep violation occurs, tell the user what they should fix. by Carmi Grushko · 8 years ago
- a2e45d6 Fix another test that instantiates BuildOptions its own special way. by Greg Estren · 8 years ago
- 5f95b85 Make a rogue test case honor --experimental_dynamic_configs=notrim_partial like everywhere else. by Greg Estren · 8 years ago
- 9de9f37 Pass isExternal field to blaze ide info proto by Googler · 8 years ago
- a110ac4 Make the settings attribute of Skylark maven_jar and maven_aar a label. by Adam Michael · 8 years ago
- 4d6bb5b Introduce FlagGroup.expandIfTrue, expandIfFalse by Marcel Hlopko · 8 years ago
- 7f53423 Clean up RuleContext's attribute access API. by Greg Estren · 8 years ago
- 9d83784 Move constraint enforcement policy into attribute definitions. by Greg Estren · 8 years ago
- 3875712 Compute module file compile command line flags right before executing the by Googler · 8 years ago
- c804c66 Replace UnixGlob's package glob prefetching functionality with an by Googler · 8 years ago
- 3216c40 Phrasing cleanup for dynamic configuration tests. by Greg Estren · 8 years ago