bazel /
bazel /
195c4e4c8fb3d4c6b1b3790b07266b0a5ff51d80 - 195c4e4 Add sysroot variable to cc_common.create_link_variables by hlopko · 7 years ago
- 1387e6f Fix java_binary.jvm_flags BE link to $(location) expansion by cushon · 7 years ago
- 09d2031 Bazel server: ensure OutputStreams are closed by laszlocsomor · 7 years ago
- 8ff87c1 Fix autodetection of linker flags by hlopko · 7 years ago
- 59f17d6 Bazel server: ensure InputStreams are closed by laszlocsomor · 7 years ago
- b40b7e7 Add client logging information to the client tests. by ccalvarin · 7 years ago
- 2348a75 Include more information about build events' referenced local files. by tomlu · 7 years ago
- 9b6208c Remove the java_host_runtime_alias polyfill. by Benjamin Peterson · 7 years ago
- df42789 windows_cc_configure.bzl: Check default VC installation directories by pcloudy · 7 years ago
- c366166 Rollback of https://github.com/bazelbuild/bazel/commit/732dc512801c32207c252a76ca8d9e5544560339. by twerth · 7 years ago
- 58689f6 [LcovMerger] Make int fields of SourceFileCoverage be dynamically computed. by elenairina · 7 years ago
- 92df8c3 [LcovMerger] Make gcc-branch related fields String instead of int. by elenairina · 7 years ago
- 52035c1 GoProtoAspect/GoSupport: add dependency on //third_party/golang/grpc/metadata by Googler · 7 years ago
- 646dfd1 Add better profiling for getDirtyActionValues. by twerth · 7 years ago
- aa2231e add more support for Arm by Bin Lu · 7 years ago
- d292b34 Create a whitelist for android_library rules with deps but not srcs by cushon · 7 years ago
- 6b8c7ca In SkyframeExecutor#invalidateConfigurationCollection, actually delete the nodes, instead of invalidating them. Invalidating isn't sound, because we're depending on externally injected state to be re-read during evaluation. Also rename the method to resetConfigurationCollectionForTesting since it's only used in tests. by janakr · 7 years ago
- 19cfc7c Update android_sdk system_image support to include 27 and 28. by jingwen · 7 years ago
- b0c8619 Skylark spec: -x is not an Operand, but a UnaryExpr by laurentlb · 7 years ago
- b6da3b1 bump dependency on desugar_jdk_libs to pull in latest changes. RELNOTES: None. by kmb · 7 years ago
- 0d81368 supply transitive and direct deps for aar_import deps checking. This allows producing add_dep commands where possible and avoids the need for direct dependencies on supertypes of directly depended types by kmb · 7 years ago
- 88a20ee Quiet some warnings by cushon · 7 years ago
- bbc8ed1 Clarify attr documentation by brandjon · 7 years ago
- ffc192f First cl for verbose workspaces (ability to log certain potentially non-hermetic events that happen as part of repository rules). by Googler · 7 years ago
- 1ee159a Restore pre-https://github.com/bazelbuild/bazel/commit/4a2002043ed3907223a403e8b8fc66975e516fd8 behaviour for non-strict proto classpaths by cushon · 7 years ago
- 29fe1d7 Add category to JSON profile to distinguish between different events for the same actions. by twerth · 7 years ago
- d490b45 Add more support for Arm by Marcel Hlopko · 7 years ago
- e047900 PiperOrigin-RevId: 203116395 by brandjon · 7 years ago
- 6af6c2d git_repository: support branch as well by Klaus Aehlig · 7 years ago
- f37b2bf [singlejar] Replace setbuffer with setvbuf by Loo Rong Jie · 7 years ago
- 20637b7 Replace old option name with new --discard_orphaned_artifacts in tests. by ccalvarin · 7 years ago
- eb952d0 Set Xcode version as a feature when building Objective-C by bbaren · 7 years ago
- 151717c Docs: Query Language: Minor cleanup by Googler · 7 years ago
- 6871cf0 Allow uniquifiers to throw QueryExceptions. by shreyax · 7 years ago
- d3228b6 remote: limit number of open tcp connections by default. Fixes #5491 by buchgr · 7 years ago
- 4c9a0c8 reduce the size of bazel's embedded jdk by buchgr · 7 years ago
- 95a40be C++: Exposes C++ Skylark providers to Bazel by plf · 7 years ago
- c7a0155 Cleanup crosstools from legacy by hlopko · 7 years ago
- 381b3a1 Windows CROSSTOOL: Add action_config for preprocess-assemble by pcloudy · 7 years ago
- e5a7db9 Delete git_repositories.bzl. The file has been a simple redirect to git.bzl for well over a year and a half. by dannark · 7 years ago
- f45c224 Set the start time of binary and JSON profiles to zero correctly. by lberki · 7 years ago
- 6c87dfc Fix typo in doc by dannark · 7 years ago
- 0e3df78 Relax the threshold for calling getDigestInExclusiveMode(). by Googler · 7 years ago
- 417260d Make RepositoryName comparison case-insensitive on Windows by pcloudy · 7 years ago
- 4bf477e Use const char a[] if sizeof is used to get length by Loo Rong Jie · 7 years ago
- e810ae5 Add a flag to disable the parts of the Skylark API of the C++ configuration that depend on BUILD/CROSSTOOL files. by lberki · 7 years ago
- a5e2f1b Windows,tests: port rule_test_test by Laszlo Csomor · 7 years ago
- 4f64b77 Native Skyframe support for node restarting by mschaller · 7 years ago
- b916694 Restart node building if previous dep is dirty, fix check-then-act races by mschaller · 7 years ago
- 1e54246 Fix comment re: keep-going eval of SkyFunctions in error w undone deps by mschaller · 7 years ago
- 8ae7a3b Refactor TemplateExpansionAction so that various strategies can be used to implement it. by kush · 7 years ago
- 5575185 Remove final inplace references in the tests. by ccalvarin · 7 years ago
- 7ba40cc Debug server: retrieve nested frame bindings tree lazily. by brendandouglas · 7 years ago
- 38fbbf2 Deletes AutoCodec.PUBLIC_FIELDS strategy. Superseded by DynamicCodec. by shahan · 7 years ago
- 02f4804 Remove support for exporting deps of android_binary rules by cushon · 7 years ago
- cf0f284 Make the warning to use http_archive over git_repository bold, and un-italicize the rest of the docs. by dannark · 7 years ago
- 2fd4828 Create and integrate JavaBootstrap, and use fake top-level Java skylark objects for Skydoc. by cparsons · 7 years ago
- d3f7f7a bep: Make the BuildEventArtifactUploader async. by buchgr · 7 years ago
- 6e92f97 Javadoc that generic1 doesn't actually do what you'd expect by brandjon · 7 years ago
- 374ad9e Add an interner to LineNumberTable for during deserialization. by mjhalupka · 7 years ago
- 636f5c0 Add cc_common top-level skylark object to fakebuildapi. by cparsons · 7 years ago
- 677a614 Fix asymmetric progress receiver state tracking by mschaller · 7 years ago
- 2d5ae23 Remove outdated TODO by cparsons · 7 years ago
- 6645e91 Add basic android classes to fakebuildapi by cparsons · 7 years ago
- f9d3613 Adding a check to remote execution to ensure the result from the server has a by Googler · 7 years ago
- 1ac0ea3 Reuse previously stored SkyValues during event/post collection by mschaller · 7 years ago
- f6dce2e Deletes unneeded Kryo library. by Shahan Yang · 7 years ago
- f24958a Support RAII in wrapped_clang by Googler · 7 years ago
- c39af25 C++: Adds ctx to cc_link_params creation. by plf · 7 years ago
- 1458c61 [java_common.compile] Always generate a source jar. by elenairina · 7 years ago
- c816b89 Automatic ClangTidyReadability code cleanup. by Googler · 7 years ago
- 5dcf548 Enable android dependency checking in Bazel. by xingao · 7 years ago
- ecba149 Eliminates unnecessary comparisons in ActionInputMap.resize. by shahan · 7 years ago
- c49c9e8 Automated rollback of commit 908682a743d5a1c31b17bc199f9003a6b00114b8. by mstaib · 7 years ago
- 574eb16 Add fake build API implementations for config, platform, repository, and test packages. by cparsons · 7 years ago
- 626fe0c Add a null-check to Whitelist handling by cushon · 7 years ago
- 3cc2227 Remove creation of tools/defaults/BUILD from shell test by dbabkin · 7 years ago
- e7a51e0 use https url in .deb package Homepage field by Mostyn Bramley-Moore · 7 years ago
- 908682a C++: Adds ctx to cc_link_params creation. by plf · 7 years ago
- 13028b6 Make JDK version check more robust. by Googler · 7 years ago
- 52c6ada Update turbine's experimental dep fixing suggestions by cushon · 7 years ago
- 0541f95 Store SkyValues for new deps from the graph intra-environment by mschaller · 7 years ago
- a39e2fe [Skylark] Allow tuples as first argument of str.{starts,ends}with by Yannic Bonenberger · 7 years ago
- c90764d Implement imports (via load()) in Skydoc. by cparsons · 7 years ago
- 5f76f67 Rename skydoc test case input files to .bzl, and put them into a testdata directory. by cparsons · 7 years ago
- 030448a Add rudimentary apple-related classes to fakebuildapi. by cparsons · 7 years ago
- 358c515 Remove --allow_undefined_configs by ccalvarin · 7 years ago
- a8926b7 Convert directDeps to a map of SkyValues by mschaller · 7 years ago
- e25edb1 Fix link to toolchains to work properly. by jcater · 7 years ago
- 4e58094 Short-circuit done node dep registration when no new deps by mschaller · 7 years ago
- bc37477 Deduplicate loose paths much earlier so that they create smaller nested sets by Googler · 7 years ago
- fc6c742 Split common functionality out of ConfiguredTargetQueryEnvironment. by twerth · 7 years ago
- e661f88 Require @SkylarkCallable parameters to be explicitly specified. by cparsons · 7 years ago
- 178e6cc Fix up some tests for Arm64 by Arielle Albon · 7 years ago
- 3fc2880 Change label from //tools/defaults:java_toolchain to //tools/jdk:toolschain by dbabkin · 7 years ago
- c4dc7ee site/docs: update list of supported fedora versions by Nikhita Raghunath · 7 years ago
- 049a57e Adding --repositories to generate_workspace docs by flamecoals · 7 years ago
- 1609b68 Change label from //tools/defaults:crosstool to //tools/cpp:crosstool", by dbabkin · 7 years ago
- 384d454 Delete some more LIPO crumbs. by Benjamin Peterson · 7 years ago
- 817e329 Remove CROSSTOOL_LABEL label resolver from ObjcRuleClasses. by dbabkin · 7 years ago