- 93fe20c Support unconditional fetching of repositories by Klaus Aehlig · 7 years ago
- 865b621 Split BuildView into two classes by ulfjack · 7 years ago
- fc83d75 Pass ActionFS paths through to action-level FileOutErr for the Action's stdout/stderr. by felly · 7 years ago
- e253f83 Fix filterTestsByTarget to filter by label instead of filtering by doing by mjhalupka · 7 years ago
- b5daae3 Move BuildView.Options to a new top-level class by ulfjack · 7 years ago
- c23bdac Split AnalysisResult into a top-level class by ulfjack · 7 years ago
- 0484053 Change WorkspaceStatusAction incrementality logic. We no longer manually invalidate the BUILD_INFO_KEY node on --workspace_status_command and related flag changes. Instead, the action has a supplier that allows it to retrieve the correct values at execution time. by janakr · 7 years ago
- 206a9d1 Remove LoadingPhaseRunner, inline the only implementation by ulfjack · 7 years ago
- 231057b Enable AnalysisTestCases to set LoadingOptions. by mstaib · 7 years ago
- 34982e7 Enable mock rules to set their types. by mstaib · 7 years ago
- e28c0ab Implement LcovMerger. by elenairina · 7 years ago
- 9c68c3a Automated rollback of commit 5df8eb24f84a6943e70876c805c77f06e719dcd7. by Googler · 7 years ago
- 45b308a Make Artifact#equals take the owner into account for derived artifacts. by janakr · 7 years ago
- dc3a91a Flip default value of --experimental_shortened_obj_file_path to true (Second try) by pcloudy · 7 years ago
- 2b86bee Remove the legacy loading phase runner by ulfjack · 7 years ago
- 5df8eb2 Automated rollback of commit ccaccb2b277a82f7264567563a02ab133a0f6e6f. by jmmv · 7 years ago
- 499503b Deletes ActionInputFileCache. by shahan · 7 years ago
- ccaccb2 Let blaze obfuscate manual main_dex_list according to proguard map. by Googler · 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
- 5b1ce4d Fix `equals()` and `hashCode()` for artifacts: artifacts of different classes are not equal. by Dmitry Lomov · 7 years ago
- 2cbcde3 Automated rollback of commit 7fcbc8ffdead028d19606fefa2fa3be13781da98. by laszlocsomor · 7 years ago
- 7fcbc8f shell toolchain: genrule now uses it by Laszlo Csomor · 7 years ago
- 904a8d6 Refactor root cause reporting in ConfiguredTargetFunction by ulfjack · 7 years ago
- c71316d Add CcSysrootAliasRule by dbabkin · 7 years ago
- 6acfe4e Provide ability to inject custom ConstraintSemantics behavior. by gregce · 7 years ago
- 6192b8c Refactor analysis failure reporting, report loading failures by ulfjack · 7 years ago
- 8255052 Make BuildOptions$OptionsDiffForReconstruction deterministic in its construction. Also restrict visibility of some test-only OptionsDiff methods, and remove a server-specific part of the ConfiguredTargetKey #toString representation. by janakr · 7 years ago
- 3e951fc Rename PatchTransition.apply to PatchTransiton.patch. by gregce · 7 years ago
- a1a990e Create tests verifying appropriate propagation of InterruptedException during filesystem operations. by cparsons · 7 years ago
- 3da8929 Make SymlinkTreeAction properly use the configuration's environment by ulfjack · 7 years ago
- d1ec570 Rename CommandAction.getEnvironment, add AbstractAction.getEnvironment by ulfjack · 7 years ago
- 374112c Replace --experimental_android_enforce_strict_deps_for_binaries_under_test with a package whitelist by cushon · 7 years ago
- eb5a80c Ease the configuration-related restrictions of several more tests. by mstaib · 7 years ago
- 5217712 Pull caching up to BuildConfigurationValue$Key$Codec. Almost all BuildOptions$DiffForReconstruction serializations are reached in this way, so we get better efficiency. Also, it was already a custom codec, so less new handrolling. by janakr · 7 years ago
- 849df36 Use the local JDK as the default target javabase by cushon · 7 years ago
- 5c3f5c9 Add an IdentityHashMap to the BuildOptions.OptionsDiffForReconstruction codec. by mjhalupka · 7 years ago
- b1dd4e3 Adds an action-scoped filesystem. by shahan · 7 years ago
- 1442054 Relax requirements of skylark-exposed configuration fragments by cparsons · 7 years ago
- 2ce45a2 Use the in-memory metadata in blaze as the source of truth for Fileset mappings by kush · 7 years ago
- 56eb80b Simplify config fragment creation. by gregce · 7 years ago
- 769a424 Update test code to support finding deferred param files. by tomlu · 7 years ago
- 0a57d3d Clean up code that directly imports nested classes like Builder, Entry, etc. by jcater · 7 years ago
- cc126af Resolve selects in the attributes of targets for cquery's --output=proto format by juliexxia · 7 years ago
- 25d5efc Change LocationFunction to not extend Function. by dannark · 7 years ago
- 7f22066 Output message when the build configuration changes. by tomlu · 7 years ago
- 8c6b7ab Normalize parameter name comments by cushon · 7 years ago
- 67423dd Abstract away the param file write action from tests. by tomlu · 7 years ago
- 425156e Prepare to abstract away the param file write action from tests. by tomlu · 7 years ago
- 936139d Support deferred param files. by tomlu · 7 years ago
- a666ffb SourceArtifacts are interned on deserialization using an ArtifactFactory. This should reduce memory consumption in NestedSet deserialization, which currently does not recycle Artifact instances. by cpeyser · 7 years ago
- dd9570b Make the constructor of TemplateVariableInfo available in Skylark. by lberki · 7 years ago
- 4a07a47 Add the capability to register a trimming RuleTransitionFactory. by mstaib · 7 years ago
- 5d7ce65 Plumbs ActionExecutionContext through GenSignatureAction. by shahan · 7 years ago
- b30f216 Deletes PopulateTreeArtifactAction (which seems to be dead code). by shahan · 7 years ago
- 7f15b68 Remove all callers of ArtifactRoot.asSourcePath from production code besides the ones in SkyframeExecutor, called once for each Root in the package path list. This ensures there is a single canonical ArtifactRoot for each source root. by janakr · 7 years ago
- 7f09a6c Starts threading ActionExecutionContext to sites calling getPath() only within by shahan · 7 years ago
- 0c254e6 Automated rollback of commit 3ab52e63079f1e43cb2c973425f615836a334082. by hlopko · 7 years ago
- 8626623 Remove BuildConfiguration.Fragment#setupActionEnvironment(). by lberki · 7 years ago
- b3ba514 Cleanup Artifact.getPath() usage in Runfiles. by shahan · 7 years ago
- 3ab52e6 Flip default value of --experimental_shortened_obj_file_path to true by pcloudy · 7 years ago
- 9c86fcb Delete dead code by carmi · 7 years ago
- 78651d4 Move shell executable to its own configuration fragment. by lberki · 7 years ago
- 2660ffe Remove legacy manifest merging from Bazel. by ajmichael · 7 years ago
- 6d1393d Remove Android jar from android_local_test bootclasspath by ajmichael · 7 years ago
- e57e9a3 Remove some unnecessary params. by nharmata · 7 years ago
- 9c4fa4a Remove BuildConfiguration from ConfiguredTarget. by janakr · 7 years ago
- 2cbfb89 ArtifactRoot correctly switches output base when serializing. by shahan · 7 years ago
- b044016 Remove categories from Bazel options. by ccalvarin · 7 years ago
- ee2dcae Make error messages about illegal dependencies involving aliases clearer. by lberki · 7 years ago
- a579d65 Replace nearly all test uses of ConfiguredTarget#getConfiguration with utility method getConfiguration(ConfiguredTarget). Done using IntelliJ structural replace, with by janakr · 7 years ago
- 7292497 Get rid of all remaining non-test non-internal uses of ConfiguredTarget#getConfiguration(). Add convenience methods in four Java test classes for use by refactoring tools to do this#getConfiguration(ConfiguredTarget) instead of ConfiguredTarget#getConfiguration. by janakr · 7 years ago
- cc3890d Remove ConfiguredTargetKey#of(ConfiguredTarget), since it calls ConfiguredTarget#getConfiguration. by janakr · 7 years ago
- f5c8c0b Add toolchain definitions for autoconfigured cc_toolchain entries. by jcater · 7 years ago
- 3ef288c Victory lap: Remove all code that used to support the three-argument form of vardef(). by lberki · 7 years ago
- 5d7fa7b Add a DefaultBuildOptions specifying default build flags that may differ from the provided defaults in Options classes. These are used to create BuildOptionsDiffForReconstruction, which lets us store only the diffs in our BuildConfigurationValue.Keys. by mjhalupka · 7 years ago
- d01e8ad Assume toolchain supportsDynamicLinker from presence of "dynamic_linking_mode" feature by hlopko · 7 years ago
- 72d5109 Remove the flag --incompatible_show_all_print_messages by vladmos · 7 years ago
- 89216a3 Use ConfiguredTargetAndData in some android tests and pass in the target configuration in getImplicitOutputArtifact. by janakr · 7 years ago
- e2df6e2 Add some testing methods to get ConfiguredTargetAndData more easily, and rename some methods that were still called ConfiguredTargetAndTarget. Move some tests over to using ConfiguredTargetAndData instead of calling ConfiguredTarget#getConfiguration() directly. by janakr · 7 years ago
- 0f2a78f RELNOTES: Allow C++ features to make proto_library emit smaller C++ code by Googler · 7 years ago
- b892a9a Refactor DependencyResolver#dependentNodeMap to take in a set of toolchain labels instead of the entire toolchain context since that's all the dependency resolver really needs. This will help make cquery transitions outputter easier to implement. by juliexxia · 7 years ago
- 8fb66b3 Ensure that only ObjC tests initialize the MockObjcSupport. by jcater · 7 years ago
- 9204499 Dedupes aspects in BuildView by Googler · 7 years ago
- c0aca06 Bazel: add ar_files/as_files to cc_toolchain targets by Googler · 7 years ago
- d6a9828 Allow BazelPackageLoader to load external repositories. by carmi · 7 years ago
- fd017b6 Clean up testing of constraint-based selects to not rely on anything that uses toolchains. by John Cater · 7 years ago
- 9c10140 Add BuildConfiguration to ConfiguredTargetAndTarget and rename it to ConfiguredTargetAndData. We want to get BuildConfiguration out of ConfiguredTarget because it uses >800K when serialized. by janakr · 7 years ago
- 05b41a0 Add the ability to reconstruct a BuildOptions from the diff with another BuildOptions. Motivation is that the diffs are likely to be much smaller than the actual BuildOptions objects themselves, so in places we need a BuildOptions (I'm looking at you, BuildConfigurationValue.Key), we can instead store a diff, reconstructing the BuildOptions object itself on demand when needed. by janakr · 7 years ago
- a12fd23 Rename BuildOptionsTest method names to be more succinct. by janakr · 7 years ago
- e2d200f Expose an actions provider on RuleConfiguredTarget instances. by cparsons · 7 years ago
- e00a2b1 Do not expose platform-related providers to Skylark. by John Cater · 7 years ago
- bbf251f Convert a bunch of non-AutoCodec classes to use @AutoCodec: BuildConfiguration, BuildOptions, CollectTargetsUnderDirectoryValue. by janakr · 7 years ago
- 74ceac7 @AutoCodec for ConfigurationTransition subclasses. by shahan · 7 years ago
- d1201c8 Add execution platform information to the action key. by John Cater · 7 years ago
- 20f35b4 Deletes CODEC fields now that they are no longer needed. by shahan · 7 years ago
- 614fe0d Refactor the AbstractAction computeKey method to be easier to add invariants by jcater · 7 years ago
- 860e103 Add @AutoCodec to some PatchTransitions. by mjhalupka · 7 years ago
- c2499c4 Expose --output_user_base to the Bazel server process by Klaus Aehlig · 7 years ago
- 8cfc6cd Adjust Android integration testing environment by adding a dependency to the by cnsun · 7 years ago