bazel /
bazel /
5abc49b83537e4358206dd984cbb70a0ea6bf965 - 5abc49b Small fixes to android_instrumentation_test. by ajmichael · 8 years ago
- 2317ef8 New depset() API by dslomov · 8 years ago
- b289f11 Use Mutability for Args class. by dslomov · 8 years ago
- 0adb784 Clarify Mutability invariants, refactor some tests by brandjon · 8 years ago
- 650de07 Remove the null lipo context collector from the objc rules, which do not use LIPO. Remove the check that requires a context collector to be present. by cpeyser · 8 years ago
- c2b88a6 Skylint: check for bad operations by fzaiser · 8 years ago
- 471c0e1 Release 0.6.0 (2017-09-28) by Bazel Release System · 8 years ago
- 90a4a18 Make windows_export_all_symbols feature work for cc_binary by Yun Peng · 8 years ago
- 6ee36ef Automated rollback of commit 411039319c1c67f2b9c8a7ada9e0a11d9bd4023f. by elenairina · 8 years ago
- a16d16a Polish the interface of CppCompileActionBuilder by hlopko · 8 years ago
- 08ff9b8 Make the state in RuleContext explicit by ulfjack · 8 years ago
- 67b7154 Set --experimental_allow_android_library_deps_without_srcs to false by default in AndroidConfiguration. by jingwen · 8 years ago
- 5008b4b Fix comment typo. by gregce · 8 years ago
- 214718c Update bazel_apple_test to run on XCode 9. by John Cater · 8 years ago
- e398b25 Expose JavaRuleOutputJarsProvider in java_common.provider, when available. by Googler · 8 years ago
- 42ac567 More narrowly specify SkyframeExecutor#prepareExecution as #detectModifiedOutputFiles and move implementation to SequencedSkyframeExecutor. by janakr · 8 years ago
- 7855b88 Add 'compiler' and 'libc' attributes to cc_toolchain. If platform/toolchain by cpeyser · 8 years ago
- 272561c Removed unsafe public API methods for mutable types (list/dict) by brandjon · 8 years ago
- 97a2330 Show --experimental_repository_cache in Bazel options : https://github.com/search?q=experimental_repository_cache&type=Issues&utf8=%E2%9C%93) by Jingwen Chen · 8 years ago
- aeb21bc Add required/advertised Skylark providers. by elenairina · 8 years ago
- 41b2902 Skylark tests: add support for negative tests by laurentlb · 8 years ago
- 988edcb Limit the use of LinkCommandLine#getBuildInfoHeaderArtifacts and #getLinkstamps by hlopko · 8 years ago
- a5d9512 Mock cc toolchain is registered in module instead of in PlatformOptions. by cpeyser · 8 years ago
- 3f6e857 deps -> exports in bazel mobile-install stub app. by ajmichael · 8 years ago
- 097eba7 Simplify make variable expansion call sites by ulfjack · 8 years ago
- 567e9ab Windows,Android: support long paths in tool by Laszlo Csomor · 8 years ago
- 65e1dc1 Updating the remote execution API to the googleapis version. by Ola Rozenfeld · 8 years ago
- f58ba40 Rewrite CppHelper linkopts expansion to take a list and return a list by ulfjack · 8 years ago
- 9c445fa Simplify RuleContext API by ulfjack · 8 years ago
- c60bfdf Windows, aar_resources_extractor: longpath bugfix by Laszlo Csomor · 8 years ago
- ec91d20 Android, Python tools: bugfix in junction.py by Laszlo Csomor · 8 years ago
- be9a0d0 ExperimentalEventHandler: clean up in afterCommand by Klaus Aehlig · 8 years ago
- ab2fd25 Reorganise the srcs_version attribute of py_binary/py_test/py_library rules: by Googler · 8 years ago
- e10526a Fix markup in Build Event Protocol documentation by Alex Vandiver · 8 years ago
- cba24ab BEP: also report baseline coverage by Klaus Aehlig · 8 years ago
- 78f41da remove unused code for unused aapt flags by ajmichael · 8 years ago
- 608910e expect desugar metadata in conventional META-INF directory used by jar tool by kmb · 8 years ago
- 7477c7a Adds option bes_keywords BEP publishing. by Googler · 8 years ago
- 77e3a5c Add new option categorization and tagging information to HelpCommand's output. by ccalvarin · 8 years ago
- a703546 Refactor srcs-less android_library rules: deps -> exports. by jingwen · 8 years ago
- ccd1b15 Add charset to action key computation of ParameterFileWriteAction. by twerth · 8 years ago
- 659feca Move the canonicalization of an option value to the option value itself. by ccalvarin · 8 years ago
- 5b98fb4 Make gzipped pkg_tar outputs repeatable by Philipp Schrader · 8 years ago
- ee33b63 Add integration tests for android_sdk_repository() and android_ndk_repository() for testing invalid directory path attributes, and improve error descriptiveness. by jingwen · 8 years ago
- 6e86811 Use @SafeVarargs for AbstractObjectCodecTest constructor by brandjon · 8 years ago
- 00ee7dc Make build_event_stream_test more portable by aehlig · 8 years ago
- 4665178 Skylint: ignore naming conventions for imports by fzaiser · 8 years ago
- 9573a0d Collect action cache hits, misses, and reasons for the misses. by jmmv · 8 years ago
- 940ce20 Ensure that SpawnResults make their way back to the SpawnActions that caused them to be created. by ruperts · 8 years ago
- 95ce534 Limit //external:android_sdk_for_testing to only the minimum files needed. by ajmichael · 8 years ago
- 3dd0d71 Update version numbers in installer file names. by Googler · 8 years ago
- d8dd62f Skylint: check that load statements are at the top of the file by fzaiser · 8 years ago
- fb3293c Make UnionFileSystem accept all paths Bazel can throw at it. by ccalvarin · 8 years ago
- d27ed80 Move ExternalPackageUtil to a new lib.repository package and simplify it by ulfjack · 8 years ago
- 4110393 Rollforward change of Java coverage logic. by elenairina · 8 years ago
- 3b0bcd9 Add an option to control building of transitive py_binary runfiles trees. , ) by Benjamin Peterson · 8 years ago
- e69bcce Fix java_stub_template.txt when parsing runfiles with spaces in path. by pcloudy · 8 years ago
- aa8540d Fix end offset of expressions in Skylark parser by fzaiser · 8 years ago
- d16a067 Automatic code cleanup. by Googler · 8 years ago
- cc9c2f0 Remove the status xml attribute from AntXmlResultWriter by elenairina · 8 years ago
- 926fd29 Improve BES retries. by buchgr · 8 years ago
- 618f981 Prepare processor classpath masking for Java 9 by cushon · 8 years ago
- 1edcd0f Windows: Add static_link_msvcrt and related features by Yun Peng · 8 years ago
- 56b12b9 Denittize CppModel and CppLinkActionBuilder by hlopko · 8 years ago
- 7e91829 Move --plugin to JavaOptions and remove --plugin_copt. by mstaib · 8 years ago
- 1752ae8 Move objc_proto_library tests from legacy to crosstool test cases. by cpeyser · 8 years ago
- 57d4a1e Don't generate the mutability annotation until necessary. by shreyax · 8 years ago
- 64c0164 Stop injecting embedded artifacts. They're never used by anyone in Skyframe, and error-checking for their existence is already done by the client. by janakr · 8 years ago
- 494910b BEP: Add coverage data to test_result by Klaus Aehlig · 8 years ago
- 65a5119 Adjust visibility of SkyframeExecutor#findArtifactConflicts. by janakr · 8 years ago
- c8dce99 Stop injecting WorkspaceStatusAction into the Skyframe graph as a precomputed value. Instead, manually check if the value has changed, and if it has, invalidate its consuming WorkspaceStatusValue node, forcing its re-evaluation, where it will pick up the new value. by janakr · 8 years ago
- aa12ec3 Add a test for traceback correctness for errors in augmented assignment nodes by vladmos · 8 years ago
- 8e96741 Publish tests for configurable attributes (select). by gregce · 8 years ago
- b5c0202 Update Bazel's android_device support to use new emulator paths. by ajmichael · 8 years ago
- 282c29e Move remaining legacy objc_library tests to crosstool case. by cpeyser · 8 years ago
- 63a6e91 Add Fedora install instructions. by Jakob Buchgraber · 8 years ago
- 826d81c Remove the assumption of order from ToolchainTestCase#testRegisteredToolchains by cpeyser · 8 years ago
- c6122b6 Make local_action_cache_test.sh executable. by John Cater · 8 years ago
- f5e6969 Change which tests should run on Windows by ajmichael · 8 years ago
- 77112c6 Update RegisteredToolchainsFunction and ToolchainUtil to check values for errors even if not all values are present. by John Cater · 8 years ago
- 66ab13f Fix bazel_test_test by removing pollution of config with external bazelrc, such as from /etc/bazel.bazelrc. by Googler · 8 years ago
- 4af0d7b Increase the connection timeout between the client and the server. by lberki · 8 years ago
- 9ebc4b2 Simplify CcLinkParams#addCcLibrary by hlopko · 8 years ago
- d22e1de Check parameter types for methods when multiple types are allowed. by Dmitry Lomov · 8 years ago
- 7084156 Remove unnecessary collectLinkstamp switch by hlopko · 8 years ago
- 878ea50 Fix cc_fake_binaries with linkstamping by hlopko · 8 years ago
- 563c4e1 Make control.tar.gz in pkg_deb repeatable by Philipp Schrader · 8 years ago
- 82859b0 Internal change by David Ostrovsky · 8 years ago
- 824db7f Delete duplicated definitions for package_name() and repository_name(). by laurentlb · 8 years ago
- 95b0467 Cleanups for Skylark tracebacks by brandjon · 8 years ago
- fefccdb Fix and improve context.args.add documentation. by tomlu · 8 years ago
- 529d7ea Remove wasteful function.toString() call in evalArgs. Also remove functions that were public because of skylark compilation. by shreyax · 8 years ago
- 92e402b Remove unused "extraPrecomputedValues" from WorkspaceBuilder, and therefore remove all "precomputed values for analysis" from SkyframeExecutor. We use SkyframeExecutor#injectExtraPrecomputedValues these days. by janakr · 8 years ago
- c6ff86f Remove BuildInfoFactory precomputed value. by janakr · 8 years ago
- d8ba904 Stop the transitive duplication of FilesetTraversalParams when Filesets are nested. by kush · 8 years ago
- eea486c Remove product name precomputed value. by janakr · 8 years ago
- a9573d8 Fix error-prone warning on AndroidBinaryTest. by ajmichael · 8 years ago
- ed4405d Remove dependence on compilation attributes (e.g. 'srcs') for apple_binary and apple_static_library in objc unit tests. by cparsons · 8 years ago
- 6acf6f0 Remove PrecomputedValue for BlazeDirectories. All consumers have the value injected directly, which makes sense, because it's immutable over the lifetime of the server. by janakr · 8 years ago
- 3c6c45f Allow alternate GroupedList constructor to be public, but add warnings regarding the integrity of the structure to various operations. by shreyax · 8 years ago