bazel /
bazel /
699397a131e9853cb1221cbd16ad3ff7d814240a - 699397a Remove the $(ANDROID_CPU) Make variable. by lberki · 7 years ago
- 6f6a31b Automated rollback of commit a8a8e7a0e979a8e4cf14c32471ad349a1b7d47cc. by eaftan · 7 years ago
- 745232b Add hacky method to InMemoryNodeEntry for fast but unsafe iteration over in-progress reverse deps. by janakr · 7 years ago
- 95010e4 Add cache to NestedSetCodecWithStore to merge NestedSets that should be reference-equal on deserialization. We cannot just intern NestedSets because NestedSets with the same underlying children may still not be equal, so we wrap them in an object that does consider their children when calculating equality. by janakr · 7 years ago
- c349585 Process 'repo_mapping' attribute from WORKSPACE rules. 'repo_mapping' is a way to remap references to repositories within an external repository by another name. This CL only adds the mappings to the Package object, but it does not actually enable the reassignments. by dannark · 7 years ago
- ba25d49 Fix submenu element ID. by spomorski · 7 years ago
- c47aeaa Remove experimental prefix for build event output file flags. by ccalvarin · 7 years ago
- 61377f7 Remove ConfiguredTarget from TargetCompletionValue, since it is no longer needed: we can get the ConfiguredTargetKey directly from the TargetCompletionKey. Since that was the only use of the actual value in EvaluationProgressReceiver#evaluated, remove it, instead just provide a boolean enum that gives whether or not evaluation succeeded. by janakr · 7 years ago
- f4cf006 Print the target names of the problematic classes, for better description of the dependency problems. by cnsun · 7 years ago
- 25ae199 Remove --glibc option by rosica · 7 years ago
- 9cf0f65 Set no_proxy=localhost when an http_proxy is detected, instead of deleting the http_proxy value. by ruperts · 7 years ago
- 97a932f Add documentation for building JavaScript outputs. by spomorski · 7 years ago
- 646c393 Small tagging change in HTML doc. by Googler · 7 years ago
- 8e9b28f Failing targets are identified by comparing ConfiguredTarget.Key instead of ConfiguredTarget. Since ConfiguredTarget does not implement equals(), reference equality has been used until now, and this is not valid for the case where the ConfiguredTarget has been deserialized. by cpeyser · 7 years ago
- 0721547 Let Skylark rules take part in MakeVariableExpandingRule expansions using the by jcater · 7 years ago
- c3aa9fe ActionFS is now aware of inserted files. by felly · 7 years ago
- bdba40f Allow injection of custom SkyFunctions into GraphTester. by janakr · 7 years ago
- 51fdaa3 Get rid of the tokens queue in the lexer by laurentlb · 7 years ago
- 278a5e3 Improve error message slightly by ulfjack · 7 years ago
- b93ae42 Remove an unused method variable. by lberki · 7 years ago
- c581144 C++: Makes JavaWrapCc use CcLinkingHelper by plf · 7 years ago
- 63748e4 Carry tree artifacts' self data through aggregating middlemen. by Benjamin Peterson · 7 years ago
- 43a1dc7 Fast-path Label#equals by first comparing the interned PackageIdentifier. by shreyax · 7 years ago
- ff008f4 remote: concurrent blob downloads. Fixes #5215 by buchgr · 7 years ago
- aaf11e9 Make tools in action inputs an error. by tomlu · 7 years ago
- 452141f Automated rollback of commit c4e128e2c6d8cacaeba034d6a3195796d50f1745. by tomlu · 7 years ago
- 360ed3f Removes most ActionInputFileCache functionality. by shahan · 7 years ago
- e59cbd0 Allow multiple trimming transition factories to be added. by mstaib · 7 years ago
- e21127b Amend a skylark test to attempt access of FilesToRunProvider.executable by cparsons · 7 years ago
- 619c6f0 Migrate remaining java skylark types to skylarkbuildapi by cparsons · 7 years ago
- fc47454 Create a Bootstrap for config-related libraries of skylarkbuildapi. by cparsons · 7 years ago
- 218e543 Migrate repository_rule to skylarkbuildapi by cparsons · 7 years ago
- 8470058 Fix string.title and string.upper documentation. by Googler · 7 years ago
- b2d1f2f Android font resource support by Jingwen Chen · 7 years ago
- 7cc144d Mention string comparison in the documentation by laurentlb · 7 years ago
- c2d79da Migrate remaining apple-related skylark types to skylarkbuildapi by cparsons · 7 years ago
- cc86475 Use a new RecursivePackageProvider to ask skyframe for the correct package nodes in ConfiguredTargetQueryEnvironemnt. This lets us support recursive target patterns with cquery. by juliexxia · 7 years ago
- da6d427 Move TARGET_CPU from the CcToolchainProvider to BuildConfiguration. by jcater · 7 years ago
- c4e128e [java_common.compile] Always generate a source jar. by elenairina · 7 years ago
- e537cb7 repository_resolved_file: pretty print by Klaus Aehlig · 7 years ago
- fe63111 Fix broken flag existence check for linking flags in unix_cc_configure. by hlopko · 7 years ago
- 3a592f6 Release 0.14.0 (2018-06-01) by Bazel Release System · 7 years ago
- 8a97905 Revert "Release 0.14.0 (2018-06-01)" by Luis Pino · 7 years ago
- f2eaa6b C++: Remove CcSpecificLinkParamsProvider. by plf · 7 years ago
- 20a042f Format all bzl files with buildifier by vladmos · 7 years ago
- 2269ee2 Release 0.14.0 (2018-06-01) by Bazel Release System · 7 years ago
- 8b77098 Windows,testing: add query regression test by Laszlo Csomor · 7 years ago
- 242c3b8 Converts PLACEHOLDER FileValues into RegularFileValue when queried via by shahan · 7 years ago
- 0c86dcf Remove the Blaze strict java deps exemption for Android databinding. As of by Googler · 7 years ago
- d3c3ea7 Migrate remaining Android Skylark API to skylarkbuildapi by asteinb · 7 years ago
- 8d772dd Explicitly validate local resources are passed to Java compilation first by asteinb · 7 years ago
- 2a23389 Make test more explicit about what it is testing. by dannark · 7 years ago
- 22d79ae Log warning cleanup by neerajen · 7 years ago
- 488a3e3 Remove redundant @SkylarkModule annotation on JavaInfo.Provider, as its skylarkbuildapi interface is annotated. by cparsons · 7 years ago
- ab01329 Update android_common's layoutlib to 26.1.2 to support fonts in Bazel by Jingwen Chen · 7 years ago
- 9436731 Migrate config-related skylark objects to skylarkbuildapi by cparsons · 7 years ago
- a62ad50 Remove unused codepaths now that non_propagated_deps has been removed as an attribute. by kaipi · 7 years ago
- 915579e Migrate test-related skylark API to skylarkbuildapi by cparsons · 7 years ago
- de1340a Improve DependencyAndroidData VALID_REGEX's robustness. by jingwen · 7 years ago
- e7c1e9d Open up visibility of BuildConfiguration$OutputDirectory for serialization and remove unused repositoryName field from BuildConfiguration. by janakr · 7 years ago
- dd457b6 docs(tutorial/cpp): fix link to other tutorials by Kelsey Z · 7 years ago
- 05fef18 Update tools/cpp/toolchain_utils.bzl to return the proper C++ toolchain by hlopko · 7 years ago
- a9eb240 Remove the non_propagated_deps attribute from objc_library and apple_binary. This was a workaround created to deal with duplicated symbol errors, but there are now better ways to avoid them than using this attribute. by kaipi · 7 years ago
- a8a8e7a Remove support for --experimental_one_version_enforcement_use_transitive_jars_for_binary_under_test by cushon · 7 years ago
- 703deea Fix some tests when run with a JDK9 javabase. by tomlu · 7 years ago
- c4ba94c Special case * in target lookup, work around for #5300. by twerth · 7 years ago
- 5ad445b Resolve all super classes even if we have found missing super classes. This is by cnsun · 7 years ago
- 9c53da2 Allow rules that provide resources and assets as deps of android_* rules by asteinb · 7 years ago
- a14d421 Modify cc_toolchain_suite rule to allow selection of cc_toolchain label without reading the CROSSTOOL file. by rosica · 7 years ago
- 252e3b8 Adds support for InlineFileArtifactValue. by shahan · 7 years ago
- 088d8de Prevent ijar from stripping out .kotlin_module files, which are needed for extension functions. by Googler · 7 years ago
- 547b43e Add --apple_enable_auto_dsym_dbg flag by Googler · 7 years ago
- ab259ee Fix Skylark type typo by asteinb · 7 years ago
- 735627f Fix a few tests when run under JDK9. by tomlu · 7 years ago
- 15e0fa8 Fix Bazel crash on bad config_setting labels. by gregce · 7 years ago
- 197cc24 Fix an incorrect example in the platform documentation. by jcater · 7 years ago
- 90446c1 Turn on pseudo locale generation for compilation. by corysmith · 7 years ago
- 99a7c44 Provide more details on the transition to Skylark {git,http}_repository by Klaus Aehlig · 7 years ago
- 5b1ce4d Fix `equals()` and `hashCode()` for artifacts: artifacts of different classes are not equal. by Dmitry Lomov · 7 years ago
- 1973be4 Allow passing the relative symlink resolution policy to the SpawnInputExpander by ulfjack · 7 years ago
- 22f4bb9 runfiles,cc: C++ runfiles library in @bazel_tools by Laszlo Csomor · 7 years ago
- 2cbcde3 Automated rollback of commit 7fcbc8ffdead028d19606fefa2fa3be13781da98. by laszlocsomor · 7 years ago
- 8f384fc C++: Hide compilation context from Skylark by plf · 7 years ago
- 7036e9d Rename r_txt from AndroidResourcesInfo to compiletime_r_txt by asteinb · 7 years ago
- 25f6f7b Fix b/80260450 which saw cquery --output=proto crashing on alias configured targets. Along the way, update ConfiguredTargetAccessor to return the correct Target (the alias, not the actual) when dealing with AliasedConfiguredTargets. by juliexxia · 7 years ago
- 07a481b7 Expose Android data processing API in skylarkbuildapi by asteinb · 7 years ago
- 5ca4183 Propagate --experimental_prune_cpp_input_discovery to host builds. Otherwise, by Googler · 7 years ago
- 5b02559 Minimize the cost of Skyframe restarts during CC autoconfiguration. by jmmv · 7 years ago
- 74a895d Simplify RuleClass.Builder#cfg, Attribute.Builder#cfg interfaces. by gregce · 7 years ago
- 12d27f8 Fix edge case in inferring Java package from path to targets by asteinb · 7 years ago
- 2cb4f48 Merge ComposingSplitTransition and ComposingPatchTransition. by gregce · 7 years ago
- 6d33f28 Use independently passed assets in aapt2 packaging as well by asteinb · 7 years ago
- 4b9b530 Remove CcToolchainType rule. by jcater · 7 years ago
- fa59fbf Fixes Bazel build on Raspberry Pi 3 Raspbian GNU/Linux 9 (stetch). The portability bug is that sysconf() returns a long unsigned int but size_t is unsigned int (on the Pi 3) unsigned int causing a compilation failure (see below). Fixing the code to be portable, in this case, seems harmless in the common case where size_t is 64 bits AFAICT. by Googler · 7 years ago
- bf1ac7e Change uses of cc_toolchain_type back to plain toolchain_type. by jcater · 7 years ago
- 072cf92 Properly expose asset provider for targets without explicit manifest by asteinb · 7 years ago
- f90ed65 Add ability to add runfiles to tar by Christian Verkerk · 7 years ago
- 45c2dce Generaliaze java_import_external to jvm_import_external by natans · 7 years ago
- 73d3310 Make ConstantRuleVisibility static constants into @AutoCodec constants. by janakr · 7 years ago
- 6ee1a81 Move Android data info classes to skylarkbuildapi by asteinb · 7 years ago