bazel /
bazel /
abc933266ebdebe0bd8fc8cc78a8aed3f4fc87fb - abc9332 Regression test for ActionCache shutdown roundtrip by George Gensure · 8 years ago
- 1410c21 Cleanup migration-only build variables by Marcel Hlopko · 8 years ago
- 3ae50fe Cleanup gitignore to ignore all /bazel-* directories. by John Cater · 8 years ago
- 7af14df Remove AbtractAction#getInputsForExtraAction() (the third time). by Lukacs Berki · 8 years ago
- 510e8a6 Remove the deprecated com.google.devtools.build.lib.vfs.FileSystems class by Ulf Adams · 8 years ago
- 707e72a More documentation for distributed caching and remote execution by Alpha Lam · 8 years ago
- 0dcdb06 More stable naming scheme for lambda classes in desugared android code by Googler · 8 years ago
- d00e446 Remove flag --experimental_j2objc_srcjar_processing, and always use the new J2ObjC source jar transpilation support. by Rumou Duan · 8 years ago
- 11318ec Reword comment about the current implementation of ^. by Nathan Harmata · 8 years ago
- 5e1b5b0 RELNOTES: Activate the "dead_strip" feature if objc binary stripping is enabled. by Googler · 8 years ago
- 9daeb43 Fixes issue with ObjcCompileAction where extra action funcitonality is unable by Googler · 8 years ago
- 50ca4b6 Update depset constructor/method docs by Jon Brandvein · 8 years ago
- 0eda2a0 Remove shell highlighting which isn't supported by our version of jekyll. by John Cater · 8 years ago
- 3e0c746 Adds the new versions of the template substitutions into ios_test. by Sergio Campama · 8 years ago
- 777b30d Provide more reporting options to SkyFunctions by Klaus Aehlig · 8 years ago
- 25aa033 Add more depset documentation by Jon Brandvein · 8 years ago
- dacc16d CrosstoolCompilationSupport registers a binary strip action when binary by Cal Peyser · 8 years ago
- c87cffa Use datetime as horizontal axis. Add axis titles. by Yue Gan · 8 years ago
- 81ae08b Suppress error for non-exhaustive switches by Liam Miller-Cushon · 8 years ago
- 0785cbb Update to guava 21.0 and Error Prone version 2.0.18-20160224 by Liam Miller-Cushon · 8 years ago
- 5dbb23b Fix coverage section in the autodetected crosstool for windows by Marcel Hlopko · 8 years ago
- 53501b5 Fix allowed characters in package and restore a comment by Damien Martin-Guillerez · 8 years ago
- 4c1b1fd Add host_cxxopt in parallel to host_copt. by Marcel Hlopko · 8 years ago
- 564be0d Remove the first result in benchmark, since it's slower than others. by Yue Gan · 8 years ago
- e98f50c Rollback of commit e716ae46f359dc1361574f44569811ff80a758ac. by Ulf Adams · 8 years ago
- a28b540 Fix Cpp action caching by Ulf Adams · 8 years ago
- e50388e Revert "Upgrade //third_party/protobuf to v3.2.0" by Irina Iancu · 8 years ago
- e716ae4 Encore of commit 41c2a26eef89167e807cbc9f33487dc66bb757d3 that removed AbstractAction#getInputFilesForExtraAction(). by Lukacs Berki · 8 years ago
- 3adcef4 Remove mention of the ignored flag "--output_descriptor_set". by Carmi Grushko · 8 years ago
- c67080c Rollback of commit 786cfa2ed980e278c42ee474408844f7e3720385. by Kush Chakraborty · 8 years ago
- 5e94557 Rollforward of "apple_binary extension_safe attribute results in configuration transition on dependencies" by Chris Parsons · 8 years ago
- cd66f96 Fix broken link by Jon Brandvein · 8 years ago
- 3df106e Remove historical reference to test runners from user manual. by Michael Staib · 8 years ago
- 1dfddb2 Expose proto_library, java_lite_proto_library, java_proto_library and cc_proto_library to the outside world. by Carmi Grushko · 8 years ago
- 0cc293e Description redacted. by Googler · 8 years ago
- ac6b092 Better error messaging if apple cc toolchain cannot locate xcode by Chris Parsons · 8 years ago
- a2e5084 Add overview documentation on depsets by Jon Brandvein · 8 years ago
- 5582d89 Read the PersistentMap's backing file into memory all at once when processing it. We are going to read the whole thing and convert it into data structures, anyway. by Googler · 8 years ago
- 67fa75a Add is_external support to PackageManifestParser. by Googler · 8 years ago
- 6731efe All objc linking rules get the crosstool. by Cal Peyser · 8 years ago
- 5e9e194 Add the LABEL_KEYED_STRING_DICT type for attributes. by Michael Staib · 8 years ago
- 56d66ff Remove duplicate genrule documentation on base class. by John Cater · 8 years ago
- 4ae1f5d Filter android_binary resources during analysis by Googler · 8 years ago
- bb4615c Implicitly generate Proguard obfuscation mapping file for android_binary targets when both resource shrinking and Proguard are enabled, as it is required by resource shrinking to work properly. by Andrew Pellegrini · 8 years ago
- 735777a Fix typo. by Nathan Harmata · 8 years ago
- 4264807 Add commit link to github by Yue Gan · 8 years ago
- d83af9e Report inconsistent aspect order error to the user. by Dmitry Lomov · 8 years ago
- e64ed19 Bazel client: make jvm.log path platform-safe by László Csomor · 8 years ago
- 71c72c1 Fix autodetection of c++ coverage on osx by Marcel Hlopko · 8 years ago
- 6b3b8d0 Fix name of --javacopt in the configuration file blog post by Damien Martin-Guillerez · 8 years ago
- a8fc49b Expose rpath entries as a build variable by Marcel Hlopko · 8 years ago
- a068bd1 Pass in the "coverage enabled" flag on the C++ linkstamp compile command line. by Lukacs Berki · 8 years ago
- 2346f5a Upgrade //third_party/protobuf to v3.2.0 by Carmi Grushko · 8 years ago
- 10390f2 Add ProtoJavaApiInfoAspectProvider to JavaProvider. by Irina Iancu · 8 years ago
- 5778444 Remove ctx.aspect_id and Target.aspect_ids. by Dmitry Lomov · 8 years ago
- 8e2f54d Fix BUILD file mistakes in code generator. by Yue Gan · 8 years ago
- 503c2f7 Add ctx.aspect_ids, deprecate ctx.aspect_id and Target.aspect_ids. by Dmitry Lomov · 8 years ago
- 786cfa2 Separate the classpaths of the TestRunner with the test target, and use a separate Classloader to load the test target's classes. This enables a clean separation of the classes of the TestRunner with the target under test. by Kush Chakraborty · 8 years ago
- c9333b4 roll-forward of "Delete temporary directory on exit" by Colin Cross · 8 years ago
- 414d08c Re-enable bazel_windows_example_test by Yun Peng · 8 years ago
- 4816cfa Make bazel_bootstrap_distfile_test work on Windows by Yun Peng · 8 years ago
- f2eacf0 str.partition and str.rpartition return tuples instead of lists by Vladimir Moskva · 8 years ago
- 95dac70 Fix python stub_template.txt on Windows by Yun Peng · 8 years ago
- 2004276 Prefixes xcodebuild with xcrun in order to avoid getting erroneous results when detecting the installed Xcode versions. by Sergio Campama · 8 years ago
- 766a581 APPLE_CROSSTOOL distinguisher is not applied if --apple_crosstool_transition is true. by Cal Peyser · 8 years ago
- 3611fb2 Incrementally dex any Android IDL runtime library by Googler · 8 years ago
- 8c539ea Use skylark-preferred quote char for string literal by Michajlo Matijkiw · 8 years ago
- 19e126a Add a flag to enable desugaring java.* classes by rewriting package names by Colin Cross · 8 years ago
- 1d7db15 Update to header thinning feature to create header_scanner actions based on compiler flags. by Googler · 8 years ago
- 8b2e245 Replace the fancy, lockless, and incorrect BoundedMultisetSemaphore and with a boring naive synchronized implementation. by Nathan Harmata · 8 years ago
- 9c01825 incrementally dex generated_extension_registry jars generated for top-level android binaries by Googler · 8 years ago
- 2bdf534 Rolling forward the change to open source JUnit integration tests. by Kush Chakraborty · 8 years ago
- 2997e25 Filter out Blaze-specific javacopts in VanillaJavaBuilder by Liam Miller-Cushon · 8 years ago
- b21339b change incremental dexing fallback in DexFileMerger to behave exactly as if classes by Googler · 8 years ago
- 761fdea Fix broken javadoc link. by Shreya Bhattarai · 8 years ago
- 65b49a2 Remove mobile-install stub app targets from BUILD files. by Adam Michael · 8 years ago
- 6b4a8b3 Allow absolute symlinks in TreeArtifacts. Let the downstream action (if there is one) worry about it. by Janak Ramakrishnan · 8 years ago
- 569383c Make Expression.eval() public. by Carmi Grushko · 8 years ago
- fc90803 Document skylark repositories invalidation by Damien Martin-Guillerez · 8 years ago
- 9143062 Mention that generators/generator expressions aren't in Skylark by Jon Brandvein · 8 years ago
- 6a680a3 Code clean-up by Liam Miller-Cushon · 8 years ago
- d5912eb Add detailed rule class/label info when report attribute checking error by Liangliang He · 8 years ago
- ee5797a Give users a hint at what could be wrong when an imported blazerc cannot be found. by Googler · 8 years ago
- cae4303 Some refactoring of LabelValidator by Damien Martin-Guillerez · 8 years ago
- 2e689c2 Add javac-9-dev-r3297-3 by Liam Miller-Cushon · 8 years ago
- 2fe062b If dynamic configurations are turned on, ruleclass configuration transitions by Cal Peyser · 8 years ago
- 836d94a Roll back ios_runner simulator foreground change, as it has made some tests flaky by Chris Parsons · 8 years ago
- 85cc043 Skylark documentation pipeline automatically generates documentation for all Skylark modules. by Florian Weikert · 8 years ago
- 7463237 Crosstool compilation support for J2ObjcAspect. by Rumou Duan · 8 years ago
- 34f47c8 Further improve error handling of xcode_configure.bzl by Chris Parsons · 8 years ago
- 0722e44 Remove Skylark documentation text from Target.class. by Florian Weikert · 8 years ago
- 7a1ea78 Rollback of commit 3da16e3b4e8be4d4c4a6eae80365a85851e3253d. by Liam Miller-Cushon · 8 years ago
- cf9a2b6 Rollback of commit e49886c55a7e2cfd6dd1fc52b037dc2d5a6ca019. by Adam Michael · 8 years ago
- 17db60e Remove javac-turbine hack to support a non-standard annotation processor by Liam Miller-Cushon · 8 years ago
- 8a2f61d Disable bitcode for simulator architectures, regardless of the apple_bitcode flag. by Chris Parsons · 8 years ago
- 61393e2 Add even more links to rules/macros documentation. by Laurent Le Brun · 8 years ago
- d0b45b5 Rollback of commit bd3be73b84001dbdb2f05297f215e8eb5bacf0e1. by Damien Martin-Guillerez · 8 years ago
- 2769ffd Error out when the STL label points to an undefined target when merging STL by Luis Fernando Pino Duque · 8 years ago
- 95d229a Remove 'allowReturnsNone=true' from the ProtoSourcesProvider methods for descriptors by Googler · 8 years ago
- 23ba4a8 Augmented assignments don't evaluate lhs multiple times by Vladimir Moskva · 8 years ago