- 81aca8a Remind JavacOptions about the '-extra_checks' flag by Liam Miller-Cushon · 8 years ago
- 083bbd2 Improve memory efficiency of incremental dexing and introduce flag to error out if DexArchiveAspect misses .jar files by Googler · 8 years ago
- e450c00 Inject aidl_lib only to android_library targets that have idl_srcs by Googler · 8 years ago
- 8c00f39 Improve handling of unknown NDK revisions in android_ndk_repository. by Adam Michael · 8 years ago
- 2f11192 Convert --use_action_cache to a regular option by Googler · 8 years ago
- e1b1372 Re-arrange JavaBuilder output jar handling by Liam Miller-Cushon · 8 years ago
- 8c3a4ef BEP: Add BuildFinished event. by Jakob Buchgraber · 8 years ago
- 6525e38 Rollback of commit 5e945570ec0b9079596756bf89437ac37e031c36. by Jon Brandvein · 8 years ago
- eed1ea7 Add an event reporting about downloading progress by Klaus Aehlig · 8 years ago
- e4fbf42 Bazel client: make some libraries visible to ijar by László Csomor · 8 years ago
- 4c3d925 In SkyFunctionEnvironment post progress-like events immediately by Klaus Aehlig · 8 years ago
- 691fbc1 Add constraint_setting and constraint_value rules, to enable defining by John Cater · 8 years ago
- 0f119a4 Always update bazel repo: try pull first, and recreate if failed. by Yue Gan · 8 years ago
- 5f19fd5 Add check that the WORKSPACE found in LocalRepositoryLookupFunction isn't a directory. by John Cater · 8 years ago
- 5ea2b14 Clean up the semantics of input discovering actions a bit by making updateInputs() and inputsKnown() non-overridable and removing setInputs(). by Lukacs Berki · 8 years ago
- 8afbd3c Move UnixFileSystem to lib.unix, WindowsFileSystem to lib.windows by Ulf Adams · 8 years ago
- a843d21 Add cc_proto_library to Bazel Build Encyclopedia. by David Chen · 8 years ago
- 822c378 Reimplement blaze query using an async evaluation model. Use a concurrent backend for SkyQueryEnvironment's implementation in order to achieve parallelism. by Nathan Harmata · 8 years ago
- fb64609 BEP: Add tags and output files to TargetComplete event by Jakob Buchgraber · 8 years ago
- 738e572 sandbox should create regular empty files, not symlink to /dev/null. by Philipp Wollermann · 8 years ago
- ccbcf8e Handle TriState type in `bazel query --output=build` by Laurent Le Brun · 8 years ago
- 949b7b5 Clean up event bus by Klaus Aehlig · 8 years ago
- 5f27712 Bazel client: add new ReadFile/WriteFile variants by Laszlo Csomor · 8 years ago
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 0722e44 Remove Skylark documentation text from Target.class. by Florian Weikert · 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