- 0ab46f0 Remove references to getTarget(). Requires threading through an by mjhalupka · 7 years ago
- c7f613b Add support for javabeans-style getters ("getFoo()", "isFoo()") to AutoCodec's by cpeyser · 7 years ago
- cf3f81a remote: Add support for HTTP Basic Auth by Jakob Buchgraber · 7 years ago
- 1c6d061 Add a CODEC for LibraryToLink, which is required to serialize CppLinkAction. by cpeyser · 7 years ago
- f5f0877 Move BazelRuleClassProvider.SH_RULES to its own class. by lpino · 7 years ago
- efa4db5 Add an AutoCodec marshaller for UUID. This is required to serialize by cpeyser · 7 years ago
- fd4d9d2 Change $cc_toolchain_type to NODEP_LABEL so there is no actual dependency. by jcater · 7 years ago
- 995d62e User-friendlier representation of a missing digest. by olaola · 7 years ago
- c89e1f3 Remove another getTarget() call from PrintActionCommand. by mjhalupka · 7 years ago
- 0589fdf Avoid integer overflow breaking protobuf artifact ordering. by cparsons · 7 years ago
- 8eee692 Add TODO for removing LipDataTransitionRuleSet when LIPO is gone by gregce · 7 years ago
- a1ae896 Remove usesFuse output service method. by felly · 7 years ago
- 4c2a196 Refactor RunCommand so that it's a bit less messy. by lberki · 7 years ago
- 45c11fe Give a reasonable environment for tests run by "blaze run --direct_run". by lberki · 7 years ago
- 56aeb04 Fixing #4585: broken re-execution of orphaned actions. by olaola · 7 years ago
- cfdeb4d Suppress ThinLTO indexing for testonly targets by Googler · 7 years ago
- 093d22d Move BazelRuleClassProvider.J2OBJC_RULES to its own class. by lpino · 7 years ago
- 943afc7 Introduce -c source_file -o output_file build variables by hlopko · 7 years ago
- b116240 Split CppIncludeScanningContext out of CppCompileActionContext by ulfjack · 7 years ago
- 8a96fe9 C++: Split C++ library into two classes, compilation and linking by plf · 7 years ago
- 6c5157e Remove fixture_args from android_instrumentation_test. by jingwen · 7 years ago
- 800de7e Extract registry functionality from ObjectCodecs by michajlo · 7 years ago
- fb7b4ac Automated rollback of commit e01d0c8f9019b7e0beb406ea3932e7dc84b6f333. by Googler · 7 years ago
- 7363953 Drive-by clean-up: Remove unused visitedMap by shreyax · 7 years ago
- e066095 Hooks to support core library desugaring in Android builds RELNOTES: None. by kmb · 7 years ago
- beb66e0 Add a CODEC for some dependencies of CppCompileAction: CompileCommandLine and by cpeyser · 7 years ago
- 342f9fd @AutoCodec adds Singleton strategy. by shahan · 7 years ago
- 2fff952 Refactor to get rid of some getConfiguredTarget() calls in tests and replace by mjhalupka · 7 years ago
- 5b35c5c When requesting nodes* look first in target configuration, then host (used to be the other way around). by juliexxia · 7 years ago
- da4522f Non-test AspectClass codecs. by shahan · 7 years ago
- deda4a6 Improved invalid/unsupported NDK revision warning message. by jingwen · 7 years ago
- e00dc41 BEP: ensure that TestAttempts are reported after their target by Klaus Aehlig · 7 years ago
- 2db45c7 Add NestedSetCodec to AutoCodec's deploy jar. by cpeyser · 7 years ago
- d81a46c Generate a CODEC for CppCompilationContext using AutoCodec. This is required in order to serialize CppCompileAction. by cpeyser · 7 years ago
- 53465ce RELNOTES: Fix FDO_STAMP_MACRO to only be set when fdoBuildStamp is not null. by Googler · 7 years ago
- 4c6c417 PiperOrigin-RevId: 184726412 by Googler · 7 years ago
- beefb2c Don't generate the blaze generated extension registry for Android tests that define a binary_under_test. by Googler · 7 years ago
- fe68c6b Always do filtering in execution (even after doing it in analysis) by Googler · 7 years ago
- 5e573b6 @AutoCodec support for superclasses having generic parameters. by shahan · 7 years ago
- f0b1b10 Add Supplier support to AutoCodec. by cpeyser · 7 years ago
- 71dbed4 Update ToolchainResolutionFunction to consider multiple available by John Cater · 7 years ago
- 11c5928 Throw NoCodecException on ByteString getCodec specialization by michajlo · 7 years ago
- ce18f46 Fix CrosstoolConfigurationLoader to not assume the presense of a BUILD file. by John Cater · 7 years ago
- bbcf203 Delete the now-useless interfaces ServerCommand and CommandExecutor. by lberki · 7 years ago
- 5a960cf Makes @AutoCodec only use Instantiator parameter type information and ignore by shahan · 7 years ago
- ac8eb42 Move BlazeRuntime/BlazeCommandDispatcher shutdown to where they are created. by lberki · 7 years ago
- e7b1db2 Return JavaPluginInfoProvider via JavaInfo in android_library. by elenairina · 7 years ago
- f0544d7 Add a marshaller in AutoCodec for Iterable. This marshaller performs a runtime check on the type of the iterable, performing custom serialization for a NestedSet. by cpeyser · 7 years ago
- d24f5fd Remove log_levels attribute from android_instrumentation_test. by jingwen · 7 years ago
- 92125f8 Remove ShutdownBlazeServerException in favor of indicating that the server should be shut down in BlazeCommandResult. by lberki · 7 years ago
- 93b3294 Rename the host platform information in the configuration. by John Cater · 7 years ago
- 873f343 C++: Remove last instatiation of CppModel outside CcLibraryHelper. by plf · 7 years ago
- ff179a3 Automated rollback of commit 4260c30a03a9b83d48a5e8690aca19cd80be4c38. by ulfjack · 7 years ago
- 2c98fff Add debugging helper to Environment.Extension to say why something's unequal by brandjon · 7 years ago
- c5c2a76 Add NestedSet support in AutoCodec for type parameters which have an InjectingObjectCodec. by cpeyser · 7 years ago
- d5de133 PiperOrigin-RevId: 184564534 by Googler · 7 years ago
- 5be4dd6 Fix Fileset incrementality bug when Fileset consumes a generated file. The native skyframe implementation was actually quite incorrect in this case: It was adding a skyframe dependency on a FileValue for the output file. Without a transitive dependency on the source files and actions that determine the output file's state, this could never work (and explains why the incremental build would fail). Instead, we now depend on the Artifact corresponding to the output file instead. by felly · 7 years ago
- 8b17efa Tag a few aspect classes with @AutoCodec and make CcProtoAspect abstract, since it's never instantiated on its own. by janakr · 7 years ago
- 5fd3ff9 Refactor ArtifactSkyKey to get rid of an unnecessary wrapper class: actually essentially promote OwnedArtifact to ArtifactSkyKey and rename it to ArtifactSkyKey. The king is dead... by janakr · 7 years ago
- 6d03294 Simplify RuleClassProviders by making most RuleSets have their own class. by lpino · 7 years ago
- 73fcc7a Fix AndroidDevice to never put the unified launcher's runfiles middleman in the runfiles tree. by Benjamin Peterson · 7 years ago
- ac09f0a Add type assertion that TreeFileArtifact's parentTreeArtifact member is a by cpeyser · 7 years ago
- 98f703b Fix manifest_merger documentation link. by ajmichael · 7 years ago
- 5a48ecc Pass ctime to the TimestampGranularityMonitor by ulfjack · 7 years ago
- f0d3715 Update DarwinSandboxedSpawnRunner to correctly set the sandbox configuration rule for the execution statistics path. by ruperts · 7 years ago
- 4741aa8 Add a "direct" mode to "blaze run" that makes the process being run a direct by lberki · 7 years ago
- 03ad915 Automated rollback of commit 17830c25a816d67ba79e783acaa6a085b516bd43. by jmmv · 7 years ago
- bb2f14a remote: correct link to remote caching documentation. by buchgr · 7 years ago
- a610a2b python,runfiles: runfiles library in @bazel_tools by Laszlo Csomor · 7 years ago
- 17830c2 C++: Remove last instatiation of CppModel outside CcLibraryHelper. by plf · 7 years ago
- 6c1c066 Expose structField callable methods of skylark objects to dir() and str() calls by cparsons · 7 years ago
- 152b22d Convert "-" to "" when generating module name by Googler · 7 years ago
- a4fc77e RELNOTES: stop using --no-locals in android coverage builds by kmb · 7 years ago
- f972c87 Check for nulls when making sure there is only one non-null configuration that top level targets are configured in. by juliexxia · 7 years ago
- e861ffc Make RuleContext.getConfiguration() private. by gregce · 7 years ago
- c552dca Remove documentation of android_local_test.{resource_files,assets,assets_dir}. They are not used and their usage is unsupported. by dannark · 7 years ago
- d070f70 site/docs: add documentation for remote caching. by Jakob Buchgraber · 7 years ago
- 7dbfcfb Add allowReturnNone to skylark annotations by Googler · 7 years ago
- a56a6ad Stop allowing generic LateBoundDefault value types. Such types are always either a Label or a List<Label>. We can easily enforce this through static type checking, so do it. by janakr · 7 years ago
- 64d9a4d Start process of tagging AspectKey. Still a lot of subclasses of AspectClass to do. by janakr · 7 years ago
- a93e422 Remove Root#getCodec, to bring Root in line with general style for codec by cpeyser · 7 years ago
- b157103 C++: Stops generating DWO files when PER_OBJECT_DEBUG_INFO feature is not enabled. by plf · 7 years ago
- e68c289 AutoCodec can support NestedSet<T>, where T is a declared declared type that by cpeyser · 7 years ago
- 8b5a64b Fix error handling in skyframe target pattern parsing by ulfjack · 7 years ago
- 757fe08 ConfiguredRuleClassProvider preserves order in its builtin map. by cpeyser · 7 years ago
- 9257466 Implement Merge logic for all new providers in JavaInfo by dbabkin · 7 years ago
- 6d24ca9 Change how the libraries_to_link are expanded for archiver by hlopko · 7 years ago
- b534e6b @AutoCodec @AutoValue support by shahan · 7 years ago
- 3b760af PiperOrigin-RevId: 184203570 by Googler · 7 years ago
- 2f8fa64 Refactors ParallelEvaluator to support eval-wide exceptions. by mschaller · 7 years ago
- b3cdb05 Remove unused code from bazel. by kaipi · 7 years ago
- 92a031f Add codecs for some stray SkyKeys. by janakr · 7 years ago
- cfad574 Expand the docs on hdrs to better indicate what they are. by thomasvl · 7 years ago
- a48162b Remove setting of $DISPLAY variable by android_instrumentation_test. by jingwen · 7 years ago
- 34af645 Add NO_PROXY environment variable support to downloader by Zack Lalanne · 7 years ago
- 875068a Add a CODEC for Artifact. by cpeyser · 7 years ago
- 12c62bd Add a codec for FeatureConfiguration using AutoCodec. This is necessary for by cpeyser · 7 years ago
- 186068f Automated rollback of commit aa8ce5653f92473b331e500a3614245dae38dfc4. by hlopko · 7 years ago
- a904b85 Allow CustomCommandLine's mapFn to expand each object into multiple items. by tomlu · 7 years ago
- 109e4b4 Automated rollback of commit 7e6837cc1d1aa4259f5c27ba3606b277b5f6c3e9. by aehlig · 7 years ago