bazel /
bazel /
1b97ae08d5c4754387c5a28fa64d960a6fbe4ad8 - 1b97ae08 Make bes_best_effort a no-op by ulfjack · 7 years ago
- 8ecb2a4 C++: Introduces flag to disable automatic expansion of labels in linkopts. by plf · 7 years ago
- 2df3234 Add LabelLateBoundDefault to :coverage_report_generator attribute by dbabkin · 7 years ago
- f137cea C++: Refactors PyWrapCc to make it easier to migrate to Skylark by plf · 7 years ago
- 6b16352 Allow disabling the simple blob caches via CLI flag overrides. by John Millikin · 7 years ago
- 708b957 Add LabelLateBoundDefault to :coverage_support attribute by dbabkin · 7 years ago
- 5146ce0 Expose C++ action names to Skylark by hlopko · 7 years ago
- d0982b9 C++: Delete PyCcLinkParamsProvider. by plf · 7 years ago
- ef77f87 Rewrite TargetPattern failure reporting by ulfjack · 7 years ago
- 602cc85 Refactoring: makes the code simpler by deleting Metadata and InputArtifactData. by shahan · 7 years ago
- 89d85ea Allow for Path and Root resolution when extracting action metadata. by felly · 7 years ago
- ccaccb2 Let blaze obfuscate manual main_dex_list according to proguard map. by Googler · 7 years ago
- 899a3e7 Remove a pointless nested set expansion. by Benjamin Peterson · 7 years ago
- af8b772 Mark --batch as deprecated in the documentation. by ccalvarin · 7 years ago
- 52fa20f Build support for enabling cross binary FDO optimization. by Googler · 7 years ago
- 4c72a82 Remove python3/ prefix to generated .pyc files. by Googler · 7 years ago
- 4b80f24 Add option to enable Docker sandboxing. by lberki · 7 years ago
- 188a29a Automatic ClangTidyPerformance code cleanup. by Googler · 7 years ago
- fbd9e6d Remove CachingPackageLocator interface from the PackageProvider hierarchy by ulfjack · 7 years ago
- 0eddd29 MetadataProvider now provides ActionInput lookup by exec path. by shahan · 7 years ago
- 92631c4 Remove STRICT_ERROR from ImportDepsCheckingLevel, as it is replaced with ERROR. by cnsun · 7 years ago
- 043c127 Disable `repo_mapping` by default via a flag. by dannark · 7 years ago
- b796e50 Correct some recently added documentation (please fix if this is not actually correct). by bcutler · 7 years ago
- ac69da0 Move path-manipulation functions to own library file. by ccalvarin · 7 years ago
- 216afa1 Refactor WorkspaceFactoryTestHelper to be able to add a setSkylarkSemantics method. by dannark · 7 years ago
- 073b808 Automated rollback of commit 1b041c86147098451bffc94d2602aea26ee16e06. by juliexxia · 7 years ago
- b84e1a6 Add documentation for the toolchains= attribute. by lberki · 7 years ago
- f2a358e Add flag --experimental_enable_repo_mapping to gate usage of repo_mapping functionality in WORKSPACE rules. by dannark · 7 years ago
- 03ca7d1 Add explicit TOC and fix markdown incompatible with Jekyll. by spomorski · 7 years ago
- ee45c66 Allow rules and targets to specify extra execution platform constraints. by John Cater · 7 years ago
- 41bf88d Fix TEST_SHARD_INDEX documentation. by Googler · 7 years ago
- 459b244 Add functionality to SerializationContext and @AutoCodec to check that a class is allowed to be serialized in the current context. A codec can now add an explicitly allowed class that can be serialized underneath it (via SerializationContext#addExplicitlyAllowedClass), and that class's codec can check that it is explicitly allowed (via SerializationContext#checkClassExplicitlyAllowed). It is a runtime crash if a codec checks that it was explicitly allowed and finds that it wasn't. Thus, if PackageCodec is invoked without it having been explicitly allowed, we will crash, preventing Package from sneaking into a value it shouldn't be in. by janakr · 7 years ago
- fc23edc Stop allocating new tokens in the lexer by laurentlb · 7 years ago
- c04ce79 Automated rollback of commit 52c4d05d1bfd54ea901e9926be7b262dd45e34de. by dbabkin · 7 years ago
- 1fb9fa7 Remove step in SkylarkSemanticsOptions instructions that reference non-existent code. by dannark · 7 years ago
- abe8d9b Clean up `bazel help coverage` by Googler · 7 years ago
- 355afdd Simplify CppCompileAction#discoverInputs(). by lberki · 7 years ago
- 53700e2 Don't rely on shell splitting; explicitly make these multiple arguments by ulfjack · 7 years ago
- 52c4d05 Add LabelLateBoundDefault to :coverage_report_generator attribute by dbabkin · 7 years ago
- 4ec0a75 Use BUILD.bazel instead of BUILD for external projects by Dmitry Petrashko · 7 years ago
- 1b041c8 Add LabelLateBoundDefault to :coverage_support attribute by dbabkin · 7 years ago
- fce20d79 Avoid dependency on coreutil. by Greg Steuck · 7 years ago
- 9cfa4cb Update Blaze documentation to reflect that gcc is not the only compiler used. by Googler · 7 years ago
- 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