aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google
Commit message (Expand)AuthorAge
...
* Remove another getTarget() call from PrintActionCommand.Gravatar mjhalupka2018-02-08
* Avoid integer overflow breaking protobuf artifact ordering.Gravatar cparsons2018-02-08
* Add TODO for removing LipDataTransitionRuleSet when LIPO is goneGravatar gregce2018-02-08
* Remove usesFuse output service method.Gravatar felly2018-02-08
* Refactor RunCommand so that it's a bit less messy.Gravatar lberki2018-02-08
* Give a reasonable environment for tests run by "blaze run --direct_run".Gravatar lberki2018-02-08
* Fixing #4585: broken re-execution of orphaned actions.Gravatar olaola2018-02-08
* Suppress ThinLTO indexing for testonly targetsGravatar Googler2018-02-08
* Move BazelRuleClassProvider.J2OBJC_RULES to its own class.Gravatar lpino2018-02-08
* Introduce -c source_file -o output_file build variablesGravatar hlopko2018-02-08
* Split CppIncludeScanningContext out of CppCompileActionContextGravatar ulfjack2018-02-08
* C++: Split C++ library into two classes, compilation and linkingGravatar plf2018-02-08
* Remove fixture_args from android_instrumentation_test.Gravatar jingwen2018-02-07
* Extract registry functionality from ObjectCodecsGravatar michajlo2018-02-07
* Automated rollback of commit e01d0c8f9019b7e0beb406ea3932e7dc84b6f333.Gravatar Googler2018-02-07
* Drive-by clean-up: Remove unused visitedMapGravatar shreyax2018-02-07
* Hooks to support core library desugaring in Android buildsGravatar kmb2018-02-07
* Add a CODEC for some dependencies of CppCompileAction: CompileCommandLine andGravatar cpeyser2018-02-07
* @AutoCodec adds Singleton strategy.Gravatar shahan2018-02-07
* Refactor to get rid of some getConfiguredTarget() calls in tests and replaceGravatar mjhalupka2018-02-07
* When requesting nodes* look first in target configuration, then host (used to...Gravatar juliexxia2018-02-07
* Non-test AspectClass codecs.Gravatar shahan2018-02-07
* Improved invalid/unsupported NDK revision warning message.Gravatar jingwen2018-02-07
* BEP: ensure that TestAttempts are reported after their targetGravatar Klaus Aehlig2018-02-07
* Add NestedSetCodec to AutoCodec's deploy jar.Gravatar cpeyser2018-02-06
* Generate a CODEC for CppCompilationContext using AutoCodec. This is required...Gravatar cpeyser2018-02-06
* RELNOTES: Fix FDO_STAMP_MACRO to only be set when fdoBuildStamp is not null.Gravatar Googler2018-02-06
* PiperOrigin-RevId: 184726412Gravatar Googler2018-02-06
* Don't generate the blaze generated extension registry for Android tests that ...Gravatar Googler2018-02-06
* Always do filtering in execution (even after doing it in analysis)Gravatar Googler2018-02-06
* @AutoCodec support for superclasses having generic parameters.Gravatar shahan2018-02-06
* Add Supplier support to AutoCodec.Gravatar cpeyser2018-02-06
* Update ToolchainResolutionFunction to consider multiple availableGravatar John Cater2018-02-06
* Throw NoCodecException on ByteString getCodec specializationGravatar michajlo2018-02-06
* Fix CrosstoolConfigurationLoader to not assume the presense of a BUILDGravatar John Cater2018-02-06
* Delete the now-useless interfaces ServerCommand and CommandExecutor.Gravatar lberki2018-02-06
* Makes @AutoCodec only use Instantiator parameter type information and ignoreGravatar shahan2018-02-06
* Move BlazeRuntime/BlazeCommandDispatcher shutdown to where they are created.Gravatar lberki2018-02-06
* Return JavaPluginInfoProvider via JavaInfo in android_library.Gravatar elenairina2018-02-06
* Add a marshaller in AutoCodec for Iterable. This marshaller performs a runti...Gravatar cpeyser2018-02-06
* Remove log_levels attribute from android_instrumentation_test.Gravatar jingwen2018-02-06
* Remove ShutdownBlazeServerException in favor of indicating that the server sh...Gravatar lberki2018-02-06
* Rename the host platform information in the configuration.Gravatar John Cater2018-02-06
* C++: Remove last instatiation of CppModel outside CcLibraryHelper.Gravatar plf2018-02-06
* Automated rollback of commit 4260c30a03a9b83d48a5e8690aca19cd80be4c38.Gravatar ulfjack2018-02-06
* Add debugging helper to Environment.Extension to say why something's unequalGravatar brandjon2018-02-06
* Add NestedSet support in AutoCodec for type parameters which have an Injectin...Gravatar cpeyser2018-02-05
* PiperOrigin-RevId: 184564534Gravatar Googler2018-02-05
* Fix Fileset incrementality bug when Fileset consumes a generated file. The na...Gravatar felly2018-02-05
* Tag a few aspect classes with @AutoCodec and make CcProtoAspect abstract, sin...Gravatar janakr2018-02-05